Skip to content
Snippets Groups Projects
  1. Jun 28, 2023
    • recallmenot's avatar
      GPIO example funconfig changes · 882394de
      recallmenot authored
      882394de
    • 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
  2. Jun 26, 2023
  3. Jun 21, 2023
  4. 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
  5. May 28, 2023
  6. May 24, 2023
  7. May 23, 2023
  8. Apr 27, 2023
  9. Apr 17, 2023
  10. Apr 13, 2023
  11. Apr 12, 2023
Loading