Logo
Explore Help
Register Sign In
fengqi/lv_micropython
1
0
Fork 0
You've already forked lv_micropython
Code Issues Pull Requests 1 Actions Packages Projects Releases Wiki Activity
lv_micropython/ports/qemu-arm/mphalport.h

6 lines
139 B
C
Raw Normal View History

qemu-arm: Rework to run bare-metal on boards with Cortex-M CPUs. Adds support for 3 Cortex-M boards, selectable via "BOARD" in the Makefile: - microbit, Cortex-M0 via nRF51822 - netduino2, Cortex-M3 via STM32F205 - mps2-an385, Cortex-M3 via FPGA netduino2 is the default board because it's supported by older qemu versions (down to at least 2.5.0).
2018-09-24 12:09:28 +10:00
#include <stddef.h>
#include "uart.h"
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-14 00:08:19 +11:00
#define mp_hal_stdin_rx_chr() (0)
qemu-arm: Rework to run bare-metal on boards with Cortex-M CPUs. Adds support for 3 Cortex-M boards, selectable via "BOARD" in the Makefile: - microbit, Cortex-M0 via nRF51822 - netduino2, Cortex-M3 via STM32F205 - mps2-an385, Cortex-M3 via FPGA netduino2 is the default board because it's supported by older qemu versions (down to at least 2.5.0).
2018-09-24 12:09:28 +10:00
#define mp_hal_stdout_tx_strn_cooked(s, l) uart_tx_strn((s), (l))
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 98ms Template: 0ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API