Commit 689c6fa
committed
Add ESP BLE GATT server support
Enable BLE where we can. Switch 4MB, non-USB board default partitioning
over to a single 2MB firmware bank. Old boards override this setting to
keep the same behavior.
This also adds alpha support for the ESP32-C2 (aka ESP8684).
Fixes #5926 and fixes #71701 parent ba22fc8 commit 689c6fa
File tree
105 files changed
+1182
-209
lines changed- devices/ble_hci/common-hal/_bleio
- lib
- ports
- espressif
- boards
- 01space_lcd042_esp32c3
- adafruit_feather_huzzah32
- adafruit_huzzah32_breakout
- adafruit_qtpy_esp32c3
- ai_thinker_esp32-c3s
- beetle-esp32-c3
- crcibernetica-ideaboard
- deneyap_kart_1a_v2
- deneyap_kart_1a
- deneyap_kart_g
- deneyap_kart
- deneyap_mini_v2
- deneyap_mini
- doit_esp32_devkit_v1
- espressif_esp32_devkitc_v4_wroom_32e
- espressif_esp32_eye
- espressif_esp32_lyrat
- espressif_esp32c3_devkitm_1_n4
- espressif_esp32c6_devkitm_1_n4
- espressif_esp8684_devkitc_02_n4
- lilygo_ttgo_t-oi-plus
- lilygo_ttgo_tdisplay_esp32_4m
- lolin_c3_mini
- lolin_c3_pico
- luatos_core_esp32c3_ch343
- luatos_core_esp32c3
- m5stack_atom_echo
- m5stack_atom_lite
- m5stack_atom_matrix
- m5stack_atom_u
- m5stack_stamp_c3
- m5stack_stick_c_plus
- m5stack_stick_c
- m5stack_timer_camera_x
- makergo_esp32c3_supermini
- microdev_micro_c3
- seeed_xiao_esp32c3
- sqfmi_watchy
- sunton_esp32_2424S012
- sunton_esp32_2432S028
- unexpectedmaker_tinypico_nano
- unexpectedmaker_tinypico
- weact_esp32c6_n4
- wemos_lolin32_lite
- common-hal
- _bleio
- analogbufio
- analogio
- dotclockframebuffer
- microcontroller
- esp-idf-config
- peripherals
- esp32c2
- tools
- nordic/common-hal/_bleio
- silabs/common-hal/_bleio
- py
- tools
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
105 files changed
+1182
-209
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
60 | 63 | | |
61 | 64 | | |
62 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
28 | 31 | | |
29 | 32 | | |
30 | 33 | | |
| |||
68 | 71 | | |
69 | 72 | | |
70 | 73 | | |
| 74 | + | |
71 | 75 | | |
| 76 | + | |
72 | 77 | | |
73 | 78 | | |
74 | 79 | | |
| |||
223 | 228 | | |
224 | 229 | | |
225 | 230 | | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
226 | 237 | | |
227 | 238 | | |
228 | 239 | | |
| |||
264 | 275 | | |
265 | 276 | | |
266 | 277 | | |
| 278 | + | |
| 279 | + | |
267 | 280 | | |
268 | 281 | | |
269 | 282 | | |
| |||
408 | 421 | | |
409 | 422 | | |
410 | 423 | | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
411 | 427 | | |
412 | 428 | | |
413 | 429 | | |
414 | 430 | | |
| 431 | + | |
415 | 432 | | |
416 | 433 | | |
417 | 434 | | |
| |||
469 | 486 | | |
470 | 487 | | |
471 | 488 | | |
472 | | - | |
| 489 | + | |
473 | 490 | | |
474 | 491 | | |
475 | 492 | | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
476 | 496 | | |
| 497 | + | |
477 | 498 | | |
478 | 499 | | |
479 | 500 | | |
| |||
493 | 514 | | |
494 | 515 | | |
495 | 516 | | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
496 | 520 | | |
497 | 521 | | |
498 | 522 | | |
| |||
544 | 568 | | |
545 | 569 | | |
546 | 570 | | |
| 571 | + | |
| 572 | + | |
547 | 573 | | |
548 | 574 | | |
549 | 575 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
10 | 15 | | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
10 | 15 | | |
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
10 | 15 | | |
11 | 16 | | |
12 | 17 | | |
| |||
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
10 | 15 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
11 | 16 | | |
0 commit comments