- Sep 18, 2023
- Sep 15, 2023
-
-
eeucalyptus authored
-
- Sep 14, 2023
-
-
cnlohr authored
-
- Sep 13, 2023
-
-
cnlohr authored
-
- Sep 04, 2023
-
-
CNLohr authored
-
- Aug 25, 2023
-
-
CNLohr authored
added all examples to platformio
-
- Aug 19, 2023
- Aug 18, 2023
-
-
Pascal Brunot authored
-
- Aug 17, 2023
-
-
Pascal Brunot authored
to keep platformio projects in sync with the examples folders, I added missing ones in alphabetical order.
-
CNLohr authored
Add warning message if WCH-LinkE is detected in ARM mode
-
CNLohr authored
Make top comment section match project.
-
charlesl authored
-
Jeremy Herbert authored
-
cnlohr authored
-
cnlohr authored
Make it so minichlink will automatically try to get found if you have and have linked a ch32v003fun repository
-
cnlohr authored
-
- Aug 05, 2023
-
-
cnlohr authored
-
- Aug 02, 2023
-
-
cnlohr authored
Update with nulled printf (to prevent warnings on non-printf projects) and undestructively add interrupt nesting to WS2812B driver.
-
-
cnlohr authored
-
CNLohr authored
Fix for UART fractional BRR caclulation
-
cnlohr authored
* Allow interrupt preemption in WS2812B driver. * Add simple driver for ws2812b's.
-
pio authored
-
cnlohr authored
-
CNLohr authored
tim2_encoder example based on tim2_pwm_remap
-
CNLohr authored
Add #ifdef support for CH3/CH4 in tim2_pwm example
-
CNLohr authored
Avoid bricking CH32V003J4M6 - For #219
-
Mark Frost authored
-Implement CH3 and CH4 optionally via #define -By default only CH1 and CH2 are enabled. -Channels 3 and 4 can be enabled by uncommenting the appropriate line -Choose whether default of PWM pins is HIGH (0xff) or LOW (0x00) NOTES: -Channel 3 is on a different port (GPIOC) which will be enabled if needed. -Channel 4 is on the NRST pin so not usable unless you use `minichlink -d` to disable the NRST function so the pin can be used as a GPIO -If your board has a bypass capacitor on PD7 for a reset button the waveforms observed on CH4 will not be nice square waves.
-
Mark Frost authored
Uses partially remapped pins to read a rotary encoder (or any quadrature input) using pins that should be 5V tolerant
-
- Aug 01, 2023
-
-
Mingjie Li authored
-
CNLohr authored
Blink LED pin D6 as well (for MuseLabs nanoCH32V003 boards)
-
Mark Frost authored
These boards have an LED on D6 https://github.com/wuxx/nanoCH32V003
-
- Jul 31, 2023