Skip to content
Snippets Groups Projects
Commit b4e63bec authored by q3k's avatar q3k
Browse files

*: kill badge23

rip 2023-2023
parent 48444c0f
No related branches found
No related tags found
No related merge requests found
Pipeline #5845 passed
idf_component_register(
)
badge23/espan
===
Transitional component containing all custom C code for badge23, including drivers for peripherals and 'espan' application leftovers.
This will be likely split up into sub-components.
......@@ -90,7 +90,6 @@ set(MICROPY_SOURCE_QSTR
)
set(IDF_COMPONENTS
badge23
flow3r_bsp
st3m
ctx
......
#define MICROPY_HW_BOARD_NAME "badge23"
#define MICROPY_HW_BOARD_NAME "flow3r"
#define MICROPY_HW_MCU_NAME "ESP32S3"
#define MICROPY_ENABLE_FINALISER (1)
......
......@@ -46,8 +46,6 @@ endforeach()
configure_file(${CMAKE_BINARY_DIR}/sdkconfig.combined.in ${CMAKE_BINARY_DIR}/sdkconfig.combined COPYONLY)
set(SDKCONFIG_DEFAULTS ${CMAKE_BINARY_DIR}/sdkconfig.combined)
list(APPEND EXTRA_COMPONENT_DIRS "${CMAKE_CURRENT_SOURCE_DIR}/../../../badge23/components/")
# Include main IDF cmake file.
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment