Search found 12 matches

by turoksama
Sun Mar 31, 2019 8:53 am
Forum: Hardware Projects
Topic: How do you configure MicroPython for a custom board?
Replies: 11
Views: 74669

Re: How do you configure MicroPython for a custom board?

[quote=dhylands post_id=33338 time=1547497091 user_id=81] ... You need to specify BOARD= on every invocation of make or it will default to PYBV10. I normally setup a GNUmakefile which contains something like:[code]$(info Executing GNUmakefile) BOARD = MYBOARDNAME $(info BOARD = $(BOARD)) include Mak...