- Feb 12, 2024
-
-
cnlohr authored
-
- Jan 29, 2024
-
-
cnlohr authored
-
- Jan 22, 2024
-
-
cnlohr authored
-
- Aug 01, 2023
-
-
Mark Frost authored
These boards have an LED on D6 https://github.com/wuxx/nanoCH32V003
-
- 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 23, 2023
-
-
Alexander Mandera authored
-
- Jun 07, 2023
-
-
recallmenot authored
* one GPIO library to rule them all * GPIO example makefile transfer * GPIO README.md video upload * Update README.md * Update README.md * GPIO library path recitified * GPIO pretty paths please * platformio.ini removed GPIO_analogRead test * GPIO removed implementation block (unused) * restoring blink.bin #1 * restoring blink.bin #2 * GPIO_branchless added branching digitalWrite (sometimes necessary) --------- Co-authored-by:
recallmenot <edmund.raile@proton.me>
-
- May 29, 2023
-
-
cnlohr authored
-
- May 12, 2023
-
-
CNLohr authored
-
- May 04, 2023
-
-
cnlohr authored
-
- May 03, 2023
-
-
cnlohr authored
-
- Apr 30, 2023
-
-
cnlohr authored
-
- Apr 27, 2023
-
-
cnlohr authored
-
- Apr 17, 2023
-
-
cnlohr authored
-
- Apr 11, 2023
-
-
EmbeddedMan authored
-
- Apr 10, 2023
-
-
EmbeddedMan authored
Added Windows speciffic lines to all example Makefiles (that didn't already have it) so they get the rigiht copy of libgcc.a. All examples now compile out of the box on Windows.
-
- Mar 23, 2023
-
-
cnlohr authored
-
- Mar 13, 2023
- Mar 12, 2023
- Mar 11, 2023
-
-
cnlohr authored
-
- Mar 06, 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.
-