Skip to content
Snippets Groups Projects
  1. Jun 28, 2023
    • cnlohr's avatar
      Fix minichlink compile. · cefa6b75
      cnlohr authored
      cefa6b75
    • cnlohr's avatar
      Make platformio search locally. · e5dd001e
      cnlohr authored
      e5dd001e
    • cnlohr's avatar
      Oops: don't turn off printf onthe printf demo. · 3430c4a6
      cnlohr authored
      3430c4a6
    • cnlohr's avatar
      Correct error with HSE. · 6f912b55
      cnlohr authored
      6f912b55
    • 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 23, 2023
  3. Jun 22, 2023
  4. Jun 21, 2023
  5. Jun 20, 2023
Loading