Search found 3 matches
- Tue Aug 10, 2021 2:00 pm
- Forum: Programs, Libraries and Tools
- Topic: uart.init() method for the Zephyr port of MicroPython
- Replies: 2
- Views: 2301
Re: uart.init() method for the Zephyr port of MicroPython
No this isn't currently supported in the Zephyr port, but it should be straightforward to add if you're interested in contributing.
- Tue Aug 25, 2020 9:43 pm
- Forum: Other Boards
- Topic: MicroPython Porting Guide
- Replies: 1
- Views: 1781
- Tue Aug 25, 2020 9:42 pm
- Forum: MicroPython pyboard
- Topic: Zephyr port: can't access raw REPL
- Replies: 9
- Views: 6492
Re: Zephyr port: can't access raw REPL
Is it possible if I write a code in Python and save a file for example MAIN.PY and flash it on to the board. It is possible on boards that enable a block device for the VFS. For example, the mimxrt1050_evk board sets CONFIG_DISK_ACCESS_SDHC=y in ports/zephyr/boards/mimxrt1050_evk.conf, which enable...