31423 Commits

Author SHA1 Message Date
Dan Halbert
04a73bc2ee
Merge pull request #8646 from jepler/hallowing-m0-2mb
add another flash chip for hallowing m0 express
2023-11-21 22:44:21 -05:00
Jeff Epler
19dcbe3e01
add another flash chip for hallowing m0 express
A small number of hallowing m0 express boards were manufactured
with an incorrect flash chip (2MB instead of 8MB).

If you have received one of these boards, contact support AT adafruit
DOT com for refund/replacement options.

However, there's no need to make these boards e-waste. At the cost of a
few bytes of flash, we can make them work with this simple update,
as tested by a user who received one of the incorrectly manufactured
units.
2023-11-21 21:15:14 -06:00
Dan Halbert
9924ffa00e
Merge pull request #8634 from dhalbert/arduino-nano-esp32-usb-pid
Fix USB PID for arduino_nano_esp32s3
2023-11-19 09:33:48 -05:00
Dan Halbert
542ee48425 Fix USB PID for arduino_nano_esp32s3 2023-11-18 15:05:50 -05:00
Jeff Epler
f98ec19dbb
Merge pull request #8621 from dhalbert/add-W25Q16JVxQ
Add W25Q16JVxQ as possible flash chip
8.2.8
2023-11-16 08:39:06 -06:00
Dan Halbert
06639a2473 add W25Q16JVxQ as possible 2MB flash chip 2023-11-16 09:13:58 -05:00
Scott Shawcroft
269f352873
Merge pull request #8607 from dhalbert/esp32-analogin
Esp32 AnalogIn IO32 fix
2023-11-15 16:00:33 -08:00
Dan Halbert
80f8979b91 Fix ADC channel for IO32 on ESP32 2023-11-14 19:59:14 -05:00
Jeff Epler
1151d1bb2c
Merge pull request #8590 from eightycc/8138
Implement wifi.stop_ap for RP2
2023-11-13 09:12:18 -06:00
Bob Abeles
1451d779a2 Implement stop_ap for RP2 2023-11-12 14:22:37 -08:00
Scott Shawcroft
a5bd4b2849
Merge pull request #8568 from dhalbert/doc-and-python-updates
fix busio example; update some scripts for Python 3.12
2023-11-07 16:19:06 -08:00
Dan Halbert
bfb830480c fix busio example; update some scripts for Python 3.12 2023-11-07 16:19:53 -05:00
Dan Halbert
217b894057
Merge pull request #8565 from eightycc/fakembr
Fix off-by-one in flash block read with fake MBR
2023-11-06 12:55:42 -05:00
Bob Abeles
dc2dc9d058 Fix off-by-one in flash block read with fake MBR 2023-11-06 08:24:41 -08:00
Dan Halbert
2c25e82feb
Merge pull request #8505 from Snipeye/fix_pulseio_rp2040_interrupt
Fixed the RP2040 interrupt problem
2023-10-23 20:18:39 -04:00
Joshua Broekhuijsen
ecf5a6be97 Changed to interrupt guards 2023-10-23 18:00:21 -05:00
Scott Shawcroft
07e62b9348
Merge pull request #8501 from UnexpectedCircuitPython/new_um_boards
Fixed incorrect IO assignment for UM TinyWATCH S3
2023-10-23 14:25:24 -07:00
Joshua Broekhuijsen
0f07a9b96e Fixed the RP2040 interrupt problem 2023-10-22 21:04:01 -05:00
Seon Rozenblum
bdabf7c5d6 Fixed incorrect IO assignment for UM TinyWATCH S3 2023-10-22 17:53:25 +11:00
Dan Halbert
817c486d6d
Merge pull request #8495 from UnexpectedCircuitPython/new_um_boards
Added Unexpected Maker BLING and TinyWATCH-S3 for Espressif port.
2023-10-20 22:42:23 -04:00
Seon Rozenblum
b960321680 Added Unexpected Maker BLING and TinyWATXH-S3 for Espressif port. 2023-10-21 09:51:13 +11:00
Dan Halbert
10a44247dc
Merge pull request #8480 from UnexpectedCircuitPython/um_blizzard_s3
Added Unexpected Maker BlizzardS3 board for Espressif port.
8.2.7
2023-10-15 09:12:36 -04:00
Seon Rozenblum
4606af4ec2 Added Unexpected Maker BlizzardS3 board for Espressif port. 2023-10-15 17:46:17 +11: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
Scott Shawcroft
2de11f0c03
Merge pull request #8459 from tannewt/metro_s3_revb
Update Metro S3 pin mapping for Rev B
2023-10-12 14:11:23 -07:00
Jeroen Harkes
56d5df3189 Copy non touch, change name, pid and lcd rest pin. 2023-10-12 00:44:09 +02:00
Scott Shawcroft
cc709f69f2
Merge pull request #8465 from tirtharajsinha/8.2.x
waveshare-esp32-s3-pico : removing gpio 19 and 20 as these pins are not broken out.
2023-10-10 13:15:08 -07:00
Tirtharaj Sinha
2047a8d485
Merge branch 'adafruit:8.2.x' into 8.2.x 2023-10-08 13:03:22 +05:30
Tirtharaj Sinha
c8926de26b removing gpio 19 and 20 as these pins are not broken out in board 2023-10-08 02:48:39 +05:30
Dan Halbert
a14a9a064a
Merge pull request #8463 from tirtharajsinha/8.2.x
Adding the missing pins(33,34) and SPI pins
2023-10-07 16:00:03 -04:00
Tirtharaj Sinha
d4b5146147 Adding the missing pins(33,34) and SPI pins 2023-10-07 23:42:09 +05:30
Scott Shawcroft
2e6ef78227
Update Metro S3 pin mapping for Rev B 2023-10-04 09:43:41 -07:00
Dan Halbert
5327487c1c
Merge pull request #8446 from tannewt/rgbmatrix_memory_fix
Improve RGBMatrix allocation tracking
2023-09-29 22:31:00 -04:00
Scott Shawcroft
73292f68f7
Merge pull request #8445 from MakerM0/8.2.x
update board magiclick_s3_n4r2
2023-09-29 15:19:37 -07:00
Scott Shawcroft
4c21f22114
Improve RGBMatrix allocation tracking
This prevents leaks but not all use-after-free issues.
2023-09-29 14:55:42 -07:00
MakerM0
7aa85353e7
Update mpconfigboard.mk 2023-09-29 16:32:33 +08:00
MakerM0
79161dbeb2
Update sdkconfig 2023-09-29 13:47:47 +08:00
Jeff Epler
41096dddaa
Merge pull request #8434 from rimwolf-redux/bitmap
Fixed displayio/Bitmap value_count range check
2023-09-27 09:22:25 -05:00
Randy Hudson
f5d4f1edb7 Fixed displayio/Bitmap value_count range 2023-09-25 22:11:25 -04:00
Dan Halbert
586ead30b9
Merge pull request #8427 from MakerM0/8.2.x
Add board def for MagiClick S3
2023-09-24 11:03:01 -04:00
MakerM0
761ac3b363
Update pins.c 2023-09-24 22:40:08 +08:00
MakerM0
6acce76181
Update pins.c 2023-09-24 22:35:31 +08:00
MakerM0
9284d25ad4
Update pins.c 2023-09-24 22:28:48 +08:00
MakerM0
e197493537
Update mpconfigboard.mk 2023-09-24 22:24:24 +08:00
MakerM0
1143d3e33a
Update mpconfigboard.h 2023-09-24 22:23:56 +08:00
MakerM0
ca4ecf043e
Update board.c 2023-09-24 22:23:12 +08:00
MakerM0
71e165b1fc
Update pins.c 2023-09-24 22:22:48 +08:00
MakerM0
918f93fc2c
Update mpconfigboard.mk 2023-09-24 22:08:00 +08:00
MakerM0
3913adf7fb
Update sdkconfig 2023-09-24 22:06:38 +08:00
MakerM0
c35839afc5
Update board.c 2023-09-24 22:05:34 +08:00