1. 19 May, 2021 3 commits
    • Earle F. Philhower, III's avatar
      Rationalize Adafruit Feather infra, update docs (#145) · a0dac52e
      Earle F. Philhower, III authored
      Use same board.txt format as other Adafruit boards.
      Add in quick note about the new USB stack to the docs.
      a0dac52e
    • Ha Thach's avatar
      Add Adafruit ItsyBitsy and QTPy RP2040 (#144) · 01003957
      Ha Thach authored
      * add adafruit qtpy and itsybitsy rp2040
      * change qtpy boot2 to generic_03h_4
      01003957
    • Ha Thach's avatar
      Port Adafruit_TinyUSB_Arduino lib (#127) · f8a2f38f
      Ha Thach authored
      * initial tinyusb lib port
      
      * add Adafruit_TinyUSB_Arduino as submodules
      
      * add yield() to main loop
      
      * sync with tinyusb lib latest
      
      * add USB manufacturer and product
      
      * fix typo in tinyusb lib
      
      * sync with master
      
      updating implementation
      
      * Rationalize link stage command line
      
      Make the build process less insane.
      
      * clean up delay
      
      * clean up platform and board
      
      * update makeboards.py for generating usbstack menu
      
      * update tinyusb lib to 1.0.0
      f8a2f38f
  2. 18 May, 2021 1 commit
  3. 17 May, 2021 1 commit
    • Khoi Hoang's avatar
      Add defs for compatibility (#142) · 7dc0aa16
      Khoi Hoang authored
      Add definitions for compatibility to many platforms and libraries
      - clockCyclesPerMicrosecond()
      - clockCyclesToMicroseconds(a)
      - microsecondsToClockCycles(a)
      7dc0aa16
  4. 16 May, 2021 6 commits
  5. 15 May, 2021 6 commits
  6. 14 May, 2021 6 commits
  7. 13 May, 2021 3 commits
  8. 11 May, 2021 3 commits
  9. 08 May, 2021 2 commits
  10. 07 May, 2021 5 commits
  11. 06 May, 2021 2 commits
  12. 27 Apr, 2021 1 commit
  13. 24 Apr, 2021 1 commit
    • Earle F. Philhower, III's avatar
      Add multicore support with setup1/loop1 (#113) · 1815c45f
      Earle F. Philhower, III authored
      Support running code on the second core by adding a setup1() and/or
      a loop1() routine to a sketch.  These functions operate exactly like
      the normal Arduino ones, and anything they call will be run on
      the second core automatically.
      
      Add a simple multicore example.
      1815c45f