Dan Halbert
2e499893ee
Pixel Trinkey: D4, not D6
2024-04-19 09:15:42 -04:00
Andi Chandler
8b121d0e36
Translated using Weblate (English (United Kingdom))
...
Currently translated at 100.0% (994 of 994 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/en_GB/
2024-04-18 23:03:45 +02:00
Dan Halbert
ab69d6be1c
Merge pull request #9188 from dhalbert/2024-04-17-update-frozen
...
Update frozen libraries for 9.1.0-beta.1
2024-04-18 16:31:34 -04:00
Dan Halbert
1d50915892
Merge pull request #9187 from dhalbert/9.0.4-update
...
Merge latest changes from 9.0.x
2024-04-18 16:31:08 -04:00
Dan Halbert
e74a4e551d
Merge pull request #9181 from bill88t/fix9180
...
Switch to `serial_write` for the one line clear that is captured by `boot_out.txt`
2024-04-18 16:05:55 -04:00
Bill Sideris
3e8cf0df01
Revert "Switch to another func for the output text"
...
This reverts commit dcb08dc6fd .
2024-04-18 21:58:30 +03:00
Bill Sideris
e1054ef624
Phrase it a bit better
2024-04-18 21:54:24 +03:00
Bill Sideris
dcb08dc6fd
Switch to another func for the output text
2024-04-18 21:51:22 +03:00
Bill Sideris
0bea0174aa
Add some comments for the line clear
2024-04-18 21:34:49 +03:00
Dan Halbert
00a18fe2c9
Adafruit Pixel Trinkey M0
2024-04-18 12:45:53 -04:00
Sean Murphy
0b2175572c
initial commit
2024-04-18 09:07:22 -03:00
93490c301f
Don't close an SSL socket twice
2024-04-17 15:17:37 -05:00
2f53c6edbb
ssl: Swallow errors during socket.close()
...
.. for reasons given in the comment
2024-04-17 15:17:04 -05:00
Dan Halbert
dff8db2b82
update frozen libraries
2024-04-17 16:16:55 -04:00
Dan Halbert
0c61d51a39
fix typo in SafeModeReason.WATCHDOG doc
2024-04-17 16:15:50 -04:00
Dan Halbert
c35ec758dd
Merge remote-tracking branch 'adafruit/9.0.x' into 9.0.4-update
2024-04-17 15:39:10 -04:00
2f04028d10
Merge remote-tracking branch 'origin/main' into ssl-anything
2024-04-17 13:45:43 -05:00
Dan Halbert
c2caae71de
Merge pull request #9186 from dhalbert/9.0.x-setuptools
...
9.0.x - Handle change in tar file name caused by setuptools update #9185
2024-04-17 11:54:54 -04:00
Dan Halbert
35fe3394b2
suppress cache warnings for sphinx >= 7.3.0
2024-04-17 11:06:45 -04:00
Dan Halbert
e188bc9102
allow circuitpython[-_]stubs-*.tar.gz
2024-04-16 19:29:22 -04:00
Bill Sideris
511c0e6832
Switch to serial_write for just this one print
2024-04-15 01:33:29 +03:00
Dan Halbert
29eeef9c93
Merge pull request #9169 from dhalbert/flash_cache_table-fix
2024-04-12 13:58:15 -04:00
Dan Halbert
c978768d37
Merge pull request #9170 from bill88t/main
...
Fix FireBeetle 2 ESP32-S3 reset
2024-04-11 22:31:39 -04:00
Bill Sideris
7cb82b3086
Fix fbs3 reset
2024-04-12 05:21:19 +03:00
Dan Halbert
98957cccd8
change unneeded uint8_t decls to size_t or uint32_t
2024-04-11 14:15:41 -04:00
Dan Halbert
2fa97f3872
fix flash_cache_table allocation failures; clean up code
2024-04-11 14:00:37 -04:00
Scott Shawcroft
757690b065
Merge pull request #9153 from joshua-beck-0908/sqfmi-watchy-board
...
Added support for the Watchy board by SQFMI.
2024-04-11 10:07:05 -07:00
Scott Shawcroft
50121d0e49
Merge pull request #9168 from dhalbert/9.0.x-fix_nrf_safe_mode
...
backport to 9.0.x: Move the nRF saved word
2024-04-11 10:04:20 -07:00
Scott Shawcroft
2637e5bf1b
Move the nRF saved word
...
Instead of putting it in our uninit section, we need to ensure it
is also uninit by the UF2 bootloader. We both leave at least the
first 32k of RAM for the soft device, so place our word just before
the end of 32k. This is ok because we only use it before the SD is
started.
Fixes #9143 and doesn't require a bootloader change.
2024-04-11 08:34:15 -04:00
Dan Halbert
59d4df57b3
Merge pull request #9164 from tannewt/max3421e
...
Add Max3421E support for usb host
2024-04-11 08:32:55 -04:00
Dan Halbert
842a2e56c8
Merge pull request #9165 from dhalbert/samd-AudioOut-finalizer
...
switch atmel-samd AudioOut to use finalizer
2024-04-11 08:28:16 -04:00
Dan Halbert
84e15d715a
switch atmel-samd AudioOut to use finalizer
2024-04-10 16:05:05 -04:00
Tobias Schmale
874d496d93
Merge remote-tracking branch 'origin/main' into improve_espulp
2024-04-10 18:42:25 +00:00
Scott Shawcroft
aca3191a58
Add Max3421E support for usb host
...
It is enabled on:
* SAMD51 boards with 1MB flash (SKU ending in 20A)
* Feather RP2040 DVI. Others have PIO usb host.
* All ESP32 boards.
* All nRF boards
Fixes #8676
2024-04-10 10:57:28 -07:00
Dan Halbert
25dd72dd2c
Merge pull request #9161 from dhalbert/fix-nordic-analogin
...
nrf: fix regression in AnalogIn, fix problem with reuse as digital pin
2024-04-10 09:37:30 -04:00
Joshua
6f2720cdb1
Removed frozen submodules.
2024-04-10 20:21:22 +09:30
Joshua
ffe33aac89
Removed blank line at file end.
2024-04-10 20:17:41 +09:30
Joshua
2ef1f2a753
Git
2024-04-10 20:15:04 +09:30
J
a079ca4498
Update ports/espressif/boards/sqfmi_watchy/mpconfigboard.mk
...
Co-authored-by: Scott Shawcroft <scott@tannewt.org>
2024-04-10 20:12:05 +09:30
Dan Halbert
6d9f1adeae
nrf AnalogIn.c: disconnect channels after use, fix low values
2024-04-09 21:29:04 -04:00
Dan Halbert
050caf753c
Merge pull request #9156 from dhalbert/bitmapfilter-on-if-bitmaptools-on
...
Turn on bitmapfilter with the same criteria as bitmaptools
2024-04-09 18:42:54 -04:00
Dan Halbert
a48be88474
further pruning of bitmapfilter builds
2024-04-09 17:32:27 -04:00
Dan Halbert
f9a18fb5f8
Merge pull request #9160 from tannewt/fix_nrf_safe_mode
...
Move the nRF saved word
2024-04-09 14:07:02 -04:00
Scott Shawcroft
bcae6ae5cf
Move the nRF saved word
...
Instead of putting it in our uninit section, we need to ensure it
is also uninit by the UF2 bootloader. We both leave at least the
first 32k of RAM for the soft device, so place our word just before
the end of 32k. This is ok because we only use it before the SD is
started.
Fixes #9143 and doesn't require a bootloader change.
2024-04-09 10:42:46 -07:00
Scott Shawcroft
c0bbe26f1b
Merge pull request #9145 from joshua-beck-0908/main
...
Added support for Cardputer keyboard input.
2024-04-09 10:05:23 -07:00
Scott Shawcroft
c6d42afc20
Merge pull request #9157 from RetiredWizard/hacktabdisplay
...
Add display init to Hacktablet firmware
2024-04-09 09:48:31 -07:00
J
8d85aebc3b
Removed unnecessary USB information.
...
Co-authored-by: Scott Shawcroft <scott@tannewt.org>
2024-04-09 18:07:36 +09:30
RetiredWizard
bd6b80131f
Add display init to Hacktablet firmware
2024-04-08 21:49:16 -04:00
Dan Halbert
d15e6e82b9
Turn bitmapfilter on non-camera ESP32-S2
2024-04-08 18:36:39 -04:00
Joshua
8632701e2f
Added keypress codes for OPT modifier.
2024-04-09 06:01:48 +09:30