Commit Graph

12 Commits

Author SHA1 Message Date
EmanuelFeru 36953c6fe9 Added comms.c file in Keil prj 2021-01-29 20:23:35 +01:00
EmanuelFeru a564f368e2 Ascii Debug updates
- added missing pointer to UART2 input user processing
- added comms.c to Makefile
- fixed #134 : uncomment #define AUTO_CALIBRATION_ENA to disable auto-calibration
- small styling adjustments
2021-01-29 19:47:03 +01:00
Candas1 aa5cb18aea Handle usart overflow mode 2021-01-11 21:34:17 +01:00
Candas1 d14a7c9d67 Improvement 2021-01-07 23:49:03 +01:00
Candas1 10a359a142 Fix 2021-01-06 22:15:29 +01:00
Candas1 cd40425e99 Improvements 2021-01-06 12:54:08 +01:00
Candas1 7a6dc017a6 Improvements 2021-01-05 12:40:30 +01:00
EmanuelFeru c86d9c4f43 Improvements and clean-up
- clean-up printfs
- removed consoleLog function with respective files
- removed Delay when using printf
- renamed speedL, speedR to cmdL, cmdR
- corrected Arduino baud rate
- updated FLASH write pointer cast int16_t to uint16_t
2020-12-10 19:35:13 +01:00
EmanuelFeru d1286e246b Fixed printf - works with default UART settings
- still some clean up to do
2020-12-09 20:35:26 +01:00
larsm c57e1a0e4e implemented write syscall for printf, added float-support for printf, serial tx does not need an interrupt anymore, replaced consoleLog and consoleScope with printf, changed debug output: every comment starts with "# " now, added lots of debug messages, added welcome message with gcc version and build date 2020-11-22 21:54:59 +01:00
EmanuelFeru 872d86f021 Added Keil project
Project can now be built and flashed with Keil uVision as well.
2020-02-16 21:58:15 +01:00
EmanuelFeru 5b0b6fecf2 Initial commit 2019-10-06 15:09:15 +02:00