Dan Halbert
|
80f8979b91
|
Fix ADC channel for IO32 on ESP32
|
2023-11-14 19:59:14 -05: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 |
|
MakerM0
|
0507e7a00d
|
Update mpconfigboard.mk
|
2023-09-24 21:50:30 +08:00 |
|
MakerM0
|
5ffb7e7c83
|
Update mpconfigboard.mk
|
2023-09-24 21:38:30 +08:00 |
|
MakerM0
|
ab8e119510
|
Update sdkconfig
|
2023-09-24 21:17:39 +08:00 |
|
MakerM0
|
9ab8822c59
|
Update pins.c
|
2023-09-24 21:17:25 +08:00 |
|
MakerM0
|
6f77f0f163
|
Update mpconfigboard.h
|
2023-09-24 21:17:11 +08:00 |
|
MakerM0
|
6d7a08bcdc
|
Update board.c
|
2023-09-24 21:16:58 +08:00 |
|
MakerM0
|
12f35d1a0f
|
Update mpconfigboard.mk
|
2023-09-24 21:16:41 +08:00 |
|
MakerM0
|
a5ae99a5b6
|
Update mpconfigboard.mk
|
2023-09-24 21:12:49 +08:00 |
|
MakerM0
|
0bf4f197d3
|
Merge pull request #1 from MakerM0/magiclick_s3_n4r2
Add board def for MagiClick S3
|
2023-09-24 21:04:45 +08:00 |
|