- Aug 01, 2023
-
-
Mingjie Li authored
-
- Jun 28, 2023
-
-
cnlohr authored
* No more needing to decide between printf and UART in code. * Better debugprintf input * Unified code for all clock sources. * TINYVECTOR now saves like another 120 bytes of space. * None of the `Makefile`s except `bootloader` need anything extra * All configuration via `funconfig.h` * Sane defaults. * `SystemInit()` also initializes debugging (UART or SWIO depending on configuration) * Tunable timeout on debug printf. * Configurable UART baud rate. * `funconfig.h` is automatically included by `ch32v003fun.h` * Paves the way for other, non-003 processors.
-
- Jun 21, 2023
-
-
cnlohr authored
-
- May 04, 2023
-
-
cnlohr authored
-
- Mar 29, 2023
-
-
cnlohr authored
-
- Mar 23, 2023
-
-
cnlohr authored
-
- Mar 15, 2023
- Mar 13, 2023
- Mar 12, 2023
- Feb 28, 2023
- Feb 27, 2023
-
-
cnlohr authored
Switch over to using a .c file instead of a .S file for the startup code. Helps make order-of-compiling not matter.
-
- Feb 19, 2023
- Feb 18, 2023