Logo
Explore Help
Register Sign In
andy/tinyUSB
1
0
Fork 0
You've already forked tinyUSB
Code Issues Pull Requests Actions 1 Packages Projects Releases Wiki Activity
Files
ba6babf570752a28379aab51d9c27e7b9efe872d
tinyUSB/examples/build_system/make/cpu/rv32i-ilp32.mk

14 lines
256 B
Makefile
Raw Normal View History

Rework ci (#2631) * add name field to usbd_class_driver_t * ci: use set matrix py script * add riscv32 and cmake support for ch32v307, fomu, gd32vf103 * update build_cmake.py to take --family --board --toolchain * separate hil test to its own workflow * move esp32 board into separated hil json * add make build to ci * remov build_make.py * build.py support esp32 board * setup toolchain support esp-idf * fix missing click * merge family in matrix build to reduce jobs * skip cifuzz since it still has issue with get_deps and click
2024-05-09 20:43:46 +07:00
ifeq ($(TOOLCHAIN),gcc)
CFLAGS += \
-march=rv32i \
-mabi=ilp32 \
else ifeq ($(TOOLCHAIN),iar)
#CFLAGS += --cpu cortex-a53
#ASFLAGS += --cpu cortex-a53
endif
# For freeRTOS port source
FREERTOS_PORTABLE_SRC = $(FREERTOS_PORTABLE_PATH)/RISC-V
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.5 Page: 32ms Template: 1ms
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