Search found 1 match

by Zhijiang XU
Mon Oct 16, 2017 3:08 am
Forum: MicroPython pyboard
Topic: How to build a firmware with _thread module?
Replies: 3
Views: 3732

Re: How to build a firmware with _thread module?

1. cd stmhal
2. rm -rf build-PYBV10
3. modify stmhal/mpconfigport.h file
#define MICROPY_PY_THREAD (1)
4. make BOARD=PYBV10 V=1