thanks guys
Search found 3 matches
- Sat Jan 14, 2017 12:00 pm
- Forum: ESP-IDF
- Topic: need help using gdbstub
- Replies: 3
- Views: 8321
Re: need help using gdbstub
@kolban , @ESP_Sprite
thanks guys
thanks guys
- Sun Jan 08, 2017 3:50 pm
- Forum: ESP-IDF
- Topic: need help using gdbstub
- Replies: 3
- Views: 8321
need help using gdbstub
Managed to get up and running with examples from esp-idf so I am able to make flash etc.
git cloned and built opensdk (pfalcon).
git cloned gdbstub as subproject of myapp (derived from esp template) but can't figure out the correct way to integrate, in particular, (from gdbstub README):
* Modify ...
git cloned and built opensdk (pfalcon).
git cloned gdbstub as subproject of myapp (derived from esp template) but can't figure out the correct way to integrate, in particular, (from gdbstub README):
* Modify ...
- Mon Jan 02, 2017 1:02 pm
- Forum: ESP-IDF
- Topic: [Answered] Menu config option clarification: "Software do control of wifi/bt coexisit"
- Replies: 4
- Views: 9638
Re: Menu config option clarification: "Software do control of wifi/bt coexisit"
These co-existence functions seem mysterious indeed.
In components/esp32/Kconfig we see:
config SW_COEXIST_ENABLE
bool "Software do control of wifi/bt coexisit"
depends on ESP32_ENABLE_STACK_BT && ESP32_ENABLE_STACK_WIFI
Chasing down SW_COEXIST_ENABLE all I can find is, in function start ...
In components/esp32/Kconfig we see:
config SW_COEXIST_ENABLE
bool "Software do control of wifi/bt coexisit"
depends on ESP32_ENABLE_STACK_BT && ESP32_ENABLE_STACK_WIFI
Chasing down SW_COEXIST_ENABLE all I can find is, in function start ...