Mon Jun 16 21:09:26 MDT 2025
This can take a while ...
Command line: ./testAll.sh  
SELECTED: quick
$OSTYPE=darwin24
Darwin MacBook-Pro.local 24.5.0 Darwin Kernel Version 24.5.0: Tue Apr 22 19:53:27 PDT 2025; root:xnu-11417.121.6~2/RELEASE_ARM64_T6041 arm64
go version go1.24.3 darwin/arm64
version=devel, built 2025-06-16 16:13:23.146177307 -0600 MDT
---
Testing the Go code...
ok  	github.com/rokath/trice/cmd/trice	1.257s
ok  	github.com/rokath/trice/internal/args	0.865s
ok  	github.com/rokath/trice/internal/charDecoder	0.465s
ok  	github.com/rokath/trice/internal/com	3.888s
ok  	github.com/rokath/trice/internal/decoder	0.925s
?   	github.com/rokath/trice/internal/do	[no test files]
ok  	github.com/rokath/trice/internal/dumpDecoder	0.804s
ok  	github.com/rokath/trice/internal/emitter	0.584s
ok  	github.com/rokath/trice/internal/id	3.465s
ok  	github.com/rokath/trice/internal/keybcmd	0.920s
ok  	github.com/rokath/trice/internal/link	0.815s
ok  	github.com/rokath/trice/internal/receiver	1.025s
?   	github.com/rokath/trice/internal/translator	[no test files]
ok  	github.com/rokath/trice/internal/trexDecoder	0.879s
?   	github.com/rokath/trice/pkg/ant	[no test files]
ok  	github.com/rokath/trice/pkg/cipher	0.981s
ok  	github.com/rokath/trice/pkg/endian	1.079s
ok  	github.com/rokath/trice/pkg/msg	1.282s
ok  	github.com/rokath/trice/pkg/tst	1.183s
Testing the Go code...done
---
---
Testing the Target code inside PC...
go test ./be_dblB_de_tcobs_ua/...
ok  	github.com/rokath/trice/_test/be_dblB_de_tcobs_ua	179.194s
ID 16192 inside examples/G0B1_inst/Core/Src/main.c line 124 refers to {trice CUSTOM_PRINT example: the right answer is: %d\n CUSTOM_PRINT} but is used inside til.json for {trice CUSTOM_PRINT example: the right answer is: %d\n } - setting it to 0.
ID 15937 inside examples/G0B1_inst/Core/Src/main.c line 127 refers to {triceS heFastFoundAnswer == theRightAnswe CUSTOM_ASSERT} but is used inside til.json for {triceS %s } - setting it to 0.
ID 16101 inside examples/G0B1_inst/Core/Src/main.c line 130 refers to {triceS heFastFoundAnswer == theRightAnswer, (char*)theQuestion CUSTOM_ASSERT} but is used inside til.json for {triceS %s } - setting it to 0.
ID 15930 inside examples/G0B1_inst/Core/Src/main.c line 133 refers to {triceS heFastFoundAnswer == theRightAnswer, (char*)"'%s' Am, it is %d CUSTOM_ASSERT} but is used inside til.json for {triceS %s } - setting it to 0.
ID 15340 inside examples/G0B1_inst/Core/Src/main.c line 336 refers to {TRice msg:StartDefaultTask\n CUSTOM_ASSERT} but is used inside til.json for {TRice msg:StartDefaultTask\n } - setting it to 0.
ID 15665 inside examples/G0B1_inst/Core/Src/main.c line 363 refers to {TRice msg:StartTask02:Diagnostics and TriceTransfer\n CUSTOM_ASSERT} but is used inside til.json for {TRice msg:StartTask02:Diagnostics and TriceTransfer\n } - setting it to 0.
Testing the Target code inside PC...done
---
arm-none-eabi-gcc (Arm GNU Toolchain 14.2.Rel1 (Build arm-14.52)) 14.2.1 20241119
Copyright (C) 2024 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

C_INCLUDE_PATH=/Applications/ArmGNUToolchain/14.2.rel1/arm-none-eabi/arm-none-eabi/include
arm-none-eabi-gcc location in next line:
/opt/homebrew/bin/arm-none-eabi-gcc
Apple clang version 16.0.0 (clang-1600.0.26.4)
Target: arm64-apple-darwin24.5.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
---
Translating all examples with TRICE_OFF...
--------------------------------------------------------------------------------------------------------
./F030_bare/ with TRICE_OFF=1
# Adapt build_environment.sh file to your system eventually.
darwin24
Installed gcc-arm-embedded version: 14.2.rel1
C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/14.2.rel1/arm-none-eabi/arm-none-eabi/include
mkdir out		
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/main.d" -Wa,-a,-ad,-alms=out/main.lst Core/Src/main.c -o out/main.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_it.d" -Wa,-a,-ad,-alms=out/stm32f0xx_it.lst Core/Src/stm32f0xx_it.c -o out/stm32f0xx_it.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_gpio.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_gpio.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c -o out/stm32f0xx_ll_gpio.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_pwr.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_pwr.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c -o out/stm32f0xx_ll_pwr.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_exti.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_exti.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c -o out/stm32f0xx_ll_exti.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_usart.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_usart.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_usart.c -o out/stm32f0xx_ll_usart.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_rcc.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_rcc.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c -o out/stm32f0xx_ll_rcc.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_dma.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_dma.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_dma.c -o out/stm32f0xx_ll_dma.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_utils.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_utils.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c -o out/stm32f0xx_ll_utils.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/system_stm32f0xx.d" -Wa,-a,-ad,-alms=out/system_stm32f0xx.lst Core/Src/system_stm32f0xx.c -o out/system_stm32f0xx.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/syscalls.d" -Wa,-a,-ad,-alms=out/syscalls.lst Core/Src/syscalls.c -o out/syscalls.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/sysmem.d" -Wa,-a,-ad,-alms=out/sysmem.lst Core/Src/sysmem.c -o out/sysmem.o
arm-none-eabi-gcc -x assembler-with-cpp -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/startup_stm32f030x8.d" startup_stm32f030x8.s -o out/startup_stm32f030x8.o
arm-none-eabi-gcc out/main.o out/stm32f0xx_it.o out/stm32f0xx_ll_gpio.o out/stm32f0xx_ll_pwr.o out/stm32f0xx_ll_exti.o out/stm32f0xx_ll_usart.o out/stm32f0xx_ll_rcc.o out/stm32f0xx_ll_dma.o out/stm32f0xx_ll_utils.o out/system_stm32f0xx.o out/syscalls.o out/sysmem.o out/startup_stm32f030x8.o  -mcpu=cortex-m0 -mthumb   -specs=nano.specs -TSTM32F030R8Tx_FLASH.ld  -lc -lm -lnosys  -Wl,-Map=out/F030_bare.map,--cref -Wl,--gc-sections -Wl,--no-warn-rwx-segments  -Wl,--no-warn-execstack     -o out/F030_bare.elf
arm-none-eabi-size out/F030_bare.elf
   text	   data	    bss	    dec	    hex	filename
   2464	     12	   1564	   4040	    fc8	out/F030_bare.elf
arm-none-eabi-objcopy -O ihex out/F030_bare.elf out/F030_bare.hex
arm-none-eabi-objcopy -O binary -S out/F030_bare.elf out/F030_bare.bin	
--------------------------------------------------------------------------------------------------------
./G0B1_bare/ with TRICE_OFF=1
# Adapt build_environment.sh file to your system eventually.
darwin24
Installed gcc-arm-embedded version: 14.2.rel1
C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/14.2.rel1/arm-none-eabi/arm-none-eabi/include
mkdir out.gcc
Core/Src/main.c
startup_stm32g0b1xx.s
Core/Src/app_freertos.c
Core/Src/stm32g0xx_it.c
Core/Src/stm32g0xx_hal_msp.c
Core/Src/stm32g0xx_hal_timebase_tim.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_gpio.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_exti.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_rcc.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_utils.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_crs.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_rcc.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_rcc_ex.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_flash.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_flash_ex.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_gpio.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_dma.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_dma_ex.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_dma.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_pwr.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_pwr_ex.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_cortex.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_exti.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_tim.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_tim_ex.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_usart.c
Core/Src/system_stm32g0xx.c
Middlewares/Third_Party/FreeRTOS/Source/croutine.c
Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
Middlewares/Third_Party/FreeRTOS/Source/list.c
Middlewares/Third_Party/FreeRTOS/Source/queue.c
Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
Middlewares/Third_Party/FreeRTOS/Source/tasks.c
Middlewares/Third_Party/FreeRTOS/Source/timers.c
Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM0/port.c
   text	   data	    bss	    dec	    hex	filename
   6828	     24	   5056	  11908	   2e84	out.gcc/G0B1.elf
--------------------------------------------------------------------------------------------------------
./L432_bare/ with TRICE_OFF=1
# Adapt build_environment.sh file to your system eventually.
darwin24
Installed gcc-arm-embedded version: 14.2.rel1
C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/14.2.rel1/arm-none-eabi/arm-none-eabi/include
mkdir out.gcc
startup_stm32l432xx.s
Core/Src/main.c
Core/Src/freertos.c
Core/Src/stm32l4xx_it.c
Core/Src/stm32l4xx_hal_msp.c
Core/Src/stm32l4xx_hal_timebase_tim.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
Core/Src/system_stm32l4xx.c
Middlewares/Third_Party/FreeRTOS/Source/croutine.c
Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
Middlewares/Third_Party/FreeRTOS/Source/list.c
Middlewares/Third_Party/FreeRTOS/Source/queue.c
Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
Middlewares/Third_Party/FreeRTOS/Source/tasks.c
Middlewares/Third_Party/FreeRTOS/Source/timers.c
Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
   text	   data	    bss	    dec	    hex	filename
   8048	     32	   5592	  13672	   3568	out.gcc/L432KC.elf
--------------------------------------------------------------------------------------------------------
./F030_inst/ with TRICE_OFF=1
# Adapt build_environment.sh file to your system eventually.
darwin24
Installed gcc-arm-embedded version: 14.2.rel1
C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/14.2.rel1/arm-none-eabi/arm-none-eabi/include
mkdir out		
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/main.d" -Wa,-a,-ad,-alms=out/main.lst Core/Src/main.c -o out/main.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_it.d" -Wa,-a,-ad,-alms=out/stm32f0xx_it.lst Core/Src/stm32f0xx_it.c -o out/stm32f0xx_it.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_gpio.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_gpio.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c -o out/stm32f0xx_ll_gpio.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_pwr.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_pwr.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c -o out/stm32f0xx_ll_pwr.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_exti.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_exti.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c -o out/stm32f0xx_ll_exti.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_usart.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_usart.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_usart.c -o out/stm32f0xx_ll_usart.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_rcc.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_rcc.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c -o out/stm32f0xx_ll_rcc.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_dma.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_dma.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_dma.c -o out/stm32f0xx_ll_dma.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_utils.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_utils.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c -o out/stm32f0xx_ll_utils.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/system_stm32f0xx.d" -Wa,-a,-ad,-alms=out/system_stm32f0xx.lst Core/Src/system_stm32f0xx.c -o out/system_stm32f0xx.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/syscalls.d" -Wa,-a,-ad,-alms=out/syscalls.lst Core/Src/syscalls.c -o out/syscalls.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/sysmem.d" -Wa,-a,-ad,-alms=out/sysmem.lst Core/Src/sysmem.c -o out/sysmem.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/cobsDecode.d" -Wa,-a,-ad,-alms=out/cobsDecode.lst ../../src/cobsDecode.c -o out/cobsDecode.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/cobsEncode.d" -Wa,-a,-ad,-alms=out/cobsEncode.lst ../../src/cobsEncode.c -o out/cobsEncode.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/SEGGER_RTT.d" -Wa,-a,-ad,-alms=out/SEGGER_RTT.lst ../../src/SEGGER_RTT.c -o out/SEGGER_RTT.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/tcobsv1Decode.d" -Wa,-a,-ad,-alms=out/tcobsv1Decode.lst ../../src/tcobsv1Decode.c -o out/tcobsv1Decode.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/tcobsv1Encode.d" -Wa,-a,-ad,-alms=out/tcobsv1Encode.lst ../../src/tcobsv1Encode.c -o out/tcobsv1Encode.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/trice.d" -Wa,-a,-ad,-alms=out/trice.lst ../../src/trice.c -o out/trice.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/trice8.d" -Wa,-a,-ad,-alms=out/trice8.lst ../../src/trice8.c -o out/trice8.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/trice16.d" -Wa,-a,-ad,-alms=out/trice16.lst ../../src/trice16.c -o out/trice16.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/trice32.d" -Wa,-a,-ad,-alms=out/trice32.lst ../../src/trice32.c -o out/trice32.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/trice64.d" -Wa,-a,-ad,-alms=out/trice64.lst ../../src/trice64.c -o out/trice64.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/triceUart.d" -Wa,-a,-ad,-alms=out/triceUart.lst ../../src/triceUart.c -o out/triceUart.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/triceAuxiliary.d" -Wa,-a,-ad,-alms=out/triceAuxiliary.lst ../../src/triceAuxiliary.c -o out/triceAuxiliary.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/triceDoubleBuffer.d" -Wa,-a,-ad,-alms=out/triceDoubleBuffer.lst ../../src/triceDoubleBuffer.c -o out/triceDoubleBuffer.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/triceRingBuffer.d" -Wa,-a,-ad,-alms=out/triceRingBuffer.lst ../../src/triceRingBuffer.c -o out/triceRingBuffer.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/triceStackBuffer.d" -Wa,-a,-ad,-alms=out/triceStackBuffer.lst ../../src/triceStackBuffer.c -o out/triceStackBuffer.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/triceStaticBuffer.d" -Wa,-a,-ad,-alms=out/triceStaticBuffer.lst ../../src/triceStaticBuffer.c -o out/triceStaticBuffer.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/xtea.d" -Wa,-a,-ad,-alms=out/xtea.lst ../../src/xtea.c -o out/xtea.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/triceLogDiagData.d" -Wa,-a,-ad,-alms=out/triceLogDiagData.lst ../exampleData/triceLogDiagData.c -o out/triceLogDiagData.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/triceExamples.d" -Wa,-a,-ad,-alms=out/triceExamples.lst ../exampleData/triceExamples.c -o out/triceExamples.o
arm-none-eabi-gcc -x assembler-with-cpp -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -DTRICE_OFF=1  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/startup_stm32f030x8.d" startup_stm32f030x8.s -o out/startup_stm32f030x8.o
arm-none-eabi-gcc out/main.o out/stm32f0xx_it.o out/stm32f0xx_ll_gpio.o out/stm32f0xx_ll_pwr.o out/stm32f0xx_ll_exti.o out/stm32f0xx_ll_usart.o out/stm32f0xx_ll_rcc.o out/stm32f0xx_ll_dma.o out/stm32f0xx_ll_utils.o out/system_stm32f0xx.o out/syscalls.o out/sysmem.o out/cobsDecode.o out/cobsEncode.o out/SEGGER_RTT.o out/tcobsv1Decode.o out/tcobsv1Encode.o out/trice.o out/trice8.o out/trice16.o out/trice32.o out/trice64.o out/triceUart.o out/triceAuxiliary.o out/triceDoubleBuffer.o out/triceRingBuffer.o out/triceStackBuffer.o out/triceStaticBuffer.o out/xtea.o out/triceLogDiagData.o out/triceExamples.o out/startup_stm32f030x8.o  -mcpu=cortex-m0 -mthumb   -specs=nano.specs -TSTM32F030R8Tx_FLASH.ld  -lc -lm -lnosys  -Wl,-Map=out/F030_inst.map,--cref -Wl,--gc-sections -Wl,--no-warn-rwx-segments  -Wl,--no-warn-execstack     -o out/F030_inst.elf
arm-none-eabi-size out/F030_inst.elf
   text	   data	    bss	    dec	    hex	filename
   2464	     12	   1564	   4040	    fc8	out/F030_inst.elf
arm-none-eabi-objcopy -O ihex out/F030_inst.elf out/F030_inst.hex
arm-none-eabi-objcopy -O binary -S out/F030_inst.elf out/F030_inst.bin	
--------------------------------------------------------------------------------------------------------
./G0B1_inst/ with TRICE_OFF=1
# Adapt build_environment.sh file to your system eventually.
darwin24
Installed gcc-arm-embedded version: 14.2.rel1
C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/14.2.rel1/arm-none-eabi/arm-none-eabi/include
mkdir out.gcc
Core/Src/main.c
startup_stm32g0b1xx.s
Core/Src/app_freertos.c
Core/Src/stm32g0xx_it.c
Core/Src/stm32g0xx_hal_msp.c
Core/Src/stm32g0xx_hal_timebase_tim.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_gpio.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_exti.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_rcc.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_utils.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_crs.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_rcc.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_rcc_ex.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_flash.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_flash_ex.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_dma.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_gpio.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_dma_ex.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_dma.c
In file included from Core/Src/main.c:29:
Core/Src/main.c: In function 'main':
../../src/triceOff.h:54:15: error: passing argument 3 of 'npf_pprintf' makes pointer from integer without a cast [-Wint-conversion]
   54 | #define iD(n) (n)
      |               ^~~
      |               |
      |               int
Core/Inc/triceCustomAliases.h:102:66: note: in definition of macro 'CUSTOM_PRINT'
  102 |     #define CUSTOM_PRINT(fmt,...) npf_pprintf(&uart2_putc, NULL, fmt, ##__VA_ARGS__)
      |                                                                  ^~~
Core/Src/main.c:124:16: note: in expansion of macro 'iD'
  124 |   CUSTOM_PRINT(iD(16192), "CUSTOM_PRINT example: the right answer is: %d\n", theRightAnswer);
      |                ^~
In file included from Core/Src/main.c:27:
Core/Inc/nanoprintf.h:1099:43: note: expected 'const char *' but argument is of type 'int'
 1099 |                 char const * NPF_RESTRICT format,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
Core/Inc/triceCustomAliases.h:43:17: warning: comparison between pointer and integer
   43 |         if (fmt != NULL) { \
      |                 ^~
Core/Inc/triceCustomAliases.h:97:17: note: in expansion of macro 'ASSERT_MESSAGE_HELPER_VAR'
   97 |                 ASSERT_MESSAGE_HELPER_VAR(assert_msg, condition_str, file, line, fmt, ##__VA_ARGS__); \
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~
Core/Inc/triceCustomAliases.h:108:9: note: in expansion of macro 'CUSTOM_ASSERT_IMPL'
  108 |         CUSTOM_ASSERT_IMPL(condition, #condition, __FILE__, __LINE__, fmt)
      |         ^~~~~~~~~~~~~~~~~~
Core/Inc/triceCustomAliases.h:17:32: note: in expansion of macro 'CUSTOM_ASSERT_2'
   17 | #define _DISPATCH_IMPL(name,N) name##_##N
      |                                ^~~~
Core/Inc/triceCustomAliases.h:18:34: note: in expansion of macro '_DISPATCH_IMPL'
   18 | #define _DISPATCH_EXPAND(name,N) _DISPATCH_IMPL(name,N)
      |                                  ^~~~~~~~~~~~~~
Core/Inc/triceCustomAliases.h:113:32: note: in expansion of macro '_DISPATCH_EXPAND'
  113 |     #define CUSTOM_ASSERT(...) _DISPATCH_EXPAND(CUSTOM_ASSERT,COUNT_ARGS_3(__VA_ARGS__))(__VA_ARGS__)
      |                                ^~~~~~~~~~~~~~~~
Core/Src/main.c:127:3: note: in expansion of macro 'CUSTOM_ASSERT'
  127 |   CUSTOM_ASSERT(iD(15937), theFastFoundAnswer == theRightAnswer);
      |   ^~~~~~~~~~~~~
Core/Src/main.c:127:47: warning: suggest parentheses around comparison in operand of '!=' [-Wparentheses]
  127 |   CUSTOM_ASSERT(iD(15937), theFastFoundAnswer == theRightAnswer);
      |                            ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
Core/Inc/triceCustomAliases.h:43:13: note: in definition of macro 'ASSERT_MESSAGE_HELPER_VAR'
   43 |         if (fmt != NULL) { \
      |             ^~~
Core/Inc/triceCustomAliases.h:108:9: note: in expansion of macro 'CUSTOM_ASSERT_IMPL'
  108 |         CUSTOM_ASSERT_IMPL(condition, #condition, __FILE__, __LINE__, fmt)
      |         ^~~~~~~~~~~~~~~~~~
Core/Inc/triceCustomAliases.h:17:32: note: in expansion of macro 'CUSTOM_ASSERT_2'
   17 | #define _DISPATCH_IMPL(name,N) name##_##N
      |                                ^~~~
Core/Src/main.c:127:3: note: in expansion of macro 'CUSTOM_ASSERT'
  127 |   CUSTOM_ASSERT(iD(15937), theFastFoundAnswer == theRightAnswer);
      |   ^~~~~~~~~~~~~
Core/Src/main.c:127:47: error: passing argument 3 of 'npf_snprintf' makes pointer from integer without a cast [-Wint-conversion]
  127 |   CUSTOM_ASSERT(iD(15937), theFastFoundAnswer == theRightAnswer);
      |                            ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
      |                                               |
      |                                               int
Core/Inc/triceCustomAliases.h:46:54: note: in definition of macro 'ASSERT_MESSAGE_HELPER_VAR'
   46 |             npf_snprintf(user_msg, sizeof(user_msg), fmt, ##__VA_ARGS__); \
      |                                                      ^~~
Core/Inc/triceCustomAliases.h:108:9: note: in expansion of macro 'CUSTOM_ASSERT_IMPL'
  108 |         CUSTOM_ASSERT_IMPL(condition, #condition, __FILE__, __LINE__, fmt)
      |         ^~~~~~~~~~~~~~~~~~
Core/Inc/triceCustomAliases.h:17:32: note: in expansion of macro 'CUSTOM_ASSERT_2'
   17 | #define _DISPATCH_IMPL(name,N) name##_##N
      |                                ^~~~
Core/Src/main.c:127:3: note: in expansion of macro 'CUSTOM_ASSERT'
  127 |   CUSTOM_ASSERT(iD(15937), theFastFoundAnswer == theRightAnswer);
      |   ^~~~~~~~~~~~~
Core/Inc/nanoprintf.h:1110:44: note: expected 'const char *' but argument is of type 'int'
 1110 |                  const char * NPF_RESTRICT format,
      |                  ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
Core/Inc/triceCustomAliases.h:43:17: warning: comparison between pointer and integer
   43 |         if (fmt != NULL) { \
      |                 ^~
Core/Inc/triceCustomAliases.h:97:17: note: in expansion of macro 'ASSERT_MESSAGE_HELPER_VAR'
   97 |                 ASSERT_MESSAGE_HELPER_VAR(assert_msg, condition_str, file, line, fmt, ##__VA_ARGS__); \
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~
Core/Inc/triceCustomAliases.h:111:9: note: in expansion of macro 'CUSTOM_ASSERT_IMPL'
  111 |         CUSTOM_ASSERT_IMPL(condition, #condition, __FILE__, __LINE__, fmt, ##__VA_ARGS__)
      |         ^~~~~~~~~~~~~~~~~~
Core/Inc/triceCustomAliases.h:17:32: note: in expansion of macro 'CUSTOM_ASSERT_3'
   17 | #define _DISPATCH_IMPL(name,N) name##_##N
      |                                ^~~~
Core/Inc/triceCustomAliases.h:18:34: note: in expansion of macro '_DISPATCH_IMPL'
   18 | #define _DISPATCH_EXPAND(name,N) _DISPATCH_IMPL(name,N)
      |                                  ^~~~~~~~~~~~~~
Core/Inc/triceCustomAliases.h:113:32: note: in expansion of macro '_DISPATCH_EXPAND'
  113 |     #define CUSTOM_ASSERT(...) _DISPATCH_EXPAND(CUSTOM_ASSERT,COUNT_ARGS_3(__VA_ARGS__))(__VA_ARGS__)
      |                                ^~~~~~~~~~~~~~~~
Core/Src/main.c:130:3: note: in expansion of macro 'CUSTOM_ASSERT'
  130 |   CUSTOM_ASSERT(iD(16101), theFastFoundAnswer == theRightAnswer, (char*)theQuestion );
      |   ^~~~~~~~~~~~~
Core/Src/main.c:130:47: warning: suggest parentheses around comparison in operand of '!=' [-Wparentheses]
  130 |   CUSTOM_ASSERT(iD(16101), theFastFoundAnswer == theRightAnswer, (char*)theQuestion );
      |                            ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
Core/Inc/triceCustomAliases.h:43:13: note: in definition of macro 'ASSERT_MESSAGE_HELPER_VAR'
   43 |         if (fmt != NULL) { \
      |             ^~~
Core/Inc/triceCustomAliases.h:111:9: note: in expansion of macro 'CUSTOM_ASSERT_IMPL'
  111 |         CUSTOM_ASSERT_IMPL(condition, #condition, __FILE__, __LINE__, fmt, ##__VA_ARGS__)
      |         ^~~~~~~~~~~~~~~~~~
Core/Inc/triceCustomAliases.h:17:32: note: in expansion of macro 'CUSTOM_ASSERT_3'
   17 | #define _DISPATCH_IMPL(name,N) name##_##N
      |                                ^~~~
Core/Src/main.c:130:3: note: in expansion of macro 'CUSTOM_ASSERT'
  130 |   CUSTOM_ASSERT(iD(16101), theFastFoundAnswer == theRightAnswer, (char*)theQuestion );
      |   ^~~~~~~~~~~~~
Core/Src/main.c:130:47: error: passing argument 3 of 'npf_snprintf' makes pointer from integer without a cast [-Wint-conversion]
  130 |   CUSTOM_ASSERT(iD(16101), theFastFoundAnswer == theRightAnswer, (char*)theQuestion );
      |                            ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
      |                                               |
      |                                               int
Core/Inc/triceCustomAliases.h:46:54: note: in definition of macro 'ASSERT_MESSAGE_HELPER_VAR'
   46 |             npf_snprintf(user_msg, sizeof(user_msg), fmt, ##__VA_ARGS__); \
      |                                                      ^~~
Core/Inc/triceCustomAliases.h:111:9: note: in expansion of macro 'CUSTOM_ASSERT_IMPL'
  111 |         CUSTOM_ASSERT_IMPL(condition, #condition, __FILE__, __LINE__, fmt, ##__VA_ARGS__)
      |         ^~~~~~~~~~~~~~~~~~
Core/Inc/triceCustomAliases.h:17:32: note: in expansion of macro 'CUSTOM_ASSERT_3'
   17 | #define _DISPATCH_IMPL(name,N) name##_##N
      |                                ^~~~
Core/Src/main.c:130:3: note: in expansion of macro 'CUSTOM_ASSERT'
  130 |   CUSTOM_ASSERT(iD(16101), theFastFoundAnswer == theRightAnswer, (char*)theQuestion );
      |   ^~~~~~~~~~~~~
Core/Inc/nanoprintf.h:1110:44: note: expected 'const char *' but argument is of type 'int'
 1110 |                  const char * NPF_RESTRICT format,
      |                  ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
Core/Src/main.c:130:66: warning: too many arguments for format [-Wformat-extra-args]
  130 |   CUSTOM_ASSERT(iD(16101), theFastFoundAnswer == theRightAnswer, (char*)theQuestion );
      |                                                                  ^~~~~~~~~~~~~~~~~~
Core/Inc/triceCustomAliases.h:46:61: note: in definition of macro 'ASSERT_MESSAGE_HELPER_VAR'
   46 |             npf_snprintf(user_msg, sizeof(user_msg), fmt, ##__VA_ARGS__); \
      |                                                             ^~~~~~~~~~~
Core/Inc/triceCustomAliases.h:111:9: note: in expansion of macro 'CUSTOM_ASSERT_IMPL'
  111 |         CUSTOM_ASSERT_IMPL(condition, #condition, __FILE__, __LINE__, fmt, ##__VA_ARGS__)
      |         ^~~~~~~~~~~~~~~~~~
Core/Inc/triceCustomAliases.h:17:32: note: in expansion of macro 'CUSTOM_ASSERT_3'
   17 | #define _DISPATCH_IMPL(name,N) name##_##N
      |                                ^~~~
Core/Src/main.c:130:3: note: in expansion of macro 'CUSTOM_ASSERT'
  130 |   CUSTOM_ASSERT(iD(16101), theFastFoundAnswer == theRightAnswer, (char*)theQuestion );
      |   ^~~~~~~~~~~~~
Core/Inc/triceCustomAliases.h:43:17: warning: comparison between pointer and integer
   43 |         if (fmt != NULL) { \
      |                 ^~
Core/Inc/triceCustomAliases.h:97:17: note: in expansion of macro 'ASSERT_MESSAGE_HELPER_VAR'
   97 |                 ASSERT_MESSAGE_HELPER_VAR(assert_msg, condition_str, file, line, fmt, ##__VA_ARGS__); \
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~
Core/Inc/triceCustomAliases.h:111:9: note: in expansion of macro 'CUSTOM_ASSERT_IMPL'
  111 |         CUSTOM_ASSERT_IMPL(condition, #condition, __FILE__, __LINE__, fmt, ##__VA_ARGS__)
      |         ^~~~~~~~~~~~~~~~~~
Core/Inc/triceCustomAliases.h:17:32: note: in expansion of macro 'CUSTOM_ASSERT_3'
   17 | #define _DISPATCH_IMPL(name,N) name##_##N
      |                                ^~~~
Core/Inc/triceCustomAliases.h:18:34: note: in expansion of macro '_DISPATCH_IMPL'
   18 | #define _DISPATCH_EXPAND(name,N) _DISPATCH_IMPL(name,N)
      |                                  ^~~~~~~~~~~~~~
Core/Inc/triceCustomAliases.h:113:32: note: in expansion of macro '_DISPATCH_EXPAND'
  113 |     #define CUSTOM_ASSERT(...) _DISPATCH_EXPAND(CUSTOM_ASSERT,COUNT_ARGS_3(__VA_ARGS__))(__VA_ARGS__)
      |                                ^~~~~~~~~~~~~~~~
Core/Src/main.c:133:3: note: in expansion of macro 'CUSTOM_ASSERT'
  133 |   CUSTOM_ASSERT(iD(15930), theFastFoundAnswer == theRightAnswer, (char*)"'%s' Am, it is %d", (char*)theQuestion, theRightAnswer);
      |   ^~~~~~~~~~~~~
Core/Src/main.c:133:47: warning: suggest parentheses around comparison in operand of '!=' [-Wparentheses]
  133 |   CUSTOM_ASSERT(iD(15930), theFastFoundAnswer == theRightAnswer, (char*)"'%s' Am, it is %d", (char*)theQuestion, theRightAnswer);
      |                            ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
Core/Inc/triceCustomAliases.h:43:13: note: in definition of macro 'ASSERT_MESSAGE_HELPER_VAR'
   43 |         if (fmt != NULL) { \
      |             ^~~
Core/Inc/triceCustomAliases.h:111:9: note: in expansion of macro 'CUSTOM_ASSERT_IMPL'
  111 |         CUSTOM_ASSERT_IMPL(condition, #condition, __FILE__, __LINE__, fmt, ##__VA_ARGS__)
      |         ^~~~~~~~~~~~~~~~~~
Core/Inc/triceCustomAliases.h:17:32: note: in expansion of macro 'CUSTOM_ASSERT_3'
   17 | #define _DISPATCH_IMPL(name,N) name##_##N
      |                                ^~~~
Core/Src/main.c:133:3: note: in expansion of macro 'CUSTOM_ASSERT'
  133 |   CUSTOM_ASSERT(iD(15930), theFastFoundAnswer == theRightAnswer, (char*)"'%s' Am, it is %d", (char*)theQuestion, theRightAnswer);
      |   ^~~~~~~~~~~~~
Core/Src/main.c:133:47: error: passing argument 3 of 'npf_snprintf' makes pointer from integer without a cast [-Wint-conversion]
  133 |   CUSTOM_ASSERT(iD(15930), theFastFoundAnswer == theRightAnswer, (char*)"'%s' Am, it is %d", (char*)theQuestion, theRightAnswer);
      |                            ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
      |                                               |
      |                                               int
Core/Inc/triceCustomAliases.h:46:54: note: in definition of macro 'ASSERT_MESSAGE_HELPER_VAR'
   46 |             npf_snprintf(user_msg, sizeof(user_msg), fmt, ##__VA_ARGS__); \
      |                                                      ^~~
Core/Inc/triceCustomAliases.h:111:9: note: in expansion of macro 'CUSTOM_ASSERT_IMPL'
  111 |         CUSTOM_ASSERT_IMPL(condition, #condition, __FILE__, __LINE__, fmt, ##__VA_ARGS__)
      |         ^~~~~~~~~~~~~~~~~~
Core/Inc/triceCustomAliases.h:17:32: note: in expansion of macro 'CUSTOM_ASSERT_3'
   17 | #define _DISPATCH_IMPL(name,N) name##_##N
      |                                ^~~~
Core/Src/main.c:133:3: note: in expansion of macro 'CUSTOM_ASSERT'
  133 |   CUSTOM_ASSERT(iD(15930), theFastFoundAnswer == theRightAnswer, (char*)"'%s' Am, it is %d", (char*)theQuestion, theRightAnswer);
      |   ^~~~~~~~~~~~~
Core/Inc/nanoprintf.h:1110:44: note: expected 'const char *' but argument is of type 'int'
 1110 |                  const char * NPF_RESTRICT format,
      |                  ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
Core/Src/main.c:133:66: warning: too many arguments for format [-Wformat-extra-args]
  133 |   CUSTOM_ASSERT(iD(15930), theFastFoundAnswer == theRightAnswer, (char*)"'%s' Am, it is %d", (char*)theQuestion, theRightAnswer);
      |                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~
Core/Inc/triceCustomAliases.h:46:61: note: in definition of macro 'ASSERT_MESSAGE_HELPER_VAR'
   46 |             npf_snprintf(user_msg, sizeof(user_msg), fmt, ##__VA_ARGS__); \
      |                                                             ^~~~~~~~~~~
Core/Inc/triceCustomAliases.h:111:9: note: in expansion of macro 'CUSTOM_ASSERT_IMPL'
  111 |         CUSTOM_ASSERT_IMPL(condition, #condition, __FILE__, __LINE__, fmt, ##__VA_ARGS__)
      |         ^~~~~~~~~~~~~~~~~~
Core/Inc/triceCustomAliases.h:17:32: note: in expansion of macro 'CUSTOM_ASSERT_3'
   17 | #define _DISPATCH_IMPL(name,N) name##_##N
      |                                ^~~~
Core/Src/main.c:133:3: note: in expansion of macro 'CUSTOM_ASSERT'
  133 |   CUSTOM_ASSERT(iD(15930), theFastFoundAnswer == theRightAnswer, (char*)"'%s' Am, it is %d", (char*)theQuestion, theRightAnswer);
      |   ^~~~~~~~~~~~~
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_pwr.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_pwr_ex.c
make: *** [out.gcc/main.o] Error 1
make: *** Waiting for unfinished jobs....
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_cortex.c
--------------------------------------------------------------------------------------------------------
./L432_inst/ with TRICE_OFF=1
# Adapt build_environment.sh file to your system eventually.
darwin24
Installed gcc-arm-embedded version: 14.2.rel1
C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/14.2.rel1/arm-none-eabi/arm-none-eabi/include
mkdir out.gcc
startup_stm32l432xx.s
Core/Src/main.c
Core/Src/freertos.c
Core/Src/stm32l4xx_it.c
Core/Src/stm32l4xx_hal_msp.c
Core/Src/stm32l4xx_hal_timebase_tim.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
Core/Src/system_stm32l4xx.c
Middlewares/Third_Party/FreeRTOS/Source/croutine.c
Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
Middlewares/Third_Party/FreeRTOS/Source/list.c
Middlewares/Third_Party/FreeRTOS/Source/queue.c
Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
Middlewares/Third_Party/FreeRTOS/Source/tasks.c
Middlewares/Third_Party/FreeRTOS/Source/timers.c
Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
../../src/cobsDecode.c
../../src/cobsEncode.c
../../src/SEGGER_RTT.c
../../src/tcobsv1Decode.c
../../src/tcobsv1Encode.c
../../src/trice.c
../../src/trice8.c
../../src/trice16.c
../../src/trice32.c
../../src/trice64.c
../../src/triceUart.c
../../src/triceAuxiliary.c
../../src/triceDoubleBuffer.c
../../src/triceRingBuffer.c
../../src/triceStackBuffer.c
../../src/triceStaticBuffer.c
../../src/xtea.c
../exampleData/triceLogDiagData.c
../exampleData/triceExamples.c
../../_test/testdata/triceCheck.c
   text	   data	    bss	    dec	    hex	filename
   8128	     32	   5584	  13744	   35b0	out.gcc/L432KC.elf
Translating all examples with TRICE_OFF...done
---
---
Translating all examples with TRICE_ON...
--------------------------------------------------------------------------------------------------------
./F030_bare/ with TRICE_OFF=0
# Adapt build_environment.sh file to your system eventually.
darwin24
Installed gcc-arm-embedded version: 14.2.rel1
C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/14.2.rel1/arm-none-eabi/arm-none-eabi/include
mkdir out		
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/main.d" -Wa,-a,-ad,-alms=out/main.lst Core/Src/main.c -o out/main.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_it.d" -Wa,-a,-ad,-alms=out/stm32f0xx_it.lst Core/Src/stm32f0xx_it.c -o out/stm32f0xx_it.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_gpio.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_gpio.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c -o out/stm32f0xx_ll_gpio.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_pwr.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_pwr.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c -o out/stm32f0xx_ll_pwr.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_exti.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_exti.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c -o out/stm32f0xx_ll_exti.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_usart.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_usart.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_usart.c -o out/stm32f0xx_ll_usart.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_rcc.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_rcc.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c -o out/stm32f0xx_ll_rcc.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_dma.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_dma.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_dma.c -o out/stm32f0xx_ll_dma.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_utils.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_utils.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c -o out/stm32f0xx_ll_utils.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/system_stm32f0xx.d" -Wa,-a,-ad,-alms=out/system_stm32f0xx.lst Core/Src/system_stm32f0xx.c -o out/system_stm32f0xx.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/syscalls.d" -Wa,-a,-ad,-alms=out/syscalls.lst Core/Src/syscalls.c -o out/syscalls.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/sysmem.d" -Wa,-a,-ad,-alms=out/sysmem.lst Core/Src/sysmem.c -o out/sysmem.o
arm-none-eabi-gcc -x assembler-with-cpp -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8 -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/startup_stm32f030x8.d" startup_stm32f030x8.s -o out/startup_stm32f030x8.o
arm-none-eabi-gcc out/main.o out/stm32f0xx_it.o out/stm32f0xx_ll_gpio.o out/stm32f0xx_ll_pwr.o out/stm32f0xx_ll_exti.o out/stm32f0xx_ll_usart.o out/stm32f0xx_ll_rcc.o out/stm32f0xx_ll_dma.o out/stm32f0xx_ll_utils.o out/system_stm32f0xx.o out/syscalls.o out/sysmem.o out/startup_stm32f030x8.o  -mcpu=cortex-m0 -mthumb   -specs=nano.specs -TSTM32F030R8Tx_FLASH.ld  -lc -lm -lnosys  -Wl,-Map=out/F030_bare.map,--cref -Wl,--gc-sections -Wl,--no-warn-rwx-segments  -Wl,--no-warn-execstack     -o out/F030_bare.elf
arm-none-eabi-size out/F030_bare.elf
   text	   data	    bss	    dec	    hex	filename
   2464	     12	   1564	   4040	    fc8	out/F030_bare.elf
arm-none-eabi-objcopy -O ihex out/F030_bare.elf out/F030_bare.hex
arm-none-eabi-objcopy -O binary -S out/F030_bare.elf out/F030_bare.bin	
--------------------------------------------------------------------------------------------------------
./G0B1_bare/ with TRICE_OFF=0
# Adapt build_environment.sh file to your system eventually.
darwin24
Installed gcc-arm-embedded version: 14.2.rel1
C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/14.2.rel1/arm-none-eabi/arm-none-eabi/include
mkdir out.gcc
startup_stm32g0b1xx.s
Core/Src/main.c
Core/Src/app_freertos.c
Core/Src/stm32g0xx_it.c
Core/Src/stm32g0xx_hal_msp.c
Core/Src/stm32g0xx_hal_timebase_tim.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_gpio.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_exti.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_rcc.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_utils.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_crs.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_rcc.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_rcc_ex.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_flash.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_flash_ex.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_gpio.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_dma.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_dma_ex.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_dma.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_pwr.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_pwr_ex.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_cortex.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_exti.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_tim.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_tim_ex.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_usart.c
Core/Src/system_stm32g0xx.c
Middlewares/Third_Party/FreeRTOS/Source/croutine.c
Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
Middlewares/Third_Party/FreeRTOS/Source/list.c
Middlewares/Third_Party/FreeRTOS/Source/queue.c
Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
Middlewares/Third_Party/FreeRTOS/Source/tasks.c
Middlewares/Third_Party/FreeRTOS/Source/timers.c
Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM0/port.c
   text	   data	    bss	    dec	    hex	filename
   6828	     24	   5056	  11908	   2e84	out.gcc/G0B1.elf
--------------------------------------------------------------------------------------------------------
./L432_bare/ with TRICE_OFF=0
# Adapt build_environment.sh file to your system eventually.
darwin24
Installed gcc-arm-embedded version: 14.2.rel1
C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/14.2.rel1/arm-none-eabi/arm-none-eabi/include
mkdir out.gcc
startup_stm32l432xx.s
Core/Src/main.c
Core/Src/freertos.c
Core/Src/stm32l4xx_it.c
Core/Src/stm32l4xx_hal_msp.c
Core/Src/stm32l4xx_hal_timebase_tim.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
Core/Src/system_stm32l4xx.c
Middlewares/Third_Party/FreeRTOS/Source/croutine.c
Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
Middlewares/Third_Party/FreeRTOS/Source/list.c
Middlewares/Third_Party/FreeRTOS/Source/queue.c
Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
Middlewares/Third_Party/FreeRTOS/Source/tasks.c
Middlewares/Third_Party/FreeRTOS/Source/timers.c
Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
   text	   data	    bss	    dec	    hex	filename
   8048	     32	   5592	  13672	   3568	out.gcc/L432KC.elf
--------------------------------------------------------------------------------------------------------
./F030_inst/ with TRICE_OFF=0
# Adapt build_environment.sh file to your system eventually.
darwin24
Installed gcc-arm-embedded version: 14.2.rel1
C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/14.2.rel1/arm-none-eabi/arm-none-eabi/include
mkdir out		
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/main.d" -Wa,-a,-ad,-alms=out/main.lst Core/Src/main.c -o out/main.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_it.d" -Wa,-a,-ad,-alms=out/stm32f0xx_it.lst Core/Src/stm32f0xx_it.c -o out/stm32f0xx_it.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_gpio.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_gpio.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c -o out/stm32f0xx_ll_gpio.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_pwr.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_pwr.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c -o out/stm32f0xx_ll_pwr.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_exti.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_exti.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c -o out/stm32f0xx_ll_exti.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_usart.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_usart.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_usart.c -o out/stm32f0xx_ll_usart.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_rcc.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_rcc.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c -o out/stm32f0xx_ll_rcc.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_dma.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_dma.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_dma.c -o out/stm32f0xx_ll_dma.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/stm32f0xx_ll_utils.d" -Wa,-a,-ad,-alms=out/stm32f0xx_ll_utils.lst Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c -o out/stm32f0xx_ll_utils.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/system_stm32f0xx.d" -Wa,-a,-ad,-alms=out/system_stm32f0xx.lst Core/Src/system_stm32f0xx.c -o out/system_stm32f0xx.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/syscalls.d" -Wa,-a,-ad,-alms=out/syscalls.lst Core/Src/syscalls.c -o out/syscalls.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/sysmem.d" -Wa,-a,-ad,-alms=out/sysmem.lst Core/Src/sysmem.c -o out/sysmem.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/cobsDecode.d" -Wa,-a,-ad,-alms=out/cobsDecode.lst ../../src/cobsDecode.c -o out/cobsDecode.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/cobsEncode.d" -Wa,-a,-ad,-alms=out/cobsEncode.lst ../../src/cobsEncode.c -o out/cobsEncode.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/SEGGER_RTT.d" -Wa,-a,-ad,-alms=out/SEGGER_RTT.lst ../../src/SEGGER_RTT.c -o out/SEGGER_RTT.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/tcobsv1Decode.d" -Wa,-a,-ad,-alms=out/tcobsv1Decode.lst ../../src/tcobsv1Decode.c -o out/tcobsv1Decode.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/tcobsv1Encode.d" -Wa,-a,-ad,-alms=out/tcobsv1Encode.lst ../../src/tcobsv1Encode.c -o out/tcobsv1Encode.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/trice.d" -Wa,-a,-ad,-alms=out/trice.lst ../../src/trice.c -o out/trice.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/trice8.d" -Wa,-a,-ad,-alms=out/trice8.lst ../../src/trice8.c -o out/trice8.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/trice16.d" -Wa,-a,-ad,-alms=out/trice16.lst ../../src/trice16.c -o out/trice16.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/trice32.d" -Wa,-a,-ad,-alms=out/trice32.lst ../../src/trice32.c -o out/trice32.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/trice64.d" -Wa,-a,-ad,-alms=out/trice64.lst ../../src/trice64.c -o out/trice64.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/triceUart.d" -Wa,-a,-ad,-alms=out/triceUart.lst ../../src/triceUart.c -o out/triceUart.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/triceAuxiliary.d" -Wa,-a,-ad,-alms=out/triceAuxiliary.lst ../../src/triceAuxiliary.c -o out/triceAuxiliary.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/triceDoubleBuffer.d" -Wa,-a,-ad,-alms=out/triceDoubleBuffer.lst ../../src/triceDoubleBuffer.c -o out/triceDoubleBuffer.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/triceRingBuffer.d" -Wa,-a,-ad,-alms=out/triceRingBuffer.lst ../../src/triceRingBuffer.c -o out/triceRingBuffer.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/triceStackBuffer.d" -Wa,-a,-ad,-alms=out/triceStackBuffer.lst ../../src/triceStackBuffer.c -o out/triceStackBuffer.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/triceStaticBuffer.d" -Wa,-a,-ad,-alms=out/triceStaticBuffer.lst ../../src/triceStaticBuffer.c -o out/triceStaticBuffer.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/xtea.d" -Wa,-a,-ad,-alms=out/xtea.lst ../../src/xtea.c -o out/xtea.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/triceLogDiagData.d" -Wa,-a,-ad,-alms=out/triceLogDiagData.lst ../exampleData/triceLogDiagData.c -o out/triceLogDiagData.o
arm-none-eabi-gcc -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/triceExamples.d" -Wa,-a,-ad,-alms=out/triceExamples.lst ../exampleData/triceExamples.c -o out/triceExamples.o
arm-none-eabi-gcc -x assembler-with-cpp -c -mcpu=cortex-m0 -mthumb   -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -DSTM32F030x8  -ICore/Inc -IDrivers/STM32F0xx_HAL_Driver/Inc -IDrivers/CMSIS/Device/ST/STM32F0xx/Include -IDrivers/CMSIS/Include -I../../src  -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"out/startup_stm32f030x8.d" startup_stm32f030x8.s -o out/startup_stm32f030x8.o
arm-none-eabi-gcc out/main.o out/stm32f0xx_it.o out/stm32f0xx_ll_gpio.o out/stm32f0xx_ll_pwr.o out/stm32f0xx_ll_exti.o out/stm32f0xx_ll_usart.o out/stm32f0xx_ll_rcc.o out/stm32f0xx_ll_dma.o out/stm32f0xx_ll_utils.o out/system_stm32f0xx.o out/syscalls.o out/sysmem.o out/cobsDecode.o out/cobsEncode.o out/SEGGER_RTT.o out/tcobsv1Decode.o out/tcobsv1Encode.o out/trice.o out/trice8.o out/trice16.o out/trice32.o out/trice64.o out/triceUart.o out/triceAuxiliary.o out/triceDoubleBuffer.o out/triceRingBuffer.o out/triceStackBuffer.o out/triceStaticBuffer.o out/xtea.o out/triceLogDiagData.o out/triceExamples.o out/startup_stm32f030x8.o  -mcpu=cortex-m0 -mthumb   -specs=nano.specs -TSTM32F030R8Tx_FLASH.ld  -lc -lm -lnosys  -Wl,-Map=out/F030_inst.map,--cref -Wl,--gc-sections -Wl,--no-warn-rwx-segments  -Wl,--no-warn-execstack     -o out/F030_inst.elf
arm-none-eabi-size out/F030_inst.elf
   text	   data	    bss	    dec	    hex	filename
  10556	     28	   4932	  15516	   3c9c	out/F030_inst.elf
arm-none-eabi-objcopy -O ihex out/F030_inst.elf out/F030_inst.hex
arm-none-eabi-objcopy -O binary -S out/F030_inst.elf out/F030_inst.bin	
--------------------------------------------------------------------------------------------------------
./G0B1_inst/ with TRICE_OFF=0
# Adapt build_environment.sh file to your system eventually.
darwin24
Installed gcc-arm-embedded version: 14.2.rel1
C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/14.2.rel1/arm-none-eabi/arm-none-eabi/include
mkdir out.gcc
startup_stm32g0b1xx.s
Core/Src/main.c
Core/Src/app_freertos.c
Core/Src/stm32g0xx_it.c
Core/Src/stm32g0xx_hal_msp.c
Core/Src/stm32g0xx_hal_timebase_tim.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_gpio.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_exti.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_rcc.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_utils.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_crs.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_rcc.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_rcc_ex.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_flash.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_flash_ex.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_gpio.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_dma.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_dma_ex.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_dma.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_pwr.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_pwr_ex.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_cortex.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_exti.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_tim.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_tim_ex.c
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_usart.c
Core/Src/system_stm32g0xx.c
Middlewares/Third_Party/FreeRTOS/Source/croutine.c
Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
Middlewares/Third_Party/FreeRTOS/Source/list.c
Middlewares/Third_Party/FreeRTOS/Source/queue.c
Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
Middlewares/Third_Party/FreeRTOS/Source/tasks.c
Middlewares/Third_Party/FreeRTOS/Source/timers.c
Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM0/port.c
../../src/cobsDecode.c
../../src/cobsEncode.c
../../src/SEGGER_RTT.c
../../src/tcobsv1Decode.c
../../src/tcobsv1Encode.c
../../src/trice.c
../../src/trice8.c
../../src/trice16.c
../../src/trice32.c
../../src/trice64.c
../../src/triceUart.c
../../src/triceAuxiliary.c
../../src/triceDoubleBuffer.c
../../src/triceRingBuffer.c
../../src/triceStackBuffer.c
../../src/triceStaticBuffer.c
../../src/xtea.c
../exampleData/triceLogDiagData.c
../exampleData/triceExamples.c
../../_test/testdata/triceCheck.c
   text	   data	    bss	    dec	    hex	filename
 245124	    120	   8696	 253940	  3dff4	out.gcc/G0B1.elf
--------------------------------------------------------------------------------------------------------
./L432_inst/ with TRICE_OFF=0
# Adapt build_environment.sh file to your system eventually.
darwin24
Installed gcc-arm-embedded version: 14.2.rel1
C_INCLUDE_PATH set to: /Applications/ArmGNUToolchain/14.2.rel1/arm-none-eabi/arm-none-eabi/include
mkdir out.gcc
startup_stm32l432xx.s
Core/Src/main.c
Core/Src/freertos.c
Core/Src/stm32l4xx_it.c
Core/Src/stm32l4xx_hal_msp.c
Core/Src/stm32l4xx_hal_timebase_tim.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_utils.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_exti.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_gpio.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma_ex.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_exti.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_usart.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_rcc.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_ll_dma.c
Core/Src/system_stm32l4xx.c
Middlewares/Third_Party/FreeRTOS/Source/croutine.c
Middlewares/Third_Party/FreeRTOS/Source/event_groups.c
Middlewares/Third_Party/FreeRTOS/Source/list.c
Middlewares/Third_Party/FreeRTOS/Source/queue.c
Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c
Middlewares/Third_Party/FreeRTOS/Source/tasks.c
Middlewares/Third_Party/FreeRTOS/Source/timers.c
Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c
Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c
Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c
../../src/cobsDecode.c
../../src/cobsEncode.c
../../src/SEGGER_RTT.c
../../src/tcobsv1Decode.c
../../src/tcobsv1Encode.c
../../src/trice.c
../../src/trice8.c
../../src/trice16.c
../../src/trice32.c
../../src/trice64.c
../../src/triceUart.c
../../src/triceAuxiliary.c
../../src/triceDoubleBuffer.c
../../src/triceRingBuffer.c
../../src/triceStackBuffer.c
../../src/triceStaticBuffer.c
../../src/xtea.c
../exampleData/triceLogDiagData.c
../exampleData/triceExamples.c
../../_test/testdata/triceCheck.c
   text	   data	    bss	    dec	    hex	filename
 140736	    120	  11048	 151904	  25160	out.gcc/L432KC.elf
Translating all examples with TRICE_ON...done
---
/Library/Developer/CommandLineTools/usr/bin/clang
---
Translating G0B1_inst with clang...
examples/G0B1_inst/Makefile: C_INCLUDE_PATH ok? Check build_environment.sh.
Translating G0B1_inst with clang...done
---
Script run 250 seconds.
