Max Holliday
|
b95325e3c7
|
Merge branch 'samd-sleep' into samd-sleep-v1
|
2021-10-03 17:16:27 -06:00 |
|
Lucian Copeland
|
f748d66128
|
Setup outline for SAMD alarm module
|
2021-10-03 14:57:44 -07:00 |
|
Max Holliday
|
7a703aaa64
|
adding comments
|
2021-10-02 15:00:18 -06:00 |
|
Max Holliday
|
433a901ffb
|
Merge branch 'adafruit:main' into samd-sleep-v1
|
2021-10-02 14:56:15 -06:00 |
|
microDev
|
8b5ea98271
|
minor updates for board microdev_micro_s2
|
2021-10-02 17:10:46 +05:30 |
|
Max Holliday
|
79cd10ac85
|
cleaning up TimeAlarm and PinAlarm
|
2021-10-01 17:36:04 -06:00 |
|
Max Holliday
|
cd28d50e7a
|
Merge branch 'adafruit:main' into samd-sleep-v1
|
2021-10-01 16:13:06 -06:00 |
|
microDev
|
26fbb4eb85
|
add esp32c3 documentation in readme
|
2021-10-01 01:26:05 +05:30 |
|
Max Holliday
|
d536be7228
|
working samd deep sleep timealarm and pinalarm (sketchy)
|
2021-09-29 11:44:15 -06:00 |
|
Scott Shawcroft
|
fab27f6be6
|
Merge pull request #5394 from microDev1/c3-port
Add initial esp32c3 support
|
2021-09-28 10:31:11 -07:00 |
|
Scott Shawcroft
|
aa52d726de
|
Merge pull request #5395 from PontusO/main
Added Challenger RP2040 LTE board.
|
2021-09-27 11:19:28 -07:00 |
|
Feyn
|
ed18c1f2b8
|
Fix a critical "typo"
Current compiled downloads are unusable because MICROPY_QSPI_CS is defined as the wrong pin
|
2021-09-26 13:47:05 +02:00 |
|
Pontus Oldberg
|
5649887d34
|
Added support for the Challenger NB RP2040 WiFi board.
|
2021-09-26 07:54:07 +02:00 |
|
Pontus Oldberg
|
7d002478ef
|
Added Challenger RP2040 LTE board.
|
2021-09-26 07:15:30 +02:00 |
|
microDev
|
3da86b0ac2
|
add initial esp32c3 support
|
2021-09-26 09:39:40 +05:30 |
|
microDev
|
bd997dd67e
|
Merge pull request #5388 from microDev1/serial-over-uart
Fix espressif serial over uart
|
2021-09-26 09:30:08 +05:30 |
|
Pontus Oldberg
|
6e296999d6
|
Fixed incorrect pin definitions.
|
2021-09-25 16:19:48 +02:00 |
|
microDev
|
1be6c41da4
|
fix espressif serial over uart
|
2021-09-25 09:03:24 +05:30 |
|
Jeff Epler
|
10fdc80b9c
|
Merge pull request #5378 from jepler/esp32s2-paralleldisplay-i2s
Espressif: Use i2s peripheral for parallel LCD displays
|
2021-09-23 20:25:43 -05:00 |
|
Jeff Epler
|
a97e46be66
|
espressif: Fix ParallelBus clock speed
The observed does not match the datasheet, so go with what was
observed.
|
2021-09-23 14:12:59 -05:00 |
|
Jeff Epler
|
3f4bbc5aff
|
Fix number of LCD data pins
|
2021-09-23 13:37:30 -05:00 |
|
Michael Thomson
|
94ca3f594e
|
Enable CS "active-high" device support
Reference https://github.com/adafruit/Adafruit_CircuitPython_BusDevice/issues/71
Add a new parameter cs_active_value for devices that require CS to use "active high" logic.
Update mpconfigboard.mk to disable pyb_nano_v2 from core build as its flash is too small now.
|
2021-09-23 09:14:39 +01:00 |
|
Jeff Epler
|
4714861f38
|
espressif: Implement parallel display using i2s
|
2021-09-21 14:38:12 -05:00 |
|
Jeff Epler
|
2f1ac44d78
|
add files from espressif/esp-dev-kits@ec03a13333
|
2021-09-21 14:38:05 -05:00 |
|
Scott Shawcroft
|
276d425899
|
Merge pull request #5302 from maholli/pycubed_v05c
updating pycubed firmware for mainboardv05
|
2021-09-20 15:00:25 -07:00 |
|
Scott Shawcroft
|
48866dd3e7
|
Merge pull request #5367 from microDev1/refactor-esp-port
Update espressif port
|
2021-09-20 14:59:27 -07:00 |
|
Scott Shawcroft
|
58eda2e0e8
|
Merge pull request #5350 from microDev1/ci-docs-split
CI: Build docs dynamically
|
2021-09-20 14:53:40 -07:00 |
|
Dan Halbert
|
8e63a2e6c0
|
Merge pull request #5368 from skerr92/add-ODT-bread-2040
Add ODT Bread 2040
|
2021-09-20 17:13:23 -04:00 |
|
Dan Halbert
|
951ea46de1
|
Added CIRCUITPYTHON_BOARD_DICT_STANDARD_ITEMS
This is a recent addition to add `board.board_id` and `board.__name__`.
|
2021-09-20 16:52:16 -04:00 |
|
leoli51
|
a980f8f743
|
added missing board config file
|
2021-09-19 16:09:17 +02:00 |
|
leoli51
|
761b1dbf12
|
merged commits from main
|
2021-09-19 15:51:43 +02:00 |
|
Seth Kerr
|
de55073eea
|
Add ODT Bread 2040
|
2021-09-18 10:45:02 -06:00 |
|
microDev
|
7dda3ec91c
|
switch to IDF_TARGET for soc dependent stuff
Co-authored-by: Seon Rozenblum <seon@unexpectedmaker.com>
|
2021-09-18 19:49:32 +05:30 |
|
microDev
|
dcfde14bf9
|
move pins and sdkconfig into soc specific directories
|
2021-09-18 19:47:18 +05:30 |
|
microDev
|
eb0738fb33
|
update esp-idf to v4.3.1
|
2021-09-18 19:44:14 +05:30 |
|
microDev
|
1536ec0123
|
rename left over esp32s2 to espressif
|
2021-09-18 19:42:18 +05:30 |
|
leoli51
|
bb424c7510
|
renamed folder and added neopixel gpio
|
2021-09-18 16:05:13 +02:00 |
|
microDev
|
be3fca81e7
|
fix espidf docs
|
2021-09-17 21:27:18 +05:30 |
|
Max Holliday
|
0f8cb5618f
|
Merge branch 'adafruit:main' into pycubed_v05c
|
2021-09-16 12:12:36 -06:00 |
|
Max Holliday
|
4eda8b04c4
|
removing redudant pycubed v04 board defs
|
2021-09-16 12:12:15 -06:00 |
|
Dan Halbert
|
a5dc0fef5f
|
Revert #5341. Does not work on power-cycle.
|
2021-09-16 11:59:43 -04:00 |
|
Max Holliday
|
1ccaeeb619
|
adding back heritage pycubed board defs
|
2021-09-15 14:36:27 -06:00 |
|
Max Holliday
|
4f10a91f85
|
moving boot counter to main() and re-adding old pin names for SD_CS
|
2021-09-15 14:33:54 -06:00 |
|
Max Holliday
|
5b69aa0a58
|
Merge branch 'adafruit:main' into pycubed_v05c
|
2021-09-15 14:23:56 -06:00 |
|
microDev
|
e91fb247a3
|
build docs dynamically
|
2021-09-16 00:05:42 +05:30 |
|
Scott Shawcroft
|
3cc4f25a1c
|
Merge pull request #5337 from hathach/tinyusb-compliance-stm-imxrt-esp32
update tinyusb to have esp32sx, stm32 and imxrt passed compliance test suite
|
2021-09-14 22:40:13 -07:00 |
|
Dan Halbert
|
9e8c6b2bab
|
Shrink pca10100 some more
|
2021-09-14 21:37:30 -04:00 |
|
Dan Halbert
|
02dc0481c5
|
shrink stm32f411ve_discovery
|
2021-09-14 19:50:46 -04:00 |
|
Dan Halbert
|
59b1bedcda
|
Merge pull request #5333 from microDev1/patch
Make `next_code_allocation` and `prev_traceback_allocation` movable
|
2021-09-14 19:27:40 -04:00 |
|
Scott Shawcroft
|
dfba2ee26e
|
Merge pull request #5342 from tannewt/rename_esp32s2_to_espressif
Rename esp32s2 port to espressif
|
2021-09-14 16:23:14 -07:00 |
|