Commit graph

218 commits

Author SHA1 Message Date
hathach
72c94939c8
fix run stub() 2023-02-17 22:28:55 +07:00
hathach
7145cd3bf4
add debug code 2023-02-17 21:51:36 +07:00
hathach
d25855653a
add beginMem(), dataMem(), endMem(), syncStub()
- beginMen() and dataMem() seems to work  well
- endMem() and syncStub() is still wip
2023-02-17 21:21:38 +07:00
hathach
be5221f5a0
simplify read_reg() 2023-02-17 12:06:20 +07:00
hathach
16c367c107
simplify read_MAC() 2023-02-17 11:55:31 +07:00
hathach
30417d6e10
fix beginFlash() 2023-02-17 09:19:51 +07:00
lady ada
a357d3bfce make opcodes 8-bit and add readreg + readmac (tests readreg) 2023-02-16 21:03:38 -05:00
Ha Thach
84329baa36
Merge pull request #11 from adafruit/brain-esp32
Support Brain to program esp32
2023-02-16 18:26:23 +07:00
Ha Thach
bea8465a25
Merge pull request #10 from adafruit/revtft
updating i2c scan for reverse tft
2023-02-16 18:25:19 +07:00
hathach
1be22d3c2c
correct conflict 2023-02-16 10:19:54 +07:00
hathach
df276b1594
update program esp32 cdc 2023-02-16 09:21:53 +07:00
hathach
14d129d08f
flash factory bins for s2 an s3 2023-02-16 00:34:05 +07:00
hathach
8f4e4f0ddc
enhance bootrom begin to work well with SerialHost 2023-02-15 23:42:18 +07:00
hathach
ee9cc6589f add support for SUPPORTS_ENCRYPTED_FLASH, flashing S2 works well 2023-02-15 23:31:41 +07:00
hathach
02ab42e8be update program esp32 uart with multiple files 2023-02-15 13:34:26 +07:00
hathach
29e185c9a6 add enum for esp32 boot rom 2023-02-15 13:32:43 +07:00
hathach
b3580bd02d add program esp32 cdc 2023-02-14 17:22:16 +07:00
hathach
7ef4d6d655 update esp32_begin() to return bool 2023-02-14 11:54:42 +07:00
hathach
91c795d4d2 program esp32 via uart work well, MD5 checksum matched 2023-02-13 17:01:08 +07:00
hathach
f72c47ffe5 clang 2023-02-09 08:51:13 +07:00
BlitzCityDIY
81766d7f69 updating i2c scan for reverse tft
Updating the I2C_Scan example to support the Feather ESP32-S2 Reverse TFT
2023-02-08 15:57:43 -05:00
hathach
9667f0f50c Adding programming for esp32
move files to src/ folder
add program_esp32_uart example
2023-02-08 23:01:04 +07:00
Eva Herrada
e77271e4cf
Bump to 1.7.0 2023-01-23 16:06:26 -05:00
Ha Thach
a7a2a43908
Merge pull request #9 from adafruit/brain-dap
Brain rp2040 dap support
2023-01-12 09:18:16 +07:00
Eva Herrada
fb2d296679
Bump to 1.6.0 2023-01-11 16:02:01 -05:00
hathach
2901bb7a88
clang 2023-01-11 11:52:30 +07:00
hathach
c28c813666
also add bin file for upload 2023-01-11 09:54:24 +07:00
hathach
2054f9085e
dap work with stm32f405 2023-01-10 22:41:42 +07:00
hathach
5db9ed17d7
brain dap now support samd21 samd51 and nrf52840 2023-01-10 17:37:00 +07:00
hathach
1079cd7524
minor clean up 2023-01-10 00:02:10 +07:00
hathach
93d664335d
work well with samd51 2023-01-09 23:56:58 +07:00
hathach
8f5c84d20a
program samd21 work well 2023-01-09 23:01:58 +07:00
Ha Thach
9a69342718
Merge pull request #8 from adafruit/rp2040brains
Add RP2040 Brain with USB Host MSC and CDC support
2022-12-29 10:11:12 +07:00
hathach
a3857ba7dd
update usbh_test with SerialHost 2022-12-23 22:31:07 +07:00
hathach
681f50a485 temporarily skip dap program for samd21/51 2022-12-19 22:48:42 +07:00
hathach
e2e21f2308 clang 2022-12-19 22:47:14 +07:00
hathach
c24fd98806 bit banging neopixel due to conflict with usbh on pio usage
work well but the color is a bit off, need more timing tuning.
2022-12-13 17:14:11 +07:00
lady ada
16dc03cb18 fix rp2040 analogrez 2022-12-06 18:22:23 -05:00
lady ada
c67e87f382 only on pico in specific! 2022-12-06 17:46:52 -05:00
hathach
856dcea0fa temp comment out dap support 2022-12-05 09:09:08 +07:00
hathach
aad8faa22c
update brain's dap using new abstract API, support both SAMD21 and SAMD51 2022-12-02 23:48:09 +07:00
hathach
22cbaf7473
support samd21 lock/unlock fuse 2022-12-02 19:02:32 +07:00
hathach
13f612a8f0
clang format 2022-12-02 18:18:24 +07:00
hathach
70c3183faf
add Adafruit DAP library to libdep 2022-12-02 17:43:28 +07:00
hathach
6f15521221
wrap up DAP support for sam21 2022-12-02 17:42:19 +07:00
hathach
cf3f297107 fix ci 2022-11-30 00:21:17 +07:00
hathach
576538f417 more refined 2022-11-30 00:13:59 +07:00
hathach
3fa9e557d4 clean up example 2022-11-29 20:50:15 +07:00
hathach
f8b23617d0 fix ci 2022-11-29 09:06:30 +07:00
hathach
c17d145714 clang 2022-11-29 08:35:47 +07:00