Skip to content
Snippets Groups Projects
  1. Feb 12, 2024
  2. Jan 29, 2024
  3. Jan 22, 2024
  4. Aug 01, 2023
  5. Jun 28, 2023
    • cnlohr's avatar
      Major change for adding funconfig. · f2ca15af
      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.
      f2ca15af
  6. Jun 23, 2023
  7. Jun 07, 2023
    • recallmenot's avatar
      GPIO branchless (#155) · 406e622a
      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: default avatarrecallmenot <edmund.raile@proton.me>
      Unverified
      406e622a
  8. May 29, 2023
  9. May 12, 2023
  10. May 04, 2023
  11. May 03, 2023
  12. Apr 30, 2023
  13. Apr 27, 2023
  14. Apr 17, 2023
  15. Apr 11, 2023
  16. Apr 10, 2023
  17. Mar 23, 2023
  18. Mar 13, 2023
  19. Mar 12, 2023
  20. Mar 11, 2023
  21. Mar 06, 2023
  22. Feb 28, 2023
  23. Feb 27, 2023
Loading