diff options
author | Jim Mussared <jim.mussared@gmail.com> | 2019-10-14 23:40:04 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2019-10-15 17:22:15 +1100 |
commit | 4b2b05718a5b07a4cdf678fbe1005162b1e043ca (patch) | |
tree | f370a556374c85435b45a2df7b2bb187e2080b54 /docs/esp8266/tutorial | |
parent | 423e67d0a000bb2379f0c2f2a93989bfa17157e0 (diff) | |
download | micropython-4b2b05718a5b07a4cdf678fbe1005162b1e043ca.tar.gz micropython-4b2b05718a5b07a4cdf678fbe1005162b1e043ca.zip |
esp32: Run NimBLE on the app core.
This prevents issues with concurrent access to the ringbuf.
MICROPY_BEGIN_ATOMIC_SECTION is only atomic to the same core. We could
address this with a mutex, but it's also not safe to call mp_sched_schedule
across cores.
Diffstat (limited to 'docs/esp8266/tutorial')
0 files changed, 0 insertions, 0 deletions