more fixes

Signed-off-by: HiFiPhile <admin@hifiphile.com>
This commit is contained in:
HiFiPhile
2025-12-16 21:11:13 +01:00
parent abf27bfa37
commit ce7b15d6f9
4 changed files with 5 additions and 5 deletions

View File

@ -21,8 +21,8 @@ family_list = {
"imxrt": ["arm-gcc", "arm-clang"],
"kinetis_k kinetis_kl kinetis_k32l2": ["arm-gcc", "arm-clang"],
"lpc11 lpc13 lpc15 lpc17 lpc18 lpc40 lpc43": ["arm-gcc", "arm-clang"],
"lpc51 lpc54 lpc55 mcx rw61x": ["arm-gcc", "arm-clang"],
"maxim mm32 msp432e4 tm4c": ["arm-gcc"],
"lpc51 lpc54 lpc55": ["arm-gcc", "arm-clang"],
"maxim mcx mm32 msp432e4 rw61x tm4c": ["arm-gcc"],
"msp430": ["msp430-gcc"],
"nrf": ["arm-gcc", "arm-clang"],
"nuc100_120 nuc121_125 nuc126 nuc505 xmc4000": ["arm-gcc"],

View File

@ -209,8 +209,8 @@ Supported CPUs
| | +-------------------+--------+------+-----------+------------------------+--------------------+
| | | A15 | ✔ | | | ci_fs | |
| +---------+-------------------+--------+------+-----------+------------------------+--------------------+
| | RW61x | ✔ | ✔ | ✔ | ci_hs, ehci | |
+--------------+-----------------------------+--------+------+-----------+------------------------+-------------------+
| | RW61x | ✔ | ✔ | ✔ | ci_hs, ehci | |
+--------------+-----------------------------+--------+------+-----------+------------------------+--------------------+
| Raspberry Pi | RP2040, RP2350 | ✔ | ✔ | ✖ | rp2040, pio_usb | |
+--------------+-----+-----------------------+--------+------+-----------+------------------------+--------------------+
| Renesas | RX | 63N, 65N, 72N | ✔ | ✔ | ✖ | rusb2 | |

View File

@ -82,7 +82,6 @@ function(family_configure_example TARGET RTOS)
target_link_options(${TARGET} PUBLIC
"LINKER:--script=${LD_FILE_GNU}"
--specs=nosys.specs --specs=nano.specs
-nostartfiles
)
elseif (CMAKE_C_COMPILER_ID STREQUAL "Clang")
target_link_options(${TARGET} PUBLIC

View File

@ -49,6 +49,7 @@ SRC_C += \
$(ST_HAL_DRIVER)/Src/stm32$(ST_FAMILY)xx_hal_uart.c \
$(ST_HAL_DRIVER)/Src/stm32$(ST_FAMILY)xx_hal_uart_ex.c \
$(ST_HAL_DRIVER)/Src/stm32$(ST_FAMILY)xx_hal_gpio.c \
$(ST_HAL_DRIVER)/Src/stm32$(ST_FAMILY)xx_hal_i2c.c \
$(ST_HAL_DRIVER)/Src/stm32$(ST_FAMILY)xx_hal_dma.c
INC += \