sensor-watch/watch-library/hardware/watch
Matheus Afonso Martins Moreira 35c0a4be87 Merge branch 'usb-improvements' into advanced
- Change newline prints to also send carriage return
 - Introduce shell module for serial shell with argument parsing
 - Introduce shell command list for compile time command registration
 - Refactor file system commands for shell subsystem
 - Introduce new shell commands:
   - 'help' command
   - 'flash' command to reset into bootloader
   - 'stress' tests CDC serial writes of various lengths
     - optional delay parameter
 - Harden USB handling
   - Hangs less
   - Drops fewer inputs
 - Circular buffers for both reads and writes

Reported-by: Edward Shin <contact@edwardsh.in>
Tested-by: Edward Shin <contact@edwardsh.in>
Tested-by: Matheus Afonso Martins Moreira <matheus.a.m.moreira@gmail.com>
Tested-on-hardware-by: Matheus Afonso Martins Moreira <matheus.a.m.moreira@gmail.com>
Reviewed-by: James Haggerty <james@gruemail.com>
Reviewed-by: Wesley Aptekar-Cassels <me@wesleyac.com>
Reviewed-by: Matheus Afonso Martins Moreira <matheus.a.m.moreira@gmail.com>
Signed-off-by: Matheus Afonso Martins Moreira <matheus.a.m.moreira@gmail.com>
GitHub-Pull-Request: https://github.com/joeycastillo/Sensor-Watch/pull/344
2024-03-08 06:51:34 -03:00
..
tusb_config.h Sensor Watch Simulator (#35) 2022-01-25 15:03:22 -05:00
watch.c add watch_reset_to_bootloader function (resolves #81) 2022-08-14 15:23:32 -05:00
watch_adc.c static analysis: add comments to empty while loops 2022-04-10 15:08:47 -04:00
watch_buzzer.c buzzer: fix simulator build, refactor sequence_length. 2024-01-09 16:22:21 -05:00
watch_deepsleep.c annotate SysTick erratum 2024-01-22 00:39:20 +00:00
watch_extint.c remove all deprecated functions 2022-04-10 15:56:45 -04:00
watch_gpio.c Sensor Watch Simulator (#35) 2022-01-25 15:03:22 -05:00
watch_i2c.c Sensor Watch Simulator (#35) 2022-01-25 15:03:22 -05:00
watch_led.c remove all deprecated functions 2022-04-10 15:56:45 -04:00
watch_private.c Merge branch 'usb-improvements' into advanced 2024-03-08 06:51:34 -03:00
watch_private_cdc.c USB Improvements 2024-01-07 00:20:20 -05:00
watch_private_cdc.h USB Improvements 2024-01-07 00:20:20 -05:00
watch_rtc.c fix undefined behavior found by clang's sanitize 2023-12-07 02:24:26 +00:00
watch_slcd.c Sensor Watch Simulator (#35) 2022-01-25 15:03:22 -05:00
watch_spi.c implement SPI flash chip 2022-01-26 22:40:49 -05:00
watch_storage.c fix spaces / tabs 2022-05-10 09:50:44 -04:00
watch_uart.c remove all deprecated functions 2022-04-10 15:56:45 -04:00