Commit Graph

30682 Commits

Author SHA1 Message Date
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
Benjamin Shockley
f35af4c9ce
Update mpconfigboard.mk
Added trailing line
2023-03-16 16:54:55 -05:00
Benjamin Shockley
d59a57ecc9
Update pins.c
Changed GIO00 to GIO0
2023-03-16 16:54:38 -05:00
Benjamin Shockley
eab8633a9e
Updated Fig Pi Pins and Added Memory Option
Updated the Fig Pi pin definition to match latest production and fix errors.  Added an optional memory chip for parts shortage issues.
2023-03-16 16:41:49 -05:00
Benjamin Shockley
20c9edbd63
Merge branch 'adafruit:main' into master 2023-03-16 16:37:14 -05:00
Scott Shawcroft
4517071e6f
Merge pull request #7728 from dhalbert/build_board_info-backport-8.0.x
8.0.x of build_board_info.py fix for large files.json
2023-03-16 10:45:28 -07:00
kreasteve
208c081c95 bugfix_#7706 2023-03-16 11:10:57 +01:00
kreasteve
d7fb21ec76 Revert "bugfix"
This reverts commit 4f1627f68e.
2023-03-16 11:02:41 +01:00
kreasteve
4f1627f68e bugfix 2023-03-16 10:56:22 +01:00
MicroDev
37b9f778e1
Merge pull request #7237 from kdb424/main
Add Boardsource Blok
2023-03-16 00:02:10 +05:30
Kyle Brown
6062e75b08 add Blok 2023-03-15 08:58:53 -07:00
Dan Halbert
60e7df1b0e update build_board_info.py per Neradoc 2023-03-15 11:31:36 -04:00
MicroDev
76d590bc01
Merge pull request #7725 from dhalbert/port-specific-modules-in-support-matrix
add port-specific modules to support matrix
2023-03-15 09:32:10 +05:30
Dan Halbert
069a058a83 update build_board_info.py per Neradoc 2023-03-14 22:37:56 -04:00
foamyguy
f2931dec7a empty RUN_BACKGROUND_TASKS for unix port 2023-03-14 18:26:23 -05:00
foamyguy
d30b89d8d1 Merge branch 'main' into boundary_fill_background_tasks 2023-03-14 18:24:01 -05:00
foamyguy
408406c84f starting diskinfo api 2023-03-14 18:09:18 -05:00
Dan Halbert
6a9d69d743 add port-specific modules to support matrix 2023-03-14 16:06:30 -04:00
Scott Shawcroft
5bb8a7a7c6
Improve iMX RT performance
* Enable dcache for OCRAM where the VM heap lives.
* Add CIRCUITPY_SWO_TRACE for pushing program counters out over the
  SWO pin via the ITM module in the CPU. Exempt some functions from
  instrumentation to reduce traffic and allow inlining.
* Place more functions in ITCM to handle errors using code in RAM-only
  and speed up CP.
* Use SET and CLEAR registers for digitalio. The SDK does read, mask
  and write.
* Switch to 2MiB reserved for CircuitPython code. Up from 1MiB.
* Run USB interrupts during flash erase and write.
* Allow storage writes from CP if the USB drive is disabled.
* Get perf bench tests running on CircuitPython and increase timeouts
  so it works when instrumentation is active.
2023-03-14 12:30:58 -07:00
MicroDev
f708048d8e
Merge pull request #7723 from dhalbert/misc-fixes
Doc fixes and translate fixes
2023-03-15 00:00:50 +05:30
Dan Halbert
5ec586019b fix TimeAlarm signature 2023-03-14 13:27:57 -04:00
Dan Halbert
d4840cbf10 translate() messages must be one string 2023-03-14 13:13:58 -04:00
Dan Halbert
9083ae02de
Merge pull request #7710 from PaintYourDragon/pb-feather-dvi
Add Feather RP2040 DVI
2023-03-14 13:10:47 -04:00
Scott Shawcroft
141a43cdce
Merge pull request #7702 from dhalbert/tinyusb-update
update tinyusb to latest
2023-03-14 09:59:45 -07:00
Scott Shawcroft
ab777254a2
Merge pull request #7708 from microdev1/ci
Use intersection of changes per commit and merge ref
2023-03-14 09:37:10 -07:00
Dan Halbert
6a198e070f
Merge pull request #7719 from kreier/doit_esp32_devkit_v1
Add missing pins 4, 36 and 39 - and 4 aliases in pin.c for doit_esp32_devkit_v1
2023-03-14 11:22:11 -04:00
Dan Halbert
2497b3ea7a update tinyusb 2023-03-13 22:11:02 -04:00
Dan Halbert
d85970b7a2 update TinyUSB again for latest changes 2023-03-13 17:53:32 -04:00
Dan Halbert
7bfe186c91
Merge pull request #2 from hathach/tinyusb-update
fix rp2040 with new shared irq usb handler
2023-03-13 17:21:43 -04:00
Benjamin Shockley
8f4dad8e9a
Merge branch 'adafruit:main' into master 2023-03-13 13:04:15 -05:00
hathach
b432cf6201
fix rp2040 with new shared irq usb handler 2023-03-13 22:46:27 +07:00
Matthias Kreier
f5b8b8d6f2
tailing whitespace removed (pre-commit run failed) 2023-03-13 15:30:52 +07:00
Matthias Kreier
49e9ea2e9a
add missing pins 4, 36 and 39 - and 4 aliases
The original list left D4 (GPIO4), VN (GPIO39) and VP (GPIO36) out.

Added aliases for 1, 3, 16 and 17 with their GPIO names, even though they won't be used as such since they are UART0 and UART2
2023-03-13 15:17:55 +07:00
Dan Halbert
daa927a114 switch STM to dwc2 USB 2023-03-12 14:02:38 -04:00
Dan Halbert
bca7d6e999
Merge pull request #7717 from jepler/warn-too-new-uncrustify
uncrustify 0.75 is not OK
2023-03-12 12:55:52 -04:00
MicroDev
3a4bffdd65
use correct commits for diff 2023-03-12 09:44:13 +05:30
MicroDev
7163ab390c
Merge pull request #7715 from bill88t/waveshare_esp32s2_pico
Even more board definition improvements for `waveshare_esp32s2_pico`
2023-03-12 07:46:42 +05:30
Jeff Epler
e95099fe48
uncrustify 0.75 is not OK 2023-03-11 08:13:30 -06:00
Bill Sideris
bfc551c158
Invert led 2023-03-11 14:14:47 +02:00
Bill Sideris
76e83a432c
Debug uart, default spi/i2c 2023-03-11 14:05:45 +02:00
MicroDev
ec74be7cb4
use set for changed_files and minor updates 2023-03-11 14:28:29 +05:30
MicroDev
29cee603d3
update .readthedocs.yml and add it to docs pattern 2023-03-11 11:56:04 +05:30
MicroDev
3fbe0533ab
Merge pull request #7713 from microdev1/board
Change board config of some esp32s3 boards
2023-03-11 10:58:11 +05:30
Dan Halbert
484c59b4cd
Merge pull request #7707 from weblate/weblate-circuitpython-main
Translations update from Hosted Weblate
2023-03-10 23:28:15 -05:00
Dan Halbert
a651696c5c pick up latest tinyusb changes 2023-03-10 23:07:29 -05:00