Melissa LeBlanc-Williams
|
d926e7d619
|
Add missing Ax pins for Qualia ESP32-S3
|
2023-10-18 14:11:30 -07:00 |
|
Scott Shawcroft
|
48f4b0f7cb
|
Switch to gcc 12.3 for arm32
Fixes #7432
|
2023-10-17 11:43:38 -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 |
|
Scott Shawcroft
|
71bd1176f9
|
Merge pull request #8474 from jins-tkomoda/m5stack_atoms3
Added support for the M5stack atoms3
|
2023-10-12 14:13:17 -07:00 |
|
Taiki Komoda
|
33e90ba8fe
|
Fix pid and clean comments
|
2023-10-12 13:33:56 +09:00 |
|
Scott Shawcroft
|
1f38293096
|
Fix ESP related issues
|
2023-10-11 14:11:29 -07:00 |
|
Scott Shawcroft
|
9633c4e78f
|
Merge remote-tracking branch 'adafruit/main' into v1.20-merge
|
2023-10-11 11:21:57 -07:00 |
|
Scott Shawcroft
|
2910dea6fd
|
Almost fix extra_coverage test
|
2023-10-11 10:04:02 -07:00 |
|
Taiki Komoda
|
d638aa07aa
|
brightness is now functional
|
2023-10-09 12:18:50 +09:00 |
|
Taiki Komoda
|
96ae87e559
|
display is functional now
|
2023-10-08 23:51:18 +09:00 |
|
Tirtharaj Sinha
|
448b8cb271
|
removing gpio (19,20) and adding gpio(33,34) and spi pins
|
2023-10-08 12:53:43 +05:30 |
|
Scott Shawcroft
|
15c5e8c806
|
Fix pin adc unit check
IDF5 made 0 valid. Use the NO_ADC macro instead
|
2023-10-06 15:55:43 -07:00 |
|
Dan Halbert
|
c9d7195505
|
Merge pull request #8447 from tannewt/5.1_enable_rgbmatrix
Enable rgbmatrix on IDF 5.1
|
2023-10-06 17:14:04 -04:00 |
|
Scott Shawcroft
|
22bcb85dd5
|
Update esp-protocols
The commit was amended for PR review into espressif's repo. Next
time I'll make a branch to PR to them from.
|
2023-10-06 09:54:55 -07:00 |
|
Taiki Komoda
|
0dfafe2a4b
|
wip
|
2023-10-06 23:17:36 +09:00 |
|
Scott Shawcroft
|
4d2bc35d40
|
Re-enable rgbmatrix on IDF 5.1
|
2023-10-05 14:56:11 -07:00 |
|
Dan Halbert
|
06765ccfa6
|
RP2040 now builds
|
2023-10-05 14:49:49 -04:00 |
|
Scott Shawcroft
|
a15c111d5c
|
Merge pull request #7718 from microdev1/watchdog-rp
Update WatchDog implementation
|
2023-10-02 14:17:29 -07:00 |
|
Dan Halbert
|
68a2927385
|
MP_REGISTER_ROOT_POINTER for port-specific root pointers
|
2023-09-29 15:46:42 -04:00 |
|
Dan Halbert
|
1c388ab315
|
finish converting to MP_REGISTER_ROOT_POINTER()
|
2023-09-29 10:49:34 -04:00 |
|
Jeff Epler
|
10aeb23789
|
remove console pins, that was wrong
|
2023-09-28 17:13:22 -05:00 |
|
Dan Halbert
|
76ff01452b
|
Trinket M0 comes up; still very much wip
|
2023-09-28 16:22:10 -04:00 |
|
Jeff Epler
|
a9fce6c495
|
qualia: fixes for revision C
* neopixel removed, could not share function with DBLTAP
* external SPI bus definition is settled
|
2023-09-27 18:13:21 -05:00 |
|
Jeff Epler
|
aa0d7aad83
|
Merge pull request #8440 from jepler/dotclock-overscan-rotation
Dotclock: fix overscan and rotation
|
2023-09-27 18:07:50 -05:00 |
|
Jeff Epler
|
c1a98e460a
|
Merge pull request #8439 from tannewt/fix_for_make_quirk
Tweak for make quirk
|
2023-09-27 18:05:43 -05:00 |
|
Jeff Epler
|
f80d08e207
|
Make dot clock displays with a masked portion on the left work
|
2023-09-27 15:15:32 -05:00 |
|
Scott Shawcroft
|
3684640ada
|
Merge pull request #8430 from jepler/dotclock-enhancements
Dotclock enhancements
|
2023-09-27 11:39:37 -07:00 |
|
Scott Shawcroft
|
ad837d44ed
|
Tweak for make quirk
|
2023-09-27 09:17:07 -07:00 |
|
Scott Shawcroft
|
3fdfb9bd32
|
Update ADC and I2S APIs for 5.1
This fixes ESP32 because the BufferedIn used the old ADC API and
I2S did too indirectly.
Fixes #8429
|
2023-09-26 16:06:54 -07:00 |
|
Jeff Epler
|
3d3061f6f7
|
fix qualia board definition
|
2023-09-26 08:33:27 -05:00 |
|
Jeff Epler
|
1c2362b758
|
bump qualia psram to 120MHz
|
2023-09-26 08:33:10 -05:00 |
|
Jeff Epler
|
3af5cbc312
|
bump ram to 120MHz
|
2023-09-26 07:49:00 -05:00 |
|
Jeff Epler
|
03141d40af
|
espressif: i2c: initialize "has_lock"
Otherwise, a stack-constructed i2c instance might get some other value
here.
|
2023-09-26 07:48:59 -05:00 |
|
Jeff Epler
|
747b6e8d2e
|
enable LCD_RGB_RESTART_IN_VSYNC
this "should" turn permanent tearing into temporary tearing.
|
2023-09-25 16:39:38 -05:00 |
|
Jeff Epler
|
6263f6af84
|
Switch to i2c init string for espressif lcd ev, expose values via board
|
2023-09-25 16:39:00 -05:00 |
|
Jeff Epler
|
65310ab615
|
update io expander table for rev C
|
2023-09-25 12:00:04 -05:00 |
|
Jeff Epler
|
ce22edba15
|
On Qualia, define board.TFT_IO_EXPANDER
these arguments make it easier to call ioexpander_send_init_sequence
|
2023-09-25 11:33:01 -05:00 |
|
MicroDev
|
27fd60d739
|
implement suggested changes
- update the docs
- split out common `watchdog_reset`
- revert to using `None` instead of `WatchDogMode.NONE`
|
2023-09-24 15:23:38 +00:00 |
|
MicroDev
|
05812e0618
|
Merge branch 'main' into watchdog-rp
|
2023-09-24 05:13:22 +00:00 |
|
Scott Shawcroft
|
c726e87344
|
Enable BLE on H2 devkit
|
2023-09-22 15:05:20 -07:00 |
|
Scott Shawcroft
|
faa445e347
|
Three more board fixes
|
2023-09-22 10:03:20 -07:00 |
|
Scott Shawcroft
|
1480d70d17
|
Fix builds
* Disable bleio on C3 with 4MB flash.
* Fix gpio include path in board.c's that use it.
|
2023-09-22 10:03:20 -07:00 |
|
Scott Shawcroft
|
16d1dc2be0
|
Update all target sdkconfig
|
2023-09-22 10:03:20 -07:00 |
|
Scott Shawcroft
|
6649b17fb5
|
H2 works
|
2023-09-22 10:03:20 -07:00 |
|
Scott Shawcroft
|
39192cc896
|
C6 works
|
2023-09-22 10:02:35 -07:00 |
|
Scott Shawcroft
|
7bad82a219
|
C6 compiles, runs but wifi crashes
|
2023-09-22 10:02:35 -07:00 |
|
Scott Shawcroft
|
e22eefabd7
|
First stab at 5.1 update
|
2023-09-22 10:02:30 -07:00 |
|
Scott Shawcroft
|
d6b284ebb0
|
Merge pull request #8411 from tannewt/update-idf
Update to ESP-IDF 5.0
|
2023-09-22 09:45:35 -07:00 |
|
Scott Shawcroft
|
d4000023d8
|
Fix board def mistakes and cast
|
2023-09-20 11:45:45 -07:00 |
|
Dan Halbert
|
4d175ab41a
|
convert to MP_DEFINED_CONST_OBJ_TYPE()
|
2023-09-19 21:09:29 -04:00 |
|