Commit Graph

19985 Commits

Author SHA1 Message Date
Dan Halbert 5ace7af933 disable default usb_cdc 2021-03-11 11:20:29 -05:00
Lucian Copeland 1ebbd14d0f Fix UART deinit 2021-03-11 11:02:13 -05:00
Jeff Epler 15e97f12a1
Merge pull request #4379 from jepler/rp2040-rtc
raspberrypi: RTC: Ensure a time is set
2021-03-11 09:00:31 -06:00
Dan Halbert 08c5dbb003 use return values in STM PWMOut constructor, not exceptions 2021-03-11 08:52:47 -05:00
Jeff Epler 16bfe3b41c raspberrypi: RTC: Ensure a time is set
Until a time is set, the RTC is not running, and rtc_get_datetime()
returns false without assigning to the out-parameter.

In CircuitPython, this would manifest as arbitrary values being returned,
since uninitialized storage on the stack was being converted into a timestamp.
2021-03-10 20:20:40 -06:00
Scott Shawcroft f0965b1ef7
Merge pull request #4350 from nitz/board-add-sparkfun-micromod-nrf52840
Add new nRF port for SF MicroMod nRF52840.
2021-03-10 18:13:11 -08:00
Jeff Epler c95def0b32 raspberrypi: Enable mp3 playback
The rp2040 is _very_ marginal for mp3 playback, and currently sometimes triggers a bug that gives garbled audio output.  However, it does work for some limited situations.
2021-03-10 18:44:10 -06:00
DavePutz ef0ce0df72
Merge pull request #43 from adafruit/main
Update from adafruit main
2021-03-10 13:55:09 -06:00
Kevin Matocha 85f0f07d51 add fill_region and draw_line to bitmaptools 2021-03-10 11:37:27 -06:00
Scott Shawcroft be9e045ee3
Merge pull request #4375 from hathach/rp2040-double-tap-uf2
rp2040 add double reset to uf2
2021-03-10 08:48:07 -08:00
hathach 58fb011070 clean up 2021-03-10 19:03:27 +07:00
hathach d1c6bb0927 rp2040 add double reset to uf2, also update pico-sdk to 1.1.0 2021-03-10 18:58:23 +07:00
DavePutz a3c3e8a0fa
fix trailing whitespace 2021-03-09 22:41:08 -06:00
Scott Shawcroft 3b46f2c878
Merge pull request #4366 from weblate/weblate-circuitpython-main
Translations update from Weblate
2021-03-09 18:11:20 -08:00
nitz d5365cb066
SDIO/QSPI pin names. ¯\_(ツ)_/¯ 2021-03-09 18:36:29 -05:00
nitz 5beb529f61
Update pins, remove unused defs from board config. 2021-03-09 17:43:13 -05:00
nitz fe0655e121
Update pins, remove unused defs from board config. 2021-03-09 17:39:50 -05:00
DavePutz 0c58cc4772
Moved pin wait to an initial exec 2021-03-09 16:37:29 -06:00
nitz 1ae858126a
Fix the mpconfigboard.mk that was screwy? 2021-03-09 17:29:10 -05:00
Hosted Weblate c7eb174361 Merge remote-tracking branch 'origin/main' into main 2021-03-09 22:07:24 +01:00
Scott Shawcroft d650849581
Merge pull request #4348 from FBSeletronica/franzininhoWIFI_wrover
Franzininho wifi ESP32-S2 Wrover
2021-03-09 13:07:19 -08:00
Hosted Weblate ff2f402ac9 Merge remote-tracking branch 'origin/main' into main 2021-03-09 21:59:06 +01:00
Scott Shawcroft 2c3002b327
Merge pull request #4370 from jposada202020/i2cperipheral_ctrlc
I2CPeripheral samd51 corrections in the CTRLC bit
2021-03-09 12:58:59 -08:00
Hosted Weblate c39e1e9f55 Merge remote-tracking branch 'origin/main' into main 2021-03-09 21:32:30 +01:00
Scott Shawcroft 709cee0aaf
Merge pull request #4371 from jepler/revert-partition-change
Revert "circuitpy_mpconfig: Disable flash multi-partition"
2021-03-09 12:32:20 -08:00
Chris Dailey a61db7f12e
Updated SparkFun MicroMod USB PID
As per the PID provide by TheHoff, [here](https://forum.sparkfun.com/viewtopic.php?p=223812#p223812)
2021-03-09 12:54:52 -05:00
DavePutz f0e3274a33
Update to agree with modified StateMachine.h 2021-03-09 11:13:09 -06:00
Jeff Epler 1e5ffe1a53 Revert "circuitpy_mpconfig: Disable flash multi-partition"
This reverts commit 156ee4833a.
2021-03-09 11:08:36 -06:00
FBSeletronica 1aad93baa3 Fixing build.yml 2021-03-09 13:58:02 -03:00
FBSeletronica c4b30420f1 Merge branch 'franzininhoWIFI_wrover' of github.com:FBSeletronica/circuitpython into franzininhoWIFI_wrover 2021-03-09 13:56:00 -03:00
Hosted Weblate e3b314e1e6 Merge remote-tracking branch 'origin/main' into main 2021-03-09 17:55:57 +01:00
Jonny Bergdahl 48c486807b
Translated using Weblate (Swedish)
Currently translated at 100.0% (975 of 975 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/sv/
2021-03-09 17:55:57 +01:00
Wellington Terumi Uemura d1e3626460
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (975 of 975 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
2021-03-09 17:55:57 +01:00
Dan Halbert 7d92f5aa5a
Merge pull request #4365 from tannewt/tinyusb_2ad
Update TinyUSB
2021-03-09 11:55:50 -05:00
FBSeletronica c6eb3f98be Fixing build.yml 2021-03-09 13:55:20 -03:00
jposada202020 be90fa80e8 Initial Changes 2021-03-09 10:48:33 -05:00
DavePutz 6f4510d7aa
Merge branch 'main' into issue_4111 2021-03-08 23:28:21 -06:00
root 576da73a17 Added check for maxlen 2021-03-08 23:23:51 -06:00
root 95b7a59156 Merge branch 'issue_4111' of https://github.com/DavePutz/circuitpython into issue_4111 2021-03-08 23:22:05 -06:00
root 3db0fec267 Added check for maxlen 2021-03-08 23:20:57 -06:00
DavePutz 88650bc4d0
Removed leftover debug code 2021-03-08 22:48:57 -06:00
Dan Halbert 7029783985 funhouse board 2021-03-08 21:24:28 -05:00
Hosted Weblate f83465e371
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-03-09 02:49:53 +01:00
Hosted Weblate f6fe8440d0 Merge remote-tracking branch 'origin/main' into main 2021-03-09 02:49:51 +01:00
hexthat 183fbbfe23
Translated using Weblate (Chinese (Pinyin))
Currently translated at 100.0% (974 of 974 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/zh_Latn/
2021-03-09 02:49:51 +01:00
Scott Shawcroft 775f1b9e0d
Merge pull request #4329 from jepler/rp2-rotaryio
raspberrypi: Implement rotaryio, improve StateMachine
2021-03-08 17:49:45 -08:00
Scott Shawcroft e3d4036f2e
Update TinyUSB 2021-03-08 17:24:03 -08:00
Fábio Souza 8dc6c5bf24
Merge branch 'main' into franzininhoWIFI_wrover 2021-03-08 20:58:22 -03:00
Scott Shawcroft 4fc6c7d8c9
Merge pull request #4347 from FBSeletronica/franzininhoWIFI
Adding Circuitpython port for Franzininho WIFI board with the ESP32-S2 wroom module
2021-03-08 15:37:42 -08:00
Scott Shawcroft b5a955a168
Merge pull request #4354 from jepler/disable-fat-partition
circuitpy_mpconfig: Disable flash multi-partition
2021-03-08 15:25:58 -08:00