BlitzCityDIY
352281e23e
Adding Arduino Nano RP2040 Connect
...
Re-commiting to fix local GitHub config issues. Adding CircuitPython support for the Arduino Nano RP2040 Connect. Have tested all digital and analog I/O, I2C, onboard LSM6DSOX. Uses the AT25SF128A external flash.
2021-05-21 20:44:11 -04:00
Scott Shawcroft
20946d97a1
Merge pull request #4743 from tannewt/simplify_status_led
...
Simplify the status LED to save power
2021-05-21 10:55:11 -07:00
Scott Shawcroft
22e8b20907
Merge pull request #4792 from Neradoc/nera-fix-IPv4Address
...
Fix ipaddress.IPv4Address from returning invalid values
2021-05-21 10:47:41 -07:00
Scott Shawcroft
9a7a2bb27d
Merge pull request #4784 from weblate/weblate-circuitpython-main
...
Translations update from Weblate
2021-05-21 10:02:59 -07:00
Hosted Weblate
baa729aef6
Merge remote-tracking branch 'origin/main' into main
2021-05-21 02:00:31 +02:00
Dan Halbert
3bcbf2bdbb
Merge pull request #4790 from Neradoc/nera-fix-USER_SAFE_MODE-message
...
Don't print out "hard crash" when USER_SAFE_MODE demanded
2021-05-20 20:00:26 -04:00
Neradoc
9fa7fb7092
fix ipaddress.IPv4Address from returning invalid values
2021-05-20 23:17:56 +02:00
Scott Shawcroft
561ffec693
Merge remote-tracking branch 'adafruit/main' into simplify_status_led
2021-05-20 13:46:42 -07:00
Hosted Weblate
a6b4c3f16a
Merge remote-tracking branch 'origin/main' into main
2021-05-20 22:00:58 +02:00
Dan Halbert
f5aa55c247
Merge pull request #4606 from hierophect/sleep-revamp
...
Internal API revisions to sleep
2021-05-20 16:00:52 -04:00
Neradoc
a8b6232402
don't print out "hard crash" when USER_SAFE_MODE demanded
2021-05-20 21:23:25 +02:00
Scott Shawcroft
5643355e90
Merge remote-tracking branch 'adafruit/main' into simplify_status_led
2021-05-20 08:35:15 -07:00
Hosted Weblate
132185238a
Merge remote-tracking branch 'origin/main' into main
2021-05-20 15:02:41 +02:00
Jonny Bergdahl
0c2c725978
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (993 of 993 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/sv/
2021-05-20 15:02:41 +02:00
Wellington Terumi Uemura
131cdda2e2
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (993 of 993 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
2021-05-20 15:02:41 +02:00
Noel Gaetan
c82286e39b
Translated using Weblate (French)
...
Currently translated at 96.0% (954 of 993 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/fr/
2021-05-20 15:02:40 +02:00
Dan Halbert
74355e8281
Merge pull request #4783 from tannewt/fix_sm_rp2040_7
...
Fix safe mode on rp2040 (in 7.x)
2021-05-20 09:02:35 -04:00
Hosted Weblate
dbc0118f9a
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-05-20 04:41:56 +02:00
Dan Halbert
7511e1c782
Merge pull request #3493 from gabewillen/main
...
Implemented the ability to set the transmitter power on nRF52 devices
2021-05-19 22:41:47 -04:00
Scott Shawcroft
499a4388cf
Handle inverted neopixel power
2021-05-19 17:29:02 -07:00
Scott Shawcroft
65813ef358
Fix ble_hci builds
2021-05-19 14:14:32 -07:00
Scott Shawcroft
42ee48ccb5
Improve error for invalid parameters
2021-05-19 14:09:11 -07:00
Scott Shawcroft
ee7a701487
Switch to start_advertising arg
2021-05-19 12:21:48 -07:00
gabewillen
e29158483e
Update Adapter.h
...
Added the tx_power to the adapter object
2021-05-19 11:56:49 -07:00
gabewillen
6b39df406a
Update Adapter.c
...
Added support for setting transmitter power currently done during every time advertising starts as implemented in the Arduino library
2021-05-19 11:55:47 -07:00
gabewillen
806b39fb22
Update Adapter.c
...
Added support for setting transmitter power
2021-05-19 11:55:01 -07:00
gabewillen
7dee378ade
Update Adapter.h
...
Added support for setting transmitter power
2021-05-19 11:55:01 -07:00
Scott Shawcroft
b78e9fcd19
Improve STM reset reason
...
This causes safe mode to skip the wait for reset when waking up
from an alarm. (It also means we don't flash the LED for it.)
2021-05-19 11:48:02 -07:00
Scott Shawcroft
642fbcf87a
Handle status led power
...
This no longer turns on status LED power before running user code.
Therefore, use of the status LED on some boards will also have to
enable the power.
2021-05-19 10:57:14 -07:00
Scott Shawcroft
9dabe882f1
Fix safe mode on rp2040
2021-05-19 10:18:43 -07:00
Scott Shawcroft
14a550c395
Merge pull request #4770 from ladyada/main
...
Add rev A of macropad definition
2021-05-19 10:09:19 -07:00
Dan Halbert
4c928acbd4
Merge pull request #4774 from kamtom480/spresense_usb_fix
...
spresense: Fix USB CDC and MSC
2021-05-19 12:42:08 -04:00
Dan Halbert
aebee2de73
Handle USB_HIGHSPEED for MIDI also
2021-05-19 07:43:47 -04:00
lady ada
9a70aa1e8d
figure out the AREF thing later
2021-05-18 22:20:38 -04:00
Limor "Ladyada" Fried
b667736110
Merge branch 'adafruit:main' into main
2021-05-18 20:55:55 -04:00
lady ada
d8b895f1d7
add LED and speaker - natch!
2021-05-18 20:53:13 -04:00
Scott Shawcroft
8c0f358583
Merge pull request #4773 from DavePutz/pico-pulseout
...
Implement pulseout for RP2040
2021-05-18 13:23:28 -07:00
Lucian Copeland
bce541dcc5
Minor text fixes
2021-05-18 15:16:25 -04:00
Scott Shawcroft
6164d44e6d
Turn off LED after REPL
2021-05-18 11:32:45 -07:00
lady ada
fdbd3bc8c2
add missing AREF pin
2021-05-18 11:09:31 -04:00
ladyada
38ffc4352d
add workflow for makropad
2021-05-18 11:09:03 -04:00
ladyada
cec9015e19
iz makropad with oled
2021-05-18 11:09:03 -04:00
Kamil Tomaszewski
da248d1594
spresense: Fix USB CDC and MSC
2021-05-18 17:02:16 +02:00
root
9393467819
Update comment for spelling
2021-05-17 22:13:00 -05:00
Scott Shawcroft
c2ebe555f3
Merge pull request #4767 from jposada202020/parameter_union_doc_example
...
adding parameter documentation explanation when it could have two differents types
2021-05-17 17:14:09 -07:00
Lucian Copeland
633d83cc3e
Merge remote-tracking branch 'upstream/main' into sleep-revamp
2021-05-17 18:57:10 -04:00
root
ff4b1b28d2
iFormatting fixes
2021-05-17 16:43:55 -05:00
root
11ef36d09d
Implement pulseout for RP2040
2021-05-17 16:24:45 -05:00
Dan Halbert
0ac107b733
Merge pull request #4769 from dhalbert/update-frozen-libs-2021-05-16
...
update frozen libs
2021-05-17 09:52:19 -04:00
Dan Halbert
8118eb1fe5
update frozen libs
2021-05-16 14:36:18 -04:00