This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
micropython
mirror of
https://github.com/micropython/micropython.git
Watch
1
Star
0
Fork
You've already forked micropython
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
fabfacf3d7
micropython
/
ports
/
qemu-arm
/
mphalport.h
3 lines
96 B
C
Raw
Normal View
History
Unescape
Escape
qemu-arm: Enable lots of extmods and enable tests for them. The qemu-arm port is used for testing of ARM Thumb architecture on a desktop so should have many features enabled.
2016-10-13 14:08:19 +01:00
#
define mp_hal_stdin_rx_chr() (0)
#
define mp_hal_stdout_tx_strn_cooked(s, l) write(1, (s), (l))