wb1mmc uart reception working
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
##########################################################################################################################
|
||||
# File automatically-generated by tool: [projectgenerator] version: [4.9.0-B19] date: [Tue Apr 21 14:03:20 MST 2026]
|
||||
# File automatically-generated by tool: [projectgenerator] version: [4.9.0-B19] date: [Wed Apr 29 14:54:46 CDT 2026]
|
||||
##########################################################################################################################
|
||||
|
||||
# ------------------------------------------------
|
||||
@@ -13,7 +13,7 @@
|
||||
######################################
|
||||
# target
|
||||
######################################
|
||||
TARGET = test
|
||||
TARGET = wb1mmc
|
||||
|
||||
|
||||
######################################
|
||||
@@ -40,7 +40,6 @@ Core/Src/main.c \
|
||||
Core/Src/gpio.c \
|
||||
Core/Src/ipcc.c \
|
||||
Core/Src/rtc.c \
|
||||
Core/Src/usart.c \
|
||||
Core/Src/stm32wbxx_it.c \
|
||||
Core/Src/stm32wbxx_hal_msp.c \
|
||||
Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_hsem.c \
|
||||
@@ -65,37 +64,11 @@ Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_uart_ex.c \
|
||||
Core/Src/system_stm32wbxx.c \
|
||||
Core/Src/sysmem.c \
|
||||
Core/Src/syscalls.c \
|
||||
Core/Src/rf.c \
|
||||
Core/Src/app_entry.c \
|
||||
Core/Src/app_debug.c \
|
||||
Core/Src/hw_timerserver.c \
|
||||
Core/Src/stm32_lpm_if.c \
|
||||
Core/Src/standby.c \
|
||||
STM32_WPAN/Target/hw_ipcc.c \
|
||||
STM32_WPAN/App/app_ble.c \
|
||||
Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl/tl_mbox.c \
|
||||
Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci/shci.c \
|
||||
Middlewares/ST/STM32_WPAN/utilities/dbg_trace.c \
|
||||
Middlewares/ST/STM32_WPAN/utilities/otp.c \
|
||||
Middlewares/ST/STM32_WPAN/utilities/stm_list.c \
|
||||
Middlewares/ST/STM32_WPAN/utilities/stm_queue.c \
|
||||
Middlewares/ST/STM32_WPAN/ble/core/template/osal.c \
|
||||
Middlewares/ST/STM32_WPAN/ble/core/auto/ble_gap_aci.c \
|
||||
Middlewares/ST/STM32_WPAN/ble/core/auto/ble_gatt_aci.c \
|
||||
Middlewares/ST/STM32_WPAN/ble/core/auto/ble_hal_aci.c \
|
||||
Middlewares/ST/STM32_WPAN/ble/core/auto/ble_hci_le.c \
|
||||
Middlewares/ST/STM32_WPAN/ble/core/auto/ble_l2cap_aci.c \
|
||||
Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl/hci_tl.c \
|
||||
Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl/hci_tl_if.c \
|
||||
Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl/shci_tl.c \
|
||||
Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl/shci_tl_if.c \
|
||||
Middlewares/ST/STM32_WPAN/ble/svc/Src/svc_ctl.c \
|
||||
Utilities/lpm/tiny_lpm/stm32_lpm.c \
|
||||
Utilities/sequencer/stm32_seq.c \
|
||||
STM32_WPAN/App/ibeacon_service.c \
|
||||
STM32_WPAN/App/eddystone_tlm_service.c \
|
||||
STM32_WPAN/App/eddystone_uid_service.c \
|
||||
STM32_WPAN/App/eddystone_url_service.c
|
||||
Core/Src/usart.c \
|
||||
Core/Src/dma.c \
|
||||
Core/Src/tim.c \
|
||||
Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_tim.c \
|
||||
Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_tim_ex.c
|
||||
|
||||
# ASM sources
|
||||
ASM_SOURCES = \
|
||||
@@ -160,21 +133,7 @@ C_INCLUDES = \
|
||||
-IDrivers/STM32WBxx_HAL_Driver/Inc \
|
||||
-IDrivers/STM32WBxx_HAL_Driver/Inc/Legacy \
|
||||
-IDrivers/CMSIS/Device/ST/STM32WBxx/Include \
|
||||
-IDrivers/CMSIS/Include \
|
||||
-ISTM32_WPAN/App \
|
||||
-IUtilities/lpm/tiny_lpm \
|
||||
-IMiddlewares/ST/STM32_WPAN \
|
||||
-IMiddlewares/ST/STM32_WPAN/interface/patterns/ble_thread \
|
||||
-IMiddlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl \
|
||||
-IMiddlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci \
|
||||
-IMiddlewares/ST/STM32_WPAN/utilities \
|
||||
-IMiddlewares/ST/STM32_WPAN/ble/core \
|
||||
-IMiddlewares/ST/STM32_WPAN/ble/core/auto \
|
||||
-IMiddlewares/ST/STM32_WPAN/ble/core/template \
|
||||
-IMiddlewares/ST/STM32_WPAN/ble/svc/Inc \
|
||||
-IMiddlewares/ST/STM32_WPAN/ble/svc/Src \
|
||||
-IUtilities/sequencer \
|
||||
-IMiddlewares/ST/STM32_WPAN/ble
|
||||
-IDrivers/CMSIS/Include
|
||||
|
||||
|
||||
# compile gcc flags
|
||||
|
||||
Reference in New Issue
Block a user