Commit Graph

20044 Commits

Author SHA1 Message Date
Dan Halbert
e494ca4b51
Merge pull request #4757 from dhalbert/6.3.x-cherry-pick-from-main
6.3.x cherry pick from main
2021-05-25 16:00:13 -04:00
Dan Halbert
25f09479fc Lengthen xosc startup time for RP2040 2021-05-25 14:47:59 -04:00
Dan Halbert
378a727ed0 Merge branch '6.3.x-cherry-pick-from-main' of https://github.com/dhalbert/circuitpython into 6.3.x-cherry-pick-from-main 2021-05-25 09:56:46 -04:00
Dan Halbert
74833ad35f unlock board.I2C() on reset 2021-05-25 09:56:33 -04:00
Dan Halbert
652860ad2d
Merge branch '6.3.x' into 6.3.x-cherry-pick-from-main 2021-05-25 09:55:50 -04:00
Dan Halbert
8f6b5e885c manual update to add Arduino Nano RP2040 from #4802 2021-05-25 09:54:16 -04:00
Dan Halbert
44c398d186 update nvm.toml 2021-05-25 09:49:41 -04:00
Dan Halbert
1d39be4954
Merge pull request #4779 from tannewt/fix_sm_rp2040
Fix safe mode on rp2040
2021-05-19 14:21:08 -04:00
Dan Halbert
6d6089f4c2 bump xtensa cache id 2021-05-18 22:33:29 -04:00
Scott Shawcroft
ef4993a7a6
Fix safe mode on rp2040 2021-05-18 17:37:21 -07:00
Dan Halbert
17955ba5e2 update frozen libs (with HID at 4.3.0, not 5.0.0)
HID 4.3.0 removes gamepad. Don't do that until CircuitPython 7.0.0
2021-05-16 13:50:43 -04:00
Dan Halbert
1ef1301346 fix proxlight trinkey build 2021-05-15 23:40:45 -04:00
Dan Halbert
934534c9ee fix logic for suppressing ja and ko clean builds when not necessary 2021-05-15 16:03:12 -04:00
Dan Halbert
83fcdba9c4 Make busio.SPI be NotImplementedError on proxlight to save space 2021-05-15 16:03:10 -04:00
Dan Halbert
3d49d180d1 add CIRCUITPY_PIXELBUF to all trinkeys; add NeoPixel to prox 2021-05-15 16:01:42 -04:00
Dan Halbert
3201c16d3b Update Rotary Trinkey and Slide Trinkey pins 2021-05-15 15:57:11 -04:00
zapwizard
8b97d8f13a Update pins.c
Both D0 and D1 were assigned to pin_GPIO7, fixed D0 to pin_GPIO6, which also matches the comment.
2021-05-14 15:45:18 -04:00
Dan Halbert
d8b1df380e update ulab to 1.7.8 2021-05-13 17:00:34 -04:00
Dan Halbert
c605b8e068 update xtensa cache key 2021-05-13 16:36:36 -04:00
nm3210
89c412e7f6 Fix pre-commit whitespace error 2021-05-13 16:34:56 -04:00
nm3210
3a2decba00 Update Sparkfun Thing Plus RP2040 pins to match board
This fixes some missing and incorrectly-assigned pins for the SparkFun Thing Plus RP2040 protoboard so that they actually match what the board says. This also changes the default SPI pins from the SD card pins to the breakout pins on the side of the board.
2021-05-13 16:34:56 -04:00
Lucian Copeland
da50901576 Set reload reason when reloaded from repl 2021-05-13 16:33:25 -04:00
Lucian Copeland
8f9122af50 Remove overwrite of run_reason in main
When `reload_requested` is detected, the run reason will no longer be
automatically overwritten as an AUTO_RELOAD, making SUPERVISOR_RELOAD a
detectable reload reason. Autoreload now sets the reload reason itself.
2021-05-13 16:33:14 -04:00
lady ada
47dbf9ef3e moar trinkz 2021-05-13 15:31:59 -04:00
Kattni Rembor
fb9e4cf306 Add LED pin to Adafruit boards. 2021-05-13 15:29:53 -04:00
Neradoc
57c52c758e fix FunHome to FunHouse
FunHouse, sweet FunHouse.
2021-05-13 15:28:52 -04:00
Ben Bleything
cae4eea42b free up PA00 and PA01 on BHB 2021-05-13 15:28:00 -04:00
nm3210
3474f6b1f9 Swap mis-labelled D0/D1 pins on SparkFun Pro Micro RP2040 2021-05-13 15:25:56 -04:00
Lucian Copeland
2c26e87854 Remove settings for DNP oscillator 2021-05-13 15:24:58 -04:00
Kattni Rembor
67b85dc2e0 Fix board definition. 2021-05-13 15:22:35 -04:00
Kattni Rembor
173cc4bd5f Fixing board definition. 2021-05-13 15:22:35 -04:00
ZodiusInfuser
43ad85dca5 Tweaked board name 2021-05-13 15:19:28 -04:00
ZodiusInfuser
ef726bb87a Tweaked board name 2021-05-13 15:19:28 -04:00
anecdata
a367d562ab Update mpconfigboard.h 2021-05-13 15:18:30 -04:00
Benny Meisels
252f14e992 Add board definition files for ARAMCON2 Badge 2021-05-13 15:17:19 -04:00
George White
97f75ad517 Fix pin definitions
I missed a few pin definitions. Fixed those.
2021-05-13 15:15:17 -04:00
George White
655f0c0eec pre-commit trailing space fixes 2021-05-13 15:15:17 -04:00
George White
702485dae8 Added Sparkfun MicroMod RP2040
Added board definition for the Sparkfun MicroMod RP2040.

Mostly followed the format for pins from the MicroMod nRF52840 board
definition, as MicroMod tries to standardize pins across
microcontrollers.
2021-05-13 15:15:17 -04:00
Dan Halbert
e643e2e561 Add VBUS_SENSE (GP24) to board
Prompted by https://forums.adafruit.com/viewtopic.php?f=60&t=178237.
Also add some whitespace to make pin aliases stand out, and add GP23 as an alias for `SMPS_MODE`.
2021-05-13 15:14:25 -04:00
ZodiusInfuser
93055e728e Sorted board list 2021-05-13 15:12:50 -04:00
ZodiusInfuser
b6494919a9 Removed trailing whitespaces 2021-05-13 15:12:50 -04:00
ZodiusInfuser
e43ddc0e17 Removed whitespaces 2021-05-13 15:12:50 -04:00
ZodiusInfuser
919295039d Added correct USB PIDs 2021-05-13 15:12:50 -04:00
ZodiusInfuser
45e141c6f8 Added definitions for PicoLipo boards 2021-05-13 15:12:50 -04:00
Dan Halbert
fbfd436ea9 turn storage back on 2021-05-13 15:10:36 -04:00
lady ada
8794cd4f81 try re-enabling storage 2021-05-13 15:09:21 -04:00
lady ada
507677b20a remove neopixels 2021-05-13 15:09:14 -04:00
lady ada
1dd24b6ccd rename proxsense to proxlight 2021-05-13 15:09:02 -04:00
lady ada
5d8c798256 typo 2021-05-13 15:08:55 -04:00
lady ada
cdf7acf340 add prox trinkey and rename others to adafruit_ 2021-05-13 15:08:42 -04:00