Jeff Epler
774f6ac6ab
Switch to using MP_ERROR_TEXT instead of translate, globally
2023-10-30 09:49:06 +01:00
Dan Halbert
32b6ac79d5
Merge pull request #8519 from jepler/compressed-message-type
...
Rename compressed_string_t to mp_rom_error_text_t to match upstream
2023-10-27 10:53:44 -04:00
Jeff Epler
de541cf155
Fix pointer-ness, const-ness of compressed messages
...
micropython puts the pointer-ness into the typedef; we can put the
const-ness there too.
this reduces the delta to micropython; for instance, emitinlinextensa
and emitinlinethumb now match upstream.
2023-10-25 21:40:11 +02:00
Scott Shawcroft
be30c12a74
Pass subobject into native subscr
...
This allows PixelBuf to call transmit after setting a value.
Fixes #8488
2023-10-25 11:44:32 -07:00
Jeff Epler
55874b6470
Rename compressed_string_t to mp_rom_error_text_t to match upstream
2023-10-25 08:14:13 +02:00
Scott Shawcroft
63079c75b0
Re-add passing native methods the subclass instance
...
Fixes #8488
2023-10-24 16:20:51 -07:00
Scott Shawcroft
53bc6d4bd1
Fix docs build by splitting out support matrix
2023-10-24 16:20:51 -07:00
Scott Shawcroft
e62db5adcd
Fix native property setting from subclass
2023-10-24 16:20:51 -07:00
Scott Shawcroft
e1df598199
Split displayio hardware support from core
...
These are moved:
* Display -> busdisplay.BusDisplay
* FourWire -> fourwire.FourWire
* EPaperDisplay -> epaperdisplay.EPaperDisplay
* I2CDisplay -> i2cdisplaybus.I2CDisplayBus
`paralleldisplay` is now `paralleldisplaybus` (and registered as
`paralleldisplay` too).
Bus related helpers are split out of display_core into bus_core.
It is in still displayio since it is a dependency of both
busdisplay and epaperdisplay.
Fixes #7667
2023-10-24 15:43:34 -07:00
Scott Shawcroft
168c40e940
Merge pull request #8508 from dhalbert/v1.21-merge
...
V1.21 merge
2023-10-24 15:36:06 -07:00
Scott Shawcroft
00457788e9
Fix mbedtls and stop removing it
2023-10-24 14:47:43 -07:00
Dan Halbert
ec678a54ce
Merge pull request #8494 from tannewt/merge_in_8.2.7
...
Merge in 8.2.7
2023-10-23 21:52:25 -04:00
Scott Shawcroft
c988ff7898
Remove random A
2023-10-23 14:51:42 -07:00
Scott Shawcroft
f9e63d9ac6
Merge pull request #8492 from jepler/maketranslation-levels
...
Add CIRCUITPY_MESSAGE_COMPRESSION_LEVEL
2023-10-23 14:41:12 -07:00
Scott Shawcroft
1430cc6e56
Merge pull request #8491 from RetiredWizard/v9debug
...
DotClock Touch Screen pin fixes/additions
2023-10-23 14:19:55 -07:00
RetiredWizard
caeaa947d6
Add board.I2C pin definitions to mpconfigboard.h
2023-10-22 12:27:25 -04:00
RetiredWizard
5effb26cd1
Pin name consistency changes
2023-10-22 03:21:03 -04:00
RetiredWizard
12a3a62ae5
Add GPIO pins broken out on Mabee connector
2023-10-21 22:49:34 -04:00
RetiredWizard
9d1b9b3c0d
Add/Remove correct board level devices
2023-10-21 15:46:05 -04:00
RetiredWizard
8cc9038af0
Makerfabs pin name changes for consistency
2023-10-21 14:30:01 -04:00
Pascal Bakhuis
621805639b
Added support the Waveshare ESP32-S3-Zero and GRB status LEDs
2023-10-21 01:22:46 +01:00
Scott Shawcroft
89467ecdab
Merge tag '8.2.7' into merge_in_8.2.7
2023-10-20 15:21:30 -07:00
Dan Halbert
8017a1ad30
ports/unix VARIANT=coverage fixes
2023-10-20 16:51:04 -04:00
Jeff Epler
7ab5252cdd
Add CIRCUITPY_MESSAGE_COMPRESSION_LEVEL
...
to trade compile speed & flash size
Initially enable the faster mode on rp2040 and espressif, where there's
usually plenty of flash available (these advanced techniques save hundreds
to thousands of bytes, which is important on a lot of old samd21 boards
but is a drop in the lake of a 4MB flash chip)
2023-10-20 19:18:18 +01:00
Dan Halbert
009b3ae86b
Merge remote-tracking branch 'adafruit/main' into v1.21-merge
2023-10-20 11:48:44 -04:00
RetiredWizard
8e85358a72
DotClick Touch Screen pin fixes/additions
2023-10-20 00:45:21 -04:00
Dan Halbert
4b42a6f4a0
restore old uzlib; remove remaining U and u prefixes
2023-10-19 21:29:57 -04:00
Dan Halbert
367e13c69f
change CIRCUITPY change markers to CIRCUITPY-CHANGE
2023-10-19 16:42:36 -04:00
Dan Halbert
c0a4abc03c
Fix merge bugs; remove shared/tinyusb/*
2023-10-19 16:02:42 -04:00
Dan Halbert
a8fb081166
Merge remote-tracking branch 'adafruit/main' into v1.21-merge
2023-10-19 11:20:25 -04:00
Dan Halbert
f2ebe6839c
Initial MicroPython v1.21.0 merge; not compiled yet
2023-10-18 17:49:14 -04:00
Melissa LeBlanc-Williams
d926e7d619
Add missing Ax pins for Qualia ESP32-S3
2023-10-18 14:11:30 -07:00
Dan Halbert
41e0199414
Merge pull request #8476 from MeNeedingADifferentFork/main
...
Added support for SuperMini NRF52840
2023-10-18 09:40:41 -04:00
Pascal Bakhuis
b1bcd90ed2
Merge branch 'main' of https://github.com/MeNeedingADifferentFork/circuitpython-supermini-nrf52840
2023-10-17 23:39:26 +01:00
Pascal Bakhuis
2d4702c79c
Changed USB VID/PID to one granted by pidcodes.github.com
2023-10-17 23:30:26 +01:00
Axeia
07bb1a6e53
Merge branch 'adafruit:main' into main
2023-10-17 23:24:04 +01:00
Scott Shawcroft
48f4b0f7cb
Switch to gcc 12.3 for arm32
...
Fixes #7432
2023-10-17 11:43:38 -07:00
Scott Shawcroft
fce45af820
Merge pull request #8484 from tannewt/improve_silabs
...
A few silabs improvements
2023-10-17 11:37:31 -07:00
Scott Shawcroft
792def24f3
A few silabs improvements
...
* Fix watchdog code crash.
* Define status LEDs for all boards.
* Add flash target to Makefile.
* Reduce build verbosity.
2023-10-17 11:10:03 -07:00
Dan Halbert
f6601177e0
Merge pull request #8481 from dhalbert/v1.20-merge
...
Merge from MicroPython v1.20.0
2023-10-16 19:54:32 -04:00
Dan Halbert
f78b35d06f
remove unused files; fix typo; remove debugging code
2023-10-16 19:23:35 -04:00
Scott Shawcroft
5a19971efd
Fix pre-commit
2023-10-16 10:46:11 -07:00
Scott Shawcroft
732caedd16
Fix non-CYW43 RP2040 builds
2023-10-16 10:43:31 -07:00
Scott Shawcroft
db4253e268
Fix spresence by disabling asserts
2023-10-16 10:43:31 -07:00
Scott Shawcroft
544553c542
Fix cyw43 (pico w) builds
2023-10-16 10:43:30 -07:00
Axeia
44e9e6464c
Merge branch 'adafruit:main' into main
2023-10-16 17:22:03 +01:00
Seon Rozenblum
4606af4ec2
Added Unexpected Maker BlizzardS3 board for Espressif port.
2023-10-15 17:46:17 +11:00
Dan Halbert
195867e9d2
Merge remote-tracking branch 'adafruit/main' into fix-i2s-error-message
2023-10-14 07:38:39 -04:00
Dan Halbert
43b99a6f35
fix fomu board.c
2023-10-13 19:55:43 -04:00
Scott Shawcroft
e5767829db
Merge pull request #8475 from minordemon/Waveshare-RP2040-Touch-LCD-1_28
...
Added support for the Waveshare Touch LCD 1.28
2023-10-12 14:17:02 -07:00