Commit graph

37873 commits

Author SHA1 Message Date
Dan Halbert
f5a49b41ba pin sphinx temporarily while debugging doc build 2024-10-10 18:48:22 -04:00
Dan Halbert
4563239c64
Merge pull request #9699 from tannewt/esp_mdns
MDNS hostname match DHCP. Fix collision mangling
2024-10-10 15:39:02 -04:00
Scott Shawcroft
0509ed26c8
Merge pull request #9706 from dhalbert/i2c-del
add __del__() to busio.I2C, which now has a finaliser
2024-10-10 10:27:17 -07:00
Scott Shawcroft
fb0ff7e5bd
Only disable aesio on C3 2024-10-10 10:22:15 -07:00
Dan Halbert
45a451012e add __del__() to busio.I2C, which now has a finaliser 2024-10-09 20:54:18 -04:00
Scott Shawcroft
1543642dc2
Fix mac address formatting and disable aesio for ESP 2024-10-09 14:22:16 -07:00
Scott Shawcroft
45e0cf10cc
Merge pull request #9700 from weblate/weblate-circuitpython-main
Translations update from Hosted Weblate
2024-10-09 13:39:29 -07:00
Kamborio
ed563a1882
Translated using Weblate (Spanish)
Currently translated at 97.8% (978 of 1000 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/es/
2024-10-09 10:15:44 +02:00
Scott Shawcroft
390c280d2b
Turn off keypad demux on ESP32-C3 2024-10-08 15:49:19 -07:00
Dan Halbert
52602caae4
Merge pull request #9696 from DatanoiseTV/datanoise-picoadk-v2
Add Datanoise PicoADK V2.
2024-10-08 18:02:56 -04:00
Dan Halbert
7e1af069e9
Merge pull request #9698 from tannewt/test_rp2040_picodvi
Move RP2040 divider wrapper to RAM
2024-10-08 18:02:10 -04:00
Scott Shawcroft
ed0e640fb8
MDNS hostname match DHCP. Fix collision mangling
MDNS defaults to the hostname used by DHCP/LWIP since it is now
unique. This makes it the same either way.

This also updates esp-protocols (used for mdns) with a patch to
ensure that mangled names are the ones that collide.
(circuitpython.local collides but was causing cpy- to be mangled.)

Fixes #6869 again.
2024-10-08 15:01:47 -07:00
Scott Shawcroft
6ca0380d26
Merge pull request #9672 from samblenny/usb-device
Improve usb.core.Device exception handling and reporting
2024-10-08 13:52:52 -07:00
Scott Shawcroft
04fd6ecf0b
Move RP2040 divider wrapper to RAM
This fixes picodvi and will speed up division too.

Fixes #9628
2024-10-08 13:37:54 -07:00
Dan Halbert
d2e82bd55b conf.py: remove deprecated get_html_theme_path() 2024-10-08 16:29:35 -04:00
Sylwester
557ee26874
Update ports/raspberrypi/boards/datanoise_picoadk_v2/mpconfigboard.h
Co-authored-by: Dan Halbert <halbert@halwitz.org>
2024-10-08 20:48:47 +02:00
Dan Halbert
44748abcc4
Merge pull request #9694 from Sola85/fix-epaperdisplay-delay
epaperdisplay: fix delay when two_byte_sequence_length is true
2024-10-08 13:28:06 -04:00
DatanoiseTV
b8d25e59c4 Remove old pins from Datanoise PicoADK V2. 2024-10-08 18:32:35 +02:00
DatanoiseTV
b7f6f5c62d Rename Datanoise PicoADK V2 pins to be compatible with examples. 2024-10-08 18:31:59 +02:00
DatanoiseTV
ff905d40af Add Datanoise PicoADK V2. 2024-10-08 18:07:19 +02:00
Sola85
af7d8b7d94
epaperdisplay: fix delay when two_byte_sequence_length is true 2024-10-08 09:03:08 +02:00
gamblor21
af947a5084 Enable for all 2350 boards 2024-10-07 20:10:55 -05:00
sam blenny
08bc84b4f4 revert usb.core.Device error message changes
This puts the error messages back like they were, leaving the null
pointer dereference fixes in place.
2024-10-07 17:50:22 +00:00
Scott Shawcroft
fe20582f72
Merge pull request #9687 from bill88t/c6supmini
Add MakerGo C6 SuperMini
2024-10-07 10:25:39 -07:00
Scott Shawcroft
6a007ef780
Merge pull request #9688 from weblate/weblate-circuitpython-main
Translations update from Hosted Weblate
2024-10-07 10:22:24 -07:00
Hosted Weblate
b694388800
Merge remote-tracking branch 'origin/main' 2024-10-07 16:50:42 +02:00
Dan Halbert
ef70b7b548
Merge pull request #9692 from jepler/fix-printing-deepsleeprequest
Avoid crashing when printing DeepSleepRequest objects
2024-10-07 10:50:35 -04:00
5b771569d8 remove deprecated call in doc setup 2024-10-07 09:15:07 -05:00
125faaec18 Avoid crashing when printing DeepSleepRequest objects 2024-10-07 08:43:42 -05:00
gamblor21
48e1327c0e Fix about incorrectly recalculating delay 2024-10-06 20:47:13 -05:00
Bill Sideris
1c58d7c293
Change the comment type 2024-10-06 17:03:15 +03:00
Bill Sideris
e9bb5cf4de
Do power led 2024-10-06 17:02:09 +03:00
Diamond Rivero
0ced12c360
Translated using Weblate (Filipino)
Currently translated at 32.5% (325 of 1000 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/fil/
2024-10-06 03:15:39 +02:00
gamblor21
0fa3cd8632 Removed utils.h which was not required 2024-10-05 18:03:03 -05:00
Bill Sideris
1e4fbd94ed
Add MakerGo C6 SuperMini 2024-10-05 21:58:11 +03:00
gamblor21
146c13e6ce Improved documentation 2024-10-05 11:25:27 -05:00
gamblor21
d2e5173e2d Merge remote-tracking branch 'origin/audio_effects' into audio_effects 2024-10-05 10:16:01 -05:00
gamblor21
cca8d00f6b Doc and error messaging changes 2024-10-05 10:08:42 -05:00
Scott Shawcroft
54d4827e60
Merge pull request #9684 from diamant3/GH-9660
remove 'mp_obj_property_t' usage remains
2024-10-04 11:21:05 -07:00
Scott Shawcroft
7f14b9c49a
Merge pull request #9679 from dhalbert/fix-ble-serial-check
Correct `ble_serial_connected()` when BLE workflow was never started
2024-10-04 11:19:52 -07:00
Scott Shawcroft
a693bd748a
Merge pull request #9683 from dhalbert/raspberrypi-os-uname
fix os.uname() values for rp2350
2024-10-04 11:18:54 -07:00
Dan Halbert
11d4bce481
Merge pull request #9682 from jepler/rp2350-sdk-bug-workaround
Work around an sdk bug
2024-10-04 11:58:47 -04:00
Dan Halbert
321d6e90a7
Merge pull request #9680 from jepler/rp2-pio-background-dma-bug
clear any pending interrupt flag
2024-10-04 11:37:48 -04:00
Diamond Rivero
2a8589471f
add static to 'extmod/vfs_fat.c: fat_vfs_label_obj' 2024-10-04 16:55:35 +08:00
Diamond Rivero
a19ddf57df
add static 'MP_PROPERTY_GETTER(fat_vfs_readonly_obj,
(mp_obj_t)&fat_vfs_getreadonly_obj);'
2024-10-04 15:38:13 +08:00
Diamond Rivero
d5d40267bf
use 'mp_obj_property_getter_t' type 2024-10-04 14:56:36 +08:00
Diamond Rivero
d976f832f1
fix formatting 2024-10-04 11:14:46 +08:00
Diamond Rivero
7e72009ca6
remove 'mp_obj_property_t' usage remains 2024-10-04 11:01:14 +08:00
Dan Halbert
9432fb97b6 fix os.uname() values for rp2350 2024-10-03 22:21:27 -04:00
Mark
af171dab84
Merge branch 'main' into audio_effects 2024-10-03 20:38:49 -05:00