EmergReanimator
23fb5f6159
Merge branch 'main' of git@github.com:adafruit/circuitpython.git into spi_flash_fix
2022-01-30 09:49:54 +01:00
EmergReanimator
2a1f586634
Avoid excessive SPI re-configuration in run-time of SPI flash.
2022-01-30 09:49:07 +01:00
Dan Halbert
83e6e6690a
wip; works on espressif
2022-01-29 22:44:27 -05:00
Dan Halbert
93a60eecab
Merge pull request #5946 from tammymakesthings/pr4218-neopixel-show-after-deinit
...
Fixes neopixel show() after deinit() not raising an exception
2022-01-29 18:30:37 -05:00
Dan Halbert
6d8efa7034
Merge pull request #5942 from weblate/weblate-circuitpython-main
...
Translations update from Hosted Weblate
2022-01-29 17:25:37 -05:00
Dan Halbert
748834c6ba
update to py tests and scripts due to black 22.1.0
2022-01-29 17:14:01 -05:00
Dan Halbert
a88969d306
Revert "Disabled audioio, audiobusio, USB midi for sparkfun_redboard_turbo to save flash space"
...
This reverts commit 5e2166673b
.
2022-01-29 17:06:26 -05:00
Dan Halbert
6e98186f0d
turn off more things on SAMD21 full builds
2022-01-29 17:05:51 -05:00
Tammy Cravit
5e2166673b
Disabled audioio, audiobusio, USB midi for sparkfun_redboard_turbo to save flash space
2022-01-29 14:31:58 -07:00
Hosted Weblate
a756dbcfb6
Merge remote-tracking branch 'origin/main'
2022-01-29 19:36:40 +01:00
Dan Halbert
472cbcfaae
Merge pull request #5940 from UnexpectedCircuitPython/main
...
Added initial support for my new TinyS3, FeatherS3 and ProS3
2022-01-29 13:36:35 -05:00
Tammy Cravit
bd39bf3797
Check to see if neopixel is deinited before writing to it
2022-01-29 11:13:00 -07:00
Hosted Weblate
3aa36eebf3
Merge remote-tracking branch 'origin/main'
2022-01-29 18:35:15 +01:00
Limor "Ladyada" Fried
f4872d3464
Merge pull request #5943 from prplz/wifi-typing-fixes
...
Wifi typing fixes
2022-01-29 12:35:10 -05:00
EmergReanimator
f610b6b190
Changed the order of SPI configuration and activation.
...
SPI should be configured while chip select pin is disabled.
Tested with external flash on STM32 F4VE board.
2022-01-29 18:29:50 +01:00
Hosted Weblate
30c23a751a
Merge remote-tracking branch 'origin/main'
2022-01-29 18:19:18 +01:00
Limor "Ladyada" Fried
7ba23ffac4
Merge pull request #5945 from EmergReanimator/stm_deinited_fix
...
Fixed common_hal_busio_uart_deinited incorrect pin assignment check.
2022-01-29 12:19:12 -05:00
Michael Himing
a560ef309e
Fix wifi.Radio.ping return type
2022-01-29 21:31:47 +11:00
Michael Himing
f7c05bc384
Fix wifi.Radio.connect return type
2022-01-29 21:17:04 +11:00
Jonny Bergdahl
87165303c6
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (1045 of 1045 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/sv/
2022-01-29 08:53:52 +01:00
Seon Rozenblum
1277852501
Added initial support for my new TinyS3, FeatherS3 and ProS3 ESP32-S3 development boards
2022-01-29 14:04:57 +11:00
Jeff Epler
85cdb8cb3f
Merge pull request #5939 from TheWoodsy/patch-1
...
Update I2SOut.c
2022-01-28 19:45:56 -06:00
TheWoodsy
b70d5ac713
Update I2SOut.c
...
Redundant import of analogio in example.
Confused MagTag user. MagTag does not come with analogio in uf2 and cannot play native WAV with buzzer hardware.
2022-01-29 10:13:51 +10:00
gamblor21
19660ec66d
Doc and KW_REQ changes
2022-01-28 14:12:05 -06:00
Dan Halbert
3fb5023b9e
Merge pull request #5937 from weblate/weblate-circuitpython-main
...
Translations update from Hosted Weblate
2022-01-28 09:09:51 -05:00
Hosted Weblate
62af931f49
Merge remote-tracking branch 'origin/main'
2022-01-28 04:46:40 +01:00
Dan Halbert
a672ee6da5
Merge pull request #5862 from jepler/shared-module-i2c
...
Remove unused files
2022-01-27 22:46:34 -05:00
Hosted Weblate
11dab5819b
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/
2022-01-28 04:33:47 +01:00
Dan Halbert
14ed33c99d
Merge pull request #5936 from tannewt/esp_ble_advertise
...
Support BLE advertising on ESP
2022-01-27 22:33:35 -05:00
Scott Shawcroft
019aecaa20
Support BLE advertising on ESP
...
Services and characteristics still won't work.
Progress on #5926
2022-01-27 17:40:37 -08:00
gamblor21
6916307e76
Doc fix
2022-01-27 18:17:38 -06:00
gamblor21
31e183ddad
Documentation fix to the fix
2022-01-27 18:01:27 -06:00
gamblor21
d8a7fa025d
Documentation fixes 2
2022-01-27 16:49:54 -06:00
Dan Halbert
fff68c9f86
Merge pull request #5927 from tannewt/esp_ble_scan
...
Add BLE scanning for S3 and C3.
2022-01-27 13:05:24 -05:00
gamblor21
dd729d8fef
Documentation updates
2022-01-26 19:42:21 -06:00
Scott Shawcroft
d9966c1724
Add TODOs and -Os for RISC-V
2022-01-26 17:07:20 -08:00
Scott Shawcroft
ac7a80753f
Merge pull request #5921 from microDev1/espressif
...
Return default cpu frequency on espressif
2022-01-26 10:26:45 -08:00
Scott Shawcroft
e409ff75cd
Turn off BLE HCI on ESP32-S2
2022-01-26 09:46:29 -08:00
Dan Halbert
78781c654e
Merge pull request #5922 from microDev1/ci
...
Automatically cancel superseded CI build of PR
2022-01-26 12:43:41 -05:00
EmergReanimator
66cf66f118
Fixed common_hal_busio_uart_deinited incorrect pin assignment check.
...
The pin must be tested instead of pin->number in the same way as in STM
I2C busio layer.
2022-01-26 17:46:42 +01:00
MicroDev
80611954f4
Merge pull request #5920 from weblate/weblate-circuitpython-main
...
Translations update from Hosted Weblate
2022-01-26 12:33:52 +05:30
microDev
fa2d156d14
return default cpu frequency on espressif
2022-01-26 12:32:48 +05:30
Scott Shawcroft
b2e1dbd2df
Implement name and address get/set
2022-01-25 19:17:26 -08:00
Scott Shawcroft
5a6f456dbb
Add BLE scanning for S3 and C3.
...
Everything else should raise NotImplementedError.
First step in #5926
2022-01-25 16:28:46 -08:00
Hosted Weblate
2367693ef1
Merge remote-tracking branch 'origin/main'
2022-01-25 23:38:31 +01:00
Dan Halbert
3904421a22
Merge pull request #5925 from jerryneedell/jerryn_microbitv2
...
enable binascii in microbit_v2 build
2022-01-25 17:38:27 -05:00
jerryneedell
9c31346c45
fix implmetation
2022-01-25 16:42:49 -05:00
jerryneedell
70512758a9
enable binascii in microbit_v2 build
2022-01-25 16:06:47 -05:00
microDev
036c13a2d5
automatically cancel superseded ci build of pr
2022-01-26 01:10:25 +05:30
Hosted Weblate
f2d3d8b6d7
Merge remote-tracking branch 'origin/main'
2022-01-25 20:13:41 +01:00