12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- --cpu Cortex-M3
- "test\startup_stm32f103xe.o"
- "test\syscall_armlibc.o"
- "test\main.o"
- "test\gpio.o"
- "test\dma.o"
- "test\usart.o"
- "test\stm32f1xx_it.o"
- "test\stm32f1xx_hal_msp.o"
- "test\system_stm32f1xx.o"
- "test\stm32f1xx_hal_gpio_ex.o"
- "test\stm32f1xx_hal_tim.o"
- "test\stm32f1xx_hal_tim_ex.o"
- "test\stm32f1xx_hal_uart.o"
- "test\stm32f1xx_hal.o"
- "test\stm32f1xx_hal_rcc.o"
- "test\stm32f1xx_hal_rcc_ex.o"
- "test\stm32f1xx_hal_gpio.o"
- "test\stm32f1xx_hal_dma.o"
- "test\stm32f1xx_hal_cortex.o"
- "test\stm32f1xx_hal_pwr.o"
- "test\stm32f1xx_hal_flash.o"
- "test\stm32f1xx_hal_flash_ex.o"
- "test\stm32f1xx_hal_exti.o"
- "test\fal_flash_stm32f1_port.o"
- "test\fal.o"
- "test\fal_flash.o"
- "test\fal_partition.o"
- "test\fal_rtt.o"
- "test\fdb.o"
- "test\fdb_kvdb.o"
- "test\fdb_tsdb.o"
- "test\fdb_utils.o"
- "test\flash.o"
- "test\buffer.o"
- "test\init.o"
- "test\display.o"
- "test\button.o"
- "test\weight.o"
- "test\plan.o"
- "test\xbeeappescapingmode.o"
- "test\ad.o"
- "test\dascreen.o"
- "test\cmd.o"
- "test\msh.o"
- "test\shell.o"
- "test\context_rvds.o"
- "test\cpuport.o"
- "test\clock.o"
- "test\components.o"
- "test\idle.o"
- "test\ipc.o"
- "test\irq.o"
- "test\kservice.o"
- "test\mem.o"
- "test\object.o"
- "test\scheduler.o"
- "test\thread.o"
- "test\timer.o"
- "test\board.o"
- --library_type=microlib --scatter "test\test.sct"
- --summary_stderr --info summarysizes --map --load_addr_map_info --xref --callgraph --symbols
- --info sizes --info totals --info unused --info veneers
- --list "test.map" -o test\test.axf
|