Skip to content
Snippets Groups Projects
Commit f2ca15af authored by cnlohr's avatar cnlohr
Browse files

Major change for adding funconfig.

 * 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.
parent df52af30
No related branches found
No related tags found
No related merge requests found
Showing
with 259 additions and 169 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment