Commit Graph

18688 Commits

Author SHA1 Message Date
Jonah Yolles-Murphy
5f8ad0c5e6 correct USB_PRODUCT for TG-Watch 2021-01-14 00:02:56 -05:00
Jonah Yolles-Murphy
8f8af90098 final name and extra board 2021-01-13 23:51:34 -05:00
Jonah Yolles-Murphy
8652d69614 update TG-Watch pins, name, and frozen libraries 2021-01-10 04:04:50 -05:00
Scott Shawcroft
55c80754c7
Merge pull request #3945 from 2bndy5/fix-table-in-a-readme
convert esp32s2 port readme to rst
2021-01-07 10:43:34 -08:00
Scott Shawcroft
0b0b476be6
Merge pull request #3940 from caternuson/magtag_accelo_irq_pin
Add MagTag accelo IRQ pin
2021-01-07 10:31:33 -08:00
Dan Halbert
5358524941
Merge pull request #3939 from dhalbert/tick-overflow
overflowed tick counter needs 64 bits everywhere
2021-01-07 13:01:30 -05:00
brendan
18122e0455 missed a couple inline code snippets 2021-01-06 15:28:19 -08:00
brendan
092331eee1 convert esp32s2 readme to rst 2021-01-06 15:19:40 -08:00
caternuson
9db0a4f265 add magtag accelo irq pin 2021-01-06 09:17:19 -08:00
Scott Shawcroft
a33359762d
Merge pull request #3903 from anecdata/reasons
ESP32-S2: Log all Wi-Fi events & remove unneeded call
2021-01-06 08:41:19 -08:00
Dan Halbert
9a1d864331 overflowed tick counter needs 64 bits everywhere 2021-01-06 11:09:06 -05:00
anecdata
98c9492a8c change ESP_EARLY_LOG* to ESP_LOG* throughout event_handler 2021-01-05 18:39:51 -06:00
Scott Shawcroft
7e59ff379b
Merge pull request #3921 from weblate/weblate-circuitpython-main
Translations update from Weblate
2021-01-05 15:09:17 -08:00
Hosted Weblate
8c25f54f38
Merge branch 'origin/main' into Weblate. 2021-01-05 22:04:09 +01:00
Dan Halbert
590fe8e8b1
Merge pull request #3934 from DavePutz/issue_3807
Issue 3931 - Onboard LEDs lighting up due to wrong memset size in board_reset_user_neopixels()
2021-01-05 16:04:03 -05:00
Hosted Weblate
9eb2ca02a5
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/
2021-01-05 22:03:19 +01:00
Hosted Weblate
03a6db36b4
Merge branch 'origin/main' into Weblate. 2021-01-05 22:03:17 +01:00
Jonny Bergdahl
794327254e
Translated using Weblate (Swedish)
Currently translated at 100.0% (892 of 892 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/sv/
2021-01-05 22:03:17 +01:00
Wellington Terumi Uemura
0057e1dc2c
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (892 of 892 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
2021-01-05 22:03:17 +01:00
Dan Halbert
69de4f913a
Merge pull request #3932 from kattni/circuit-playground-bus-device
Add adafruit_bus_device to CPX builds.
2021-01-05 16:03:06 -05:00
DavePutz
ce55822680
Fix size of memset in board_reset_user_neopixels() 2021-01-04 15:50:09 -06:00
DavePutz
76e9f495c7
Merge pull request #37 from adafruit/main
update from adafruit main
2021-01-04 15:47:06 -06:00
Kattni Rembor
bbd4de33d1 Add adafruit_bus_device to CPX builds. 2021-01-04 15:53:39 -05:00
Hosted Weblate
4135ccb100
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/
2021-01-04 21:25:02 +01:00
Hosted Weblate
d2c71fd5a3
Merge branch 'origin/main' into Weblate. 2021-01-04 21:25:00 +01:00
Dan Halbert
f6f1ef7dc2
Merge pull request #3929 from jepler/update-ulab3
ulab: update to 1.6.0
2021-01-04 15:24:54 -05:00
Jeff Epler
f87ce01b8f make translate 2021-01-04 12:55:39 -06:00
Jeff Epler
09bf58407f ulab: update to 1.6.0
This fixes several problems I encountered.
2021-01-04 12:50:08 -06:00
Hosted Weblate
4a9f33a796
Merge branch 'origin/main' into Weblate. 2021-01-04 01:40:51 +01:00
Limor "Ladyada" Fried
dcf88e1e91
Merge pull request #3923 from bwshockley/Add_dotstar_mini_sam_m4
Add dotstar mini sam m4
2021-01-03 19:40:43 -05:00
Hosted Weblate
dfcdad3c81
Merge branch 'origin/main' into Weblate. 2021-01-04 01:40:42 +01:00
Limor "Ladyada" Fried
46ec95d297
Merge pull request #3925 from UnexpectedCircuitPython/main
Fixed incorrect pin assignment on header
2021-01-03 19:40:34 -05:00
Seon Rozenblum
10f178d162 Fixed incorrect pin assignment on header
IO13 is for blue LED
IO14 is the correct pin header between IO18 and IO12
The silk is wrong (shows IO13), but hardware is correct as IO14, but IO14 was not included in pins.c
Silk will be updated on next PCB production run
2021-01-04 10:06:32 +11:00
Jeff Epler
2a5f3de1cd Merge pull request #3608 from adafruit/6.0.x
Update main with latest 6.0.x
2021-01-04 09:52:42 +11:00
Hosted Weblate
d8721e3e2f
Merge branch 'origin/main' into Weblate. 2021-01-03 23:32:07 +01:00
Limor "Ladyada" Fried
d0e54993e9
Merge pull request #3914 from askpatrickw/feathers2-Nsync
Feathers2 nsync
2021-01-03 17:32:00 -05:00
Benjamin Shockley
9286f26831
Added CP Dotstart Lib to Build
Added the CircuitPython dotstar library to the Mini SAM M4 build so users do not have to include the library to utilize the built-in APA102 LED.
2021-01-03 10:42:58 -06:00
Benjamin Shockley
8c8961ad01
Merge pull request #3 from adafruit/main
Rebase
2021-01-03 10:41:16 -06:00
oon arfiandwi
9d5587fb08
Translated using Weblate (Indonesian)
Currently translated at 47.2% (421 of 891 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/id/
2021-01-03 06:29:12 +01:00
Dan Halbert
80fa60d4ef
Merge pull request #3915 from weblate/weblate-circuitpython-main
Translations update from Weblate
2021-01-02 13:05:02 -05:00
Hosted Weblate
3a51ffeb9d
Merge branch 'origin/main' into Weblate. 2021-01-02 04:03:54 +01:00
Dan Halbert
ad2ee0954c
Merge pull request #3917 from brrzap/fix-3753
pixelbuf: error check in brightness setter
2021-01-01 22:03:45 -05:00
askpatricw
2ce07209df changes based on UM's input 2021-01-01 17:23:11 -08:00
@brrzap
df4c028d29 _pixelbuf: error check in brightness setter (fix #3753) 2021-01-01 19:49:20 -05:00
Wellington Terumi Uemura
71cc9b60ea
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (891 of 891 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
2021-01-01 05:29:12 +01:00
Hugo Dahl
80e5899b30
Translated using Weblate (French)
Currently translated at 100.0% (891 of 891 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/fr/
2021-01-01 05:29:11 +01:00
askpatricw
220501e159 dupe LED entries 2020-12-31 18:02:44 -08:00
askpatricw
43f93b097f release and pre-release FeatherS2 NSync 2020-12-31 17:50:41 -08:00
Jeff Epler
d0bc5e4e57
Merge pull request #3909 from weblate/weblate-circuitpython-main
Translations update from Weblate
2020-12-31 19:06:00 -06:00
askpatricw
9e559ac3ec Merge branch 'main' of https://github.com/adafruit/circuitpython into main 2020-12-31 16:54:22 -08:00