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
f7aa716a61db0b951c8632939f1b5d5625d2c191
tinyUSB/hw/bsp/esp32s3/family.cmake

8 lines
279 B
CMake
Raw Normal View History

espressif: group boards using target name as a family `hw\bsp` separate one family folder to esp32s2, esp32s3 add board specific board.cmake file to override board specific options(features) fix examples and test scripts to use new family approach
2021-04-16 13:37:14 +02:00
cmake_minimum_required(VERSION 3.5)
# Add example src and bsp directories
fix trailing space and new line temporarily disable codespell
2023-03-17 16:12:49 +07:00
set(EXTRA_COMPONENT_DIRS "src" "${TOP}/hw/bsp/esp32s3/boards" "${TOP}/hw/bsp/esp32s3/components")
espressif: group boards using target name as a family `hw\bsp` separate one family folder to esp32s2, esp32s3 add board specific board.cmake file to override board specific options(features) fix examples and test scripts to use new family approach
2021-04-16 13:37:14 +02:00
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
set(SUPPORTED_TARGETS esp32s3)
Fix up build_family style builds: - added back pre-existing board directories which now just select PICO_BOARD - added boards/pico_sdk which just uses the pre-existing PICO_BOARD setting - fixed rp2040/family.cmake to include the magic string "CFG_TUSB_MCU=OPT_MCU_RP2040" expected by build_family.py
2021-05-31 10:06:07 -05:00
set(FAMILY_MCUS ESP32S3)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.5 Page: 38ms Template: 2ms
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