Jeff Epler
50ba218afb
PulseIn, Counter: give finali(s/z)ers to these types too
...
for similar reasons, an interrupt handler might point at these
objects, and we can worry less about it if the object deinits when it
is GC'd.
2023-03-23 09:57:32 -05:00
Jeff Epler
c45db1c1eb
incrementalencoder: give it a finaliser
2023-03-23 09:56:14 -05:00
Jeff Epler
de74b63472
move pin change interrupt stuff to peripherals
2023-03-23 09:28:14 -05:00
Jeff Epler
d247e5c6c9
Add the ability for a port to gc things, collect pin change objects that way
2023-03-23 09:16:00 -05:00
Jeff Epler
47e1abdbc7
Add IncrementalEncoder for mimxrt1011
...
.. and write a general 'pin change interrupt' facility to power it
This uses the same quadrature state machine as atmel-samd, nrf, and
rp2040. The 1011 doesn't have a dedicated encoder peripheral, so we
go the pin-change + software route.
2023-03-23 09:14:58 -05:00
Scott Shawcroft
e1f16472c1
Merge pull request #7766 from tannewt/switch_nxp_sdk
...
Switch iMX RT sdk to NXP repo
2023-03-22 09:57:12 -07:00
Scott Shawcroft
53b16615bc
Merge pull request #7767 from tannewt/imx_fixed_stack
...
Make set_stack_limit respect fixed stack
2023-03-22 09:56:33 -07:00
Scott Shawcroft
cfedcd411f
Merge pull request #7748 from microdev1/patch
...
Rewrite pystack logic & Update auto-reload
2023-03-22 09:39:13 -07:00
Scott Shawcroft
b583488652
Fix stub
2023-03-22 09:24:03 -07:00
Dan Halbert
c93560144b
Merge pull request #7678 from FoamyGuy/boundary_fill_background_tasks
...
do background tasks and handle interrupt during boundary fill
2023-03-21 23:38:05 -04:00
Dan Halbert
cc3a626e12
Merge pull request #7765 from microdev1/ci
...
CI: Change condition to run all jobs
2023-03-21 23:37:17 -04:00
Scott Shawcroft
0eb08509f0
Make set_stack_limit respect fixed stack
...
Fixes #2830
2023-03-21 16:42:49 -07:00
Scott Shawcroft
9c3c0555dd
Switch iMX RT sdk to NXP repo
...
Fixes #7645
2023-03-21 16:21:57 -07:00
MicroDev
461d833c1c
Merge pull request #7763 from dhalbert/update-tinyusb-remove-usb_descriptor
...
submodules: update tinyusb; remove usb_descriptor; use partial clone for submodules
2023-03-22 00:11:02 +05:30
MicroDev
4a6965ee76
change condition to run all jobs
2023-03-21 22:33:13 +05:30
Dan Halbert
7ee85408a1
Merge pull request #7755 from isacben/block-device-arguments-typing
...
Updated block_device type annotation
2023-03-21 12:51:40 -04:00
MicroDev
e4b5b20ebe
don't call reload_initiate
if already initiated
2023-03-21 21:34:30 +05:30
Scott Shawcroft
67e0a49a1f
Merge pull request #7724 from tannewt/get_perfbench_running
...
Improve iMX RT performance
2023-03-21 09:00:48 -07:00
Dan Halbert
ae95274b66
use blobless partial clone for make fetch-submodules
2023-03-21 11:43:33 -04:00
Scott Shawcroft
c78502d8a5
Merge pull request #7746 from FoamyGuy/diskinfo_api
...
Diskinfo api for web workflow
2023-03-21 08:43:21 -07:00
Dan Halbert
98bff96d3c
update tinyusb: fixes + no more submodules
2023-03-21 11:01:58 -04:00
Dan Halbert
c0384b57f1
remove unused submodule tools/usb_descriptor
2023-03-21 11:01:40 -04:00
Dan Halbert
d9d27a3e31
Fix signature of mkfs()
2023-03-21 10:30:03 -04:00
Dan Halbert
4aa1896b06
Merge pull request #7762 from microdev1/ci
...
CI: Update set matrix script
2023-03-21 07:46:23 -04:00
MicroDev
395bc0aac7
don't run all jobs if changed files is empty
2023-03-21 16:11:57 +05:30
MicroDev
ccd417cd8b
add esp specific modules to src patterns
2023-03-21 16:01:13 +05:30
MicroDev
7ee3f30c17
rewrite allocate_pystack
logic
2023-03-21 07:06:46 +05:30
Dan Halbert
c600429df7
Merge pull request #7759 from jposada202020/correcting_print_format_reference
...
removing need to use print format option.
2023-03-20 19:38:13 -04:00
foamyguy
0773a2bd6d
increment web_api_version
2023-03-20 17:32:00 -05:00
Scott Shawcroft
41a8ada327
Merge pull request #7750 from Neradoc/add-ttgo-tdisplay-esp32
...
Add Lilygo TTGO T-display ESP32 board
2023-03-20 14:40:16 -07:00
Scott Shawcroft
32a596df39
Merge pull request #7757 from adafruit/8.0.x
...
Merge latest 8.0.x changes
2023-03-20 14:34:59 -07:00
Scott Shawcroft
c54648caef
Merge pull request #7758 from jposada202020/correcting_vector_shape_location
...
correcting vectorshape location property
2023-03-20 14:34:04 -07:00
Scott Shawcroft
b75d99c5d7
Merge pull request #7745 from Neradoc/lilygo-twatch-v3-MAIN
...
Add Lilygo T-Watch 2020 V3 (ESP32)
2023-03-20 14:31:32 -07:00
jposada202020
f56c221a50
removing need to use print format option.
2023-03-20 17:23:49 -04:00
Scott Shawcroft
bdf592089a
Fix .bin, .hex and .uf2 with new linker sections
...
Also, format perfbench output in table with reference timing from
the host.
2023-03-20 14:02:57 -07:00
jposada202020
ace25e83ce
correcting vectorshape location property
2023-03-20 15:44:49 -04:00
Jeff Epler
3ac696e7ba
Merge pull request #7731 from kreasteve/statemachine_run_fix
...
Statemachine run fix
2023-03-19 20:47:09 -05:00
Isaac Benitez
9e630a565e
Updated block_device type annotation
2023-03-19 15:08:29 -07:00
Dan Halbert
0977384e6d
Merge pull request #7754 from Neradoc/add-display-lolin-pico
...
Add builtin display to lolin pico
2023-03-19 14:16:08 -04:00
Neradoc
b88e76d3a4
Add builtin display support with shared board.I2C to Lolin S2 Pico
2023-03-19 17:48:36 +01:00
Neradoc
e7c349ea43
Add Lilygo TTGO T-display ESP32 board
2023-03-18 15:27:59 +01:00
foamyguy
a1506df805
implement real diskinfo functionality
2023-03-17 21:36:13 -05:00
Neradoc
f1b7612b5a
Add Lilygo T-Watch 2020 V3 (ESP32)
...
- DISPLAY is in, brightness is ok
- default busses and pin names
- enabled PSRAM
2023-03-18 01:17:46 +01:00
Dan Halbert
9c1d83476e
Merge pull request #7739 from jepler/restore-mkfs-fat32-mostly
...
re-enable mkfs for >4GB filesystems whenver FULL_BUILD
2023-03-17 12:52:21 -04:00
Dan Halbert
ca292f3427
Turn off mkfs FAT32 on all SAMD21 builds; note in doc
2023-03-17 12:18:24 -04:00
Dan Halbert
5569f101a7
Document that storage.VfsFat.mkfs() is a @staticmethod
2023-03-17 10:50:07 -04:00
Jeff Epler
6ff58fd94a
re-enable mkfs for >4GB filesystems whenver FULL_BUILD
2023-03-17 09:37:15 -05:00
MicroDev
22d7c0b8e9
Merge pull request #7736 from bwshockley/fig-pi-update
...
Fig pi update
2023-03-17 14:38:48 +05:30
MicroDev
48eafa1e4d
Merge pull request #7737 from ckartchner/gifio_doc_update
...
update gifio example in docs
2023-03-17 14:34:25 +05:30
Carlin Kartchner
058a8e65d8
define frame delay before reference
2023-03-16 18:22:24 -04:00