mirror of
https://github.com/mytechnotalent/Embedded-Hacking.git
synced 2026-08-17 08:30:37 +02:00
remove unused coprocessor driver from all CBM projects
No project uses floating-point, so coprocessor_enable() was dead code. Removes rp2350_coprocessor.c/.h and all references from reset handlers and Makefiles across all 15 CBM drivers (0x01-0x0f).
This commit is contained in:
@@ -36,7 +36,6 @@ SRCS = $(SRC_DIR)/vector_table.c \
|
||||
$(SRC_DIR)/rp2350_stack.c \
|
||||
$(SRC_DIR)/rp2350_xosc.c \
|
||||
$(SRC_DIR)/rp2350_reset.c \
|
||||
$(SRC_DIR)/rp2350_coprocessor.c \
|
||||
$(SRC_DIR)/rp2350_uart.c \
|
||||
$(SRC_DIR)/rp2350_delay.c \
|
||||
$(SRC_DIR)/rp2350_timer.c \
|
||||
|
||||
Reference in New Issue
Block a user