Beat Ludin
|
8d4333203c
|
copyright updated
|
2022-02-02 16:11:55 +01:00 |
|
Beat Ludin
|
29cb37dd07
|
copied crc32 code from uzlib to modubinascii.c
removed dependency on build flag
|
2022-02-02 13:59:02 +01:00 |
|
Michael Himing
|
5472f41860
|
Bitbang i2c: switch scl to input for reading
|
2022-02-02 22:54:35 +11:00 |
|
gamblor21
|
9cc470677e
|
merge
|
2022-02-01 20:31:13 -06:00 |
|
gamblor21
|
afb04f8378
|
Fix to i2c code
|
2022-02-01 20:27:54 -06:00 |
|
Neradoc
|
b2c8fd3938
|
add board.STEMMA_I2C alias to some boards
|
2022-02-02 01:18:46 +01:00 |
|
Dan Halbert
|
5435a40c54
|
Merge pull request #5959 from andypiper/patch-1
Fix typos
|
2022-02-01 18:27:31 -05:00 |
|
Dan Halbert
|
8b10925fd9
|
Merge pull request #5960 from weblate/weblate-circuitpython-main
Translations update from Hosted Weblate
|
2022-02-01 18:26:28 -05:00 |
|
kmatch
|
89a0f37661
|
Update shared-bindings/supervisor/__init__.c
Co-authored-by: Scott Shawcroft <scott@tannewt.org>
|
2022-02-01 14:36:35 -06:00 |
|
kmatch
|
ff36932388
|
Update shared-bindings/supervisor/__init__.c
Co-authored-by: Scott Shawcroft <scott@tannewt.org>
|
2022-02-01 14:36:25 -06:00 |
|
Mark
|
5972fdc108
|
Merge branch 'main' into is31pixelbuf
|
2022-02-01 13:59:28 -06:00 |
|
Neradoc
|
93f612eea2
|
add board.STEMMA_I2C on ESP QT PYs
|
2022-02-01 20:15:24 +01:00 |
|
Hosted Weblate
|
930ccd655d
|
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-02-01 20:09:02 +01:00 |
|
Scott Shawcroft
|
2964e966b1
|
Merge pull request #5958 from dhalbert/i2c-common-hal-write-read
I2c common hal write read
|
2022-02-01 11:08:50 -08:00 |
|
Andy Piper
|
4096bb28ab
|
Fix typos
Some typo corrections and cleanup to the ESP32 doc
|
2022-02-01 18:53:11 +00:00 |
|
EmergReanimator
|
cfa7e8a168
|
fix #5948 Adding back the SPI configuration to spi_flash_read/write_data
Removing this configures will break cases where the flash is on a shared SPI bus with a device that has different settings.
This is rare but possible.
|
2022-02-01 19:39:56 +01:00 |
|
Dan Halbert
|
0b26dba44d
|
Merge pull request #5955 from prplz/is31fl3741
Only enable is31fl3741 for led glasses board
|
2022-02-01 12:55:31 -05:00 |
|
Dan Halbert
|
d0453f460d
|
shrink sensebox; fix doc error
|
2022-02-01 10:12:26 -05:00 |
|
Kevin Matocha
|
0290fc35d2
|
Removing some unnecessary files that were changed
|
2022-02-01 08:28:40 -06:00 |
|
Dan Halbert
|
cc410ad6a3
|
common-hal I2C combined write_read
|
2022-01-31 22:03:30 -05:00 |
|
Dan Halbert
|
17956a0204
|
Merge pull request #5957 from tannewt/esp_ble_forever_scan
Fix BLE scanning forever on ESP32-S3
|
2022-01-31 20:55:48 -05:00 |
|
Dan Halbert
|
d5740c8ad9
|
Merge remote-tracking branch 'adafruit/main' into i2c-common-hal-write-read
|
2022-01-31 18:51:32 -05:00 |
|
Scott Shawcroft
|
db7e72b43d
|
Fix BLE scanning forever on ESP32-S3
|
2022-01-31 15:45:43 -08:00 |
|
Michael Himing
|
c92c8ac184
|
Only enable is31fl3741 for led glasses board
Also fix a warning in is31fl3741
|
2022-02-01 09:45:50 +11:00 |
|
Scott Shawcroft
|
43dae6c8d1
|
Merge pull request #5951 from dhalbert/track-board-default-objects
Track creation of board.I2C(), etc.
|
2022-01-31 14:29:19 -08:00 |
|
gamblor21
|
02728f1668
|
Doc changes
|
2022-01-31 16:23:07 -06:00 |
|
Kevin Matocha
|
db0140f586
|
Expose splash group, add function to resize REPL terminal
|
2022-01-31 15:02:00 -06:00 |
|
Dan Halbert
|
ed4e8bb9a6
|
Merge pull request #5952 from weblate/weblate-circuitpython-main
Translations update from Hosted Weblate
|
2022-01-31 09:17:39 -05:00 |
|
Dan Halbert
|
20a17bec25
|
shrink arduino_mkrzero and sparkfun_samd21_dev
|
2022-01-31 09:16:03 -05:00 |
|
Wellington Terumi Uemura
|
cdeaf70beb
|
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (1045 of 1045 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
|
2022-01-31 06:55:47 +01:00 |
|
Dan Halbert
|
25707d311a
|
Track creation of board.I2C(), etc.
|
2022-01-30 23:20:51 -05:00 |
|
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 |
|