1. 07 May, 2021 2 commits
  2. 06 May, 2021 2 commits
  3. 27 Apr, 2021 1 commit
  4. 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
  5. 22 Apr, 2021 1 commit
  6. 16 Apr, 2021 2 commits
  7. 15 Apr, 2021 2 commits
  8. 14 Apr, 2021 1 commit
  9. 13 Apr, 2021 1 commit
  10. 09 Apr, 2021 2 commits
    • Earle F. Philhower, III's avatar
      Remove api from include path, add redirects · 47c12047
      Earle F. Philhower, III authored
      Can't have cores/rp2040/api in the include path because the Arduino API
      dir has a "String.h" file.  On Windows, because it is case-insensitive
      normally, this overrides the POSIX "string.h" header leading to bad
      stuff.
      
      Add manual redirect includes for commonly accessed headers in the
      cores/rp2040 path instead.
      47c12047
    • Earle F. Philhower, III's avatar
      Fix JSON, Arduino 2.0 beta · 32309906
      Earle F. Philhower, III authored
      Missing Size field was causing the Arduino 2.0 beta to reject the JSON.
      32309906
  11. 08 Apr, 2021 1 commit
  12. 07 Apr, 2021 1 commit
  13. 06 Apr, 2021 6 commits
  14. 03 Apr, 2021 4 commits
  15. 02 Apr, 2021 7 commits
  16. 31 Mar, 2021 4 commits
  17. 30 Mar, 2021 2 commits