diff --git a/atmel_start_pins.h b/atmel_start_pins.h index 5d9e7d0..c627d2e 100644 --- a/atmel_start_pins.h +++ b/atmel_start_pins.h @@ -27,10 +27,12 @@ #define GPIO_PIN_FUNCTION_M 12 #define GPIO_PIN_FUNCTION_N 13 +#define PA04 GPIO(GPIO_PORTA, 4) #define PB24 GPIO(GPIO_PORTB, 24) #define PB25 GPIO(GPIO_PORTB, 25) #define PB26 GPIO(GPIO_PORTB, 26) #define PB27 GPIO(GPIO_PORTB, 27) +#define PB28 GPIO(GPIO_PORTB, 28) #define PB29 GPIO(GPIO_PORTB, 29) #endif // ATMEL_START_PINS_H_INCLUDED diff --git a/build/.cache/clangd/index/atmel_start.h.9B4F8641DD3B05DB.idx b/build/.cache/clangd/index/atmel_start.h.9B4F8641DD3B05DB.idx index 1d76420..7b6b24b 100644 Binary files a/build/.cache/clangd/index/atmel_start.h.9B4F8641DD3B05DB.idx and b/build/.cache/clangd/index/atmel_start.h.9B4F8641DD3B05DB.idx differ diff --git a/build/.cache/clangd/index/atmel_start_pins.h.1CB42EBF50EF372A.idx b/build/.cache/clangd/index/atmel_start_pins.h.1CB42EBF50EF372A.idx index 8e72306..dfb24c7 100644 Binary files a/build/.cache/clangd/index/atmel_start_pins.h.1CB42EBF50EF372A.idx and b/build/.cache/clangd/index/atmel_start_pins.h.1CB42EBF50EF372A.idx differ diff --git a/build/.cache/clangd/index/hal_init.h.C34CD23A75B29690.idx b/build/.cache/clangd/index/hal_init.h.C34CD23A75B29690.idx index ed2cefc..f41f219 100644 Binary files a/build/.cache/clangd/index/hal_init.h.C34CD23A75B29690.idx and b/build/.cache/clangd/index/hal_init.h.C34CD23A75B29690.idx differ diff --git a/build/.cache/clangd/index/hal_io.h.E4A7E4B5156A8355.idx b/build/.cache/clangd/index/hal_io.h.E4A7E4B5156A8355.idx index 76679b7..831f456 100644 Binary files a/build/.cache/clangd/index/hal_io.h.E4A7E4B5156A8355.idx and b/build/.cache/clangd/index/hal_io.h.E4A7E4B5156A8355.idx differ diff --git a/build/.cache/clangd/index/hpl_spi.h.297BABF6466FF14F.idx b/build/.cache/clangd/index/hpl_spi.h.297BABF6466FF14F.idx index d605ff3..09fba71 100644 Binary files a/build/.cache/clangd/index/hpl_spi.h.297BABF6466FF14F.idx and b/build/.cache/clangd/index/hpl_spi.h.297BABF6466FF14F.idx differ diff --git a/build/.cache/clangd/index/main.c.0EA8F41F94171F4D.idx b/build/.cache/clangd/index/main.c.0EA8F41F94171F4D.idx index 1338838..a0d2ee2 100644 Binary files a/build/.cache/clangd/index/main.c.0EA8F41F94171F4D.idx and b/build/.cache/clangd/index/main.c.0EA8F41F94171F4D.idx differ diff --git a/build/.cache/clangd/index/pdebug.h.4C4C1357662BA1EC.idx b/build/.cache/clangd/index/pdebug.h.4C4C1357662BA1EC.idx index e996821..5665bad 100644 Binary files a/build/.cache/clangd/index/pdebug.h.4C4C1357662BA1EC.idx and b/build/.cache/clangd/index/pdebug.h.4C4C1357662BA1EC.idx differ diff --git a/build/.cache/clangd/index/startup_same54.c.FA8EEC5C0935C5CC.idx b/build/.cache/clangd/index/startup_same54.c.FA8EEC5C0935C5CC.idx index bd09f9a..adb6d3f 100644 Binary files a/build/.cache/clangd/index/startup_same54.c.FA8EEC5C0935C5CC.idx and b/build/.cache/clangd/index/startup_same54.c.FA8EEC5C0935C5CC.idx differ diff --git a/build/.cache/clangd/index/stdarg.h.BC7E480AEDEEE302.idx b/build/.cache/clangd/index/stdarg.h.BC7E480AEDEEE302.idx index 8b20e9a..22efa81 100644 Binary files a/build/.cache/clangd/index/stdarg.h.BC7E480AEDEEE302.idx and b/build/.cache/clangd/index/stdarg.h.BC7E480AEDEEE302.idx differ diff --git a/build/.cache/clangd/index/system_same54.c.FA3E2D5F8ABF1AF1.idx b/build/.cache/clangd/index/system_same54.c.FA3E2D5F8ABF1AF1.idx index c99fcde..4bc41b5 100644 Binary files a/build/.cache/clangd/index/system_same54.c.FA3E2D5F8ABF1AF1.idx and b/build/.cache/clangd/index/system_same54.c.FA3E2D5F8ABF1AF1.idx differ diff --git a/build/.cache/clangd/index/utils_list.h.6663C47E68A5DF97.idx b/build/.cache/clangd/index/utils_list.h.6663C47E68A5DF97.idx index f56e33b..82bf8a9 100644 Binary files a/build/.cache/clangd/index/utils_list.h.6663C47E68A5DF97.idx and b/build/.cache/clangd/index/utils_list.h.6663C47E68A5DF97.idx differ diff --git a/build/.gdb_history b/build/.gdb_history index 1a4b94a..140c8f7 100644 --- a/build/.gdb_history +++ b/build/.gdb_history @@ -1,21 +1,3 @@ -r -c -s -s -s -s -s -finish -n -n -n -s -s -s -s -s -s -s s s s @@ -254,3 +236,21 @@ mon s attach 1 detach q +n +n +n +s +n +c +r +n +c +r +n +n +n +s +n +break +c +q diff --git a/build/.gitignore b/build/.gitignore new file mode 100644 index 0000000..96d5d16 --- /dev/null +++ b/build/.gitignore @@ -0,0 +1,13 @@ +* + +!gcc +!gcc/same54p20a_flash.ld +!gcc/same54p20a_sram.ld +!gcc/startup_same54.c +!scripts +!scripts/openocd.cfg +!scripts/push.gdb +!scripts/debug.gdb +!.gitignore +!system_same54.c +!Makefile diff --git a/build/Makefile b/build/Makefile index 960aa1f..c93f195 100644 --- a/build/Makefile +++ b/build/Makefile @@ -49,7 +49,8 @@ hpl/cmcc \ shared \ shared/devices \ shared/drivers \ -shared/util +shared/util \ +shared/drivers/impl # List the object files OBJS += \ @@ -84,7 +85,9 @@ hal/src/hal_cache.o \ hpl/cmcc/hpl_cmcc.o \ atmel_start.o \ hal/src/hal_atomic.o \ -shared/util/pdebug.o +shared/util/pdebug.o \ +shared/drivers/impl/sd_mmc_spi_impl.o \ +shared/drivers/sd_mmc.o OBJS_AS_ARGS += \ "hal/src/hal_io.o" \ @@ -118,8 +121,9 @@ OBJS_AS_ARGS += \ "hpl/cmcc/hpl_cmcc.o" \ "atmel_start.o" \ "hal/src/hal_atomic.o" \ -"shared/util/pdebug.o" - +"shared/util/pdebug.o" \ +"shared/drivers/impl/sd_mmc_spi_impl.o" \ +"shared/drivers/sd_mmc.o" # List the directories containing header files DIR_INCLUDES += \ @@ -147,7 +151,8 @@ DIR_INCLUDES += \ -I"../shared" \ -I"../shared/drivers" \ -I"../shared/devices" \ --I"../shared/util" +-I"../shared/util" \ +-I"../shared/drivers/impl" # List the dependency files DEPS := $(OBJS:%.o=%.d) @@ -184,7 +189,9 @@ DEPS_AS_ARGS += \ "hpl/oscctrl/hpl_oscctrl.d" \ "build/system_same54.d" \ "atmel_start.d" \ -"shared/util/pdebug.d" +"shared/util/pdebug.d" \ +"shared/drivers/sd_mmc.d" \ +"shared/drivers/impl/sd_mmc_spi_impl.d" OUTPUT_FILE_NAME :=spi_sd_mmc_lib QUOTE := " diff --git a/build/atmel_start.d b/build/atmel_start.d deleted file mode 100644 index df082fd..0000000 --- a/build/atmel_start.d +++ /dev/null @@ -1,276 +0,0 @@ -atmel_start.d atmel_start.o: ../atmel_start.c ../atmel_start.h \ - ../driver_init.h ../atmel_start_pins.h ../hal/include/hal_gpio.h \ - ../hal/include/hpl_gpio.h ../hal/utils/include/compiler.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stddef.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stdint.h \ - /usr/arm-none-eabi/include/stdint.h \ - /usr/arm-none-eabi/include/machine/_default_types.h \ - /usr/arm-none-eabi/include/sys/features.h \ - /usr/arm-none-eabi/include/_newlib_version.h \ - /usr/arm-none-eabi/include/sys/_intsup.h \ - /usr/arm-none-eabi/include/sys/_stdint.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stdbool.h \ - ../hal/utils/include/parts.h ../include/same54.h ../include/same54p20a.h \ - ../CMSIS/Core/Include/core_cm4.h ../CMSIS/Core/Include/cmsis_version.h \ - ../CMSIS/Core/Include/cmsis_compiler.h ../CMSIS/Core/Include/cmsis_gcc.h \ - ../CMSIS/Core/Include/mpu_armv7.h ../include/system_same54.h \ - ../include/component/ac.h ../include/component/adc.h \ - ../include/component/aes.h ../include/component/can.h \ - ../include/component/ccl.h ../include/component/cmcc.h \ - ../include/component/dac.h ../include/component/dmac.h \ - ../include/component/dsu.h ../include/component/eic.h \ - ../include/component/evsys.h ../include/component/freqm.h \ - ../include/component/gclk.h ../include/component/gmac.h \ - ../include/component/hmatrixb.h ../include/component/icm.h \ - ../include/component/i2s.h ../include/component/mclk.h \ - ../include/component/nvmctrl.h ../include/component/oscctrl.h \ - ../include/component/osc32kctrl.h ../include/component/pac.h \ - ../include/component/pcc.h ../include/component/pdec.h \ - ../include/component/pm.h ../include/component/port.h \ - ../include/component/qspi.h ../include/component/ramecc.h \ - ../include/component/rstc.h ../include/component/rtc.h \ - ../include/component/sdhc.h ../include/component/sercom.h \ - ../include/component/supc.h ../include/component/tc.h \ - ../include/component/tcc.h ../include/component/trng.h \ - ../include/component/usb.h ../include/component/wdt.h \ - ../include/instance/ac.h ../include/instance/adc0.h \ - ../include/instance/adc1.h ../include/instance/aes.h \ - ../include/instance/can0.h ../include/instance/can1.h \ - ../include/instance/ccl.h ../include/instance/cmcc.h \ - ../include/instance/dac.h ../include/instance/dmac.h \ - ../include/instance/dsu.h ../include/instance/eic.h \ - ../include/instance/evsys.h ../include/instance/freqm.h \ - ../include/instance/gclk.h ../include/instance/gmac.h \ - ../include/instance/hmatrix.h ../include/instance/icm.h \ - ../include/instance/i2s.h ../include/instance/mclk.h \ - ../include/instance/nvmctrl.h ../include/instance/oscctrl.h \ - ../include/instance/osc32kctrl.h ../include/instance/pac.h \ - ../include/instance/pcc.h ../include/instance/pdec.h \ - ../include/instance/pm.h ../include/instance/port.h \ - ../include/instance/pukcc.h ../include/instance/qspi.h \ - ../include/instance/ramecc.h ../include/instance/rstc.h \ - ../include/instance/rtc.h ../include/instance/sdhc0.h \ - ../include/instance/sdhc1.h ../include/instance/sercom0.h \ - ../include/instance/sercom1.h ../include/instance/sercom2.h \ - ../include/instance/sercom3.h ../include/instance/sercom4.h \ - ../include/instance/sercom5.h ../include/instance/sercom6.h \ - ../include/instance/sercom7.h ../include/instance/supc.h \ - ../include/instance/tc0.h ../include/instance/tc1.h \ - ../include/instance/tc2.h ../include/instance/tc3.h \ - ../include/instance/tc4.h ../include/instance/tc5.h \ - ../include/instance/tc6.h ../include/instance/tc7.h \ - ../include/instance/tcc0.h ../include/instance/tcc1.h \ - ../include/instance/tcc2.h ../include/instance/tcc3.h \ - ../include/instance/tcc4.h ../include/instance/trng.h \ - ../include/instance/usb.h ../include/instance/wdt.h \ - ../include/pio/same54p20a.h ../hri/hri_e54.h ../include/sam.h \ - ../hri/hri_ac_e54.h ../hal/include/hal_atomic.h ../hri/hri_adc_e54.h \ - ../hri/hri_aes_e54.h ../hri/hri_can_e54.h ../hri/hri_ccl_e54.h \ - ../hri/hri_cmcc_e54.h ../hri/hri_dac_e54.h ../hri/hri_dmac_e54.h \ - ../hri/hri_dsu_e54.h ../hri/hri_eic_e54.h ../hri/hri_evsys_e54.h \ - ../hri/hri_freqm_e54.h ../hri/hri_gclk_e54.h ../hri/hri_gmac_e54.h \ - ../hri/hri_hmatrixb_e54.h ../hri/hri_i2s_e54.h ../hri/hri_icm_e54.h \ - ../hri/hri_mclk_e54.h ../hri/hri_nvmctrl_e54.h \ - ../hri/hri_osc32kctrl_e54.h ../hri/hri_oscctrl_e54.h \ - ../hri/hri_pac_e54.h ../hri/hri_pcc_e54.h ../hri/hri_pdec_e54.h \ - ../hri/hri_pm_e54.h ../hri/hri_port_e54.h ../hri/hri_qspi_e54.h \ - ../hri/hri_ramecc_e54.h ../hri/hri_rstc_e54.h ../hri/hri_rtc_e54.h \ - ../hri/hri_sdhc_e54.h ../hri/hri_sercom_e54.h ../hri/hri_supc_e54.h \ - ../hri/hri_tc_e54.h ../hri/hri_tcc_e54.h ../hri/hri_trng_e54.h \ - ../hri/hri_usb_e54.h ../hri/hri_wdt_e54.h \ - ../hal/utils/include/err_codes.h ../hpl/port/hpl_gpio_base.h \ - ../hal/utils/include/utils_assert.h ../config/hpl_port_config.h \ - ../hal/include/hal_delay.h ../hal/include/hpl_irq.h \ - ../hal/include/hpl_reset.h ../hal/include/hpl_sleep.h \ - ../hal/include/hal_init.h ../hal/include/hpl_init.h \ - ../hal/include/hal_io.h ../hal/include/hal_sleep.h \ - ../hal/include/hal_usart_sync.h ../hal/include/hal_io.h \ - ../hal/include/hpl_usart_sync.h ../hal/include/hpl_usart.h \ - ../hal/include/hal_spi_m_sync.h ../hal/include/hpl_spi_m_sync.h \ - ../hal/include/hpl_spi.h ../hal/utils/include/utils.h \ - ../hal/include/hpl_spi_sync.h -../atmel_start.h: -../driver_init.h: -../atmel_start_pins.h: -../hal/include/hal_gpio.h: -../hal/include/hpl_gpio.h: -../hal/utils/include/compiler.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stddef.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stdint.h: -/usr/arm-none-eabi/include/stdint.h: -/usr/arm-none-eabi/include/machine/_default_types.h: -/usr/arm-none-eabi/include/sys/features.h: -/usr/arm-none-eabi/include/_newlib_version.h: -/usr/arm-none-eabi/include/sys/_intsup.h: -/usr/arm-none-eabi/include/sys/_stdint.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stdbool.h: -../hal/utils/include/parts.h: -../include/same54.h: -../include/same54p20a.h: -../CMSIS/Core/Include/core_cm4.h: -../CMSIS/Core/Include/cmsis_version.h: -../CMSIS/Core/Include/cmsis_compiler.h: -../CMSIS/Core/Include/cmsis_gcc.h: -../CMSIS/Core/Include/mpu_armv7.h: -../include/system_same54.h: -../include/component/ac.h: -../include/component/adc.h: -../include/component/aes.h: -../include/component/can.h: -../include/component/ccl.h: -../include/component/cmcc.h: -../include/component/dac.h: -../include/component/dmac.h: -../include/component/dsu.h: -../include/component/eic.h: -../include/component/evsys.h: -../include/component/freqm.h: -../include/component/gclk.h: -../include/component/gmac.h: -../include/component/hmatrixb.h: -../include/component/icm.h: -../include/component/i2s.h: -../include/component/mclk.h: -../include/component/nvmctrl.h: -../include/component/oscctrl.h: -../include/component/osc32kctrl.h: -../include/component/pac.h: -../include/component/pcc.h: -../include/component/pdec.h: -../include/component/pm.h: -../include/component/port.h: -../include/component/qspi.h: -../include/component/ramecc.h: -../include/component/rstc.h: -../include/component/rtc.h: -../include/component/sdhc.h: -../include/component/sercom.h: -../include/component/supc.h: -../include/component/tc.h: -../include/component/tcc.h: -../include/component/trng.h: -../include/component/usb.h: -../include/component/wdt.h: -../include/instance/ac.h: -../include/instance/adc0.h: -../include/instance/adc1.h: -../include/instance/aes.h: -../include/instance/can0.h: -../include/instance/can1.h: -../include/instance/ccl.h: -../include/instance/cmcc.h: -../include/instance/dac.h: -../include/instance/dmac.h: -../include/instance/dsu.h: -../include/instance/eic.h: -../include/instance/evsys.h: -../include/instance/freqm.h: -../include/instance/gclk.h: -../include/instance/gmac.h: -../include/instance/hmatrix.h: -../include/instance/icm.h: -../include/instance/i2s.h: -../include/instance/mclk.h: -../include/instance/nvmctrl.h: -../include/instance/oscctrl.h: -../include/instance/osc32kctrl.h: -../include/instance/pac.h: -../include/instance/pcc.h: -../include/instance/pdec.h: -../include/instance/pm.h: -../include/instance/port.h: -../include/instance/pukcc.h: -../include/instance/qspi.h: -../include/instance/ramecc.h: -../include/instance/rstc.h: -../include/instance/rtc.h: -../include/instance/sdhc0.h: -../include/instance/sdhc1.h: -../include/instance/sercom0.h: -../include/instance/sercom1.h: -../include/instance/sercom2.h: -../include/instance/sercom3.h: -../include/instance/sercom4.h: -../include/instance/sercom5.h: -../include/instance/sercom6.h: -../include/instance/sercom7.h: -../include/instance/supc.h: -../include/instance/tc0.h: -../include/instance/tc1.h: -../include/instance/tc2.h: -../include/instance/tc3.h: -../include/instance/tc4.h: -../include/instance/tc5.h: -../include/instance/tc6.h: -../include/instance/tc7.h: -../include/instance/tcc0.h: -../include/instance/tcc1.h: -../include/instance/tcc2.h: -../include/instance/tcc3.h: -../include/instance/tcc4.h: -../include/instance/trng.h: -../include/instance/usb.h: -../include/instance/wdt.h: -../include/pio/same54p20a.h: -../hri/hri_e54.h: -../include/sam.h: -../hri/hri_ac_e54.h: -../hal/include/hal_atomic.h: -../hri/hri_adc_e54.h: -../hri/hri_aes_e54.h: -../hri/hri_can_e54.h: -../hri/hri_ccl_e54.h: -../hri/hri_cmcc_e54.h: -../hri/hri_dac_e54.h: -../hri/hri_dmac_e54.h: -../hri/hri_dsu_e54.h: -../hri/hri_eic_e54.h: -../hri/hri_evsys_e54.h: -../hri/hri_freqm_e54.h: -../hri/hri_gclk_e54.h: -../hri/hri_gmac_e54.h: -../hri/hri_hmatrixb_e54.h: -../hri/hri_i2s_e54.h: -../hri/hri_icm_e54.h: -../hri/hri_mclk_e54.h: -../hri/hri_nvmctrl_e54.h: -../hri/hri_osc32kctrl_e54.h: -../hri/hri_oscctrl_e54.h: -../hri/hri_pac_e54.h: -../hri/hri_pcc_e54.h: -../hri/hri_pdec_e54.h: -../hri/hri_pm_e54.h: -../hri/hri_port_e54.h: -../hri/hri_qspi_e54.h: -../hri/hri_ramecc_e54.h: -../hri/hri_rstc_e54.h: -../hri/hri_rtc_e54.h: -../hri/hri_sdhc_e54.h: -../hri/hri_sercom_e54.h: -../hri/hri_supc_e54.h: -../hri/hri_tc_e54.h: -../hri/hri_tcc_e54.h: -../hri/hri_trng_e54.h: -../hri/hri_usb_e54.h: -../hri/hri_wdt_e54.h: -../hal/utils/include/err_codes.h: -../hpl/port/hpl_gpio_base.h: -../hal/utils/include/utils_assert.h: -../config/hpl_port_config.h: -../hal/include/hal_delay.h: -../hal/include/hpl_irq.h: -../hal/include/hpl_reset.h: -../hal/include/hpl_sleep.h: -../hal/include/hal_init.h: -../hal/include/hpl_init.h: -../hal/include/hal_io.h: -../hal/include/hal_sleep.h: -../hal/include/hal_usart_sync.h: -../hal/include/hal_io.h: -../hal/include/hpl_usart_sync.h: -../hal/include/hpl_usart.h: -../hal/include/hal_spi_m_sync.h: -../hal/include/hpl_spi_m_sync.h: -../hal/include/hpl_spi.h: -../hal/utils/include/utils.h: -../hal/include/hpl_spi_sync.h: diff --git a/build/atmel_start.o b/build/atmel_start.o deleted file mode 100644 index 64c422a..0000000 Binary files a/build/atmel_start.o and /dev/null differ diff --git a/build/build/gcc/startup_same54.d b/build/build/gcc/startup_same54.d deleted file mode 100644 index b757c09..0000000 --- a/build/build/gcc/startup_same54.d +++ /dev/null @@ -1,177 +0,0 @@ -build/gcc/startup_same54.d build/gcc/startup_same54.o: \ - ../build/gcc/startup_same54.c ../include/same54.h \ - ../include/same54p20a.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stdint.h \ - /usr/arm-none-eabi/include/stdint.h \ - /usr/arm-none-eabi/include/machine/_default_types.h \ - /usr/arm-none-eabi/include/sys/features.h \ - /usr/arm-none-eabi/include/_newlib_version.h \ - /usr/arm-none-eabi/include/sys/_intsup.h \ - /usr/arm-none-eabi/include/sys/_stdint.h \ - ../CMSIS/Core/Include/core_cm4.h ../CMSIS/Core/Include/cmsis_version.h \ - ../CMSIS/Core/Include/cmsis_compiler.h ../CMSIS/Core/Include/cmsis_gcc.h \ - ../CMSIS/Core/Include/mpu_armv7.h ../include/system_same54.h \ - ../include/component/ac.h ../include/component/adc.h \ - ../include/component/aes.h ../include/component/can.h \ - ../include/component/ccl.h ../include/component/cmcc.h \ - ../include/component/dac.h ../include/component/dmac.h \ - ../include/component/dsu.h ../include/component/eic.h \ - ../include/component/evsys.h ../include/component/freqm.h \ - ../include/component/gclk.h ../include/component/gmac.h \ - ../include/component/hmatrixb.h ../include/component/icm.h \ - ../include/component/i2s.h ../include/component/mclk.h \ - ../include/component/nvmctrl.h ../include/component/oscctrl.h \ - ../include/component/osc32kctrl.h ../include/component/pac.h \ - ../include/component/pcc.h ../include/component/pdec.h \ - ../include/component/pm.h ../include/component/port.h \ - ../include/component/qspi.h ../include/component/ramecc.h \ - ../include/component/rstc.h ../include/component/rtc.h \ - ../include/component/sdhc.h ../include/component/sercom.h \ - ../include/component/supc.h ../include/component/tc.h \ - ../include/component/tcc.h ../include/component/trng.h \ - ../include/component/usb.h ../include/component/wdt.h \ - ../include/instance/ac.h ../include/instance/adc0.h \ - ../include/instance/adc1.h ../include/instance/aes.h \ - ../include/instance/can0.h ../include/instance/can1.h \ - ../include/instance/ccl.h ../include/instance/cmcc.h \ - ../include/instance/dac.h ../include/instance/dmac.h \ - ../include/instance/dsu.h ../include/instance/eic.h \ - ../include/instance/evsys.h ../include/instance/freqm.h \ - ../include/instance/gclk.h ../include/instance/gmac.h \ - ../include/instance/hmatrix.h ../include/instance/icm.h \ - ../include/instance/i2s.h ../include/instance/mclk.h \ - ../include/instance/nvmctrl.h ../include/instance/oscctrl.h \ - ../include/instance/osc32kctrl.h ../include/instance/pac.h \ - ../include/instance/pcc.h ../include/instance/pdec.h \ - ../include/instance/pm.h ../include/instance/port.h \ - ../include/instance/pukcc.h ../include/instance/qspi.h \ - ../include/instance/ramecc.h ../include/instance/rstc.h \ - ../include/instance/rtc.h ../include/instance/sdhc0.h \ - ../include/instance/sdhc1.h ../include/instance/sercom0.h \ - ../include/instance/sercom1.h ../include/instance/sercom2.h \ - ../include/instance/sercom3.h ../include/instance/sercom4.h \ - ../include/instance/sercom5.h ../include/instance/sercom6.h \ - ../include/instance/sercom7.h ../include/instance/supc.h \ - ../include/instance/tc0.h ../include/instance/tc1.h \ - ../include/instance/tc2.h ../include/instance/tc3.h \ - ../include/instance/tc4.h ../include/instance/tc5.h \ - ../include/instance/tc6.h ../include/instance/tc7.h \ - ../include/instance/tcc0.h ../include/instance/tcc1.h \ - ../include/instance/tcc2.h ../include/instance/tcc3.h \ - ../include/instance/tcc4.h ../include/instance/trng.h \ - ../include/instance/usb.h ../include/instance/wdt.h \ - ../include/pio/same54p20a.h -../include/same54.h: -../include/same54p20a.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stdint.h: -/usr/arm-none-eabi/include/stdint.h: -/usr/arm-none-eabi/include/machine/_default_types.h: -/usr/arm-none-eabi/include/sys/features.h: -/usr/arm-none-eabi/include/_newlib_version.h: -/usr/arm-none-eabi/include/sys/_intsup.h: -/usr/arm-none-eabi/include/sys/_stdint.h: -../CMSIS/Core/Include/core_cm4.h: -../CMSIS/Core/Include/cmsis_version.h: -../CMSIS/Core/Include/cmsis_compiler.h: -../CMSIS/Core/Include/cmsis_gcc.h: -../CMSIS/Core/Include/mpu_armv7.h: -../include/system_same54.h: -../include/component/ac.h: -../include/component/adc.h: -../include/component/aes.h: -../include/component/can.h: -../include/component/ccl.h: -../include/component/cmcc.h: -../include/component/dac.h: -../include/component/dmac.h: -../include/component/dsu.h: -../include/component/eic.h: -../include/component/evsys.h: -../include/component/freqm.h: -../include/component/gclk.h: -../include/component/gmac.h: -../include/component/hmatrixb.h: -../include/component/icm.h: -../include/component/i2s.h: -../include/component/mclk.h: -../include/component/nvmctrl.h: -../include/component/oscctrl.h: -../include/component/osc32kctrl.h: -../include/component/pac.h: -../include/component/pcc.h: -../include/component/pdec.h: -../include/component/pm.h: -../include/component/port.h: -../include/component/qspi.h: -../include/component/ramecc.h: -../include/component/rstc.h: -../include/component/rtc.h: -../include/component/sdhc.h: -../include/component/sercom.h: -../include/component/supc.h: -../include/component/tc.h: -../include/component/tcc.h: -../include/component/trng.h: -../include/component/usb.h: -../include/component/wdt.h: -../include/instance/ac.h: -../include/instance/adc0.h: -../include/instance/adc1.h: -../include/instance/aes.h: -../include/instance/can0.h: -../include/instance/can1.h: -../include/instance/ccl.h: -../include/instance/cmcc.h: -../include/instance/dac.h: -../include/instance/dmac.h: -../include/instance/dsu.h: -../include/instance/eic.h: -../include/instance/evsys.h: -../include/instance/freqm.h: -../include/instance/gclk.h: -../include/instance/gmac.h: -../include/instance/hmatrix.h: -../include/instance/icm.h: -../include/instance/i2s.h: -../include/instance/mclk.h: -../include/instance/nvmctrl.h: -../include/instance/oscctrl.h: -../include/instance/osc32kctrl.h: -../include/instance/pac.h: -../include/instance/pcc.h: -../include/instance/pdec.h: -../include/instance/pm.h: -../include/instance/port.h: -../include/instance/pukcc.h: -../include/instance/qspi.h: -../include/instance/ramecc.h: -../include/instance/rstc.h: -../include/instance/rtc.h: -../include/instance/sdhc0.h: -../include/instance/sdhc1.h: -../include/instance/sercom0.h: -../include/instance/sercom1.h: -../include/instance/sercom2.h: -../include/instance/sercom3.h: -../include/instance/sercom4.h: -../include/instance/sercom5.h: -../include/instance/sercom6.h: -../include/instance/sercom7.h: -../include/instance/supc.h: -../include/instance/tc0.h: -../include/instance/tc1.h: -../include/instance/tc2.h: -../include/instance/tc3.h: -../include/instance/tc4.h: -../include/instance/tc5.h: -../include/instance/tc6.h: -../include/instance/tc7.h: -../include/instance/tcc0.h: -../include/instance/tcc1.h: -../include/instance/tcc2.h: -../include/instance/tcc3.h: -../include/instance/tcc4.h: -../include/instance/trng.h: -../include/instance/usb.h: -../include/instance/wdt.h: -../include/pio/same54p20a.h: diff --git a/build/build/gcc/startup_same54.o b/build/build/gcc/startup_same54.o deleted file mode 100644 index b3b17b7..0000000 Binary files a/build/build/gcc/startup_same54.o and /dev/null differ diff --git a/build/build/system_same54.d b/build/build/system_same54.d deleted file mode 100644 index 4a0f8cd..0000000 --- a/build/build/system_same54.d +++ /dev/null @@ -1,176 +0,0 @@ -build/system_same54.d build/system_same54.o: ../build/system_same54.c \ - ../include/same54.h ../include/same54p20a.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stdint.h \ - /usr/arm-none-eabi/include/stdint.h \ - /usr/arm-none-eabi/include/machine/_default_types.h \ - /usr/arm-none-eabi/include/sys/features.h \ - /usr/arm-none-eabi/include/_newlib_version.h \ - /usr/arm-none-eabi/include/sys/_intsup.h \ - /usr/arm-none-eabi/include/sys/_stdint.h \ - ../CMSIS/Core/Include/core_cm4.h ../CMSIS/Core/Include/cmsis_version.h \ - ../CMSIS/Core/Include/cmsis_compiler.h ../CMSIS/Core/Include/cmsis_gcc.h \ - ../CMSIS/Core/Include/mpu_armv7.h ../include/system_same54.h \ - ../include/component/ac.h ../include/component/adc.h \ - ../include/component/aes.h ../include/component/can.h \ - ../include/component/ccl.h ../include/component/cmcc.h \ - ../include/component/dac.h ../include/component/dmac.h \ - ../include/component/dsu.h ../include/component/eic.h \ - ../include/component/evsys.h ../include/component/freqm.h \ - ../include/component/gclk.h ../include/component/gmac.h \ - ../include/component/hmatrixb.h ../include/component/icm.h \ - ../include/component/i2s.h ../include/component/mclk.h \ - ../include/component/nvmctrl.h ../include/component/oscctrl.h \ - ../include/component/osc32kctrl.h ../include/component/pac.h \ - ../include/component/pcc.h ../include/component/pdec.h \ - ../include/component/pm.h ../include/component/port.h \ - ../include/component/qspi.h ../include/component/ramecc.h \ - ../include/component/rstc.h ../include/component/rtc.h \ - ../include/component/sdhc.h ../include/component/sercom.h \ - ../include/component/supc.h ../include/component/tc.h \ - ../include/component/tcc.h ../include/component/trng.h \ - ../include/component/usb.h ../include/component/wdt.h \ - ../include/instance/ac.h ../include/instance/adc0.h \ - ../include/instance/adc1.h ../include/instance/aes.h \ - ../include/instance/can0.h ../include/instance/can1.h \ - ../include/instance/ccl.h ../include/instance/cmcc.h \ - ../include/instance/dac.h ../include/instance/dmac.h \ - ../include/instance/dsu.h ../include/instance/eic.h \ - ../include/instance/evsys.h ../include/instance/freqm.h \ - ../include/instance/gclk.h ../include/instance/gmac.h \ - ../include/instance/hmatrix.h ../include/instance/icm.h \ - ../include/instance/i2s.h ../include/instance/mclk.h \ - ../include/instance/nvmctrl.h ../include/instance/oscctrl.h \ - ../include/instance/osc32kctrl.h ../include/instance/pac.h \ - ../include/instance/pcc.h ../include/instance/pdec.h \ - ../include/instance/pm.h ../include/instance/port.h \ - ../include/instance/pukcc.h ../include/instance/qspi.h \ - ../include/instance/ramecc.h ../include/instance/rstc.h \ - ../include/instance/rtc.h ../include/instance/sdhc0.h \ - ../include/instance/sdhc1.h ../include/instance/sercom0.h \ - ../include/instance/sercom1.h ../include/instance/sercom2.h \ - ../include/instance/sercom3.h ../include/instance/sercom4.h \ - ../include/instance/sercom5.h ../include/instance/sercom6.h \ - ../include/instance/sercom7.h ../include/instance/supc.h \ - ../include/instance/tc0.h ../include/instance/tc1.h \ - ../include/instance/tc2.h ../include/instance/tc3.h \ - ../include/instance/tc4.h ../include/instance/tc5.h \ - ../include/instance/tc6.h ../include/instance/tc7.h \ - ../include/instance/tcc0.h ../include/instance/tcc1.h \ - ../include/instance/tcc2.h ../include/instance/tcc3.h \ - ../include/instance/tcc4.h ../include/instance/trng.h \ - ../include/instance/usb.h ../include/instance/wdt.h \ - ../include/pio/same54p20a.h -../include/same54.h: -../include/same54p20a.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stdint.h: -/usr/arm-none-eabi/include/stdint.h: -/usr/arm-none-eabi/include/machine/_default_types.h: -/usr/arm-none-eabi/include/sys/features.h: -/usr/arm-none-eabi/include/_newlib_version.h: -/usr/arm-none-eabi/include/sys/_intsup.h: -/usr/arm-none-eabi/include/sys/_stdint.h: -../CMSIS/Core/Include/core_cm4.h: -../CMSIS/Core/Include/cmsis_version.h: -../CMSIS/Core/Include/cmsis_compiler.h: -../CMSIS/Core/Include/cmsis_gcc.h: -../CMSIS/Core/Include/mpu_armv7.h: -../include/system_same54.h: -../include/component/ac.h: -../include/component/adc.h: -../include/component/aes.h: -../include/component/can.h: -../include/component/ccl.h: -../include/component/cmcc.h: -../include/component/dac.h: -../include/component/dmac.h: -../include/component/dsu.h: -../include/component/eic.h: -../include/component/evsys.h: -../include/component/freqm.h: -../include/component/gclk.h: -../include/component/gmac.h: -../include/component/hmatrixb.h: -../include/component/icm.h: -../include/component/i2s.h: -../include/component/mclk.h: -../include/component/nvmctrl.h: -../include/component/oscctrl.h: -../include/component/osc32kctrl.h: -../include/component/pac.h: -../include/component/pcc.h: -../include/component/pdec.h: -../include/component/pm.h: -../include/component/port.h: -../include/component/qspi.h: -../include/component/ramecc.h: -../include/component/rstc.h: -../include/component/rtc.h: -../include/component/sdhc.h: -../include/component/sercom.h: -../include/component/supc.h: -../include/component/tc.h: -../include/component/tcc.h: -../include/component/trng.h: -../include/component/usb.h: -../include/component/wdt.h: -../include/instance/ac.h: -../include/instance/adc0.h: -../include/instance/adc1.h: -../include/instance/aes.h: -../include/instance/can0.h: -../include/instance/can1.h: -../include/instance/ccl.h: -../include/instance/cmcc.h: -../include/instance/dac.h: -../include/instance/dmac.h: -../include/instance/dsu.h: -../include/instance/eic.h: -../include/instance/evsys.h: -../include/instance/freqm.h: -../include/instance/gclk.h: -../include/instance/gmac.h: -../include/instance/hmatrix.h: -../include/instance/icm.h: -../include/instance/i2s.h: -../include/instance/mclk.h: -../include/instance/nvmctrl.h: -../include/instance/oscctrl.h: -../include/instance/osc32kctrl.h: -../include/instance/pac.h: -../include/instance/pcc.h: -../include/instance/pdec.h: -../include/instance/pm.h: -../include/instance/port.h: -../include/instance/pukcc.h: -../include/instance/qspi.h: -../include/instance/ramecc.h: -../include/instance/rstc.h: -../include/instance/rtc.h: -../include/instance/sdhc0.h: -../include/instance/sdhc1.h: -../include/instance/sercom0.h: -../include/instance/sercom1.h: -../include/instance/sercom2.h: -../include/instance/sercom3.h: -../include/instance/sercom4.h: -../include/instance/sercom5.h: -../include/instance/sercom6.h: -../include/instance/sercom7.h: -../include/instance/supc.h: -../include/instance/tc0.h: -../include/instance/tc1.h: -../include/instance/tc2.h: -../include/instance/tc3.h: -../include/instance/tc4.h: -../include/instance/tc5.h: -../include/instance/tc6.h: -../include/instance/tc7.h: -../include/instance/tcc0.h: -../include/instance/tcc1.h: -../include/instance/tcc2.h: -../include/instance/tcc3.h: -../include/instance/tcc4.h: -../include/instance/trng.h: -../include/instance/usb.h: -../include/instance/wdt.h: -../include/pio/same54p20a.h: diff --git a/build/build/system_same54.o b/build/build/system_same54.o deleted file mode 100644 index 2b3162e..0000000 Binary files a/build/build/system_same54.o and /dev/null differ diff --git a/build/compile_commands.json b/build/compile_commands.json index a7c2100..ff26d36 100644 --- a/build/compile_commands.json +++ b/build/compile_commands.json @@ -42,14 +42,15 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/util", - "-MThpl/core/hpl_core_m4.o", + "-I../shared/drivers/impl", + "-MThal/src/hal_io.o", "-o", - "hpl/core/hpl_core_m4.o", - "../hpl/core/hpl_core_m4.c" + "hal/src/hal_io.o", + "../hal/src/hal_io.c" ], "directory": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build", - "file": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build/../hpl/core/hpl_core_m4.c", - "output": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build/hpl/core/hpl_core_m4.o" + "file": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build/../hal/src/hal_io.c", + "output": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build/hal/src/hal_io.o" }, { "arguments": [ @@ -94,14 +95,15 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/util", - "-MThal/src/hal_io.o", + "-I../shared/drivers/impl", + "-MThal/utils/src/utils_syscalls.o", "-o", - "hal/src/hal_io.o", - "../hal/src/hal_io.c" + "hal/utils/src/utils_syscalls.o", + "../hal/utils/src/utils_syscalls.c" ], "directory": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build", - "file": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build/../hal/src/hal_io.c", - "output": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build/hal/src/hal_io.o" + "file": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build/../hal/utils/src/utils_syscalls.c", + "output": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build/hal/utils/src/utils_syscalls.o" }, { "arguments": [ @@ -146,14 +148,15 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/util", - "-MThpl/systick/hpl_systick.o", + "-I../shared/drivers/impl", + "-MThpl/core/hpl_core_m4.o", "-o", - "hpl/systick/hpl_systick.o", - "../hpl/systick/hpl_systick.c" + "hpl/core/hpl_core_m4.o", + "../hpl/core/hpl_core_m4.c" ], "directory": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build", - "file": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build/../hpl/systick/hpl_systick.c", - "output": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build/hpl/systick/hpl_systick.o" + "file": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build/../hpl/core/hpl_core_m4.c", + "output": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build/hpl/core/hpl_core_m4.o" }, { "arguments": [ @@ -198,14 +201,15 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/util", - "-MThal/utils/src/utils_syscalls.o", + "-I../shared/drivers/impl", + "-MThpl/systick/hpl_systick.o", "-o", - "hal/utils/src/utils_syscalls.o", - "../hal/utils/src/utils_syscalls.c" + "hpl/systick/hpl_systick.o", + "../hpl/systick/hpl_systick.c" ], "directory": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build", - "file": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build/../hal/utils/src/utils_syscalls.c", - "output": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build/hal/utils/src/utils_syscalls.o" + "file": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build/../hpl/systick/hpl_systick.c", + "output": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build/hpl/systick/hpl_systick.o" }, { "arguments": [ @@ -250,6 +254,7 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/util", + "-I../shared/drivers/impl", "-MThal/src/hal_spi_m_sync.o", "-o", "hal/src/hal_spi_m_sync.o", @@ -302,6 +307,7 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/util", + "-I../shared/drivers/impl", "-MTbuild/system_same54.o", "-o", "build/system_same54.o", @@ -354,6 +360,7 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/util", + "-I../shared/drivers/impl", "-MThal/src/hal_delay.o", "-o", "hal/src/hal_delay.o", @@ -406,14 +413,15 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/util", - "-MThpl/core/hpl_init.o", + "-I../shared/drivers/impl", + "-MThpl/pm/hpl_pm.o", "-o", - "hpl/core/hpl_init.o", - "../hpl/core/hpl_init.c" + "hpl/pm/hpl_pm.o", + "../hpl/pm/hpl_pm.c" ], "directory": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build", - "file": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build/../hpl/core/hpl_init.c", - "output": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build/hpl/core/hpl_init.o" + "file": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build/../hpl/pm/hpl_pm.c", + "output": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build/hpl/pm/hpl_pm.o" }, { "arguments": [ @@ -458,14 +466,15 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/util", - "-MThpl/pm/hpl_pm.o", + "-I../shared/drivers/impl", + "-MThpl/core/hpl_init.o", "-o", - "hpl/pm/hpl_pm.o", - "../hpl/pm/hpl_pm.c" + "hpl/core/hpl_init.o", + "../hpl/core/hpl_init.c" ], "directory": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build", - "file": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build/../hpl/pm/hpl_pm.c", - "output": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build/hpl/pm/hpl_pm.o" + "file": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build/../hpl/core/hpl_init.c", + "output": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build/hpl/core/hpl_init.o" }, { "arguments": [ @@ -510,6 +519,7 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/util", + "-I../shared/drivers/impl", "-MThpl/gclk/hpl_gclk.o", "-o", "hpl/gclk/hpl_gclk.o", @@ -562,14 +572,15 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/util", - "-MThal/utils/src/utils_list.o", + "-I../shared/drivers/impl", + "-MThal/utils/src/utils_assert.o", "-o", - "hal/utils/src/utils_list.o", - "../hal/utils/src/utils_list.c" + "hal/utils/src/utils_assert.o", + "../hal/utils/src/utils_assert.c" ], "directory": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build", - "file": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build/../hal/utils/src/utils_list.c", - "output": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build/hal/utils/src/utils_list.o" + "file": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build/../hal/utils/src/utils_assert.c", + "output": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build/hal/utils/src/utils_assert.o" }, { "arguments": [ @@ -614,14 +625,15 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/util", - "-MThal/utils/src/utils_assert.o", + "-I../shared/drivers/impl", + "-MThal/utils/src/utils_list.o", "-o", - "hal/utils/src/utils_assert.o", - "../hal/utils/src/utils_assert.c" + "hal/utils/src/utils_list.o", + "../hal/utils/src/utils_list.c" ], "directory": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build", - "file": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build/../hal/utils/src/utils_assert.c", - "output": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build/hal/utils/src/utils_assert.o" + "file": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build/../hal/utils/src/utils_list.c", + "output": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build/hal/utils/src/utils_list.o" }, { "arguments": [ @@ -666,6 +678,7 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/util", + "-I../shared/drivers/impl", "-MThpl/dmac/hpl_dmac.o", "-o", "hpl/dmac/hpl_dmac.o", @@ -718,6 +731,7 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/util", + "-I../shared/drivers/impl", "-MThpl/oscctrl/hpl_oscctrl.o", "-o", "hpl/oscctrl/hpl_oscctrl.o", @@ -770,6 +784,7 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/util", + "-I../shared/drivers/impl", "-MThal/src/hal_usart_sync.o", "-o", "hal/src/hal_usart_sync.o", @@ -822,14 +837,15 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/util", - "-MThpl/ramecc/hpl_ramecc.o", + "-I../shared/drivers/impl", + "-MThpl/mclk/hpl_mclk.o", "-o", - "hpl/ramecc/hpl_ramecc.o", - "../hpl/ramecc/hpl_ramecc.c" + "hpl/mclk/hpl_mclk.o", + "../hpl/mclk/hpl_mclk.c" ], "directory": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build", - "file": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build/../hpl/ramecc/hpl_ramecc.c", - "output": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build/hpl/ramecc/hpl_ramecc.o" + "file": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build/../hpl/mclk/hpl_mclk.c", + "output": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build/hpl/mclk/hpl_mclk.o" }, { "arguments": [ @@ -874,14 +890,15 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/util", - "-MThpl/mclk/hpl_mclk.o", + "-I../shared/drivers/impl", + "-MThpl/ramecc/hpl_ramecc.o", "-o", - "hpl/mclk/hpl_mclk.o", - "../hpl/mclk/hpl_mclk.c" + "hpl/ramecc/hpl_ramecc.o", + "../hpl/ramecc/hpl_ramecc.c" ], "directory": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build", - "file": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build/../hpl/mclk/hpl_mclk.c", - "output": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build/hpl/mclk/hpl_mclk.o" + "file": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build/../hpl/ramecc/hpl_ramecc.c", + "output": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build/hpl/ramecc/hpl_ramecc.o" }, { "arguments": [ @@ -926,6 +943,7 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/util", + "-I../shared/drivers/impl", "-MThal/src/hal_init.o", "-o", "hal/src/hal_init.o", @@ -978,14 +996,15 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/util", - "-MTbuild/gcc/startup_same54.o", + "-I../shared/drivers/impl", + "-MTmain.o", "-o", - "build/gcc/startup_same54.o", - "../build/gcc/startup_same54.c" + "main.o", + "../main.c" ], "directory": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build", - "file": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build/../build/gcc/startup_same54.c", - "output": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build/build/gcc/startup_same54.o" + "file": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build/../main.c", + "output": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build/main.o" }, { "arguments": [ @@ -1030,14 +1049,15 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/util", - "-MTmain.o", + "-I../shared/drivers/impl", + "-MTbuild/gcc/startup_same54.o", "-o", - "main.o", - "../main.c" + "build/gcc/startup_same54.o", + "../build/gcc/startup_same54.c" ], "directory": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build", - "file": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build/../main.c", - "output": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build/main.o" + "file": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build/../build/gcc/startup_same54.c", + "output": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build/build/gcc/startup_same54.o" }, { "arguments": [ @@ -1082,6 +1102,7 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/util", + "-I../shared/drivers/impl", "-MThpl/osc32kctrl/hpl_osc32kctrl.o", "-o", "hpl/osc32kctrl/hpl_osc32kctrl.o", @@ -1134,6 +1155,7 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/util", + "-I../shared/drivers/impl", "-MTexamples/driver_examples.o", "-o", "examples/driver_examples.o", @@ -1186,6 +1208,7 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/util", + "-I../shared/drivers/impl", "-MTdriver_init.o", "-o", "driver_init.o", @@ -1238,6 +1261,7 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/util", + "-I../shared/drivers/impl", "-MThpl/sercom/hpl_sercom.o", "-o", "hpl/sercom/hpl_sercom.o", @@ -1290,6 +1314,7 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/util", + "-I../shared/drivers/impl", "-MThal/src/hal_gpio.o", "-o", "hal/src/hal_gpio.o", @@ -1342,6 +1367,7 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/util", + "-I../shared/drivers/impl", "-MThal/utils/src/utils_event.o", "-o", "hal/utils/src/utils_event.o", @@ -1394,6 +1420,7 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/util", + "-I../shared/drivers/impl", "-MThal/src/hal_sleep.o", "-o", "hal/src/hal_sleep.o", @@ -1446,6 +1473,7 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/util", + "-I../shared/drivers/impl", "-MThal/src/hal_cache.o", "-o", "hal/src/hal_cache.o", @@ -1498,6 +1526,7 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/util", + "-I../shared/drivers/impl", "-MThpl/cmcc/hpl_cmcc.o", "-o", "hpl/cmcc/hpl_cmcc.o", @@ -1550,6 +1579,7 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/util", + "-I../shared/drivers/impl", "-MTatmel_start.o", "-o", "atmel_start.o", @@ -1602,6 +1632,7 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/util", + "-I../shared/drivers/impl", "-MThal/src/hal_atomic.o", "-o", "hal/src/hal_atomic.o", @@ -1654,6 +1685,7 @@ "-I../shared/drivers", "-I../shared/devices", "-I../shared/util", + "-I../shared/drivers/impl", "-MTshared/util/pdebug.o", "-o", "shared/util/pdebug.o", @@ -1662,5 +1694,111 @@ "directory": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build", "file": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build/../shared/util/pdebug.c", "output": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build/shared/util/pdebug.o" + }, + { + "arguments": [ + "/usr/bin/arm-none-eabi-gcc", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-c", + "-std=gnu99", + "-D__SAME54P20A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../examples", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/systick", + "-I../hri", + "-I../", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/util", + "-I../shared/drivers/impl", + "-MTshared/drivers/impl/sd_mmc_spi_impl.o", + "-o", + "shared/drivers/impl/sd_mmc_spi_impl.o", + "../shared/drivers/impl/sd_mmc_spi_impl.c" + ], + "directory": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build", + "file": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build/../shared/drivers/impl/sd_mmc_spi_impl.c", + "output": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build/shared/drivers/impl/sd_mmc_spi_impl.o" + }, + { + "arguments": [ + "/usr/bin/arm-none-eabi-gcc", + "-x", + "c", + "-mthumb", + "-DDEBUG", + "-Os", + "-ffunction-sections", + "-mlong-calls", + "-g3", + "-Wall", + "-c", + "-std=gnu99", + "-D__SAME54P20A__", + "-mcpu=cortex-m4", + "-mfloat-abi=softfp", + "-mfpu=fpv4-sp-d16", + "-I../", + "-I../config", + "-I../examples", + "-I../hal/include", + "-I../hal/utils/include", + "-I../hpl/cmcc", + "-I../hpl/core", + "-I../hpl/dmac", + "-I../hpl/gclk", + "-I../hpl/mclk", + "-I../hpl/osc32kctrl", + "-I../hpl/oscctrl", + "-I../hpl/pm", + "-I../hpl/port", + "-I../hpl/ramecc", + "-I../hpl/sercom", + "-I../hpl/systick", + "-I../hri", + "-I../", + "-I../CMSIS/Core/Include", + "-I../include", + "-I../shared", + "-I../shared/drivers", + "-I../shared/devices", + "-I../shared/util", + "-I../shared/drivers/impl", + "-MTshared/drivers/sd_mmc.o", + "-o", + "shared/drivers/sd_mmc.o", + "../shared/drivers/sd_mmc.c" + ], + "directory": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build", + "file": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build/../shared/drivers/sd_mmc.c", + "output": "/storage/Shared/Documents/Projects/spi_sd_mmc_lib/build/shared/drivers/sd_mmc.o" } ] diff --git a/build/driver_init.d b/build/driver_init.d deleted file mode 100644 index 16b71af..0000000 --- a/build/driver_init.d +++ /dev/null @@ -1,276 +0,0 @@ -driver_init.d driver_init.o: ../driver_init.c ../driver_init.h \ - ../atmel_start_pins.h ../hal/include/hal_gpio.h \ - ../hal/include/hpl_gpio.h ../hal/utils/include/compiler.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stddef.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stdint.h \ - /usr/arm-none-eabi/include/stdint.h \ - /usr/arm-none-eabi/include/machine/_default_types.h \ - /usr/arm-none-eabi/include/sys/features.h \ - /usr/arm-none-eabi/include/_newlib_version.h \ - /usr/arm-none-eabi/include/sys/_intsup.h \ - /usr/arm-none-eabi/include/sys/_stdint.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stdbool.h \ - ../hal/utils/include/parts.h ../include/same54.h ../include/same54p20a.h \ - ../CMSIS/Core/Include/core_cm4.h ../CMSIS/Core/Include/cmsis_version.h \ - ../CMSIS/Core/Include/cmsis_compiler.h ../CMSIS/Core/Include/cmsis_gcc.h \ - ../CMSIS/Core/Include/mpu_armv7.h ../include/system_same54.h \ - ../include/component/ac.h ../include/component/adc.h \ - ../include/component/aes.h ../include/component/can.h \ - ../include/component/ccl.h ../include/component/cmcc.h \ - ../include/component/dac.h ../include/component/dmac.h \ - ../include/component/dsu.h ../include/component/eic.h \ - ../include/component/evsys.h ../include/component/freqm.h \ - ../include/component/gclk.h ../include/component/gmac.h \ - ../include/component/hmatrixb.h ../include/component/icm.h \ - ../include/component/i2s.h ../include/component/mclk.h \ - ../include/component/nvmctrl.h ../include/component/oscctrl.h \ - ../include/component/osc32kctrl.h ../include/component/pac.h \ - ../include/component/pcc.h ../include/component/pdec.h \ - ../include/component/pm.h ../include/component/port.h \ - ../include/component/qspi.h ../include/component/ramecc.h \ - ../include/component/rstc.h ../include/component/rtc.h \ - ../include/component/sdhc.h ../include/component/sercom.h \ - ../include/component/supc.h ../include/component/tc.h \ - ../include/component/tcc.h ../include/component/trng.h \ - ../include/component/usb.h ../include/component/wdt.h \ - ../include/instance/ac.h ../include/instance/adc0.h \ - ../include/instance/adc1.h ../include/instance/aes.h \ - ../include/instance/can0.h ../include/instance/can1.h \ - ../include/instance/ccl.h ../include/instance/cmcc.h \ - ../include/instance/dac.h ../include/instance/dmac.h \ - ../include/instance/dsu.h ../include/instance/eic.h \ - ../include/instance/evsys.h ../include/instance/freqm.h \ - ../include/instance/gclk.h ../include/instance/gmac.h \ - ../include/instance/hmatrix.h ../include/instance/icm.h \ - ../include/instance/i2s.h ../include/instance/mclk.h \ - ../include/instance/nvmctrl.h ../include/instance/oscctrl.h \ - ../include/instance/osc32kctrl.h ../include/instance/pac.h \ - ../include/instance/pcc.h ../include/instance/pdec.h \ - ../include/instance/pm.h ../include/instance/port.h \ - ../include/instance/pukcc.h ../include/instance/qspi.h \ - ../include/instance/ramecc.h ../include/instance/rstc.h \ - ../include/instance/rtc.h ../include/instance/sdhc0.h \ - ../include/instance/sdhc1.h ../include/instance/sercom0.h \ - ../include/instance/sercom1.h ../include/instance/sercom2.h \ - ../include/instance/sercom3.h ../include/instance/sercom4.h \ - ../include/instance/sercom5.h ../include/instance/sercom6.h \ - ../include/instance/sercom7.h ../include/instance/supc.h \ - ../include/instance/tc0.h ../include/instance/tc1.h \ - ../include/instance/tc2.h ../include/instance/tc3.h \ - ../include/instance/tc4.h ../include/instance/tc5.h \ - ../include/instance/tc6.h ../include/instance/tc7.h \ - ../include/instance/tcc0.h ../include/instance/tcc1.h \ - ../include/instance/tcc2.h ../include/instance/tcc3.h \ - ../include/instance/tcc4.h ../include/instance/trng.h \ - ../include/instance/usb.h ../include/instance/wdt.h \ - ../include/pio/same54p20a.h ../hri/hri_e54.h ../include/sam.h \ - ../hri/hri_ac_e54.h ../hal/include/hal_atomic.h ../hri/hri_adc_e54.h \ - ../hri/hri_aes_e54.h ../hri/hri_can_e54.h ../hri/hri_ccl_e54.h \ - ../hri/hri_cmcc_e54.h ../hri/hri_dac_e54.h ../hri/hri_dmac_e54.h \ - ../hri/hri_dsu_e54.h ../hri/hri_eic_e54.h ../hri/hri_evsys_e54.h \ - ../hri/hri_freqm_e54.h ../hri/hri_gclk_e54.h ../hri/hri_gmac_e54.h \ - ../hri/hri_hmatrixb_e54.h ../hri/hri_i2s_e54.h ../hri/hri_icm_e54.h \ - ../hri/hri_mclk_e54.h ../hri/hri_nvmctrl_e54.h \ - ../hri/hri_osc32kctrl_e54.h ../hri/hri_oscctrl_e54.h \ - ../hri/hri_pac_e54.h ../hri/hri_pcc_e54.h ../hri/hri_pdec_e54.h \ - ../hri/hri_pm_e54.h ../hri/hri_port_e54.h ../hri/hri_qspi_e54.h \ - ../hri/hri_ramecc_e54.h ../hri/hri_rstc_e54.h ../hri/hri_rtc_e54.h \ - ../hri/hri_sdhc_e54.h ../hri/hri_sercom_e54.h ../hri/hri_supc_e54.h \ - ../hri/hri_tc_e54.h ../hri/hri_tcc_e54.h ../hri/hri_trng_e54.h \ - ../hri/hri_usb_e54.h ../hri/hri_wdt_e54.h \ - ../hal/utils/include/err_codes.h ../hpl/port/hpl_gpio_base.h \ - ../hal/utils/include/utils_assert.h ../config/hpl_port_config.h \ - ../hal/include/hal_delay.h ../hal/include/hpl_irq.h \ - ../hal/include/hpl_reset.h ../hal/include/hpl_sleep.h \ - ../hal/include/hal_init.h ../hal/include/hpl_init.h \ - ../hal/include/hal_io.h ../hal/include/hal_sleep.h \ - ../hal/include/hal_usart_sync.h ../hal/include/hal_io.h \ - ../hal/include/hpl_usart_sync.h ../hal/include/hpl_usart.h \ - ../hal/include/hal_spi_m_sync.h ../hal/include/hpl_spi_m_sync.h \ - ../hal/include/hpl_spi.h ../hal/utils/include/utils.h \ - ../hal/include/hpl_spi_sync.h ../config/peripheral_clk_config.h -../driver_init.h: -../atmel_start_pins.h: -../hal/include/hal_gpio.h: -../hal/include/hpl_gpio.h: -../hal/utils/include/compiler.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stddef.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stdint.h: -/usr/arm-none-eabi/include/stdint.h: -/usr/arm-none-eabi/include/machine/_default_types.h: -/usr/arm-none-eabi/include/sys/features.h: -/usr/arm-none-eabi/include/_newlib_version.h: -/usr/arm-none-eabi/include/sys/_intsup.h: -/usr/arm-none-eabi/include/sys/_stdint.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stdbool.h: -../hal/utils/include/parts.h: -../include/same54.h: -../include/same54p20a.h: -../CMSIS/Core/Include/core_cm4.h: -../CMSIS/Core/Include/cmsis_version.h: -../CMSIS/Core/Include/cmsis_compiler.h: -../CMSIS/Core/Include/cmsis_gcc.h: -../CMSIS/Core/Include/mpu_armv7.h: -../include/system_same54.h: -../include/component/ac.h: -../include/component/adc.h: -../include/component/aes.h: -../include/component/can.h: -../include/component/ccl.h: -../include/component/cmcc.h: -../include/component/dac.h: -../include/component/dmac.h: -../include/component/dsu.h: -../include/component/eic.h: -../include/component/evsys.h: -../include/component/freqm.h: -../include/component/gclk.h: -../include/component/gmac.h: -../include/component/hmatrixb.h: -../include/component/icm.h: -../include/component/i2s.h: -../include/component/mclk.h: -../include/component/nvmctrl.h: -../include/component/oscctrl.h: -../include/component/osc32kctrl.h: -../include/component/pac.h: -../include/component/pcc.h: -../include/component/pdec.h: -../include/component/pm.h: -../include/component/port.h: -../include/component/qspi.h: -../include/component/ramecc.h: -../include/component/rstc.h: -../include/component/rtc.h: -../include/component/sdhc.h: -../include/component/sercom.h: -../include/component/supc.h: -../include/component/tc.h: -../include/component/tcc.h: -../include/component/trng.h: -../include/component/usb.h: -../include/component/wdt.h: -../include/instance/ac.h: -../include/instance/adc0.h: -../include/instance/adc1.h: -../include/instance/aes.h: -../include/instance/can0.h: -../include/instance/can1.h: -../include/instance/ccl.h: -../include/instance/cmcc.h: -../include/instance/dac.h: -../include/instance/dmac.h: -../include/instance/dsu.h: -../include/instance/eic.h: -../include/instance/evsys.h: -../include/instance/freqm.h: -../include/instance/gclk.h: -../include/instance/gmac.h: -../include/instance/hmatrix.h: -../include/instance/icm.h: -../include/instance/i2s.h: -../include/instance/mclk.h: -../include/instance/nvmctrl.h: -../include/instance/oscctrl.h: -../include/instance/osc32kctrl.h: -../include/instance/pac.h: -../include/instance/pcc.h: -../include/instance/pdec.h: -../include/instance/pm.h: -../include/instance/port.h: -../include/instance/pukcc.h: -../include/instance/qspi.h: -../include/instance/ramecc.h: -../include/instance/rstc.h: -../include/instance/rtc.h: -../include/instance/sdhc0.h: -../include/instance/sdhc1.h: -../include/instance/sercom0.h: -../include/instance/sercom1.h: -../include/instance/sercom2.h: -../include/instance/sercom3.h: -../include/instance/sercom4.h: -../include/instance/sercom5.h: -../include/instance/sercom6.h: -../include/instance/sercom7.h: -../include/instance/supc.h: -../include/instance/tc0.h: -../include/instance/tc1.h: -../include/instance/tc2.h: -../include/instance/tc3.h: -../include/instance/tc4.h: -../include/instance/tc5.h: -../include/instance/tc6.h: -../include/instance/tc7.h: -../include/instance/tcc0.h: -../include/instance/tcc1.h: -../include/instance/tcc2.h: -../include/instance/tcc3.h: -../include/instance/tcc4.h: -../include/instance/trng.h: -../include/instance/usb.h: -../include/instance/wdt.h: -../include/pio/same54p20a.h: -../hri/hri_e54.h: -../include/sam.h: -../hri/hri_ac_e54.h: -../hal/include/hal_atomic.h: -../hri/hri_adc_e54.h: -../hri/hri_aes_e54.h: -../hri/hri_can_e54.h: -../hri/hri_ccl_e54.h: -../hri/hri_cmcc_e54.h: -../hri/hri_dac_e54.h: -../hri/hri_dmac_e54.h: -../hri/hri_dsu_e54.h: -../hri/hri_eic_e54.h: -../hri/hri_evsys_e54.h: -../hri/hri_freqm_e54.h: -../hri/hri_gclk_e54.h: -../hri/hri_gmac_e54.h: -../hri/hri_hmatrixb_e54.h: -../hri/hri_i2s_e54.h: -../hri/hri_icm_e54.h: -../hri/hri_mclk_e54.h: -../hri/hri_nvmctrl_e54.h: -../hri/hri_osc32kctrl_e54.h: -../hri/hri_oscctrl_e54.h: -../hri/hri_pac_e54.h: -../hri/hri_pcc_e54.h: -../hri/hri_pdec_e54.h: -../hri/hri_pm_e54.h: -../hri/hri_port_e54.h: -../hri/hri_qspi_e54.h: -../hri/hri_ramecc_e54.h: -../hri/hri_rstc_e54.h: -../hri/hri_rtc_e54.h: -../hri/hri_sdhc_e54.h: -../hri/hri_sercom_e54.h: -../hri/hri_supc_e54.h: -../hri/hri_tc_e54.h: -../hri/hri_tcc_e54.h: -../hri/hri_trng_e54.h: -../hri/hri_usb_e54.h: -../hri/hri_wdt_e54.h: -../hal/utils/include/err_codes.h: -../hpl/port/hpl_gpio_base.h: -../hal/utils/include/utils_assert.h: -../config/hpl_port_config.h: -../hal/include/hal_delay.h: -../hal/include/hpl_irq.h: -../hal/include/hpl_reset.h: -../hal/include/hpl_sleep.h: -../hal/include/hal_init.h: -../hal/include/hpl_init.h: -../hal/include/hal_io.h: -../hal/include/hal_sleep.h: -../hal/include/hal_usart_sync.h: -../hal/include/hal_io.h: -../hal/include/hpl_usart_sync.h: -../hal/include/hpl_usart.h: -../hal/include/hal_spi_m_sync.h: -../hal/include/hpl_spi_m_sync.h: -../hal/include/hpl_spi.h: -../hal/utils/include/utils.h: -../hal/include/hpl_spi_sync.h: -../config/peripheral_clk_config.h: diff --git a/build/driver_init.o b/build/driver_init.o deleted file mode 100644 index db01a4d..0000000 Binary files a/build/driver_init.o and /dev/null differ diff --git a/build/examples/driver_examples.d b/build/examples/driver_examples.d deleted file mode 100644 index c7fc1f6..0000000 --- a/build/examples/driver_examples.d +++ /dev/null @@ -1,277 +0,0 @@ -examples/driver_examples.d examples/driver_examples.o: \ - ../examples/driver_examples.c ../examples/driver_examples.h \ - ../driver_init.h ../atmel_start_pins.h ../hal/include/hal_gpio.h \ - ../hal/include/hpl_gpio.h ../hal/utils/include/compiler.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stddef.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stdint.h \ - /usr/arm-none-eabi/include/stdint.h \ - /usr/arm-none-eabi/include/machine/_default_types.h \ - /usr/arm-none-eabi/include/sys/features.h \ - /usr/arm-none-eabi/include/_newlib_version.h \ - /usr/arm-none-eabi/include/sys/_intsup.h \ - /usr/arm-none-eabi/include/sys/_stdint.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stdbool.h \ - ../hal/utils/include/parts.h ../include/same54.h ../include/same54p20a.h \ - ../CMSIS/Core/Include/core_cm4.h ../CMSIS/Core/Include/cmsis_version.h \ - ../CMSIS/Core/Include/cmsis_compiler.h ../CMSIS/Core/Include/cmsis_gcc.h \ - ../CMSIS/Core/Include/mpu_armv7.h ../include/system_same54.h \ - ../include/component/ac.h ../include/component/adc.h \ - ../include/component/aes.h ../include/component/can.h \ - ../include/component/ccl.h ../include/component/cmcc.h \ - ../include/component/dac.h ../include/component/dmac.h \ - ../include/component/dsu.h ../include/component/eic.h \ - ../include/component/evsys.h ../include/component/freqm.h \ - ../include/component/gclk.h ../include/component/gmac.h \ - ../include/component/hmatrixb.h ../include/component/icm.h \ - ../include/component/i2s.h ../include/component/mclk.h \ - ../include/component/nvmctrl.h ../include/component/oscctrl.h \ - ../include/component/osc32kctrl.h ../include/component/pac.h \ - ../include/component/pcc.h ../include/component/pdec.h \ - ../include/component/pm.h ../include/component/port.h \ - ../include/component/qspi.h ../include/component/ramecc.h \ - ../include/component/rstc.h ../include/component/rtc.h \ - ../include/component/sdhc.h ../include/component/sercom.h \ - ../include/component/supc.h ../include/component/tc.h \ - ../include/component/tcc.h ../include/component/trng.h \ - ../include/component/usb.h ../include/component/wdt.h \ - ../include/instance/ac.h ../include/instance/adc0.h \ - ../include/instance/adc1.h ../include/instance/aes.h \ - ../include/instance/can0.h ../include/instance/can1.h \ - ../include/instance/ccl.h ../include/instance/cmcc.h \ - ../include/instance/dac.h ../include/instance/dmac.h \ - ../include/instance/dsu.h ../include/instance/eic.h \ - ../include/instance/evsys.h ../include/instance/freqm.h \ - ../include/instance/gclk.h ../include/instance/gmac.h \ - ../include/instance/hmatrix.h ../include/instance/icm.h \ - ../include/instance/i2s.h ../include/instance/mclk.h \ - ../include/instance/nvmctrl.h ../include/instance/oscctrl.h \ - ../include/instance/osc32kctrl.h ../include/instance/pac.h \ - ../include/instance/pcc.h ../include/instance/pdec.h \ - ../include/instance/pm.h ../include/instance/port.h \ - ../include/instance/pukcc.h ../include/instance/qspi.h \ - ../include/instance/ramecc.h ../include/instance/rstc.h \ - ../include/instance/rtc.h ../include/instance/sdhc0.h \ - ../include/instance/sdhc1.h ../include/instance/sercom0.h \ - ../include/instance/sercom1.h ../include/instance/sercom2.h \ - ../include/instance/sercom3.h ../include/instance/sercom4.h \ - ../include/instance/sercom5.h ../include/instance/sercom6.h \ - ../include/instance/sercom7.h ../include/instance/supc.h \ - ../include/instance/tc0.h ../include/instance/tc1.h \ - ../include/instance/tc2.h ../include/instance/tc3.h \ - ../include/instance/tc4.h ../include/instance/tc5.h \ - ../include/instance/tc6.h ../include/instance/tc7.h \ - ../include/instance/tcc0.h ../include/instance/tcc1.h \ - ../include/instance/tcc2.h ../include/instance/tcc3.h \ - ../include/instance/tcc4.h ../include/instance/trng.h \ - ../include/instance/usb.h ../include/instance/wdt.h \ - ../include/pio/same54p20a.h ../hri/hri_e54.h ../include/sam.h \ - ../hri/hri_ac_e54.h ../hal/include/hal_atomic.h ../hri/hri_adc_e54.h \ - ../hri/hri_aes_e54.h ../hri/hri_can_e54.h ../hri/hri_ccl_e54.h \ - ../hri/hri_cmcc_e54.h ../hri/hri_dac_e54.h ../hri/hri_dmac_e54.h \ - ../hri/hri_dsu_e54.h ../hri/hri_eic_e54.h ../hri/hri_evsys_e54.h \ - ../hri/hri_freqm_e54.h ../hri/hri_gclk_e54.h ../hri/hri_gmac_e54.h \ - ../hri/hri_hmatrixb_e54.h ../hri/hri_i2s_e54.h ../hri/hri_icm_e54.h \ - ../hri/hri_mclk_e54.h ../hri/hri_nvmctrl_e54.h \ - ../hri/hri_osc32kctrl_e54.h ../hri/hri_oscctrl_e54.h \ - ../hri/hri_pac_e54.h ../hri/hri_pcc_e54.h ../hri/hri_pdec_e54.h \ - ../hri/hri_pm_e54.h ../hri/hri_port_e54.h ../hri/hri_qspi_e54.h \ - ../hri/hri_ramecc_e54.h ../hri/hri_rstc_e54.h ../hri/hri_rtc_e54.h \ - ../hri/hri_sdhc_e54.h ../hri/hri_sercom_e54.h ../hri/hri_supc_e54.h \ - ../hri/hri_tc_e54.h ../hri/hri_tcc_e54.h ../hri/hri_trng_e54.h \ - ../hri/hri_usb_e54.h ../hri/hri_wdt_e54.h \ - ../hal/utils/include/err_codes.h ../hpl/port/hpl_gpio_base.h \ - ../hal/utils/include/utils_assert.h ../config/hpl_port_config.h \ - ../hal/include/hal_delay.h ../hal/include/hpl_irq.h \ - ../hal/include/hpl_reset.h ../hal/include/hpl_sleep.h \ - ../hal/include/hal_init.h ../hal/include/hpl_init.h \ - ../hal/include/hal_io.h ../hal/include/hal_sleep.h \ - ../hal/include/hal_usart_sync.h ../hal/include/hal_io.h \ - ../hal/include/hpl_usart_sync.h ../hal/include/hpl_usart.h \ - ../hal/include/hal_spi_m_sync.h ../hal/include/hpl_spi_m_sync.h \ - ../hal/include/hpl_spi.h ../hal/utils/include/utils.h \ - ../hal/include/hpl_spi_sync.h -../examples/driver_examples.h: -../driver_init.h: -../atmel_start_pins.h: -../hal/include/hal_gpio.h: -../hal/include/hpl_gpio.h: -../hal/utils/include/compiler.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stddef.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stdint.h: -/usr/arm-none-eabi/include/stdint.h: -/usr/arm-none-eabi/include/machine/_default_types.h: -/usr/arm-none-eabi/include/sys/features.h: -/usr/arm-none-eabi/include/_newlib_version.h: -/usr/arm-none-eabi/include/sys/_intsup.h: -/usr/arm-none-eabi/include/sys/_stdint.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stdbool.h: -../hal/utils/include/parts.h: -../include/same54.h: -../include/same54p20a.h: -../CMSIS/Core/Include/core_cm4.h: -../CMSIS/Core/Include/cmsis_version.h: -../CMSIS/Core/Include/cmsis_compiler.h: -../CMSIS/Core/Include/cmsis_gcc.h: -../CMSIS/Core/Include/mpu_armv7.h: -../include/system_same54.h: -../include/component/ac.h: -../include/component/adc.h: -../include/component/aes.h: -../include/component/can.h: -../include/component/ccl.h: -../include/component/cmcc.h: -../include/component/dac.h: -../include/component/dmac.h: -../include/component/dsu.h: -../include/component/eic.h: -../include/component/evsys.h: -../include/component/freqm.h: -../include/component/gclk.h: -../include/component/gmac.h: -../include/component/hmatrixb.h: -../include/component/icm.h: -../include/component/i2s.h: -../include/component/mclk.h: -../include/component/nvmctrl.h: -../include/component/oscctrl.h: -../include/component/osc32kctrl.h: -../include/component/pac.h: -../include/component/pcc.h: -../include/component/pdec.h: -../include/component/pm.h: -../include/component/port.h: -../include/component/qspi.h: -../include/component/ramecc.h: -../include/component/rstc.h: -../include/component/rtc.h: -../include/component/sdhc.h: -../include/component/sercom.h: -../include/component/supc.h: -../include/component/tc.h: -../include/component/tcc.h: -../include/component/trng.h: -../include/component/usb.h: -../include/component/wdt.h: -../include/instance/ac.h: -../include/instance/adc0.h: -../include/instance/adc1.h: -../include/instance/aes.h: -../include/instance/can0.h: -../include/instance/can1.h: -../include/instance/ccl.h: -../include/instance/cmcc.h: -../include/instance/dac.h: -../include/instance/dmac.h: -../include/instance/dsu.h: -../include/instance/eic.h: -../include/instance/evsys.h: -../include/instance/freqm.h: -../include/instance/gclk.h: -../include/instance/gmac.h: -../include/instance/hmatrix.h: -../include/instance/icm.h: -../include/instance/i2s.h: -../include/instance/mclk.h: -../include/instance/nvmctrl.h: -../include/instance/oscctrl.h: -../include/instance/osc32kctrl.h: -../include/instance/pac.h: -../include/instance/pcc.h: -../include/instance/pdec.h: -../include/instance/pm.h: -../include/instance/port.h: -../include/instance/pukcc.h: -../include/instance/qspi.h: -../include/instance/ramecc.h: -../include/instance/rstc.h: -../include/instance/rtc.h: -../include/instance/sdhc0.h: -../include/instance/sdhc1.h: -../include/instance/sercom0.h: -../include/instance/sercom1.h: -../include/instance/sercom2.h: -../include/instance/sercom3.h: -../include/instance/sercom4.h: -../include/instance/sercom5.h: -../include/instance/sercom6.h: -../include/instance/sercom7.h: -../include/instance/supc.h: -../include/instance/tc0.h: -../include/instance/tc1.h: -../include/instance/tc2.h: -../include/instance/tc3.h: -../include/instance/tc4.h: -../include/instance/tc5.h: -../include/instance/tc6.h: -../include/instance/tc7.h: -../include/instance/tcc0.h: -../include/instance/tcc1.h: -../include/instance/tcc2.h: -../include/instance/tcc3.h: -../include/instance/tcc4.h: -../include/instance/trng.h: -../include/instance/usb.h: -../include/instance/wdt.h: -../include/pio/same54p20a.h: -../hri/hri_e54.h: -../include/sam.h: -../hri/hri_ac_e54.h: -../hal/include/hal_atomic.h: -../hri/hri_adc_e54.h: -../hri/hri_aes_e54.h: -../hri/hri_can_e54.h: -../hri/hri_ccl_e54.h: -../hri/hri_cmcc_e54.h: -../hri/hri_dac_e54.h: -../hri/hri_dmac_e54.h: -../hri/hri_dsu_e54.h: -../hri/hri_eic_e54.h: -../hri/hri_evsys_e54.h: -../hri/hri_freqm_e54.h: -../hri/hri_gclk_e54.h: -../hri/hri_gmac_e54.h: -../hri/hri_hmatrixb_e54.h: -../hri/hri_i2s_e54.h: -../hri/hri_icm_e54.h: -../hri/hri_mclk_e54.h: -../hri/hri_nvmctrl_e54.h: -../hri/hri_osc32kctrl_e54.h: -../hri/hri_oscctrl_e54.h: -../hri/hri_pac_e54.h: -../hri/hri_pcc_e54.h: -../hri/hri_pdec_e54.h: -../hri/hri_pm_e54.h: -../hri/hri_port_e54.h: -../hri/hri_qspi_e54.h: -../hri/hri_ramecc_e54.h: -../hri/hri_rstc_e54.h: -../hri/hri_rtc_e54.h: -../hri/hri_sdhc_e54.h: -../hri/hri_sercom_e54.h: -../hri/hri_supc_e54.h: -../hri/hri_tc_e54.h: -../hri/hri_tcc_e54.h: -../hri/hri_trng_e54.h: -../hri/hri_usb_e54.h: -../hri/hri_wdt_e54.h: -../hal/utils/include/err_codes.h: -../hpl/port/hpl_gpio_base.h: -../hal/utils/include/utils_assert.h: -../config/hpl_port_config.h: -../hal/include/hal_delay.h: -../hal/include/hpl_irq.h: -../hal/include/hpl_reset.h: -../hal/include/hpl_sleep.h: -../hal/include/hal_init.h: -../hal/include/hpl_init.h: -../hal/include/hal_io.h: -../hal/include/hal_sleep.h: -../hal/include/hal_usart_sync.h: -../hal/include/hal_io.h: -../hal/include/hpl_usart_sync.h: -../hal/include/hpl_usart.h: -../hal/include/hal_spi_m_sync.h: -../hal/include/hpl_spi_m_sync.h: -../hal/include/hpl_spi.h: -../hal/utils/include/utils.h: -../hal/include/hpl_spi_sync.h: diff --git a/build/examples/driver_examples.o b/build/examples/driver_examples.o deleted file mode 100644 index cb7ab97..0000000 Binary files a/build/examples/driver_examples.o and /dev/null differ diff --git a/build/gdb.txt b/build/gdb.txt index 93ad0f1..93e70dd 100644 --- a/build/gdb.txt +++ b/build/gdb.txt @@ -86,3 +86,435 @@ Note: automatically using hardware breakpoints for read-only addresses. Breakpoint 1, main () at ../main.c:6 6 atmel_start_init(); +─── Assembly ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +~ +~ +~ +~ +~ + 0x00000714 hri_mclk_write_CPUDIV_reg+0 b.n 0x714 <_mclk_init> + 0x00000716 hri_mclk_write_CPUDIV_reg+2 nop + 0x00000718 hri_mclk_write_CPUDIV_reg+4 lsrs r1, r7, #17 +~ +~ +─── Breakpoints ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +─── Expressions ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +─── History ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +─── Memory ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +─── Registers ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── + r0 0x00000003 r1 0x0000000a r2 0x000000f1 r3 0x000004c9 r4 0x1ffffffd r5 0x200102ba + r6 0x00001100 r7 0x000002d5 r8 0x000002a5 r9 0x00000000 r10 0x2000031c r11 0xaf9fbfff + r12 0x0000004a sp 0x200100c8 lr 0x00000715 pc 0x00000714 xpsr 0x21000000 fpscr 0x00000000 + msp 0x200100c8 psp 0xfff3df7c primask 0x00 basepri 0x00 faultmask 0x00 control 0x00 +─── Source ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── + 233 { + 234 uint8_t tmp; + 235 tmp = ((Mclk *)hw)->CPUDIV.reg; + 236 tmp &= mask; + 237 return tmp; + 238 } + 239 + 240 static inline void hri_mclk_write_CPUDIV_reg(const void *const hw, hri_mclk_cpudiv_reg_t data) + 241 { + 242 MCLK_CRITICAL_SECTION_ENTER(); + 243 ((Mclk *)hw)->CPUDIV.reg = data; + 244 MCLK_CRITICAL_SECTION_LEAVE(); + 245 } + 246 + 247 static inline void hri_mclk_clear_CPUDIV_reg(const void *const hw, hri_mclk_cpudiv_reg_t mask) + 248 { + 249 MCLK_CRITICAL_SECTION_ENTER(); + 250 ((Mclk *)hw)->CPUDIV.reg &= ~mask; + 251 MCLK_CRITICAL_SECTION_LEAVE(); + 252 } +─── Stack ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +[0] from 0x00000714 in hri_mclk_write_CPUDIV_reg+0 at ../hri/hri_mclk_e54.h:243 +[1] from 0x00000714 in _mclk_init+0 at ../hpl/mclk/hpl_mclk.c:43 +[2] from 0x00000714 in usart_sync_get_io_descriptor+36 at ../hal/src/hal_usart_sync.c:108 +[3] from 0xfffffffe +─── Threads ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +[1] id 0 from 0x00000714 in hri_mclk_write_CPUDIV_reg+0 at ../hri/hri_mclk_e54.h:243 +─── Variables ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +arg data = 1 '\001', hw = 0x40000800 +───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +hri_mclk_write_CPUDIV_reg (data=1 '\001', hw=0x40000800) at ../hri/hri_mclk_e54.h:243 +243 ((Mclk *)hw)->CPUDIV.reg = data; +Breakpoint 1 at 0x7ec: file ../main.c, line 7. +Loading section .text, size 0x1b14 lma 0x0 +Loading section .relocate, size 0x64 lma 0x1b14 +Start address 0x0, load size 7032 +Transfer rate: 53 KB/sec, 781 bytes/write. +─── Output/messages ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── +Note: automatically using hardware breakpoints for read-only addresses. +─── Assembly ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +~ +~ +~ +~ +~ +!0x000007ec main+0 push {r3, lr} + 0x000007ee main+2 ldr r3, [pc, #20] ; (0x804 ) + 0x000007f0 main+4 blx r3 + 0x000007f2 main+6 ldr r3, [pc, #20] ; (0x808 ) + 0x000007f4 main+8 blx r3 +─── Breakpoints ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +[1] break at 0x000007ec in ../main.c:7 for main hit 1 time +─── Expressions ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +─── History ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +─── Memory ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +─── Registers ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── + r0 0x20000064 r1 0x00000000 r2 0x00f00000 r3 0x000007ed r4 0x1ffffffd r5 0x200102ba + r6 0x00001100 r7 0x000002d5 r8 0x000002a5 r9 0x00000000 r10 0x2000031c r11 0xaf9fbfff + r12 0x0000004a sp 0x200100d8 lr 0x000007bd pc 0x000007ec xpsr 0x61000000 fpscr 0x00000000 + msp 0x200100d8 psp 0xfff3df7c primask 0x00 basepri 0x00 faultmask 0x00 control 0x00 +─── Source ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +~ +~ +~ +~ +  1 #include +  2 #include "pdebug.h" +  3 #include "sd_mmc.h" +  4 int main(void) +  5 { +  6 /* Initializes MCU, drivers and middleware */ +! 7 atmel_start_init(); +  8 pdebug_init(); +  9 + 10 printf("Hi\n"); + 11 + 12 sd_mmc_init(); + 13 /* Replace with your application code */ + 14 while (1) { + 15 } + 16 } +─── Stack ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +[0] from 0x000007ec in main+0 at ../main.c:7 +─── Threads ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +[1] id -1 from 0x000007ec in main+0 at ../main.c:7 +─── Variables ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── + +Breakpoint 1, main () at ../main.c:7 +7 atmel_start_init(); +─── Assembly ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── + 0x000007f6 main+10 ldr r3, [pc, #20] ; (0x80c ) + 0x000007f8 main+12 ldr r0, [pc, #20] ; (0x810 ) + 0x000007fa main+14 blx r3 + 0x000007fc main+16 ldr r3, [pc, #20] ; (0x814 ) + 0x000007fe main+18 blx r3 + 0x00000800 main+20 b.n 0x800  + 0x00000802 main+22 nop + 0x00000804 main+24 lsrs r1, r0, #23 + 0x00000806 main+26 movs r0, r0 + 0x00000808 main+28 lsrs r1, r5, #24 +─── Breakpoints ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +─── Expressions ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +─── History ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +─── Memory ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +─── Registers ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── + r0 0x00000000 r1 0x0000000a r2 0x000000f1 r3 0x000005b1 r4 0x1ffffffd r5 0x200102ba + r6 0x00001100 r7 0x000002d5 r8 0x000002a5 r9 0x00000000 r10 0x2000031c r11 0xaf9fbfff + r12 0x0000000a sp 0x200100d0 lr 0x00000fcf pc 0x00000800 xpsr 0x21000000 fpscr 0x00000000 + msp 0x200100d0 psp 0xfff3df7c primask 0x00 basepri 0x00 faultmask 0x00 control 0x00 +─── Source ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +  5 { +  6 /* Initializes MCU, drivers and middleware */ +  7 atmel_start_init(); +  8 pdebug_init(); +  9 + 10 printf("Hi\n"); + 11 + 12 sd_mmc_init(); + 13 /* Replace with your application code */ + 14 while (1) { + 15 } + 16 } +~ +~ +~ +~ +~ +~ +~ +~ +─── Stack ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +[0] from 0x00000800 in main+20 at ../main.c:15 +─── Threads ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +[1] id 0 from 0x00000800 in main+20 at ../main.c:15 +─── Variables ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +main () at ../main.c:15 +15 } +Breakpoint 1 at 0x7ec: file ../main.c, line 7. +Loading section .text, size 0x1b14 lma 0x0 +Loading section .relocate, size 0x64 lma 0x1b14 +Start address 0x0, load size 7032 +Transfer rate: 54 KB/sec, 781 bytes/write. +─── Output/messages ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── +Note: automatically using hardware breakpoints for read-only addresses. +─── Assembly ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +~ +~ +~ +~ +~ +!0x000007ec main+0 push {r3, lr} + 0x000007ee main+2 ldr r3, [pc, #20] ; (0x804 ) + 0x000007f0 main+4 blx r3 + 0x000007f2 main+6 ldr r3, [pc, #20] ; (0x808 ) + 0x000007f4 main+8 blx r3 +─── Breakpoints ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +[1] break at 0x000007ec in ../main.c:7 for main hit 1 time +─── Expressions ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +─── History ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +─── Memory ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +─── Registers ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── + r0 0x20000064 r1 0x00000000 r2 0x00f00000 r3 0x000007ed r4 0x1ffffffd r5 0x200102ba + r6 0x00001100 r7 0x000002d5 r8 0x000002a5 r9 0x00000000 r10 0x2000031c r11 0xaf9fbfff + r12 0x0000000a sp 0x200100d8 lr 0x000007bd pc 0x000007ec xpsr 0x61000000 fpscr 0x00000000 + msp 0x200100d8 psp 0xfff3df7c primask 0x00 basepri 0x00 faultmask 0x00 control 0x00 +─── Source ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +~ +~ +~ +~ +  1 #include +  2 #include "pdebug.h" +  3 #include "sd_mmc.h" +  4 int main(void) +  5 { +  6 /* Initializes MCU, drivers and middleware */ +! 7 atmel_start_init(); +  8 pdebug_init(); +  9 + 10 printf("Hi\n"); + 11 + 12 sd_mmc_init(); + 13 /* Replace with your application code */ + 14 while (1) { + 15 } + 16 } +─── Stack ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +[0] from 0x000007ec in main+0 at ../main.c:7 +─── Threads ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +[1] id -1 from 0x000007ec in main+0 at ../main.c:7 +─── Variables ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── + +Breakpoint 1, main () at ../main.c:7 +7 atmel_start_init(); +─── Assembly ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── + 0x000007f6 main+10 ldr r3, [pc, #20] ; (0x80c ) + 0x000007f8 main+12 ldr r0, [pc, #20] ; (0x810 ) + 0x000007fa main+14 blx r3 + 0x000007fc main+16 ldr r3, [pc, #20] ; (0x814 ) + 0x000007fe main+18 blx r3 + 0x00000800 main+20 b.n 0x800  + 0x00000802 main+22 nop + 0x00000804 main+24 lsrs r1, r0, #23 + 0x00000806 main+26 movs r0, r0 + 0x00000808 main+28 lsrs r1, r5, #24 +─── Breakpoints ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +─── Expressions ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +─── History ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +─── Memory ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +─── Registers ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── + r0 0x00000000 r1 0x0000000a r2 0x000000f1 r3 0x000005b1 r4 0x1ffffffd r5 0x200102ba + r6 0x00001100 r7 0x000002d5 r8 0x000002a5 r9 0x00000000 r10 0x2000031c r11 0xaf9fbfff + r12 0x0000000a sp 0x200100d0 lr 0x00000fcf pc 0x00000800 xpsr 0x21000000 fpscr 0x00000000 + msp 0x200100d0 psp 0xfff3df7c primask 0x00 basepri 0x00 faultmask 0x00 control 0x00 +─── Source ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +  5 { +  6 /* Initializes MCU, drivers and middleware */ +  7 atmel_start_init(); +  8 pdebug_init(); +  9 + 10 printf("Hi\n"); + 11 + 12 sd_mmc_init(); + 13 /* Replace with your application code */ + 14 while (1) { + 15 } + 16 } +~ +~ +~ +~ +~ +~ +~ +~ +─── Stack ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +[0] from 0x00000800 in main+20 at ../main.c:15 +─── Threads ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +[1] id 0 from 0x00000800 in main+20 at ../main.c:15 +─── Variables ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +main () at ../main.c:15 +15 } +Breakpoint 1 at 0x7ec: file ../main.c, line 7. +Loading section .text, size 0x1b24 lma 0x0 +Loading section .relocate, size 0x64 lma 0x1b24 +Start address 0x0, load size 7048 +Transfer rate: 55 KB/sec, 783 bytes/write. +─── Output/messages ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── +Note: automatically using hardware breakpoints for read-only addresses. +─── Assembly ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +~ +~ +~ +~ +~ +!0x000007ec main+0 push {r3, lr} + 0x000007ee main+2 ldr r3, [pc, #20] ; (0x804 ) + 0x000007f0 main+4 blx r3 + 0x000007f2 main+6 ldr r3, [pc, #20] ; (0x808 ) + 0x000007f4 main+8 blx r3 +─── Breakpoints ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +[1] break at 0x000007ec in ../main.c:7 for main hit 1 time +─── Expressions ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +─── History ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +─── Memory ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +─── Registers ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── + r0 0x20000064 r1 0x00000000 r2 0x00f00000 r3 0x000007ed r4 0x1ffffffd r5 0x200102ba + r6 0x00001100 r7 0x000002d5 r8 0x000002a5 r9 0x00000000 r10 0x2000031c r11 0xaf9fbfff + r12 0x0000000a sp 0x200100d8 lr 0x000007bd pc 0x000007ec xpsr 0x61000000 fpscr 0x00000000 + msp 0x200100d8 psp 0xfff3df7c primask 0x00 basepri 0x00 faultmask 0x00 control 0x00 +─── Source ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +~ +~ +~ +~ +  1 #include +  2 #include "pdebug.h" +  3 #include "sd_mmc.h" +  4 int main(void) +  5 { +  6 /* Initializes MCU, drivers and middleware */ +! 7 atmel_start_init(); +  8 pdebug_init(); +  9 + 10 printf("Hi\n"); + 11 + 12 sd_mmc_init(); + 13 /* Replace with your application code */ + 14 while (1) { + 15 } + 16 } +─── Stack ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +[0] from 0x000007ec in main+0 at ../main.c:7 +─── Threads ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +[1] id -1 from 0x000007ec in main+0 at ../main.c:7 +─── Variables ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── + +Breakpoint 1, main () at ../main.c:7 +7 atmel_start_init(); +─── Assembly ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── + 0x000007f6 main+10 ldr r3, [pc, #20] ; (0x80c ) + 0x000007f8 main+12 ldr r0, [pc, #20] ; (0x810 ) + 0x000007fa main+14 blx r3 + 0x000007fc main+16 ldr r3, [pc, #20] ; (0x814 ) + 0x000007fe main+18 blx r3 + 0x00000800 main+20 b.n 0x800  + 0x00000802 main+22 nop + 0x00000804 main+24 lsrs r1, r0, #23 + 0x00000806 main+26 movs r0, r0 + 0x00000808 main+28 lsrs r1, r5, #24 +─── Breakpoints ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +─── Expressions ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +─── History ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +─── Memory ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +─── Registers ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── + r0 0x00000000 r1 0x0000000a r2 0x000000f1 r3 0x000005b1 r4 0x1ffffffd r5 0x200102ba + r6 0x00001100 r7 0x000002d5 r8 0x000002a5 r9 0x00000000 r10 0x2000031c r11 0xaf9fbfff + r12 0x0000000a sp 0x200100d0 lr 0x00000fdf pc 0x00000800 xpsr 0x21000000 fpscr 0x00000000 + msp 0x200100d0 psp 0xfff3df7c primask 0x00 basepri 0x00 faultmask 0x00 control 0x00 +─── Source ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +  5 { +  6 /* Initializes MCU, drivers and middleware */ +  7 atmel_start_init(); +  8 pdebug_init(); +  9 + 10 printf("Hi\n"); + 11 + 12 sd_mmc_init(); + 13 /* Replace with your application code */ + 14 while (1) { + 15 } + 16 } +~ +~ +~ +~ +~ +~ +~ +~ +─── Stack ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +[0] from 0x00000800 in main+20 at ../main.c:15 +─── Threads ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +[1] id 0 from 0x00000800 in main+20 at ../main.c:15 +─── Variables ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +main () at ../main.c:15 +15 } +Breakpoint 1 at 0x7ec: file ../main.c, line 7. +Loading section .text, size 0x1b24 lma 0x0 +Loading section .relocate, size 0x64 lma 0x1b24 +Start address 0x0, load size 7048 +Transfer rate: 53 KB/sec, 783 bytes/write. +─── Output/messages ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── +Note: automatically using hardware breakpoints for read-only addresses. +─── Assembly ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +~ +~ +~ +~ +~ +!0x000007ec main+0 push {r3, lr} + 0x000007ee main+2 ldr r3, [pc, #20] ; (0x804 ) + 0x000007f0 main+4 blx r3 + 0x000007f2 main+6 ldr r3, [pc, #20] ; (0x808 ) + 0x000007f4 main+8 blx r3 +─── Breakpoints ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +[1] break at 0x000007ec in ../main.c:7 for main hit 1 time +─── Expressions ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +─── History ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +─── Memory ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +─── Registers ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── + r0 0x20000064 r1 0x00000000 r2 0x00f00000 r3 0x000007ed r4 0x1ffffffd r5 0x200102ba + r6 0x00001100 r7 0x000002d5 r8 0x000002a5 r9 0x00000000 r10 0x2000031c r11 0xaf9fbfff + r12 0x0000000a sp 0x200100d8 lr 0x000007bd pc 0x000007ec xpsr 0x61000000 fpscr 0x00000000 + msp 0x200100d8 psp 0xfff3df7c primask 0x00 basepri 0x00 faultmask 0x00 control 0x00 +─── Source ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +~ +~ +~ +~ +  1 #include +  2 #include "pdebug.h" +  3 #include "sd_mmc.h" +  4 int main(void) +  5 { +  6 /* Initializes MCU, drivers and middleware */ +! 7 atmel_start_init(); +  8 pdebug_init(); +  9 + 10 printf("Hi\n"); + 11 + 12 sd_mmc_init(); + 13 /* Replace with your application code */ + 14 while (1) { + 15 } + 16 } +─── Stack ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +[0] from 0x000007ec in main+0 at ../main.c:7 +─── Threads ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +[1] id -1 from 0x000007ec in main+0 at ../main.c:7 +─── Variables ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── + +Breakpoint 1, main () at ../main.c:7 +7 atmel_start_init(); diff --git a/build/hal/src/hal_atomic.d b/build/hal/src/hal_atomic.d deleted file mode 100644 index 40e1db2..0000000 --- a/build/hal/src/hal_atomic.d +++ /dev/null @@ -1,239 +0,0 @@ -hal/src/hal_atomic.d hal/src/hal_atomic.o: ../hal/src/hal_atomic.c \ - ../hal/include/hal_atomic.h ../hal/utils/include/compiler.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stddef.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stdint.h \ - /usr/arm-none-eabi/include/stdint.h \ - /usr/arm-none-eabi/include/machine/_default_types.h \ - /usr/arm-none-eabi/include/sys/features.h \ - /usr/arm-none-eabi/include/_newlib_version.h \ - /usr/arm-none-eabi/include/sys/_intsup.h \ - /usr/arm-none-eabi/include/sys/_stdint.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stdbool.h \ - ../hal/utils/include/parts.h ../include/same54.h ../include/same54p20a.h \ - ../CMSIS/Core/Include/core_cm4.h ../CMSIS/Core/Include/cmsis_version.h \ - ../CMSIS/Core/Include/cmsis_compiler.h ../CMSIS/Core/Include/cmsis_gcc.h \ - ../CMSIS/Core/Include/mpu_armv7.h ../include/system_same54.h \ - ../include/component/ac.h ../include/component/adc.h \ - ../include/component/aes.h ../include/component/can.h \ - ../include/component/ccl.h ../include/component/cmcc.h \ - ../include/component/dac.h ../include/component/dmac.h \ - ../include/component/dsu.h ../include/component/eic.h \ - ../include/component/evsys.h ../include/component/freqm.h \ - ../include/component/gclk.h ../include/component/gmac.h \ - ../include/component/hmatrixb.h ../include/component/icm.h \ - ../include/component/i2s.h ../include/component/mclk.h \ - ../include/component/nvmctrl.h ../include/component/oscctrl.h \ - ../include/component/osc32kctrl.h ../include/component/pac.h \ - ../include/component/pcc.h ../include/component/pdec.h \ - ../include/component/pm.h ../include/component/port.h \ - ../include/component/qspi.h ../include/component/ramecc.h \ - ../include/component/rstc.h ../include/component/rtc.h \ - ../include/component/sdhc.h ../include/component/sercom.h \ - ../include/component/supc.h ../include/component/tc.h \ - ../include/component/tcc.h ../include/component/trng.h \ - ../include/component/usb.h ../include/component/wdt.h \ - ../include/instance/ac.h ../include/instance/adc0.h \ - ../include/instance/adc1.h ../include/instance/aes.h \ - ../include/instance/can0.h ../include/instance/can1.h \ - ../include/instance/ccl.h ../include/instance/cmcc.h \ - ../include/instance/dac.h ../include/instance/dmac.h \ - ../include/instance/dsu.h ../include/instance/eic.h \ - ../include/instance/evsys.h ../include/instance/freqm.h \ - ../include/instance/gclk.h ../include/instance/gmac.h \ - ../include/instance/hmatrix.h ../include/instance/icm.h \ - ../include/instance/i2s.h ../include/instance/mclk.h \ - ../include/instance/nvmctrl.h ../include/instance/oscctrl.h \ - ../include/instance/osc32kctrl.h ../include/instance/pac.h \ - ../include/instance/pcc.h ../include/instance/pdec.h \ - ../include/instance/pm.h ../include/instance/port.h \ - ../include/instance/pukcc.h ../include/instance/qspi.h \ - ../include/instance/ramecc.h ../include/instance/rstc.h \ - ../include/instance/rtc.h ../include/instance/sdhc0.h \ - ../include/instance/sdhc1.h ../include/instance/sercom0.h \ - ../include/instance/sercom1.h ../include/instance/sercom2.h \ - ../include/instance/sercom3.h ../include/instance/sercom4.h \ - ../include/instance/sercom5.h ../include/instance/sercom6.h \ - ../include/instance/sercom7.h ../include/instance/supc.h \ - ../include/instance/tc0.h ../include/instance/tc1.h \ - ../include/instance/tc2.h ../include/instance/tc3.h \ - ../include/instance/tc4.h ../include/instance/tc5.h \ - ../include/instance/tc6.h ../include/instance/tc7.h \ - ../include/instance/tcc0.h ../include/instance/tcc1.h \ - ../include/instance/tcc2.h ../include/instance/tcc3.h \ - ../include/instance/tcc4.h ../include/instance/trng.h \ - ../include/instance/usb.h ../include/instance/wdt.h \ - ../include/pio/same54p20a.h ../hri/hri_e54.h ../include/sam.h \ - ../hri/hri_ac_e54.h ../hri/hri_adc_e54.h ../hri/hri_aes_e54.h \ - ../hri/hri_can_e54.h ../hri/hri_ccl_e54.h ../hri/hri_cmcc_e54.h \ - ../hri/hri_dac_e54.h ../hri/hri_dmac_e54.h ../hri/hri_dsu_e54.h \ - ../hri/hri_eic_e54.h ../hri/hri_evsys_e54.h ../hri/hri_freqm_e54.h \ - ../hri/hri_gclk_e54.h ../hri/hri_gmac_e54.h ../hri/hri_hmatrixb_e54.h \ - ../hri/hri_i2s_e54.h ../hri/hri_icm_e54.h ../hri/hri_mclk_e54.h \ - ../hri/hri_nvmctrl_e54.h ../hri/hri_osc32kctrl_e54.h \ - ../hri/hri_oscctrl_e54.h ../hri/hri_pac_e54.h ../hri/hri_pcc_e54.h \ - ../hri/hri_pdec_e54.h ../hri/hri_pm_e54.h ../hri/hri_port_e54.h \ - ../hri/hri_qspi_e54.h ../hri/hri_ramecc_e54.h ../hri/hri_rstc_e54.h \ - ../hri/hri_rtc_e54.h ../hri/hri_sdhc_e54.h ../hri/hri_sercom_e54.h \ - ../hri/hri_supc_e54.h ../hri/hri_tc_e54.h ../hri/hri_tcc_e54.h \ - ../hri/hri_trng_e54.h ../hri/hri_usb_e54.h ../hri/hri_wdt_e54.h \ - ../hal/utils/include/err_codes.h -../hal/include/hal_atomic.h: -../hal/utils/include/compiler.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stddef.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stdint.h: -/usr/arm-none-eabi/include/stdint.h: -/usr/arm-none-eabi/include/machine/_default_types.h: -/usr/arm-none-eabi/include/sys/features.h: -/usr/arm-none-eabi/include/_newlib_version.h: -/usr/arm-none-eabi/include/sys/_intsup.h: -/usr/arm-none-eabi/include/sys/_stdint.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stdbool.h: -../hal/utils/include/parts.h: -../include/same54.h: -../include/same54p20a.h: -../CMSIS/Core/Include/core_cm4.h: -../CMSIS/Core/Include/cmsis_version.h: -../CMSIS/Core/Include/cmsis_compiler.h: -../CMSIS/Core/Include/cmsis_gcc.h: -../CMSIS/Core/Include/mpu_armv7.h: -../include/system_same54.h: -../include/component/ac.h: -../include/component/adc.h: -../include/component/aes.h: -../include/component/can.h: -../include/component/ccl.h: -../include/component/cmcc.h: -../include/component/dac.h: -../include/component/dmac.h: -../include/component/dsu.h: -../include/component/eic.h: -../include/component/evsys.h: -../include/component/freqm.h: -../include/component/gclk.h: -../include/component/gmac.h: -../include/component/hmatrixb.h: -../include/component/icm.h: -../include/component/i2s.h: -../include/component/mclk.h: -../include/component/nvmctrl.h: -../include/component/oscctrl.h: -../include/component/osc32kctrl.h: -../include/component/pac.h: -../include/component/pcc.h: -../include/component/pdec.h: -../include/component/pm.h: -../include/component/port.h: -../include/component/qspi.h: -../include/component/ramecc.h: -../include/component/rstc.h: -../include/component/rtc.h: -../include/component/sdhc.h: -../include/component/sercom.h: -../include/component/supc.h: -../include/component/tc.h: -../include/component/tcc.h: -../include/component/trng.h: -../include/component/usb.h: -../include/component/wdt.h: -../include/instance/ac.h: -../include/instance/adc0.h: -../include/instance/adc1.h: -../include/instance/aes.h: -../include/instance/can0.h: -../include/instance/can1.h: -../include/instance/ccl.h: -../include/instance/cmcc.h: -../include/instance/dac.h: -../include/instance/dmac.h: -../include/instance/dsu.h: -../include/instance/eic.h: -../include/instance/evsys.h: -../include/instance/freqm.h: -../include/instance/gclk.h: -../include/instance/gmac.h: -../include/instance/hmatrix.h: -../include/instance/icm.h: -../include/instance/i2s.h: -../include/instance/mclk.h: -../include/instance/nvmctrl.h: -../include/instance/oscctrl.h: -../include/instance/osc32kctrl.h: -../include/instance/pac.h: -../include/instance/pcc.h: -../include/instance/pdec.h: -../include/instance/pm.h: -../include/instance/port.h: -../include/instance/pukcc.h: -../include/instance/qspi.h: -../include/instance/ramecc.h: -../include/instance/rstc.h: -../include/instance/rtc.h: -../include/instance/sdhc0.h: -../include/instance/sdhc1.h: -../include/instance/sercom0.h: -../include/instance/sercom1.h: -../include/instance/sercom2.h: -../include/instance/sercom3.h: -../include/instance/sercom4.h: -../include/instance/sercom5.h: -../include/instance/sercom6.h: -../include/instance/sercom7.h: -../include/instance/supc.h: -../include/instance/tc0.h: -../include/instance/tc1.h: -../include/instance/tc2.h: -../include/instance/tc3.h: -../include/instance/tc4.h: -../include/instance/tc5.h: -../include/instance/tc6.h: -../include/instance/tc7.h: -../include/instance/tcc0.h: -../include/instance/tcc1.h: -../include/instance/tcc2.h: -../include/instance/tcc3.h: -../include/instance/tcc4.h: -../include/instance/trng.h: -../include/instance/usb.h: -../include/instance/wdt.h: -../include/pio/same54p20a.h: -../hri/hri_e54.h: -../include/sam.h: -../hri/hri_ac_e54.h: -../hri/hri_adc_e54.h: -../hri/hri_aes_e54.h: -../hri/hri_can_e54.h: -../hri/hri_ccl_e54.h: -../hri/hri_cmcc_e54.h: -../hri/hri_dac_e54.h: -../hri/hri_dmac_e54.h: -../hri/hri_dsu_e54.h: -../hri/hri_eic_e54.h: -../hri/hri_evsys_e54.h: -../hri/hri_freqm_e54.h: -../hri/hri_gclk_e54.h: -../hri/hri_gmac_e54.h: -../hri/hri_hmatrixb_e54.h: -../hri/hri_i2s_e54.h: -../hri/hri_icm_e54.h: -../hri/hri_mclk_e54.h: -../hri/hri_nvmctrl_e54.h: -../hri/hri_osc32kctrl_e54.h: -../hri/hri_oscctrl_e54.h: -../hri/hri_pac_e54.h: -../hri/hri_pcc_e54.h: -../hri/hri_pdec_e54.h: -../hri/hri_pm_e54.h: -../hri/hri_port_e54.h: -../hri/hri_qspi_e54.h: -../hri/hri_ramecc_e54.h: -../hri/hri_rstc_e54.h: -../hri/hri_rtc_e54.h: -../hri/hri_sdhc_e54.h: -../hri/hri_sercom_e54.h: -../hri/hri_supc_e54.h: -../hri/hri_tc_e54.h: -../hri/hri_tcc_e54.h: -../hri/hri_trng_e54.h: -../hri/hri_usb_e54.h: -../hri/hri_wdt_e54.h: -../hal/utils/include/err_codes.h: diff --git a/build/hal/src/hal_atomic.o b/build/hal/src/hal_atomic.o deleted file mode 100644 index f1860fe..0000000 Binary files a/build/hal/src/hal_atomic.o and /dev/null differ diff --git a/build/hal/src/hal_cache.d b/build/hal/src/hal_cache.d deleted file mode 100644 index 24d2667..0000000 --- a/build/hal/src/hal_cache.d +++ /dev/null @@ -1,241 +0,0 @@ -hal/src/hal_cache.d hal/src/hal_cache.o: ../hal/src/hal_cache.c \ - ../hal/utils/include/compiler.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stddef.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stdint.h \ - /usr/arm-none-eabi/include/stdint.h \ - /usr/arm-none-eabi/include/machine/_default_types.h \ - /usr/arm-none-eabi/include/sys/features.h \ - /usr/arm-none-eabi/include/_newlib_version.h \ - /usr/arm-none-eabi/include/sys/_intsup.h \ - /usr/arm-none-eabi/include/sys/_stdint.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stdbool.h \ - ../hal/utils/include/parts.h ../include/same54.h ../include/same54p20a.h \ - ../CMSIS/Core/Include/core_cm4.h ../CMSIS/Core/Include/cmsis_version.h \ - ../CMSIS/Core/Include/cmsis_compiler.h ../CMSIS/Core/Include/cmsis_gcc.h \ - ../CMSIS/Core/Include/mpu_armv7.h ../include/system_same54.h \ - ../include/component/ac.h ../include/component/adc.h \ - ../include/component/aes.h ../include/component/can.h \ - ../include/component/ccl.h ../include/component/cmcc.h \ - ../include/component/dac.h ../include/component/dmac.h \ - ../include/component/dsu.h ../include/component/eic.h \ - ../include/component/evsys.h ../include/component/freqm.h \ - ../include/component/gclk.h ../include/component/gmac.h \ - ../include/component/hmatrixb.h ../include/component/icm.h \ - ../include/component/i2s.h ../include/component/mclk.h \ - ../include/component/nvmctrl.h ../include/component/oscctrl.h \ - ../include/component/osc32kctrl.h ../include/component/pac.h \ - ../include/component/pcc.h ../include/component/pdec.h \ - ../include/component/pm.h ../include/component/port.h \ - ../include/component/qspi.h ../include/component/ramecc.h \ - ../include/component/rstc.h ../include/component/rtc.h \ - ../include/component/sdhc.h ../include/component/sercom.h \ - ../include/component/supc.h ../include/component/tc.h \ - ../include/component/tcc.h ../include/component/trng.h \ - ../include/component/usb.h ../include/component/wdt.h \ - ../include/instance/ac.h ../include/instance/adc0.h \ - ../include/instance/adc1.h ../include/instance/aes.h \ - ../include/instance/can0.h ../include/instance/can1.h \ - ../include/instance/ccl.h ../include/instance/cmcc.h \ - ../include/instance/dac.h ../include/instance/dmac.h \ - ../include/instance/dsu.h ../include/instance/eic.h \ - ../include/instance/evsys.h ../include/instance/freqm.h \ - ../include/instance/gclk.h ../include/instance/gmac.h \ - ../include/instance/hmatrix.h ../include/instance/icm.h \ - ../include/instance/i2s.h ../include/instance/mclk.h \ - ../include/instance/nvmctrl.h ../include/instance/oscctrl.h \ - ../include/instance/osc32kctrl.h ../include/instance/pac.h \ - ../include/instance/pcc.h ../include/instance/pdec.h \ - ../include/instance/pm.h ../include/instance/port.h \ - ../include/instance/pukcc.h ../include/instance/qspi.h \ - ../include/instance/ramecc.h ../include/instance/rstc.h \ - ../include/instance/rtc.h ../include/instance/sdhc0.h \ - ../include/instance/sdhc1.h ../include/instance/sercom0.h \ - ../include/instance/sercom1.h ../include/instance/sercom2.h \ - ../include/instance/sercom3.h ../include/instance/sercom4.h \ - ../include/instance/sercom5.h ../include/instance/sercom6.h \ - ../include/instance/sercom7.h ../include/instance/supc.h \ - ../include/instance/tc0.h ../include/instance/tc1.h \ - ../include/instance/tc2.h ../include/instance/tc3.h \ - ../include/instance/tc4.h ../include/instance/tc5.h \ - ../include/instance/tc6.h ../include/instance/tc7.h \ - ../include/instance/tcc0.h ../include/instance/tcc1.h \ - ../include/instance/tcc2.h ../include/instance/tcc3.h \ - ../include/instance/tcc4.h ../include/instance/trng.h \ - ../include/instance/usb.h ../include/instance/wdt.h \ - ../include/pio/same54p20a.h ../hri/hri_e54.h ../include/sam.h \ - ../hri/hri_ac_e54.h ../hal/include/hal_atomic.h ../hri/hri_adc_e54.h \ - ../hri/hri_aes_e54.h ../hri/hri_can_e54.h ../hri/hri_ccl_e54.h \ - ../hri/hri_cmcc_e54.h ../hri/hri_dac_e54.h ../hri/hri_dmac_e54.h \ - ../hri/hri_dsu_e54.h ../hri/hri_eic_e54.h ../hri/hri_evsys_e54.h \ - ../hri/hri_freqm_e54.h ../hri/hri_gclk_e54.h ../hri/hri_gmac_e54.h \ - ../hri/hri_hmatrixb_e54.h ../hri/hri_i2s_e54.h ../hri/hri_icm_e54.h \ - ../hri/hri_mclk_e54.h ../hri/hri_nvmctrl_e54.h \ - ../hri/hri_osc32kctrl_e54.h ../hri/hri_oscctrl_e54.h \ - ../hri/hri_pac_e54.h ../hri/hri_pcc_e54.h ../hri/hri_pdec_e54.h \ - ../hri/hri_pm_e54.h ../hri/hri_port_e54.h ../hri/hri_qspi_e54.h \ - ../hri/hri_ramecc_e54.h ../hri/hri_rstc_e54.h ../hri/hri_rtc_e54.h \ - ../hri/hri_sdhc_e54.h ../hri/hri_sercom_e54.h ../hri/hri_supc_e54.h \ - ../hri/hri_tc_e54.h ../hri/hri_tcc_e54.h ../hri/hri_trng_e54.h \ - ../hri/hri_usb_e54.h ../hri/hri_wdt_e54.h \ - ../hal/utils/include/err_codes.h ../hal/include/hpl_cmcc.h -../hal/utils/include/compiler.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stddef.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stdint.h: -/usr/arm-none-eabi/include/stdint.h: -/usr/arm-none-eabi/include/machine/_default_types.h: -/usr/arm-none-eabi/include/sys/features.h: -/usr/arm-none-eabi/include/_newlib_version.h: -/usr/arm-none-eabi/include/sys/_intsup.h: -/usr/arm-none-eabi/include/sys/_stdint.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stdbool.h: -../hal/utils/include/parts.h: -../include/same54.h: -../include/same54p20a.h: -../CMSIS/Core/Include/core_cm4.h: -../CMSIS/Core/Include/cmsis_version.h: -../CMSIS/Core/Include/cmsis_compiler.h: -../CMSIS/Core/Include/cmsis_gcc.h: -../CMSIS/Core/Include/mpu_armv7.h: -../include/system_same54.h: -../include/component/ac.h: -../include/component/adc.h: -../include/component/aes.h: -../include/component/can.h: -../include/component/ccl.h: -../include/component/cmcc.h: -../include/component/dac.h: -../include/component/dmac.h: -../include/component/dsu.h: -../include/component/eic.h: -../include/component/evsys.h: -../include/component/freqm.h: -../include/component/gclk.h: -../include/component/gmac.h: -../include/component/hmatrixb.h: -../include/component/icm.h: -../include/component/i2s.h: -../include/component/mclk.h: -../include/component/nvmctrl.h: -../include/component/oscctrl.h: -../include/component/osc32kctrl.h: -../include/component/pac.h: -../include/component/pcc.h: -../include/component/pdec.h: -../include/component/pm.h: -../include/component/port.h: -../include/component/qspi.h: -../include/component/ramecc.h: -../include/component/rstc.h: -../include/component/rtc.h: -../include/component/sdhc.h: -../include/component/sercom.h: -../include/component/supc.h: -../include/component/tc.h: -../include/component/tcc.h: -../include/component/trng.h: -../include/component/usb.h: -../include/component/wdt.h: -../include/instance/ac.h: -../include/instance/adc0.h: -../include/instance/adc1.h: -../include/instance/aes.h: -../include/instance/can0.h: -../include/instance/can1.h: -../include/instance/ccl.h: -../include/instance/cmcc.h: -../include/instance/dac.h: -../include/instance/dmac.h: -../include/instance/dsu.h: -../include/instance/eic.h: -../include/instance/evsys.h: -../include/instance/freqm.h: -../include/instance/gclk.h: -../include/instance/gmac.h: -../include/instance/hmatrix.h: -../include/instance/icm.h: -../include/instance/i2s.h: -../include/instance/mclk.h: -../include/instance/nvmctrl.h: -../include/instance/oscctrl.h: -../include/instance/osc32kctrl.h: -../include/instance/pac.h: -../include/instance/pcc.h: -../include/instance/pdec.h: -../include/instance/pm.h: -../include/instance/port.h: -../include/instance/pukcc.h: -../include/instance/qspi.h: -../include/instance/ramecc.h: -../include/instance/rstc.h: -../include/instance/rtc.h: -../include/instance/sdhc0.h: -../include/instance/sdhc1.h: -../include/instance/sercom0.h: -../include/instance/sercom1.h: -../include/instance/sercom2.h: -../include/instance/sercom3.h: -../include/instance/sercom4.h: -../include/instance/sercom5.h: -../include/instance/sercom6.h: -../include/instance/sercom7.h: -../include/instance/supc.h: -../include/instance/tc0.h: -../include/instance/tc1.h: -../include/instance/tc2.h: -../include/instance/tc3.h: -../include/instance/tc4.h: -../include/instance/tc5.h: -../include/instance/tc6.h: -../include/instance/tc7.h: -../include/instance/tcc0.h: -../include/instance/tcc1.h: -../include/instance/tcc2.h: -../include/instance/tcc3.h: -../include/instance/tcc4.h: -../include/instance/trng.h: -../include/instance/usb.h: -../include/instance/wdt.h: -../include/pio/same54p20a.h: -../hri/hri_e54.h: -../include/sam.h: -../hri/hri_ac_e54.h: -../hal/include/hal_atomic.h: -../hri/hri_adc_e54.h: -../hri/hri_aes_e54.h: -../hri/hri_can_e54.h: -../hri/hri_ccl_e54.h: -../hri/hri_cmcc_e54.h: -../hri/hri_dac_e54.h: -../hri/hri_dmac_e54.h: -../hri/hri_dsu_e54.h: -../hri/hri_eic_e54.h: -../hri/hri_evsys_e54.h: -../hri/hri_freqm_e54.h: -../hri/hri_gclk_e54.h: -../hri/hri_gmac_e54.h: -../hri/hri_hmatrixb_e54.h: -../hri/hri_i2s_e54.h: -../hri/hri_icm_e54.h: -../hri/hri_mclk_e54.h: -../hri/hri_nvmctrl_e54.h: -../hri/hri_osc32kctrl_e54.h: -../hri/hri_oscctrl_e54.h: -../hri/hri_pac_e54.h: -../hri/hri_pcc_e54.h: -../hri/hri_pdec_e54.h: -../hri/hri_pm_e54.h: -../hri/hri_port_e54.h: -../hri/hri_qspi_e54.h: -../hri/hri_ramecc_e54.h: -../hri/hri_rstc_e54.h: -../hri/hri_rtc_e54.h: -../hri/hri_sdhc_e54.h: -../hri/hri_sercom_e54.h: -../hri/hri_supc_e54.h: -../hri/hri_tc_e54.h: -../hri/hri_tcc_e54.h: -../hri/hri_trng_e54.h: -../hri/hri_usb_e54.h: -../hri/hri_wdt_e54.h: -../hal/utils/include/err_codes.h: -../hal/include/hpl_cmcc.h: diff --git a/build/hal/src/hal_cache.o b/build/hal/src/hal_cache.o deleted file mode 100644 index e632fb6..0000000 Binary files a/build/hal/src/hal_cache.o and /dev/null differ diff --git a/build/hal/src/hal_delay.d b/build/hal/src/hal_delay.d deleted file mode 100644 index 83c1dfd..0000000 --- a/build/hal/src/hal_delay.d +++ /dev/null @@ -1,247 +0,0 @@ -hal/src/hal_delay.d hal/src/hal_delay.o: ../hal/src/hal_delay.c \ - ../hal/include/hpl_irq.h ../hal/utils/include/compiler.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stddef.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stdint.h \ - /usr/arm-none-eabi/include/stdint.h \ - /usr/arm-none-eabi/include/machine/_default_types.h \ - /usr/arm-none-eabi/include/sys/features.h \ - /usr/arm-none-eabi/include/_newlib_version.h \ - /usr/arm-none-eabi/include/sys/_intsup.h \ - /usr/arm-none-eabi/include/sys/_stdint.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stdbool.h \ - ../hal/utils/include/parts.h ../include/same54.h ../include/same54p20a.h \ - ../CMSIS/Core/Include/core_cm4.h ../CMSIS/Core/Include/cmsis_version.h \ - ../CMSIS/Core/Include/cmsis_compiler.h ../CMSIS/Core/Include/cmsis_gcc.h \ - ../CMSIS/Core/Include/mpu_armv7.h ../include/system_same54.h \ - ../include/component/ac.h ../include/component/adc.h \ - ../include/component/aes.h ../include/component/can.h \ - ../include/component/ccl.h ../include/component/cmcc.h \ - ../include/component/dac.h ../include/component/dmac.h \ - ../include/component/dsu.h ../include/component/eic.h \ - ../include/component/evsys.h ../include/component/freqm.h \ - ../include/component/gclk.h ../include/component/gmac.h \ - ../include/component/hmatrixb.h ../include/component/icm.h \ - ../include/component/i2s.h ../include/component/mclk.h \ - ../include/component/nvmctrl.h ../include/component/oscctrl.h \ - ../include/component/osc32kctrl.h ../include/component/pac.h \ - ../include/component/pcc.h ../include/component/pdec.h \ - ../include/component/pm.h ../include/component/port.h \ - ../include/component/qspi.h ../include/component/ramecc.h \ - ../include/component/rstc.h ../include/component/rtc.h \ - ../include/component/sdhc.h ../include/component/sercom.h \ - ../include/component/supc.h ../include/component/tc.h \ - ../include/component/tcc.h ../include/component/trng.h \ - ../include/component/usb.h ../include/component/wdt.h \ - ../include/instance/ac.h ../include/instance/adc0.h \ - ../include/instance/adc1.h ../include/instance/aes.h \ - ../include/instance/can0.h ../include/instance/can1.h \ - ../include/instance/ccl.h ../include/instance/cmcc.h \ - ../include/instance/dac.h ../include/instance/dmac.h \ - ../include/instance/dsu.h ../include/instance/eic.h \ - ../include/instance/evsys.h ../include/instance/freqm.h \ - ../include/instance/gclk.h ../include/instance/gmac.h \ - ../include/instance/hmatrix.h ../include/instance/icm.h \ - ../include/instance/i2s.h ../include/instance/mclk.h \ - ../include/instance/nvmctrl.h ../include/instance/oscctrl.h \ - ../include/instance/osc32kctrl.h ../include/instance/pac.h \ - ../include/instance/pcc.h ../include/instance/pdec.h \ - ../include/instance/pm.h ../include/instance/port.h \ - ../include/instance/pukcc.h ../include/instance/qspi.h \ - ../include/instance/ramecc.h ../include/instance/rstc.h \ - ../include/instance/rtc.h ../include/instance/sdhc0.h \ - ../include/instance/sdhc1.h ../include/instance/sercom0.h \ - ../include/instance/sercom1.h ../include/instance/sercom2.h \ - ../include/instance/sercom3.h ../include/instance/sercom4.h \ - ../include/instance/sercom5.h ../include/instance/sercom6.h \ - ../include/instance/sercom7.h ../include/instance/supc.h \ - ../include/instance/tc0.h ../include/instance/tc1.h \ - ../include/instance/tc2.h ../include/instance/tc3.h \ - ../include/instance/tc4.h ../include/instance/tc5.h \ - ../include/instance/tc6.h ../include/instance/tc7.h \ - ../include/instance/tcc0.h ../include/instance/tcc1.h \ - ../include/instance/tcc2.h ../include/instance/tcc3.h \ - ../include/instance/tcc4.h ../include/instance/trng.h \ - ../include/instance/usb.h ../include/instance/wdt.h \ - ../include/pio/same54p20a.h ../hri/hri_e54.h ../include/sam.h \ - ../hri/hri_ac_e54.h ../hal/include/hal_atomic.h ../hri/hri_adc_e54.h \ - ../hri/hri_aes_e54.h ../hri/hri_can_e54.h ../hri/hri_ccl_e54.h \ - ../hri/hri_cmcc_e54.h ../hri/hri_dac_e54.h ../hri/hri_dmac_e54.h \ - ../hri/hri_dsu_e54.h ../hri/hri_eic_e54.h ../hri/hri_evsys_e54.h \ - ../hri/hri_freqm_e54.h ../hri/hri_gclk_e54.h ../hri/hri_gmac_e54.h \ - ../hri/hri_hmatrixb_e54.h ../hri/hri_i2s_e54.h ../hri/hri_icm_e54.h \ - ../hri/hri_mclk_e54.h ../hri/hri_nvmctrl_e54.h \ - ../hri/hri_osc32kctrl_e54.h ../hri/hri_oscctrl_e54.h \ - ../hri/hri_pac_e54.h ../hri/hri_pcc_e54.h ../hri/hri_pdec_e54.h \ - ../hri/hri_pm_e54.h ../hri/hri_port_e54.h ../hri/hri_qspi_e54.h \ - ../hri/hri_ramecc_e54.h ../hri/hri_rstc_e54.h ../hri/hri_rtc_e54.h \ - ../hri/hri_sdhc_e54.h ../hri/hri_sercom_e54.h ../hri/hri_supc_e54.h \ - ../hri/hri_tc_e54.h ../hri/hri_tcc_e54.h ../hri/hri_trng_e54.h \ - ../hri/hri_usb_e54.h ../hri/hri_wdt_e54.h \ - ../hal/utils/include/err_codes.h ../hal/include/hpl_reset.h \ - ../hal/include/hpl_sleep.h ../hal/include/hal_delay.h \ - ../hal/include/hpl_delay.h -../hal/include/hpl_irq.h: -../hal/utils/include/compiler.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stddef.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stdint.h: -/usr/arm-none-eabi/include/stdint.h: -/usr/arm-none-eabi/include/machine/_default_types.h: -/usr/arm-none-eabi/include/sys/features.h: -/usr/arm-none-eabi/include/_newlib_version.h: -/usr/arm-none-eabi/include/sys/_intsup.h: -/usr/arm-none-eabi/include/sys/_stdint.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stdbool.h: -../hal/utils/include/parts.h: -../include/same54.h: -../include/same54p20a.h: -../CMSIS/Core/Include/core_cm4.h: -../CMSIS/Core/Include/cmsis_version.h: -../CMSIS/Core/Include/cmsis_compiler.h: -../CMSIS/Core/Include/cmsis_gcc.h: -../CMSIS/Core/Include/mpu_armv7.h: -../include/system_same54.h: -../include/component/ac.h: -../include/component/adc.h: -../include/component/aes.h: -../include/component/can.h: -../include/component/ccl.h: -../include/component/cmcc.h: -../include/component/dac.h: -../include/component/dmac.h: -../include/component/dsu.h: -../include/component/eic.h: -../include/component/evsys.h: -../include/component/freqm.h: -../include/component/gclk.h: -../include/component/gmac.h: -../include/component/hmatrixb.h: -../include/component/icm.h: -../include/component/i2s.h: -../include/component/mclk.h: -../include/component/nvmctrl.h: -../include/component/oscctrl.h: -../include/component/osc32kctrl.h: -../include/component/pac.h: -../include/component/pcc.h: -../include/component/pdec.h: -../include/component/pm.h: -../include/component/port.h: -../include/component/qspi.h: -../include/component/ramecc.h: -../include/component/rstc.h: -../include/component/rtc.h: -../include/component/sdhc.h: -../include/component/sercom.h: -../include/component/supc.h: -../include/component/tc.h: -../include/component/tcc.h: -../include/component/trng.h: -../include/component/usb.h: -../include/component/wdt.h: -../include/instance/ac.h: -../include/instance/adc0.h: -../include/instance/adc1.h: -../include/instance/aes.h: -../include/instance/can0.h: -../include/instance/can1.h: -../include/instance/ccl.h: -../include/instance/cmcc.h: -../include/instance/dac.h: -../include/instance/dmac.h: -../include/instance/dsu.h: -../include/instance/eic.h: -../include/instance/evsys.h: -../include/instance/freqm.h: -../include/instance/gclk.h: -../include/instance/gmac.h: -../include/instance/hmatrix.h: -../include/instance/icm.h: -../include/instance/i2s.h: -../include/instance/mclk.h: -../include/instance/nvmctrl.h: -../include/instance/oscctrl.h: -../include/instance/osc32kctrl.h: -../include/instance/pac.h: -../include/instance/pcc.h: -../include/instance/pdec.h: -../include/instance/pm.h: -../include/instance/port.h: -../include/instance/pukcc.h: -../include/instance/qspi.h: -../include/instance/ramecc.h: -../include/instance/rstc.h: -../include/instance/rtc.h: -../include/instance/sdhc0.h: -../include/instance/sdhc1.h: -../include/instance/sercom0.h: -../include/instance/sercom1.h: -../include/instance/sercom2.h: -../include/instance/sercom3.h: -../include/instance/sercom4.h: -../include/instance/sercom5.h: -../include/instance/sercom6.h: -../include/instance/sercom7.h: -../include/instance/supc.h: -../include/instance/tc0.h: -../include/instance/tc1.h: -../include/instance/tc2.h: -../include/instance/tc3.h: -../include/instance/tc4.h: -../include/instance/tc5.h: -../include/instance/tc6.h: -../include/instance/tc7.h: -../include/instance/tcc0.h: -../include/instance/tcc1.h: -../include/instance/tcc2.h: -../include/instance/tcc3.h: -../include/instance/tcc4.h: -../include/instance/trng.h: -../include/instance/usb.h: -../include/instance/wdt.h: -../include/pio/same54p20a.h: -../hri/hri_e54.h: -../include/sam.h: -../hri/hri_ac_e54.h: -../hal/include/hal_atomic.h: -../hri/hri_adc_e54.h: -../hri/hri_aes_e54.h: -../hri/hri_can_e54.h: -../hri/hri_ccl_e54.h: -../hri/hri_cmcc_e54.h: -../hri/hri_dac_e54.h: -../hri/hri_dmac_e54.h: -../hri/hri_dsu_e54.h: -../hri/hri_eic_e54.h: -../hri/hri_evsys_e54.h: -../hri/hri_freqm_e54.h: -../hri/hri_gclk_e54.h: -../hri/hri_gmac_e54.h: -../hri/hri_hmatrixb_e54.h: -../hri/hri_i2s_e54.h: -../hri/hri_icm_e54.h: -../hri/hri_mclk_e54.h: -../hri/hri_nvmctrl_e54.h: -../hri/hri_osc32kctrl_e54.h: -../hri/hri_oscctrl_e54.h: -../hri/hri_pac_e54.h: -../hri/hri_pcc_e54.h: -../hri/hri_pdec_e54.h: -../hri/hri_pm_e54.h: -../hri/hri_port_e54.h: -../hri/hri_qspi_e54.h: -../hri/hri_ramecc_e54.h: -../hri/hri_rstc_e54.h: -../hri/hri_rtc_e54.h: -../hri/hri_sdhc_e54.h: -../hri/hri_sercom_e54.h: -../hri/hri_supc_e54.h: -../hri/hri_tc_e54.h: -../hri/hri_tcc_e54.h: -../hri/hri_trng_e54.h: -../hri/hri_usb_e54.h: -../hri/hri_wdt_e54.h: -../hal/utils/include/err_codes.h: -../hal/include/hpl_reset.h: -../hal/include/hpl_sleep.h: -../hal/include/hal_delay.h: -../hal/include/hpl_delay.h: diff --git a/build/hal/src/hal_delay.o b/build/hal/src/hal_delay.o deleted file mode 100644 index bb4ccf1..0000000 Binary files a/build/hal/src/hal_delay.o and /dev/null differ diff --git a/build/hal/src/hal_gpio.d b/build/hal/src/hal_gpio.d deleted file mode 100644 index be16d91..0000000 --- a/build/hal/src/hal_gpio.d +++ /dev/null @@ -1,247 +0,0 @@ -hal/src/hal_gpio.d hal/src/hal_gpio.o: ../hal/src/hal_gpio.c \ - ../hal/include/hal_gpio.h ../hal/include/hpl_gpio.h \ - ../hal/utils/include/compiler.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stddef.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stdint.h \ - /usr/arm-none-eabi/include/stdint.h \ - /usr/arm-none-eabi/include/machine/_default_types.h \ - /usr/arm-none-eabi/include/sys/features.h \ - /usr/arm-none-eabi/include/_newlib_version.h \ - /usr/arm-none-eabi/include/sys/_intsup.h \ - /usr/arm-none-eabi/include/sys/_stdint.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stdbool.h \ - ../hal/utils/include/parts.h ../include/same54.h ../include/same54p20a.h \ - ../CMSIS/Core/Include/core_cm4.h ../CMSIS/Core/Include/cmsis_version.h \ - ../CMSIS/Core/Include/cmsis_compiler.h ../CMSIS/Core/Include/cmsis_gcc.h \ - ../CMSIS/Core/Include/mpu_armv7.h ../include/system_same54.h \ - ../include/component/ac.h ../include/component/adc.h \ - ../include/component/aes.h ../include/component/can.h \ - ../include/component/ccl.h ../include/component/cmcc.h \ - ../include/component/dac.h ../include/component/dmac.h \ - ../include/component/dsu.h ../include/component/eic.h \ - ../include/component/evsys.h ../include/component/freqm.h \ - ../include/component/gclk.h ../include/component/gmac.h \ - ../include/component/hmatrixb.h ../include/component/icm.h \ - ../include/component/i2s.h ../include/component/mclk.h \ - ../include/component/nvmctrl.h ../include/component/oscctrl.h \ - ../include/component/osc32kctrl.h ../include/component/pac.h \ - ../include/component/pcc.h ../include/component/pdec.h \ - ../include/component/pm.h ../include/component/port.h \ - ../include/component/qspi.h ../include/component/ramecc.h \ - ../include/component/rstc.h ../include/component/rtc.h \ - ../include/component/sdhc.h ../include/component/sercom.h \ - ../include/component/supc.h ../include/component/tc.h \ - ../include/component/tcc.h ../include/component/trng.h \ - ../include/component/usb.h ../include/component/wdt.h \ - ../include/instance/ac.h ../include/instance/adc0.h \ - ../include/instance/adc1.h ../include/instance/aes.h \ - ../include/instance/can0.h ../include/instance/can1.h \ - ../include/instance/ccl.h ../include/instance/cmcc.h \ - ../include/instance/dac.h ../include/instance/dmac.h \ - ../include/instance/dsu.h ../include/instance/eic.h \ - ../include/instance/evsys.h ../include/instance/freqm.h \ - ../include/instance/gclk.h ../include/instance/gmac.h \ - ../include/instance/hmatrix.h ../include/instance/icm.h \ - ../include/instance/i2s.h ../include/instance/mclk.h \ - ../include/instance/nvmctrl.h ../include/instance/oscctrl.h \ - ../include/instance/osc32kctrl.h ../include/instance/pac.h \ - ../include/instance/pcc.h ../include/instance/pdec.h \ - ../include/instance/pm.h ../include/instance/port.h \ - ../include/instance/pukcc.h ../include/instance/qspi.h \ - ../include/instance/ramecc.h ../include/instance/rstc.h \ - ../include/instance/rtc.h ../include/instance/sdhc0.h \ - ../include/instance/sdhc1.h ../include/instance/sercom0.h \ - ../include/instance/sercom1.h ../include/instance/sercom2.h \ - ../include/instance/sercom3.h ../include/instance/sercom4.h \ - ../include/instance/sercom5.h ../include/instance/sercom6.h \ - ../include/instance/sercom7.h ../include/instance/supc.h \ - ../include/instance/tc0.h ../include/instance/tc1.h \ - ../include/instance/tc2.h ../include/instance/tc3.h \ - ../include/instance/tc4.h ../include/instance/tc5.h \ - ../include/instance/tc6.h ../include/instance/tc7.h \ - ../include/instance/tcc0.h ../include/instance/tcc1.h \ - ../include/instance/tcc2.h ../include/instance/tcc3.h \ - ../include/instance/tcc4.h ../include/instance/trng.h \ - ../include/instance/usb.h ../include/instance/wdt.h \ - ../include/pio/same54p20a.h ../hri/hri_e54.h ../include/sam.h \ - ../hri/hri_ac_e54.h ../hal/include/hal_atomic.h ../hri/hri_adc_e54.h \ - ../hri/hri_aes_e54.h ../hri/hri_can_e54.h ../hri/hri_ccl_e54.h \ - ../hri/hri_cmcc_e54.h ../hri/hri_dac_e54.h ../hri/hri_dmac_e54.h \ - ../hri/hri_dsu_e54.h ../hri/hri_eic_e54.h ../hri/hri_evsys_e54.h \ - ../hri/hri_freqm_e54.h ../hri/hri_gclk_e54.h ../hri/hri_gmac_e54.h \ - ../hri/hri_hmatrixb_e54.h ../hri/hri_i2s_e54.h ../hri/hri_icm_e54.h \ - ../hri/hri_mclk_e54.h ../hri/hri_nvmctrl_e54.h \ - ../hri/hri_osc32kctrl_e54.h ../hri/hri_oscctrl_e54.h \ - ../hri/hri_pac_e54.h ../hri/hri_pcc_e54.h ../hri/hri_pdec_e54.h \ - ../hri/hri_pm_e54.h ../hri/hri_port_e54.h ../hri/hri_qspi_e54.h \ - ../hri/hri_ramecc_e54.h ../hri/hri_rstc_e54.h ../hri/hri_rtc_e54.h \ - ../hri/hri_sdhc_e54.h ../hri/hri_sercom_e54.h ../hri/hri_supc_e54.h \ - ../hri/hri_tc_e54.h ../hri/hri_tcc_e54.h ../hri/hri_trng_e54.h \ - ../hri/hri_usb_e54.h ../hri/hri_wdt_e54.h \ - ../hal/utils/include/err_codes.h ../hpl/port/hpl_gpio_base.h \ - ../hal/utils/include/utils_assert.h ../config/hpl_port_config.h -../hal/include/hal_gpio.h: -../hal/include/hpl_gpio.h: -../hal/utils/include/compiler.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stddef.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stdint.h: -/usr/arm-none-eabi/include/stdint.h: -/usr/arm-none-eabi/include/machine/_default_types.h: -/usr/arm-none-eabi/include/sys/features.h: -/usr/arm-none-eabi/include/_newlib_version.h: -/usr/arm-none-eabi/include/sys/_intsup.h: -/usr/arm-none-eabi/include/sys/_stdint.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stdbool.h: -../hal/utils/include/parts.h: -../include/same54.h: -../include/same54p20a.h: -../CMSIS/Core/Include/core_cm4.h: -../CMSIS/Core/Include/cmsis_version.h: -../CMSIS/Core/Include/cmsis_compiler.h: -../CMSIS/Core/Include/cmsis_gcc.h: -../CMSIS/Core/Include/mpu_armv7.h: -../include/system_same54.h: -../include/component/ac.h: -../include/component/adc.h: -../include/component/aes.h: -../include/component/can.h: -../include/component/ccl.h: -../include/component/cmcc.h: -../include/component/dac.h: -../include/component/dmac.h: -../include/component/dsu.h: -../include/component/eic.h: -../include/component/evsys.h: -../include/component/freqm.h: -../include/component/gclk.h: -../include/component/gmac.h: -../include/component/hmatrixb.h: -../include/component/icm.h: -../include/component/i2s.h: -../include/component/mclk.h: -../include/component/nvmctrl.h: -../include/component/oscctrl.h: -../include/component/osc32kctrl.h: -../include/component/pac.h: -../include/component/pcc.h: -../include/component/pdec.h: -../include/component/pm.h: -../include/component/port.h: -../include/component/qspi.h: -../include/component/ramecc.h: -../include/component/rstc.h: -../include/component/rtc.h: -../include/component/sdhc.h: -../include/component/sercom.h: -../include/component/supc.h: -../include/component/tc.h: -../include/component/tcc.h: -../include/component/trng.h: -../include/component/usb.h: -../include/component/wdt.h: -../include/instance/ac.h: -../include/instance/adc0.h: -../include/instance/adc1.h: -../include/instance/aes.h: -../include/instance/can0.h: -../include/instance/can1.h: -../include/instance/ccl.h: -../include/instance/cmcc.h: -../include/instance/dac.h: -../include/instance/dmac.h: -../include/instance/dsu.h: -../include/instance/eic.h: -../include/instance/evsys.h: -../include/instance/freqm.h: -../include/instance/gclk.h: -../include/instance/gmac.h: -../include/instance/hmatrix.h: -../include/instance/icm.h: -../include/instance/i2s.h: -../include/instance/mclk.h: -../include/instance/nvmctrl.h: -../include/instance/oscctrl.h: -../include/instance/osc32kctrl.h: -../include/instance/pac.h: -../include/instance/pcc.h: -../include/instance/pdec.h: -../include/instance/pm.h: -../include/instance/port.h: -../include/instance/pukcc.h: -../include/instance/qspi.h: -../include/instance/ramecc.h: -../include/instance/rstc.h: -../include/instance/rtc.h: -../include/instance/sdhc0.h: -../include/instance/sdhc1.h: -../include/instance/sercom0.h: -../include/instance/sercom1.h: -../include/instance/sercom2.h: -../include/instance/sercom3.h: -../include/instance/sercom4.h: -../include/instance/sercom5.h: -../include/instance/sercom6.h: -../include/instance/sercom7.h: -../include/instance/supc.h: -../include/instance/tc0.h: -../include/instance/tc1.h: -../include/instance/tc2.h: -../include/instance/tc3.h: -../include/instance/tc4.h: -../include/instance/tc5.h: -../include/instance/tc6.h: -../include/instance/tc7.h: -../include/instance/tcc0.h: -../include/instance/tcc1.h: -../include/instance/tcc2.h: -../include/instance/tcc3.h: -../include/instance/tcc4.h: -../include/instance/trng.h: -../include/instance/usb.h: -../include/instance/wdt.h: -../include/pio/same54p20a.h: -../hri/hri_e54.h: -../include/sam.h: -../hri/hri_ac_e54.h: -../hal/include/hal_atomic.h: -../hri/hri_adc_e54.h: -../hri/hri_aes_e54.h: -../hri/hri_can_e54.h: -../hri/hri_ccl_e54.h: -../hri/hri_cmcc_e54.h: -../hri/hri_dac_e54.h: -../hri/hri_dmac_e54.h: -../hri/hri_dsu_e54.h: -../hri/hri_eic_e54.h: -../hri/hri_evsys_e54.h: -../hri/hri_freqm_e54.h: -../hri/hri_gclk_e54.h: -../hri/hri_gmac_e54.h: -../hri/hri_hmatrixb_e54.h: -../hri/hri_i2s_e54.h: -../hri/hri_icm_e54.h: -../hri/hri_mclk_e54.h: -../hri/hri_nvmctrl_e54.h: -../hri/hri_osc32kctrl_e54.h: -../hri/hri_oscctrl_e54.h: -../hri/hri_pac_e54.h: -../hri/hri_pcc_e54.h: -../hri/hri_pdec_e54.h: -../hri/hri_pm_e54.h: -../hri/hri_port_e54.h: -../hri/hri_qspi_e54.h: -../hri/hri_ramecc_e54.h: -../hri/hri_rstc_e54.h: -../hri/hri_rtc_e54.h: -../hri/hri_sdhc_e54.h: -../hri/hri_sercom_e54.h: -../hri/hri_supc_e54.h: -../hri/hri_tc_e54.h: -../hri/hri_tcc_e54.h: -../hri/hri_trng_e54.h: -../hri/hri_usb_e54.h: -../hri/hri_wdt_e54.h: -../hal/utils/include/err_codes.h: -../hpl/port/hpl_gpio_base.h: -../hal/utils/include/utils_assert.h: -../config/hpl_port_config.h: diff --git a/build/hal/src/hal_gpio.o b/build/hal/src/hal_gpio.o deleted file mode 100644 index ded1f84..0000000 Binary files a/build/hal/src/hal_gpio.o and /dev/null differ diff --git a/build/hal/src/hal_init.d b/build/hal/src/hal_init.d deleted file mode 100644 index 44fa00c..0000000 --- a/build/hal/src/hal_init.d +++ /dev/null @@ -1,243 +0,0 @@ -hal/src/hal_init.d hal/src/hal_init.o: ../hal/src/hal_init.c \ - ../hal/include/hal_init.h ../hal/include/hpl_init.h \ - ../hal/utils/include/compiler.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stddef.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stdint.h \ - /usr/arm-none-eabi/include/stdint.h \ - /usr/arm-none-eabi/include/machine/_default_types.h \ - /usr/arm-none-eabi/include/sys/features.h \ - /usr/arm-none-eabi/include/_newlib_version.h \ - /usr/arm-none-eabi/include/sys/_intsup.h \ - /usr/arm-none-eabi/include/sys/_stdint.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stdbool.h \ - ../hal/utils/include/parts.h ../include/same54.h ../include/same54p20a.h \ - ../CMSIS/Core/Include/core_cm4.h ../CMSIS/Core/Include/cmsis_version.h \ - ../CMSIS/Core/Include/cmsis_compiler.h ../CMSIS/Core/Include/cmsis_gcc.h \ - ../CMSIS/Core/Include/mpu_armv7.h ../include/system_same54.h \ - ../include/component/ac.h ../include/component/adc.h \ - ../include/component/aes.h ../include/component/can.h \ - ../include/component/ccl.h ../include/component/cmcc.h \ - ../include/component/dac.h ../include/component/dmac.h \ - ../include/component/dsu.h ../include/component/eic.h \ - ../include/component/evsys.h ../include/component/freqm.h \ - ../include/component/gclk.h ../include/component/gmac.h \ - ../include/component/hmatrixb.h ../include/component/icm.h \ - ../include/component/i2s.h ../include/component/mclk.h \ - ../include/component/nvmctrl.h ../include/component/oscctrl.h \ - ../include/component/osc32kctrl.h ../include/component/pac.h \ - ../include/component/pcc.h ../include/component/pdec.h \ - ../include/component/pm.h ../include/component/port.h \ - ../include/component/qspi.h ../include/component/ramecc.h \ - ../include/component/rstc.h ../include/component/rtc.h \ - ../include/component/sdhc.h ../include/component/sercom.h \ - ../include/component/supc.h ../include/component/tc.h \ - ../include/component/tcc.h ../include/component/trng.h \ - ../include/component/usb.h ../include/component/wdt.h \ - ../include/instance/ac.h ../include/instance/adc0.h \ - ../include/instance/adc1.h ../include/instance/aes.h \ - ../include/instance/can0.h ../include/instance/can1.h \ - ../include/instance/ccl.h ../include/instance/cmcc.h \ - ../include/instance/dac.h ../include/instance/dmac.h \ - ../include/instance/dsu.h ../include/instance/eic.h \ - ../include/instance/evsys.h ../include/instance/freqm.h \ - ../include/instance/gclk.h ../include/instance/gmac.h \ - ../include/instance/hmatrix.h ../include/instance/icm.h \ - ../include/instance/i2s.h ../include/instance/mclk.h \ - ../include/instance/nvmctrl.h ../include/instance/oscctrl.h \ - ../include/instance/osc32kctrl.h ../include/instance/pac.h \ - ../include/instance/pcc.h ../include/instance/pdec.h \ - ../include/instance/pm.h ../include/instance/port.h \ - ../include/instance/pukcc.h ../include/instance/qspi.h \ - ../include/instance/ramecc.h ../include/instance/rstc.h \ - ../include/instance/rtc.h ../include/instance/sdhc0.h \ - ../include/instance/sdhc1.h ../include/instance/sercom0.h \ - ../include/instance/sercom1.h ../include/instance/sercom2.h \ - ../include/instance/sercom3.h ../include/instance/sercom4.h \ - ../include/instance/sercom5.h ../include/instance/sercom6.h \ - ../include/instance/sercom7.h ../include/instance/supc.h \ - ../include/instance/tc0.h ../include/instance/tc1.h \ - ../include/instance/tc2.h ../include/instance/tc3.h \ - ../include/instance/tc4.h ../include/instance/tc5.h \ - ../include/instance/tc6.h ../include/instance/tc7.h \ - ../include/instance/tcc0.h ../include/instance/tcc1.h \ - ../include/instance/tcc2.h ../include/instance/tcc3.h \ - ../include/instance/tcc4.h ../include/instance/trng.h \ - ../include/instance/usb.h ../include/instance/wdt.h \ - ../include/pio/same54p20a.h ../hri/hri_e54.h ../include/sam.h \ - ../hri/hri_ac_e54.h ../hal/include/hal_atomic.h ../hri/hri_adc_e54.h \ - ../hri/hri_aes_e54.h ../hri/hri_can_e54.h ../hri/hri_ccl_e54.h \ - ../hri/hri_cmcc_e54.h ../hri/hri_dac_e54.h ../hri/hri_dmac_e54.h \ - ../hri/hri_dsu_e54.h ../hri/hri_eic_e54.h ../hri/hri_evsys_e54.h \ - ../hri/hri_freqm_e54.h ../hri/hri_gclk_e54.h ../hri/hri_gmac_e54.h \ - ../hri/hri_hmatrixb_e54.h ../hri/hri_i2s_e54.h ../hri/hri_icm_e54.h \ - ../hri/hri_mclk_e54.h ../hri/hri_nvmctrl_e54.h \ - ../hri/hri_osc32kctrl_e54.h ../hri/hri_oscctrl_e54.h \ - ../hri/hri_pac_e54.h ../hri/hri_pcc_e54.h ../hri/hri_pdec_e54.h \ - ../hri/hri_pm_e54.h ../hri/hri_port_e54.h ../hri/hri_qspi_e54.h \ - ../hri/hri_ramecc_e54.h ../hri/hri_rstc_e54.h ../hri/hri_rtc_e54.h \ - ../hri/hri_sdhc_e54.h ../hri/hri_sercom_e54.h ../hri/hri_supc_e54.h \ - ../hri/hri_tc_e54.h ../hri/hri_tcc_e54.h ../hri/hri_trng_e54.h \ - ../hri/hri_usb_e54.h ../hri/hri_wdt_e54.h \ - ../hal/utils/include/err_codes.h -../hal/include/hal_init.h: -../hal/include/hpl_init.h: -../hal/utils/include/compiler.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stddef.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stdint.h: -/usr/arm-none-eabi/include/stdint.h: -/usr/arm-none-eabi/include/machine/_default_types.h: -/usr/arm-none-eabi/include/sys/features.h: -/usr/arm-none-eabi/include/_newlib_version.h: -/usr/arm-none-eabi/include/sys/_intsup.h: -/usr/arm-none-eabi/include/sys/_stdint.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stdbool.h: -../hal/utils/include/parts.h: -../include/same54.h: -../include/same54p20a.h: -../CMSIS/Core/Include/core_cm4.h: -../CMSIS/Core/Include/cmsis_version.h: -../CMSIS/Core/Include/cmsis_compiler.h: -../CMSIS/Core/Include/cmsis_gcc.h: -../CMSIS/Core/Include/mpu_armv7.h: -../include/system_same54.h: -../include/component/ac.h: -../include/component/adc.h: -../include/component/aes.h: -../include/component/can.h: -../include/component/ccl.h: -../include/component/cmcc.h: -../include/component/dac.h: -../include/component/dmac.h: -../include/component/dsu.h: -../include/component/eic.h: -../include/component/evsys.h: -../include/component/freqm.h: -../include/component/gclk.h: -../include/component/gmac.h: -../include/component/hmatrixb.h: -../include/component/icm.h: -../include/component/i2s.h: -../include/component/mclk.h: -../include/component/nvmctrl.h: -../include/component/oscctrl.h: -../include/component/osc32kctrl.h: -../include/component/pac.h: -../include/component/pcc.h: -../include/component/pdec.h: -../include/component/pm.h: -../include/component/port.h: -../include/component/qspi.h: -../include/component/ramecc.h: -../include/component/rstc.h: -../include/component/rtc.h: -../include/component/sdhc.h: -../include/component/sercom.h: -../include/component/supc.h: -../include/component/tc.h: -../include/component/tcc.h: -../include/component/trng.h: -../include/component/usb.h: -../include/component/wdt.h: -../include/instance/ac.h: -../include/instance/adc0.h: -../include/instance/adc1.h: -../include/instance/aes.h: -../include/instance/can0.h: -../include/instance/can1.h: -../include/instance/ccl.h: -../include/instance/cmcc.h: -../include/instance/dac.h: -../include/instance/dmac.h: -../include/instance/dsu.h: -../include/instance/eic.h: -../include/instance/evsys.h: -../include/instance/freqm.h: -../include/instance/gclk.h: -../include/instance/gmac.h: -../include/instance/hmatrix.h: -../include/instance/icm.h: -../include/instance/i2s.h: -../include/instance/mclk.h: -../include/instance/nvmctrl.h: -../include/instance/oscctrl.h: -../include/instance/osc32kctrl.h: -../include/instance/pac.h: -../include/instance/pcc.h: -../include/instance/pdec.h: -../include/instance/pm.h: -../include/instance/port.h: -../include/instance/pukcc.h: -../include/instance/qspi.h: -../include/instance/ramecc.h: -../include/instance/rstc.h: -../include/instance/rtc.h: -../include/instance/sdhc0.h: -../include/instance/sdhc1.h: -../include/instance/sercom0.h: -../include/instance/sercom1.h: -../include/instance/sercom2.h: -../include/instance/sercom3.h: -../include/instance/sercom4.h: -../include/instance/sercom5.h: -../include/instance/sercom6.h: -../include/instance/sercom7.h: -../include/instance/supc.h: -../include/instance/tc0.h: -../include/instance/tc1.h: -../include/instance/tc2.h: -../include/instance/tc3.h: -../include/instance/tc4.h: -../include/instance/tc5.h: -../include/instance/tc6.h: -../include/instance/tc7.h: -../include/instance/tcc0.h: -../include/instance/tcc1.h: -../include/instance/tcc2.h: -../include/instance/tcc3.h: -../include/instance/tcc4.h: -../include/instance/trng.h: -../include/instance/usb.h: -../include/instance/wdt.h: -../include/pio/same54p20a.h: -../hri/hri_e54.h: -../include/sam.h: -../hri/hri_ac_e54.h: -../hal/include/hal_atomic.h: -../hri/hri_adc_e54.h: -../hri/hri_aes_e54.h: -../hri/hri_can_e54.h: -../hri/hri_ccl_e54.h: -../hri/hri_cmcc_e54.h: -../hri/hri_dac_e54.h: -../hri/hri_dmac_e54.h: -../hri/hri_dsu_e54.h: -../hri/hri_eic_e54.h: -../hri/hri_evsys_e54.h: -../hri/hri_freqm_e54.h: -../hri/hri_gclk_e54.h: -../hri/hri_gmac_e54.h: -../hri/hri_hmatrixb_e54.h: -../hri/hri_i2s_e54.h: -../hri/hri_icm_e54.h: -../hri/hri_mclk_e54.h: -../hri/hri_nvmctrl_e54.h: -../hri/hri_osc32kctrl_e54.h: -../hri/hri_oscctrl_e54.h: -../hri/hri_pac_e54.h: -../hri/hri_pcc_e54.h: -../hri/hri_pdec_e54.h: -../hri/hri_pm_e54.h: -../hri/hri_port_e54.h: -../hri/hri_qspi_e54.h: -../hri/hri_ramecc_e54.h: -../hri/hri_rstc_e54.h: -../hri/hri_rtc_e54.h: -../hri/hri_sdhc_e54.h: -../hri/hri_sercom_e54.h: -../hri/hri_supc_e54.h: -../hri/hri_tc_e54.h: -../hri/hri_tcc_e54.h: -../hri/hri_trng_e54.h: -../hri/hri_usb_e54.h: -../hri/hri_wdt_e54.h: -../hal/utils/include/err_codes.h: diff --git a/build/hal/src/hal_init.o b/build/hal/src/hal_init.o deleted file mode 100644 index a5ba471..0000000 Binary files a/build/hal/src/hal_init.o and /dev/null differ diff --git a/build/hal/src/hal_io.d b/build/hal/src/hal_io.d deleted file mode 100644 index 24b3309..0000000 --- a/build/hal/src/hal_io.d +++ /dev/null @@ -1,242 +0,0 @@ -hal/src/hal_io.d hal/src/hal_io.o: ../hal/src/hal_io.c \ - ../hal/include/hal_io.h ../hal/utils/include/compiler.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stddef.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stdint.h \ - /usr/arm-none-eabi/include/stdint.h \ - /usr/arm-none-eabi/include/machine/_default_types.h \ - /usr/arm-none-eabi/include/sys/features.h \ - /usr/arm-none-eabi/include/_newlib_version.h \ - /usr/arm-none-eabi/include/sys/_intsup.h \ - /usr/arm-none-eabi/include/sys/_stdint.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stdbool.h \ - ../hal/utils/include/parts.h ../include/same54.h ../include/same54p20a.h \ - ../CMSIS/Core/Include/core_cm4.h ../CMSIS/Core/Include/cmsis_version.h \ - ../CMSIS/Core/Include/cmsis_compiler.h ../CMSIS/Core/Include/cmsis_gcc.h \ - ../CMSIS/Core/Include/mpu_armv7.h ../include/system_same54.h \ - ../include/component/ac.h ../include/component/adc.h \ - ../include/component/aes.h ../include/component/can.h \ - ../include/component/ccl.h ../include/component/cmcc.h \ - ../include/component/dac.h ../include/component/dmac.h \ - ../include/component/dsu.h ../include/component/eic.h \ - ../include/component/evsys.h ../include/component/freqm.h \ - ../include/component/gclk.h ../include/component/gmac.h \ - ../include/component/hmatrixb.h ../include/component/icm.h \ - ../include/component/i2s.h ../include/component/mclk.h \ - ../include/component/nvmctrl.h ../include/component/oscctrl.h \ - ../include/component/osc32kctrl.h ../include/component/pac.h \ - ../include/component/pcc.h ../include/component/pdec.h \ - ../include/component/pm.h ../include/component/port.h \ - ../include/component/qspi.h ../include/component/ramecc.h \ - ../include/component/rstc.h ../include/component/rtc.h \ - ../include/component/sdhc.h ../include/component/sercom.h \ - ../include/component/supc.h ../include/component/tc.h \ - ../include/component/tcc.h ../include/component/trng.h \ - ../include/component/usb.h ../include/component/wdt.h \ - ../include/instance/ac.h ../include/instance/adc0.h \ - ../include/instance/adc1.h ../include/instance/aes.h \ - ../include/instance/can0.h ../include/instance/can1.h \ - ../include/instance/ccl.h ../include/instance/cmcc.h \ - ../include/instance/dac.h ../include/instance/dmac.h \ - ../include/instance/dsu.h ../include/instance/eic.h \ - ../include/instance/evsys.h ../include/instance/freqm.h \ - ../include/instance/gclk.h ../include/instance/gmac.h \ - ../include/instance/hmatrix.h ../include/instance/icm.h \ - ../include/instance/i2s.h ../include/instance/mclk.h \ - ../include/instance/nvmctrl.h ../include/instance/oscctrl.h \ - ../include/instance/osc32kctrl.h ../include/instance/pac.h \ - ../include/instance/pcc.h ../include/instance/pdec.h \ - ../include/instance/pm.h ../include/instance/port.h \ - ../include/instance/pukcc.h ../include/instance/qspi.h \ - ../include/instance/ramecc.h ../include/instance/rstc.h \ - ../include/instance/rtc.h ../include/instance/sdhc0.h \ - ../include/instance/sdhc1.h ../include/instance/sercom0.h \ - ../include/instance/sercom1.h ../include/instance/sercom2.h \ - ../include/instance/sercom3.h ../include/instance/sercom4.h \ - ../include/instance/sercom5.h ../include/instance/sercom6.h \ - ../include/instance/sercom7.h ../include/instance/supc.h \ - ../include/instance/tc0.h ../include/instance/tc1.h \ - ../include/instance/tc2.h ../include/instance/tc3.h \ - ../include/instance/tc4.h ../include/instance/tc5.h \ - ../include/instance/tc6.h ../include/instance/tc7.h \ - ../include/instance/tcc0.h ../include/instance/tcc1.h \ - ../include/instance/tcc2.h ../include/instance/tcc3.h \ - ../include/instance/tcc4.h ../include/instance/trng.h \ - ../include/instance/usb.h ../include/instance/wdt.h \ - ../include/pio/same54p20a.h ../hri/hri_e54.h ../include/sam.h \ - ../hri/hri_ac_e54.h ../hal/include/hal_atomic.h ../hri/hri_adc_e54.h \ - ../hri/hri_aes_e54.h ../hri/hri_can_e54.h ../hri/hri_ccl_e54.h \ - ../hri/hri_cmcc_e54.h ../hri/hri_dac_e54.h ../hri/hri_dmac_e54.h \ - ../hri/hri_dsu_e54.h ../hri/hri_eic_e54.h ../hri/hri_evsys_e54.h \ - ../hri/hri_freqm_e54.h ../hri/hri_gclk_e54.h ../hri/hri_gmac_e54.h \ - ../hri/hri_hmatrixb_e54.h ../hri/hri_i2s_e54.h ../hri/hri_icm_e54.h \ - ../hri/hri_mclk_e54.h ../hri/hri_nvmctrl_e54.h \ - ../hri/hri_osc32kctrl_e54.h ../hri/hri_oscctrl_e54.h \ - ../hri/hri_pac_e54.h ../hri/hri_pcc_e54.h ../hri/hri_pdec_e54.h \ - ../hri/hri_pm_e54.h ../hri/hri_port_e54.h ../hri/hri_qspi_e54.h \ - ../hri/hri_ramecc_e54.h ../hri/hri_rstc_e54.h ../hri/hri_rtc_e54.h \ - ../hri/hri_sdhc_e54.h ../hri/hri_sercom_e54.h ../hri/hri_supc_e54.h \ - ../hri/hri_tc_e54.h ../hri/hri_tcc_e54.h ../hri/hri_trng_e54.h \ - ../hri/hri_usb_e54.h ../hri/hri_wdt_e54.h \ - ../hal/utils/include/err_codes.h ../hal/utils/include/utils_assert.h -../hal/include/hal_io.h: -../hal/utils/include/compiler.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stddef.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stdint.h: -/usr/arm-none-eabi/include/stdint.h: -/usr/arm-none-eabi/include/machine/_default_types.h: -/usr/arm-none-eabi/include/sys/features.h: -/usr/arm-none-eabi/include/_newlib_version.h: -/usr/arm-none-eabi/include/sys/_intsup.h: -/usr/arm-none-eabi/include/sys/_stdint.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stdbool.h: -../hal/utils/include/parts.h: -../include/same54.h: -../include/same54p20a.h: -../CMSIS/Core/Include/core_cm4.h: -../CMSIS/Core/Include/cmsis_version.h: -../CMSIS/Core/Include/cmsis_compiler.h: -../CMSIS/Core/Include/cmsis_gcc.h: -../CMSIS/Core/Include/mpu_armv7.h: -../include/system_same54.h: -../include/component/ac.h: -../include/component/adc.h: -../include/component/aes.h: -../include/component/can.h: -../include/component/ccl.h: -../include/component/cmcc.h: -../include/component/dac.h: -../include/component/dmac.h: -../include/component/dsu.h: -../include/component/eic.h: -../include/component/evsys.h: -../include/component/freqm.h: -../include/component/gclk.h: -../include/component/gmac.h: -../include/component/hmatrixb.h: -../include/component/icm.h: -../include/component/i2s.h: -../include/component/mclk.h: -../include/component/nvmctrl.h: -../include/component/oscctrl.h: -../include/component/osc32kctrl.h: -../include/component/pac.h: -../include/component/pcc.h: -../include/component/pdec.h: -../include/component/pm.h: -../include/component/port.h: -../include/component/qspi.h: -../include/component/ramecc.h: -../include/component/rstc.h: -../include/component/rtc.h: -../include/component/sdhc.h: -../include/component/sercom.h: -../include/component/supc.h: -../include/component/tc.h: -../include/component/tcc.h: -../include/component/trng.h: -../include/component/usb.h: -../include/component/wdt.h: -../include/instance/ac.h: -../include/instance/adc0.h: -../include/instance/adc1.h: -../include/instance/aes.h: -../include/instance/can0.h: -../include/instance/can1.h: -../include/instance/ccl.h: -../include/instance/cmcc.h: -../include/instance/dac.h: -../include/instance/dmac.h: -../include/instance/dsu.h: -../include/instance/eic.h: -../include/instance/evsys.h: -../include/instance/freqm.h: -../include/instance/gclk.h: -../include/instance/gmac.h: -../include/instance/hmatrix.h: -../include/instance/icm.h: -../include/instance/i2s.h: -../include/instance/mclk.h: -../include/instance/nvmctrl.h: -../include/instance/oscctrl.h: -../include/instance/osc32kctrl.h: -../include/instance/pac.h: -../include/instance/pcc.h: -../include/instance/pdec.h: -../include/instance/pm.h: -../include/instance/port.h: -../include/instance/pukcc.h: -../include/instance/qspi.h: -../include/instance/ramecc.h: -../include/instance/rstc.h: -../include/instance/rtc.h: -../include/instance/sdhc0.h: -../include/instance/sdhc1.h: -../include/instance/sercom0.h: -../include/instance/sercom1.h: -../include/instance/sercom2.h: -../include/instance/sercom3.h: -../include/instance/sercom4.h: -../include/instance/sercom5.h: -../include/instance/sercom6.h: -../include/instance/sercom7.h: -../include/instance/supc.h: -../include/instance/tc0.h: -../include/instance/tc1.h: -../include/instance/tc2.h: -../include/instance/tc3.h: -../include/instance/tc4.h: -../include/instance/tc5.h: -../include/instance/tc6.h: -../include/instance/tc7.h: -../include/instance/tcc0.h: -../include/instance/tcc1.h: -../include/instance/tcc2.h: -../include/instance/tcc3.h: -../include/instance/tcc4.h: -../include/instance/trng.h: -../include/instance/usb.h: -../include/instance/wdt.h: -../include/pio/same54p20a.h: -../hri/hri_e54.h: -../include/sam.h: -../hri/hri_ac_e54.h: -../hal/include/hal_atomic.h: -../hri/hri_adc_e54.h: -../hri/hri_aes_e54.h: -../hri/hri_can_e54.h: -../hri/hri_ccl_e54.h: -../hri/hri_cmcc_e54.h: -../hri/hri_dac_e54.h: -../hri/hri_dmac_e54.h: -../hri/hri_dsu_e54.h: -../hri/hri_eic_e54.h: -../hri/hri_evsys_e54.h: -../hri/hri_freqm_e54.h: -../hri/hri_gclk_e54.h: -../hri/hri_gmac_e54.h: -../hri/hri_hmatrixb_e54.h: -../hri/hri_i2s_e54.h: -../hri/hri_icm_e54.h: -../hri/hri_mclk_e54.h: -../hri/hri_nvmctrl_e54.h: -../hri/hri_osc32kctrl_e54.h: -../hri/hri_oscctrl_e54.h: -../hri/hri_pac_e54.h: -../hri/hri_pcc_e54.h: -../hri/hri_pdec_e54.h: -../hri/hri_pm_e54.h: -../hri/hri_port_e54.h: -../hri/hri_qspi_e54.h: -../hri/hri_ramecc_e54.h: -../hri/hri_rstc_e54.h: -../hri/hri_rtc_e54.h: -../hri/hri_sdhc_e54.h: -../hri/hri_sercom_e54.h: -../hri/hri_supc_e54.h: -../hri/hri_tc_e54.h: -../hri/hri_tcc_e54.h: -../hri/hri_trng_e54.h: -../hri/hri_usb_e54.h: -../hri/hri_wdt_e54.h: -../hal/utils/include/err_codes.h: -../hal/utils/include/utils_assert.h: diff --git a/build/hal/src/hal_io.o b/build/hal/src/hal_io.o deleted file mode 100644 index e03917c..0000000 Binary files a/build/hal/src/hal_io.o and /dev/null differ diff --git a/build/hal/src/hal_sleep.d b/build/hal/src/hal_sleep.d deleted file mode 100644 index 0271943..0000000 --- a/build/hal/src/hal_sleep.d +++ /dev/null @@ -1,243 +0,0 @@ -hal/src/hal_sleep.d hal/src/hal_sleep.o: ../hal/src/hal_sleep.c \ - ../hal/include/hal_sleep.h ../hal/include/hpl_sleep.h \ - ../hal/utils/include/compiler.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stddef.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stdint.h \ - /usr/arm-none-eabi/include/stdint.h \ - /usr/arm-none-eabi/include/machine/_default_types.h \ - /usr/arm-none-eabi/include/sys/features.h \ - /usr/arm-none-eabi/include/_newlib_version.h \ - /usr/arm-none-eabi/include/sys/_intsup.h \ - /usr/arm-none-eabi/include/sys/_stdint.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stdbool.h \ - ../hal/utils/include/parts.h ../include/same54.h ../include/same54p20a.h \ - ../CMSIS/Core/Include/core_cm4.h ../CMSIS/Core/Include/cmsis_version.h \ - ../CMSIS/Core/Include/cmsis_compiler.h ../CMSIS/Core/Include/cmsis_gcc.h \ - ../CMSIS/Core/Include/mpu_armv7.h ../include/system_same54.h \ - ../include/component/ac.h ../include/component/adc.h \ - ../include/component/aes.h ../include/component/can.h \ - ../include/component/ccl.h ../include/component/cmcc.h \ - ../include/component/dac.h ../include/component/dmac.h \ - ../include/component/dsu.h ../include/component/eic.h \ - ../include/component/evsys.h ../include/component/freqm.h \ - ../include/component/gclk.h ../include/component/gmac.h \ - ../include/component/hmatrixb.h ../include/component/icm.h \ - ../include/component/i2s.h ../include/component/mclk.h \ - ../include/component/nvmctrl.h ../include/component/oscctrl.h \ - ../include/component/osc32kctrl.h ../include/component/pac.h \ - ../include/component/pcc.h ../include/component/pdec.h \ - ../include/component/pm.h ../include/component/port.h \ - ../include/component/qspi.h ../include/component/ramecc.h \ - ../include/component/rstc.h ../include/component/rtc.h \ - ../include/component/sdhc.h ../include/component/sercom.h \ - ../include/component/supc.h ../include/component/tc.h \ - ../include/component/tcc.h ../include/component/trng.h \ - ../include/component/usb.h ../include/component/wdt.h \ - ../include/instance/ac.h ../include/instance/adc0.h \ - ../include/instance/adc1.h ../include/instance/aes.h \ - ../include/instance/can0.h ../include/instance/can1.h \ - ../include/instance/ccl.h ../include/instance/cmcc.h \ - ../include/instance/dac.h ../include/instance/dmac.h \ - ../include/instance/dsu.h ../include/instance/eic.h \ - ../include/instance/evsys.h ../include/instance/freqm.h \ - ../include/instance/gclk.h ../include/instance/gmac.h \ - ../include/instance/hmatrix.h ../include/instance/icm.h \ - ../include/instance/i2s.h ../include/instance/mclk.h \ - ../include/instance/nvmctrl.h ../include/instance/oscctrl.h \ - ../include/instance/osc32kctrl.h ../include/instance/pac.h \ - ../include/instance/pcc.h ../include/instance/pdec.h \ - ../include/instance/pm.h ../include/instance/port.h \ - ../include/instance/pukcc.h ../include/instance/qspi.h \ - ../include/instance/ramecc.h ../include/instance/rstc.h \ - ../include/instance/rtc.h ../include/instance/sdhc0.h \ - ../include/instance/sdhc1.h ../include/instance/sercom0.h \ - ../include/instance/sercom1.h ../include/instance/sercom2.h \ - ../include/instance/sercom3.h ../include/instance/sercom4.h \ - ../include/instance/sercom5.h ../include/instance/sercom6.h \ - ../include/instance/sercom7.h ../include/instance/supc.h \ - ../include/instance/tc0.h ../include/instance/tc1.h \ - ../include/instance/tc2.h ../include/instance/tc3.h \ - ../include/instance/tc4.h ../include/instance/tc5.h \ - ../include/instance/tc6.h ../include/instance/tc7.h \ - ../include/instance/tcc0.h ../include/instance/tcc1.h \ - ../include/instance/tcc2.h ../include/instance/tcc3.h \ - ../include/instance/tcc4.h ../include/instance/trng.h \ - ../include/instance/usb.h ../include/instance/wdt.h \ - ../include/pio/same54p20a.h ../hri/hri_e54.h ../include/sam.h \ - ../hri/hri_ac_e54.h ../hal/include/hal_atomic.h ../hri/hri_adc_e54.h \ - ../hri/hri_aes_e54.h ../hri/hri_can_e54.h ../hri/hri_ccl_e54.h \ - ../hri/hri_cmcc_e54.h ../hri/hri_dac_e54.h ../hri/hri_dmac_e54.h \ - ../hri/hri_dsu_e54.h ../hri/hri_eic_e54.h ../hri/hri_evsys_e54.h \ - ../hri/hri_freqm_e54.h ../hri/hri_gclk_e54.h ../hri/hri_gmac_e54.h \ - ../hri/hri_hmatrixb_e54.h ../hri/hri_i2s_e54.h ../hri/hri_icm_e54.h \ - ../hri/hri_mclk_e54.h ../hri/hri_nvmctrl_e54.h \ - ../hri/hri_osc32kctrl_e54.h ../hri/hri_oscctrl_e54.h \ - ../hri/hri_pac_e54.h ../hri/hri_pcc_e54.h ../hri/hri_pdec_e54.h \ - ../hri/hri_pm_e54.h ../hri/hri_port_e54.h ../hri/hri_qspi_e54.h \ - ../hri/hri_ramecc_e54.h ../hri/hri_rstc_e54.h ../hri/hri_rtc_e54.h \ - ../hri/hri_sdhc_e54.h ../hri/hri_sercom_e54.h ../hri/hri_supc_e54.h \ - ../hri/hri_tc_e54.h ../hri/hri_tcc_e54.h ../hri/hri_trng_e54.h \ - ../hri/hri_usb_e54.h ../hri/hri_wdt_e54.h \ - ../hal/utils/include/err_codes.h -../hal/include/hal_sleep.h: -../hal/include/hpl_sleep.h: -../hal/utils/include/compiler.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stddef.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stdint.h: -/usr/arm-none-eabi/include/stdint.h: -/usr/arm-none-eabi/include/machine/_default_types.h: -/usr/arm-none-eabi/include/sys/features.h: -/usr/arm-none-eabi/include/_newlib_version.h: -/usr/arm-none-eabi/include/sys/_intsup.h: -/usr/arm-none-eabi/include/sys/_stdint.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stdbool.h: -../hal/utils/include/parts.h: -../include/same54.h: -../include/same54p20a.h: -../CMSIS/Core/Include/core_cm4.h: -../CMSIS/Core/Include/cmsis_version.h: -../CMSIS/Core/Include/cmsis_compiler.h: -../CMSIS/Core/Include/cmsis_gcc.h: -../CMSIS/Core/Include/mpu_armv7.h: -../include/system_same54.h: -../include/component/ac.h: -../include/component/adc.h: -../include/component/aes.h: -../include/component/can.h: -../include/component/ccl.h: -../include/component/cmcc.h: -../include/component/dac.h: -../include/component/dmac.h: -../include/component/dsu.h: -../include/component/eic.h: -../include/component/evsys.h: -../include/component/freqm.h: -../include/component/gclk.h: -../include/component/gmac.h: -../include/component/hmatrixb.h: -../include/component/icm.h: -../include/component/i2s.h: -../include/component/mclk.h: -../include/component/nvmctrl.h: -../include/component/oscctrl.h: -../include/component/osc32kctrl.h: -../include/component/pac.h: -../include/component/pcc.h: -../include/component/pdec.h: -../include/component/pm.h: -../include/component/port.h: -../include/component/qspi.h: -../include/component/ramecc.h: -../include/component/rstc.h: -../include/component/rtc.h: -../include/component/sdhc.h: -../include/component/sercom.h: -../include/component/supc.h: -../include/component/tc.h: -../include/component/tcc.h: -../include/component/trng.h: -../include/component/usb.h: -../include/component/wdt.h: -../include/instance/ac.h: -../include/instance/adc0.h: -../include/instance/adc1.h: -../include/instance/aes.h: -../include/instance/can0.h: -../include/instance/can1.h: -../include/instance/ccl.h: -../include/instance/cmcc.h: -../include/instance/dac.h: -../include/instance/dmac.h: -../include/instance/dsu.h: -../include/instance/eic.h: -../include/instance/evsys.h: -../include/instance/freqm.h: -../include/instance/gclk.h: -../include/instance/gmac.h: -../include/instance/hmatrix.h: -../include/instance/icm.h: -../include/instance/i2s.h: -../include/instance/mclk.h: -../include/instance/nvmctrl.h: -../include/instance/oscctrl.h: -../include/instance/osc32kctrl.h: -../include/instance/pac.h: -../include/instance/pcc.h: -../include/instance/pdec.h: -../include/instance/pm.h: -../include/instance/port.h: -../include/instance/pukcc.h: -../include/instance/qspi.h: -../include/instance/ramecc.h: -../include/instance/rstc.h: -../include/instance/rtc.h: -../include/instance/sdhc0.h: -../include/instance/sdhc1.h: -../include/instance/sercom0.h: -../include/instance/sercom1.h: -../include/instance/sercom2.h: -../include/instance/sercom3.h: -../include/instance/sercom4.h: -../include/instance/sercom5.h: -../include/instance/sercom6.h: -../include/instance/sercom7.h: -../include/instance/supc.h: -../include/instance/tc0.h: -../include/instance/tc1.h: -../include/instance/tc2.h: -../include/instance/tc3.h: -../include/instance/tc4.h: -../include/instance/tc5.h: -../include/instance/tc6.h: -../include/instance/tc7.h: -../include/instance/tcc0.h: -../include/instance/tcc1.h: -../include/instance/tcc2.h: -../include/instance/tcc3.h: -../include/instance/tcc4.h: -../include/instance/trng.h: -../include/instance/usb.h: -../include/instance/wdt.h: -../include/pio/same54p20a.h: -../hri/hri_e54.h: -../include/sam.h: -../hri/hri_ac_e54.h: -../hal/include/hal_atomic.h: -../hri/hri_adc_e54.h: -../hri/hri_aes_e54.h: -../hri/hri_can_e54.h: -../hri/hri_ccl_e54.h: -../hri/hri_cmcc_e54.h: -../hri/hri_dac_e54.h: -../hri/hri_dmac_e54.h: -../hri/hri_dsu_e54.h: -../hri/hri_eic_e54.h: -../hri/hri_evsys_e54.h: -../hri/hri_freqm_e54.h: -../hri/hri_gclk_e54.h: -../hri/hri_gmac_e54.h: -../hri/hri_hmatrixb_e54.h: -../hri/hri_i2s_e54.h: -../hri/hri_icm_e54.h: -../hri/hri_mclk_e54.h: -../hri/hri_nvmctrl_e54.h: -../hri/hri_osc32kctrl_e54.h: -../hri/hri_oscctrl_e54.h: -../hri/hri_pac_e54.h: -../hri/hri_pcc_e54.h: -../hri/hri_pdec_e54.h: -../hri/hri_pm_e54.h: -../hri/hri_port_e54.h: -../hri/hri_qspi_e54.h: -../hri/hri_ramecc_e54.h: -../hri/hri_rstc_e54.h: -../hri/hri_rtc_e54.h: -../hri/hri_sdhc_e54.h: -../hri/hri_sercom_e54.h: -../hri/hri_supc_e54.h: -../hri/hri_tc_e54.h: -../hri/hri_tcc_e54.h: -../hri/hri_trng_e54.h: -../hri/hri_usb_e54.h: -../hri/hri_wdt_e54.h: -../hal/utils/include/err_codes.h: diff --git a/build/hal/src/hal_sleep.o b/build/hal/src/hal_sleep.o deleted file mode 100644 index 70c8e99..0000000 Binary files a/build/hal/src/hal_sleep.o and /dev/null differ diff --git a/build/hal/src/hal_spi_m_sync.d b/build/hal/src/hal_spi_m_sync.d deleted file mode 100644 index 121f5b4..0000000 --- a/build/hal/src/hal_spi_m_sync.d +++ /dev/null @@ -1,250 +0,0 @@ -hal/src/hal_spi_m_sync.d hal/src/hal_spi_m_sync.o: \ - ../hal/src/hal_spi_m_sync.c ../hal/include/hal_spi_m_sync.h \ - ../hal/include/hal_io.h ../hal/utils/include/compiler.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stddef.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stdint.h \ - /usr/arm-none-eabi/include/stdint.h \ - /usr/arm-none-eabi/include/machine/_default_types.h \ - /usr/arm-none-eabi/include/sys/features.h \ - /usr/arm-none-eabi/include/_newlib_version.h \ - /usr/arm-none-eabi/include/sys/_intsup.h \ - /usr/arm-none-eabi/include/sys/_stdint.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stdbool.h \ - ../hal/utils/include/parts.h ../include/same54.h ../include/same54p20a.h \ - ../CMSIS/Core/Include/core_cm4.h ../CMSIS/Core/Include/cmsis_version.h \ - ../CMSIS/Core/Include/cmsis_compiler.h ../CMSIS/Core/Include/cmsis_gcc.h \ - ../CMSIS/Core/Include/mpu_armv7.h ../include/system_same54.h \ - ../include/component/ac.h ../include/component/adc.h \ - ../include/component/aes.h ../include/component/can.h \ - ../include/component/ccl.h ../include/component/cmcc.h \ - ../include/component/dac.h ../include/component/dmac.h \ - ../include/component/dsu.h ../include/component/eic.h \ - ../include/component/evsys.h ../include/component/freqm.h \ - ../include/component/gclk.h ../include/component/gmac.h \ - ../include/component/hmatrixb.h ../include/component/icm.h \ - ../include/component/i2s.h ../include/component/mclk.h \ - ../include/component/nvmctrl.h ../include/component/oscctrl.h \ - ../include/component/osc32kctrl.h ../include/component/pac.h \ - ../include/component/pcc.h ../include/component/pdec.h \ - ../include/component/pm.h ../include/component/port.h \ - ../include/component/qspi.h ../include/component/ramecc.h \ - ../include/component/rstc.h ../include/component/rtc.h \ - ../include/component/sdhc.h ../include/component/sercom.h \ - ../include/component/supc.h ../include/component/tc.h \ - ../include/component/tcc.h ../include/component/trng.h \ - ../include/component/usb.h ../include/component/wdt.h \ - ../include/instance/ac.h ../include/instance/adc0.h \ - ../include/instance/adc1.h ../include/instance/aes.h \ - ../include/instance/can0.h ../include/instance/can1.h \ - ../include/instance/ccl.h ../include/instance/cmcc.h \ - ../include/instance/dac.h ../include/instance/dmac.h \ - ../include/instance/dsu.h ../include/instance/eic.h \ - ../include/instance/evsys.h ../include/instance/freqm.h \ - ../include/instance/gclk.h ../include/instance/gmac.h \ - ../include/instance/hmatrix.h ../include/instance/icm.h \ - ../include/instance/i2s.h ../include/instance/mclk.h \ - ../include/instance/nvmctrl.h ../include/instance/oscctrl.h \ - ../include/instance/osc32kctrl.h ../include/instance/pac.h \ - ../include/instance/pcc.h ../include/instance/pdec.h \ - ../include/instance/pm.h ../include/instance/port.h \ - ../include/instance/pukcc.h ../include/instance/qspi.h \ - ../include/instance/ramecc.h ../include/instance/rstc.h \ - ../include/instance/rtc.h ../include/instance/sdhc0.h \ - ../include/instance/sdhc1.h ../include/instance/sercom0.h \ - ../include/instance/sercom1.h ../include/instance/sercom2.h \ - ../include/instance/sercom3.h ../include/instance/sercom4.h \ - ../include/instance/sercom5.h ../include/instance/sercom6.h \ - ../include/instance/sercom7.h ../include/instance/supc.h \ - ../include/instance/tc0.h ../include/instance/tc1.h \ - ../include/instance/tc2.h ../include/instance/tc3.h \ - ../include/instance/tc4.h ../include/instance/tc5.h \ - ../include/instance/tc6.h ../include/instance/tc7.h \ - ../include/instance/tcc0.h ../include/instance/tcc1.h \ - ../include/instance/tcc2.h ../include/instance/tcc3.h \ - ../include/instance/tcc4.h ../include/instance/trng.h \ - ../include/instance/usb.h ../include/instance/wdt.h \ - ../include/pio/same54p20a.h ../hri/hri_e54.h ../include/sam.h \ - ../hri/hri_ac_e54.h ../hal/include/hal_atomic.h ../hri/hri_adc_e54.h \ - ../hri/hri_aes_e54.h ../hri/hri_can_e54.h ../hri/hri_ccl_e54.h \ - ../hri/hri_cmcc_e54.h ../hri/hri_dac_e54.h ../hri/hri_dmac_e54.h \ - ../hri/hri_dsu_e54.h ../hri/hri_eic_e54.h ../hri/hri_evsys_e54.h \ - ../hri/hri_freqm_e54.h ../hri/hri_gclk_e54.h ../hri/hri_gmac_e54.h \ - ../hri/hri_hmatrixb_e54.h ../hri/hri_i2s_e54.h ../hri/hri_icm_e54.h \ - ../hri/hri_mclk_e54.h ../hri/hri_nvmctrl_e54.h \ - ../hri/hri_osc32kctrl_e54.h ../hri/hri_oscctrl_e54.h \ - ../hri/hri_pac_e54.h ../hri/hri_pcc_e54.h ../hri/hri_pdec_e54.h \ - ../hri/hri_pm_e54.h ../hri/hri_port_e54.h ../hri/hri_qspi_e54.h \ - ../hri/hri_ramecc_e54.h ../hri/hri_rstc_e54.h ../hri/hri_rtc_e54.h \ - ../hri/hri_sdhc_e54.h ../hri/hri_sercom_e54.h ../hri/hri_supc_e54.h \ - ../hri/hri_tc_e54.h ../hri/hri_tcc_e54.h ../hri/hri_trng_e54.h \ - ../hri/hri_usb_e54.h ../hri/hri_wdt_e54.h \ - ../hal/utils/include/err_codes.h ../hal/include/hpl_spi_m_sync.h \ - ../hal/include/hpl_spi.h ../hal/utils/include/utils.h \ - ../hal/include/hpl_spi_sync.h ../hal/utils/include/utils_assert.h -../hal/include/hal_spi_m_sync.h: -../hal/include/hal_io.h: -../hal/utils/include/compiler.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stddef.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stdint.h: -/usr/arm-none-eabi/include/stdint.h: -/usr/arm-none-eabi/include/machine/_default_types.h: -/usr/arm-none-eabi/include/sys/features.h: -/usr/arm-none-eabi/include/_newlib_version.h: -/usr/arm-none-eabi/include/sys/_intsup.h: -/usr/arm-none-eabi/include/sys/_stdint.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stdbool.h: -../hal/utils/include/parts.h: -../include/same54.h: -../include/same54p20a.h: -../CMSIS/Core/Include/core_cm4.h: -../CMSIS/Core/Include/cmsis_version.h: -../CMSIS/Core/Include/cmsis_compiler.h: -../CMSIS/Core/Include/cmsis_gcc.h: -../CMSIS/Core/Include/mpu_armv7.h: -../include/system_same54.h: -../include/component/ac.h: -../include/component/adc.h: -../include/component/aes.h: -../include/component/can.h: -../include/component/ccl.h: -../include/component/cmcc.h: -../include/component/dac.h: -../include/component/dmac.h: -../include/component/dsu.h: -../include/component/eic.h: -../include/component/evsys.h: -../include/component/freqm.h: -../include/component/gclk.h: -../include/component/gmac.h: -../include/component/hmatrixb.h: -../include/component/icm.h: -../include/component/i2s.h: -../include/component/mclk.h: -../include/component/nvmctrl.h: -../include/component/oscctrl.h: -../include/component/osc32kctrl.h: -../include/component/pac.h: -../include/component/pcc.h: -../include/component/pdec.h: -../include/component/pm.h: -../include/component/port.h: -../include/component/qspi.h: -../include/component/ramecc.h: -../include/component/rstc.h: -../include/component/rtc.h: -../include/component/sdhc.h: -../include/component/sercom.h: -../include/component/supc.h: -../include/component/tc.h: -../include/component/tcc.h: -../include/component/trng.h: -../include/component/usb.h: -../include/component/wdt.h: -../include/instance/ac.h: -../include/instance/adc0.h: -../include/instance/adc1.h: -../include/instance/aes.h: -../include/instance/can0.h: -../include/instance/can1.h: -../include/instance/ccl.h: -../include/instance/cmcc.h: -../include/instance/dac.h: -../include/instance/dmac.h: -../include/instance/dsu.h: -../include/instance/eic.h: -../include/instance/evsys.h: -../include/instance/freqm.h: -../include/instance/gclk.h: -../include/instance/gmac.h: -../include/instance/hmatrix.h: -../include/instance/icm.h: -../include/instance/i2s.h: -../include/instance/mclk.h: -../include/instance/nvmctrl.h: -../include/instance/oscctrl.h: -../include/instance/osc32kctrl.h: -../include/instance/pac.h: -../include/instance/pcc.h: -../include/instance/pdec.h: -../include/instance/pm.h: -../include/instance/port.h: -../include/instance/pukcc.h: -../include/instance/qspi.h: -../include/instance/ramecc.h: -../include/instance/rstc.h: -../include/instance/rtc.h: -../include/instance/sdhc0.h: -../include/instance/sdhc1.h: -../include/instance/sercom0.h: -../include/instance/sercom1.h: -../include/instance/sercom2.h: -../include/instance/sercom3.h: -../include/instance/sercom4.h: -../include/instance/sercom5.h: -../include/instance/sercom6.h: -../include/instance/sercom7.h: -../include/instance/supc.h: -../include/instance/tc0.h: -../include/instance/tc1.h: -../include/instance/tc2.h: -../include/instance/tc3.h: -../include/instance/tc4.h: -../include/instance/tc5.h: -../include/instance/tc6.h: -../include/instance/tc7.h: -../include/instance/tcc0.h: -../include/instance/tcc1.h: -../include/instance/tcc2.h: -../include/instance/tcc3.h: -../include/instance/tcc4.h: -../include/instance/trng.h: -../include/instance/usb.h: -../include/instance/wdt.h: -../include/pio/same54p20a.h: -../hri/hri_e54.h: -../include/sam.h: -../hri/hri_ac_e54.h: -../hal/include/hal_atomic.h: -../hri/hri_adc_e54.h: -../hri/hri_aes_e54.h: -../hri/hri_can_e54.h: -../hri/hri_ccl_e54.h: -../hri/hri_cmcc_e54.h: -../hri/hri_dac_e54.h: -../hri/hri_dmac_e54.h: -../hri/hri_dsu_e54.h: -../hri/hri_eic_e54.h: -../hri/hri_evsys_e54.h: -../hri/hri_freqm_e54.h: -../hri/hri_gclk_e54.h: -../hri/hri_gmac_e54.h: -../hri/hri_hmatrixb_e54.h: -../hri/hri_i2s_e54.h: -../hri/hri_icm_e54.h: -../hri/hri_mclk_e54.h: -../hri/hri_nvmctrl_e54.h: -../hri/hri_osc32kctrl_e54.h: -../hri/hri_oscctrl_e54.h: -../hri/hri_pac_e54.h: -../hri/hri_pcc_e54.h: -../hri/hri_pdec_e54.h: -../hri/hri_pm_e54.h: -../hri/hri_port_e54.h: -../hri/hri_qspi_e54.h: -../hri/hri_ramecc_e54.h: -../hri/hri_rstc_e54.h: -../hri/hri_rtc_e54.h: -../hri/hri_sdhc_e54.h: -../hri/hri_sercom_e54.h: -../hri/hri_supc_e54.h: -../hri/hri_tc_e54.h: -../hri/hri_tcc_e54.h: -../hri/hri_trng_e54.h: -../hri/hri_usb_e54.h: -../hri/hri_wdt_e54.h: -../hal/utils/include/err_codes.h: -../hal/include/hpl_spi_m_sync.h: -../hal/include/hpl_spi.h: -../hal/utils/include/utils.h: -../hal/include/hpl_spi_sync.h: -../hal/utils/include/utils_assert.h: diff --git a/build/hal/src/hal_spi_m_sync.o b/build/hal/src/hal_spi_m_sync.o deleted file mode 100644 index 6741bc4..0000000 Binary files a/build/hal/src/hal_spi_m_sync.o and /dev/null differ diff --git a/build/hal/src/hal_usart_sync.d b/build/hal/src/hal_usart_sync.d deleted file mode 100644 index 2863ede..0000000 --- a/build/hal/src/hal_usart_sync.d +++ /dev/null @@ -1,249 +0,0 @@ -hal/src/hal_usart_sync.d hal/src/hal_usart_sync.o: \ - ../hal/src/hal_usart_sync.c ../hal/include/hal_usart_sync.h \ - ../hal/include/hal_io.h ../hal/utils/include/compiler.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stddef.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stdint.h \ - /usr/arm-none-eabi/include/stdint.h \ - /usr/arm-none-eabi/include/machine/_default_types.h \ - /usr/arm-none-eabi/include/sys/features.h \ - /usr/arm-none-eabi/include/_newlib_version.h \ - /usr/arm-none-eabi/include/sys/_intsup.h \ - /usr/arm-none-eabi/include/sys/_stdint.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stdbool.h \ - ../hal/utils/include/parts.h ../include/same54.h ../include/same54p20a.h \ - ../CMSIS/Core/Include/core_cm4.h ../CMSIS/Core/Include/cmsis_version.h \ - ../CMSIS/Core/Include/cmsis_compiler.h ../CMSIS/Core/Include/cmsis_gcc.h \ - ../CMSIS/Core/Include/mpu_armv7.h ../include/system_same54.h \ - ../include/component/ac.h ../include/component/adc.h \ - ../include/component/aes.h ../include/component/can.h \ - ../include/component/ccl.h ../include/component/cmcc.h \ - ../include/component/dac.h ../include/component/dmac.h \ - ../include/component/dsu.h ../include/component/eic.h \ - ../include/component/evsys.h ../include/component/freqm.h \ - ../include/component/gclk.h ../include/component/gmac.h \ - ../include/component/hmatrixb.h ../include/component/icm.h \ - ../include/component/i2s.h ../include/component/mclk.h \ - ../include/component/nvmctrl.h ../include/component/oscctrl.h \ - ../include/component/osc32kctrl.h ../include/component/pac.h \ - ../include/component/pcc.h ../include/component/pdec.h \ - ../include/component/pm.h ../include/component/port.h \ - ../include/component/qspi.h ../include/component/ramecc.h \ - ../include/component/rstc.h ../include/component/rtc.h \ - ../include/component/sdhc.h ../include/component/sercom.h \ - ../include/component/supc.h ../include/component/tc.h \ - ../include/component/tcc.h ../include/component/trng.h \ - ../include/component/usb.h ../include/component/wdt.h \ - ../include/instance/ac.h ../include/instance/adc0.h \ - ../include/instance/adc1.h ../include/instance/aes.h \ - ../include/instance/can0.h ../include/instance/can1.h \ - ../include/instance/ccl.h ../include/instance/cmcc.h \ - ../include/instance/dac.h ../include/instance/dmac.h \ - ../include/instance/dsu.h ../include/instance/eic.h \ - ../include/instance/evsys.h ../include/instance/freqm.h \ - ../include/instance/gclk.h ../include/instance/gmac.h \ - ../include/instance/hmatrix.h ../include/instance/icm.h \ - ../include/instance/i2s.h ../include/instance/mclk.h \ - ../include/instance/nvmctrl.h ../include/instance/oscctrl.h \ - ../include/instance/osc32kctrl.h ../include/instance/pac.h \ - ../include/instance/pcc.h ../include/instance/pdec.h \ - ../include/instance/pm.h ../include/instance/port.h \ - ../include/instance/pukcc.h ../include/instance/qspi.h \ - ../include/instance/ramecc.h ../include/instance/rstc.h \ - ../include/instance/rtc.h ../include/instance/sdhc0.h \ - ../include/instance/sdhc1.h ../include/instance/sercom0.h \ - ../include/instance/sercom1.h ../include/instance/sercom2.h \ - ../include/instance/sercom3.h ../include/instance/sercom4.h \ - ../include/instance/sercom5.h ../include/instance/sercom6.h \ - ../include/instance/sercom7.h ../include/instance/supc.h \ - ../include/instance/tc0.h ../include/instance/tc1.h \ - ../include/instance/tc2.h ../include/instance/tc3.h \ - ../include/instance/tc4.h ../include/instance/tc5.h \ - ../include/instance/tc6.h ../include/instance/tc7.h \ - ../include/instance/tcc0.h ../include/instance/tcc1.h \ - ../include/instance/tcc2.h ../include/instance/tcc3.h \ - ../include/instance/tcc4.h ../include/instance/trng.h \ - ../include/instance/usb.h ../include/instance/wdt.h \ - ../include/pio/same54p20a.h ../hri/hri_e54.h ../include/sam.h \ - ../hri/hri_ac_e54.h ../hal/include/hal_atomic.h ../hri/hri_adc_e54.h \ - ../hri/hri_aes_e54.h ../hri/hri_can_e54.h ../hri/hri_ccl_e54.h \ - ../hri/hri_cmcc_e54.h ../hri/hri_dac_e54.h ../hri/hri_dmac_e54.h \ - ../hri/hri_dsu_e54.h ../hri/hri_eic_e54.h ../hri/hri_evsys_e54.h \ - ../hri/hri_freqm_e54.h ../hri/hri_gclk_e54.h ../hri/hri_gmac_e54.h \ - ../hri/hri_hmatrixb_e54.h ../hri/hri_i2s_e54.h ../hri/hri_icm_e54.h \ - ../hri/hri_mclk_e54.h ../hri/hri_nvmctrl_e54.h \ - ../hri/hri_osc32kctrl_e54.h ../hri/hri_oscctrl_e54.h \ - ../hri/hri_pac_e54.h ../hri/hri_pcc_e54.h ../hri/hri_pdec_e54.h \ - ../hri/hri_pm_e54.h ../hri/hri_port_e54.h ../hri/hri_qspi_e54.h \ - ../hri/hri_ramecc_e54.h ../hri/hri_rstc_e54.h ../hri/hri_rtc_e54.h \ - ../hri/hri_sdhc_e54.h ../hri/hri_sercom_e54.h ../hri/hri_supc_e54.h \ - ../hri/hri_tc_e54.h ../hri/hri_tcc_e54.h ../hri/hri_trng_e54.h \ - ../hri/hri_usb_e54.h ../hri/hri_wdt_e54.h \ - ../hal/utils/include/err_codes.h ../hal/include/hpl_usart_sync.h \ - ../hal/include/hpl_usart.h ../hal/utils/include/utils_assert.h \ - ../hal/utils/include/utils.h -../hal/include/hal_usart_sync.h: -../hal/include/hal_io.h: -../hal/utils/include/compiler.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stddef.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stdint.h: -/usr/arm-none-eabi/include/stdint.h: -/usr/arm-none-eabi/include/machine/_default_types.h: -/usr/arm-none-eabi/include/sys/features.h: -/usr/arm-none-eabi/include/_newlib_version.h: -/usr/arm-none-eabi/include/sys/_intsup.h: -/usr/arm-none-eabi/include/sys/_stdint.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stdbool.h: -../hal/utils/include/parts.h: -../include/same54.h: -../include/same54p20a.h: -../CMSIS/Core/Include/core_cm4.h: -../CMSIS/Core/Include/cmsis_version.h: -../CMSIS/Core/Include/cmsis_compiler.h: -../CMSIS/Core/Include/cmsis_gcc.h: -../CMSIS/Core/Include/mpu_armv7.h: -../include/system_same54.h: -../include/component/ac.h: -../include/component/adc.h: -../include/component/aes.h: -../include/component/can.h: -../include/component/ccl.h: -../include/component/cmcc.h: -../include/component/dac.h: -../include/component/dmac.h: -../include/component/dsu.h: -../include/component/eic.h: -../include/component/evsys.h: -../include/component/freqm.h: -../include/component/gclk.h: -../include/component/gmac.h: -../include/component/hmatrixb.h: -../include/component/icm.h: -../include/component/i2s.h: -../include/component/mclk.h: -../include/component/nvmctrl.h: -../include/component/oscctrl.h: -../include/component/osc32kctrl.h: -../include/component/pac.h: -../include/component/pcc.h: -../include/component/pdec.h: -../include/component/pm.h: -../include/component/port.h: -../include/component/qspi.h: -../include/component/ramecc.h: -../include/component/rstc.h: -../include/component/rtc.h: -../include/component/sdhc.h: -../include/component/sercom.h: -../include/component/supc.h: -../include/component/tc.h: -../include/component/tcc.h: -../include/component/trng.h: -../include/component/usb.h: -../include/component/wdt.h: -../include/instance/ac.h: -../include/instance/adc0.h: -../include/instance/adc1.h: -../include/instance/aes.h: -../include/instance/can0.h: -../include/instance/can1.h: -../include/instance/ccl.h: -../include/instance/cmcc.h: -../include/instance/dac.h: -../include/instance/dmac.h: -../include/instance/dsu.h: -../include/instance/eic.h: -../include/instance/evsys.h: -../include/instance/freqm.h: -../include/instance/gclk.h: -../include/instance/gmac.h: -../include/instance/hmatrix.h: -../include/instance/icm.h: -../include/instance/i2s.h: -../include/instance/mclk.h: -../include/instance/nvmctrl.h: -../include/instance/oscctrl.h: -../include/instance/osc32kctrl.h: -../include/instance/pac.h: -../include/instance/pcc.h: -../include/instance/pdec.h: -../include/instance/pm.h: -../include/instance/port.h: -../include/instance/pukcc.h: -../include/instance/qspi.h: -../include/instance/ramecc.h: -../include/instance/rstc.h: -../include/instance/rtc.h: -../include/instance/sdhc0.h: -../include/instance/sdhc1.h: -../include/instance/sercom0.h: -../include/instance/sercom1.h: -../include/instance/sercom2.h: -../include/instance/sercom3.h: -../include/instance/sercom4.h: -../include/instance/sercom5.h: -../include/instance/sercom6.h: -../include/instance/sercom7.h: -../include/instance/supc.h: -../include/instance/tc0.h: -../include/instance/tc1.h: -../include/instance/tc2.h: -../include/instance/tc3.h: -../include/instance/tc4.h: -../include/instance/tc5.h: -../include/instance/tc6.h: -../include/instance/tc7.h: -../include/instance/tcc0.h: -../include/instance/tcc1.h: -../include/instance/tcc2.h: -../include/instance/tcc3.h: -../include/instance/tcc4.h: -../include/instance/trng.h: -../include/instance/usb.h: -../include/instance/wdt.h: -../include/pio/same54p20a.h: -../hri/hri_e54.h: -../include/sam.h: -../hri/hri_ac_e54.h: -../hal/include/hal_atomic.h: -../hri/hri_adc_e54.h: -../hri/hri_aes_e54.h: -../hri/hri_can_e54.h: -../hri/hri_ccl_e54.h: -../hri/hri_cmcc_e54.h: -../hri/hri_dac_e54.h: -../hri/hri_dmac_e54.h: -../hri/hri_dsu_e54.h: -../hri/hri_eic_e54.h: -../hri/hri_evsys_e54.h: -../hri/hri_freqm_e54.h: -../hri/hri_gclk_e54.h: -../hri/hri_gmac_e54.h: -../hri/hri_hmatrixb_e54.h: -../hri/hri_i2s_e54.h: -../hri/hri_icm_e54.h: -../hri/hri_mclk_e54.h: -../hri/hri_nvmctrl_e54.h: -../hri/hri_osc32kctrl_e54.h: -../hri/hri_oscctrl_e54.h: -../hri/hri_pac_e54.h: -../hri/hri_pcc_e54.h: -../hri/hri_pdec_e54.h: -../hri/hri_pm_e54.h: -../hri/hri_port_e54.h: -../hri/hri_qspi_e54.h: -../hri/hri_ramecc_e54.h: -../hri/hri_rstc_e54.h: -../hri/hri_rtc_e54.h: -../hri/hri_sdhc_e54.h: -../hri/hri_sercom_e54.h: -../hri/hri_supc_e54.h: -../hri/hri_tc_e54.h: -../hri/hri_tcc_e54.h: -../hri/hri_trng_e54.h: -../hri/hri_usb_e54.h: -../hri/hri_wdt_e54.h: -../hal/utils/include/err_codes.h: -../hal/include/hpl_usart_sync.h: -../hal/include/hpl_usart.h: -../hal/utils/include/utils_assert.h: -../hal/utils/include/utils.h: diff --git a/build/hal/src/hal_usart_sync.o b/build/hal/src/hal_usart_sync.o deleted file mode 100644 index 6702fe1..0000000 Binary files a/build/hal/src/hal_usart_sync.o and /dev/null differ diff --git a/build/hal/utils/src/utils_assert.d b/build/hal/utils/src/utils_assert.d deleted file mode 100644 index a40c04b..0000000 --- a/build/hal/utils/src/utils_assert.d +++ /dev/null @@ -1,242 +0,0 @@ -hal/utils/src/utils_assert.d hal/utils/src/utils_assert.o: \ - ../hal/utils/src/utils_assert.c ../hal/utils/include/utils_assert.h \ - ../hal/utils/include/compiler.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stddef.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stdint.h \ - /usr/arm-none-eabi/include/stdint.h \ - /usr/arm-none-eabi/include/machine/_default_types.h \ - /usr/arm-none-eabi/include/sys/features.h \ - /usr/arm-none-eabi/include/_newlib_version.h \ - /usr/arm-none-eabi/include/sys/_intsup.h \ - /usr/arm-none-eabi/include/sys/_stdint.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stdbool.h \ - ../hal/utils/include/parts.h ../include/same54.h ../include/same54p20a.h \ - ../CMSIS/Core/Include/core_cm4.h ../CMSIS/Core/Include/cmsis_version.h \ - ../CMSIS/Core/Include/cmsis_compiler.h ../CMSIS/Core/Include/cmsis_gcc.h \ - ../CMSIS/Core/Include/mpu_armv7.h ../include/system_same54.h \ - ../include/component/ac.h ../include/component/adc.h \ - ../include/component/aes.h ../include/component/can.h \ - ../include/component/ccl.h ../include/component/cmcc.h \ - ../include/component/dac.h ../include/component/dmac.h \ - ../include/component/dsu.h ../include/component/eic.h \ - ../include/component/evsys.h ../include/component/freqm.h \ - ../include/component/gclk.h ../include/component/gmac.h \ - ../include/component/hmatrixb.h ../include/component/icm.h \ - ../include/component/i2s.h ../include/component/mclk.h \ - ../include/component/nvmctrl.h ../include/component/oscctrl.h \ - ../include/component/osc32kctrl.h ../include/component/pac.h \ - ../include/component/pcc.h ../include/component/pdec.h \ - ../include/component/pm.h ../include/component/port.h \ - ../include/component/qspi.h ../include/component/ramecc.h \ - ../include/component/rstc.h ../include/component/rtc.h \ - ../include/component/sdhc.h ../include/component/sercom.h \ - ../include/component/supc.h ../include/component/tc.h \ - ../include/component/tcc.h ../include/component/trng.h \ - ../include/component/usb.h ../include/component/wdt.h \ - ../include/instance/ac.h ../include/instance/adc0.h \ - ../include/instance/adc1.h ../include/instance/aes.h \ - ../include/instance/can0.h ../include/instance/can1.h \ - ../include/instance/ccl.h ../include/instance/cmcc.h \ - ../include/instance/dac.h ../include/instance/dmac.h \ - ../include/instance/dsu.h ../include/instance/eic.h \ - ../include/instance/evsys.h ../include/instance/freqm.h \ - ../include/instance/gclk.h ../include/instance/gmac.h \ - ../include/instance/hmatrix.h ../include/instance/icm.h \ - ../include/instance/i2s.h ../include/instance/mclk.h \ - ../include/instance/nvmctrl.h ../include/instance/oscctrl.h \ - ../include/instance/osc32kctrl.h ../include/instance/pac.h \ - ../include/instance/pcc.h ../include/instance/pdec.h \ - ../include/instance/pm.h ../include/instance/port.h \ - ../include/instance/pukcc.h ../include/instance/qspi.h \ - ../include/instance/ramecc.h ../include/instance/rstc.h \ - ../include/instance/rtc.h ../include/instance/sdhc0.h \ - ../include/instance/sdhc1.h ../include/instance/sercom0.h \ - ../include/instance/sercom1.h ../include/instance/sercom2.h \ - ../include/instance/sercom3.h ../include/instance/sercom4.h \ - ../include/instance/sercom5.h ../include/instance/sercom6.h \ - ../include/instance/sercom7.h ../include/instance/supc.h \ - ../include/instance/tc0.h ../include/instance/tc1.h \ - ../include/instance/tc2.h ../include/instance/tc3.h \ - ../include/instance/tc4.h ../include/instance/tc5.h \ - ../include/instance/tc6.h ../include/instance/tc7.h \ - ../include/instance/tcc0.h ../include/instance/tcc1.h \ - ../include/instance/tcc2.h ../include/instance/tcc3.h \ - ../include/instance/tcc4.h ../include/instance/trng.h \ - ../include/instance/usb.h ../include/instance/wdt.h \ - ../include/pio/same54p20a.h ../hri/hri_e54.h ../include/sam.h \ - ../hri/hri_ac_e54.h ../hal/include/hal_atomic.h ../hri/hri_adc_e54.h \ - ../hri/hri_aes_e54.h ../hri/hri_can_e54.h ../hri/hri_ccl_e54.h \ - ../hri/hri_cmcc_e54.h ../hri/hri_dac_e54.h ../hri/hri_dmac_e54.h \ - ../hri/hri_dsu_e54.h ../hri/hri_eic_e54.h ../hri/hri_evsys_e54.h \ - ../hri/hri_freqm_e54.h ../hri/hri_gclk_e54.h ../hri/hri_gmac_e54.h \ - ../hri/hri_hmatrixb_e54.h ../hri/hri_i2s_e54.h ../hri/hri_icm_e54.h \ - ../hri/hri_mclk_e54.h ../hri/hri_nvmctrl_e54.h \ - ../hri/hri_osc32kctrl_e54.h ../hri/hri_oscctrl_e54.h \ - ../hri/hri_pac_e54.h ../hri/hri_pcc_e54.h ../hri/hri_pdec_e54.h \ - ../hri/hri_pm_e54.h ../hri/hri_port_e54.h ../hri/hri_qspi_e54.h \ - ../hri/hri_ramecc_e54.h ../hri/hri_rstc_e54.h ../hri/hri_rtc_e54.h \ - ../hri/hri_sdhc_e54.h ../hri/hri_sercom_e54.h ../hri/hri_supc_e54.h \ - ../hri/hri_tc_e54.h ../hri/hri_tcc_e54.h ../hri/hri_trng_e54.h \ - ../hri/hri_usb_e54.h ../hri/hri_wdt_e54.h \ - ../hal/utils/include/err_codes.h -../hal/utils/include/utils_assert.h: -../hal/utils/include/compiler.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stddef.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stdint.h: -/usr/arm-none-eabi/include/stdint.h: -/usr/arm-none-eabi/include/machine/_default_types.h: -/usr/arm-none-eabi/include/sys/features.h: -/usr/arm-none-eabi/include/_newlib_version.h: -/usr/arm-none-eabi/include/sys/_intsup.h: -/usr/arm-none-eabi/include/sys/_stdint.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stdbool.h: -../hal/utils/include/parts.h: -../include/same54.h: -../include/same54p20a.h: -../CMSIS/Core/Include/core_cm4.h: -../CMSIS/Core/Include/cmsis_version.h: -../CMSIS/Core/Include/cmsis_compiler.h: -../CMSIS/Core/Include/cmsis_gcc.h: -../CMSIS/Core/Include/mpu_armv7.h: -../include/system_same54.h: -../include/component/ac.h: -../include/component/adc.h: -../include/component/aes.h: -../include/component/can.h: -../include/component/ccl.h: -../include/component/cmcc.h: -../include/component/dac.h: -../include/component/dmac.h: -../include/component/dsu.h: -../include/component/eic.h: -../include/component/evsys.h: -../include/component/freqm.h: -../include/component/gclk.h: -../include/component/gmac.h: -../include/component/hmatrixb.h: -../include/component/icm.h: -../include/component/i2s.h: -../include/component/mclk.h: -../include/component/nvmctrl.h: -../include/component/oscctrl.h: -../include/component/osc32kctrl.h: -../include/component/pac.h: -../include/component/pcc.h: -../include/component/pdec.h: -../include/component/pm.h: -../include/component/port.h: -../include/component/qspi.h: -../include/component/ramecc.h: -../include/component/rstc.h: -../include/component/rtc.h: -../include/component/sdhc.h: -../include/component/sercom.h: -../include/component/supc.h: -../include/component/tc.h: -../include/component/tcc.h: -../include/component/trng.h: -../include/component/usb.h: -../include/component/wdt.h: -../include/instance/ac.h: -../include/instance/adc0.h: -../include/instance/adc1.h: -../include/instance/aes.h: -../include/instance/can0.h: -../include/instance/can1.h: -../include/instance/ccl.h: -../include/instance/cmcc.h: -../include/instance/dac.h: -../include/instance/dmac.h: -../include/instance/dsu.h: -../include/instance/eic.h: -../include/instance/evsys.h: -../include/instance/freqm.h: -../include/instance/gclk.h: -../include/instance/gmac.h: -../include/instance/hmatrix.h: -../include/instance/icm.h: -../include/instance/i2s.h: -../include/instance/mclk.h: -../include/instance/nvmctrl.h: -../include/instance/oscctrl.h: -../include/instance/osc32kctrl.h: -../include/instance/pac.h: -../include/instance/pcc.h: -../include/instance/pdec.h: -../include/instance/pm.h: -../include/instance/port.h: -../include/instance/pukcc.h: -../include/instance/qspi.h: -../include/instance/ramecc.h: -../include/instance/rstc.h: -../include/instance/rtc.h: -../include/instance/sdhc0.h: -../include/instance/sdhc1.h: -../include/instance/sercom0.h: -../include/instance/sercom1.h: -../include/instance/sercom2.h: -../include/instance/sercom3.h: -../include/instance/sercom4.h: -../include/instance/sercom5.h: -../include/instance/sercom6.h: -../include/instance/sercom7.h: -../include/instance/supc.h: -../include/instance/tc0.h: -../include/instance/tc1.h: -../include/instance/tc2.h: -../include/instance/tc3.h: -../include/instance/tc4.h: -../include/instance/tc5.h: -../include/instance/tc6.h: -../include/instance/tc7.h: -../include/instance/tcc0.h: -../include/instance/tcc1.h: -../include/instance/tcc2.h: -../include/instance/tcc3.h: -../include/instance/tcc4.h: -../include/instance/trng.h: -../include/instance/usb.h: -../include/instance/wdt.h: -../include/pio/same54p20a.h: -../hri/hri_e54.h: -../include/sam.h: -../hri/hri_ac_e54.h: -../hal/include/hal_atomic.h: -../hri/hri_adc_e54.h: -../hri/hri_aes_e54.h: -../hri/hri_can_e54.h: -../hri/hri_ccl_e54.h: -../hri/hri_cmcc_e54.h: -../hri/hri_dac_e54.h: -../hri/hri_dmac_e54.h: -../hri/hri_dsu_e54.h: -../hri/hri_eic_e54.h: -../hri/hri_evsys_e54.h: -../hri/hri_freqm_e54.h: -../hri/hri_gclk_e54.h: -../hri/hri_gmac_e54.h: -../hri/hri_hmatrixb_e54.h: -../hri/hri_i2s_e54.h: -../hri/hri_icm_e54.h: -../hri/hri_mclk_e54.h: -../hri/hri_nvmctrl_e54.h: -../hri/hri_osc32kctrl_e54.h: -../hri/hri_oscctrl_e54.h: -../hri/hri_pac_e54.h: -../hri/hri_pcc_e54.h: -../hri/hri_pdec_e54.h: -../hri/hri_pm_e54.h: -../hri/hri_port_e54.h: -../hri/hri_qspi_e54.h: -../hri/hri_ramecc_e54.h: -../hri/hri_rstc_e54.h: -../hri/hri_rtc_e54.h: -../hri/hri_sdhc_e54.h: -../hri/hri_sercom_e54.h: -../hri/hri_supc_e54.h: -../hri/hri_tc_e54.h: -../hri/hri_tcc_e54.h: -../hri/hri_trng_e54.h: -../hri/hri_usb_e54.h: -../hri/hri_wdt_e54.h: -../hal/utils/include/err_codes.h: diff --git a/build/hal/utils/src/utils_assert.o b/build/hal/utils/src/utils_assert.o deleted file mode 100644 index 9a71882..0000000 Binary files a/build/hal/utils/src/utils_assert.o and /dev/null differ diff --git a/build/hal/utils/src/utils_event.d b/build/hal/utils/src/utils_event.d deleted file mode 100644 index e6f6766..0000000 --- a/build/hal/utils/src/utils_event.d +++ /dev/null @@ -1,274 +0,0 @@ -hal/utils/src/utils_event.d hal/utils/src/utils_event.o: \ - ../hal/utils/src/utils_event.c ../hal/utils/include/utils_event.h \ - ../hal/utils/include/utils.h ../hal/utils/include/utils_list.h \ - ../hal/utils/include/compiler.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stddef.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stdint.h \ - /usr/arm-none-eabi/include/stdint.h \ - /usr/arm-none-eabi/include/machine/_default_types.h \ - /usr/arm-none-eabi/include/sys/features.h \ - /usr/arm-none-eabi/include/_newlib_version.h \ - /usr/arm-none-eabi/include/sys/_intsup.h \ - /usr/arm-none-eabi/include/sys/_stdint.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stdbool.h \ - ../hal/utils/include/parts.h ../include/same54.h ../include/same54p20a.h \ - ../CMSIS/Core/Include/core_cm4.h ../CMSIS/Core/Include/cmsis_version.h \ - ../CMSIS/Core/Include/cmsis_compiler.h ../CMSIS/Core/Include/cmsis_gcc.h \ - ../CMSIS/Core/Include/mpu_armv7.h ../include/system_same54.h \ - ../include/component/ac.h ../include/component/adc.h \ - ../include/component/aes.h ../include/component/can.h \ - ../include/component/ccl.h ../include/component/cmcc.h \ - ../include/component/dac.h ../include/component/dmac.h \ - ../include/component/dsu.h ../include/component/eic.h \ - ../include/component/evsys.h ../include/component/freqm.h \ - ../include/component/gclk.h ../include/component/gmac.h \ - ../include/component/hmatrixb.h ../include/component/icm.h \ - ../include/component/i2s.h ../include/component/mclk.h \ - ../include/component/nvmctrl.h ../include/component/oscctrl.h \ - ../include/component/osc32kctrl.h ../include/component/pac.h \ - ../include/component/pcc.h ../include/component/pdec.h \ - ../include/component/pm.h ../include/component/port.h \ - ../include/component/qspi.h ../include/component/ramecc.h \ - ../include/component/rstc.h ../include/component/rtc.h \ - ../include/component/sdhc.h ../include/component/sercom.h \ - ../include/component/supc.h ../include/component/tc.h \ - ../include/component/tcc.h ../include/component/trng.h \ - ../include/component/usb.h ../include/component/wdt.h \ - ../include/instance/ac.h ../include/instance/adc0.h \ - ../include/instance/adc1.h ../include/instance/aes.h \ - ../include/instance/can0.h ../include/instance/can1.h \ - ../include/instance/ccl.h ../include/instance/cmcc.h \ - ../include/instance/dac.h ../include/instance/dmac.h \ - ../include/instance/dsu.h ../include/instance/eic.h \ - ../include/instance/evsys.h ../include/instance/freqm.h \ - ../include/instance/gclk.h ../include/instance/gmac.h \ - ../include/instance/hmatrix.h ../include/instance/icm.h \ - ../include/instance/i2s.h ../include/instance/mclk.h \ - ../include/instance/nvmctrl.h ../include/instance/oscctrl.h \ - ../include/instance/osc32kctrl.h ../include/instance/pac.h \ - ../include/instance/pcc.h ../include/instance/pdec.h \ - ../include/instance/pm.h ../include/instance/port.h \ - ../include/instance/pukcc.h ../include/instance/qspi.h \ - ../include/instance/ramecc.h ../include/instance/rstc.h \ - ../include/instance/rtc.h ../include/instance/sdhc0.h \ - ../include/instance/sdhc1.h ../include/instance/sercom0.h \ - ../include/instance/sercom1.h ../include/instance/sercom2.h \ - ../include/instance/sercom3.h ../include/instance/sercom4.h \ - ../include/instance/sercom5.h ../include/instance/sercom6.h \ - ../include/instance/sercom7.h ../include/instance/supc.h \ - ../include/instance/tc0.h ../include/instance/tc1.h \ - ../include/instance/tc2.h ../include/instance/tc3.h \ - ../include/instance/tc4.h ../include/instance/tc5.h \ - ../include/instance/tc6.h ../include/instance/tc7.h \ - ../include/instance/tcc0.h ../include/instance/tcc1.h \ - ../include/instance/tcc2.h ../include/instance/tcc3.h \ - ../include/instance/tcc4.h ../include/instance/trng.h \ - ../include/instance/usb.h ../include/instance/wdt.h \ - ../include/pio/same54p20a.h ../hri/hri_e54.h ../include/sam.h \ - ../hri/hri_ac_e54.h ../hal/include/hal_atomic.h ../hri/hri_adc_e54.h \ - ../hri/hri_aes_e54.h ../hri/hri_can_e54.h ../hri/hri_ccl_e54.h \ - ../hri/hri_cmcc_e54.h ../hri/hri_dac_e54.h ../hri/hri_dmac_e54.h \ - ../hri/hri_dsu_e54.h ../hri/hri_eic_e54.h ../hri/hri_evsys_e54.h \ - ../hri/hri_freqm_e54.h ../hri/hri_gclk_e54.h ../hri/hri_gmac_e54.h \ - ../hri/hri_hmatrixb_e54.h ../hri/hri_i2s_e54.h ../hri/hri_icm_e54.h \ - ../hri/hri_mclk_e54.h ../hri/hri_nvmctrl_e54.h \ - ../hri/hri_osc32kctrl_e54.h ../hri/hri_oscctrl_e54.h \ - ../hri/hri_pac_e54.h ../hri/hri_pcc_e54.h ../hri/hri_pdec_e54.h \ - ../hri/hri_pm_e54.h ../hri/hri_port_e54.h ../hri/hri_qspi_e54.h \ - ../hri/hri_ramecc_e54.h ../hri/hri_rstc_e54.h ../hri/hri_rtc_e54.h \ - ../hri/hri_sdhc_e54.h ../hri/hri_sercom_e54.h ../hri/hri_supc_e54.h \ - ../hri/hri_tc_e54.h ../hri/hri_tcc_e54.h ../hri/hri_trng_e54.h \ - ../hri/hri_usb_e54.h ../hri/hri_wdt_e54.h \ - ../hal/utils/include/err_codes.h ../hal/utils/include/events.h \ - ../hal/utils/include/utils_assert.h /usr/arm-none-eabi/include/string.h \ - /usr/arm-none-eabi/include/_ansi.h /usr/arm-none-eabi/include/newlib.h \ - /usr/arm-none-eabi/include/sys/config.h \ - /usr/arm-none-eabi/include/machine/ieeefp.h \ - /usr/arm-none-eabi/include/sys/reent.h \ - /usr/arm-none-eabi/include/_ansi.h \ - /usr/arm-none-eabi/include/sys/_types.h \ - /usr/arm-none-eabi/include/machine/_types.h \ - /usr/arm-none-eabi/include/sys/lock.h \ - /usr/arm-none-eabi/include/sys/cdefs.h \ - /usr/arm-none-eabi/include/sys/_locale.h \ - /usr/arm-none-eabi/include/strings.h \ - /usr/arm-none-eabi/include/sys/string.h -../hal/utils/include/utils_event.h: -../hal/utils/include/utils.h: -../hal/utils/include/utils_list.h: -../hal/utils/include/compiler.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stddef.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stdint.h: -/usr/arm-none-eabi/include/stdint.h: -/usr/arm-none-eabi/include/machine/_default_types.h: -/usr/arm-none-eabi/include/sys/features.h: -/usr/arm-none-eabi/include/_newlib_version.h: -/usr/arm-none-eabi/include/sys/_intsup.h: -/usr/arm-none-eabi/include/sys/_stdint.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stdbool.h: -../hal/utils/include/parts.h: -../include/same54.h: -../include/same54p20a.h: -../CMSIS/Core/Include/core_cm4.h: -../CMSIS/Core/Include/cmsis_version.h: -../CMSIS/Core/Include/cmsis_compiler.h: -../CMSIS/Core/Include/cmsis_gcc.h: -../CMSIS/Core/Include/mpu_armv7.h: -../include/system_same54.h: -../include/component/ac.h: -../include/component/adc.h: -../include/component/aes.h: -../include/component/can.h: -../include/component/ccl.h: -../include/component/cmcc.h: -../include/component/dac.h: -../include/component/dmac.h: -../include/component/dsu.h: -../include/component/eic.h: -../include/component/evsys.h: -../include/component/freqm.h: -../include/component/gclk.h: -../include/component/gmac.h: -../include/component/hmatrixb.h: -../include/component/icm.h: -../include/component/i2s.h: -../include/component/mclk.h: -../include/component/nvmctrl.h: -../include/component/oscctrl.h: -../include/component/osc32kctrl.h: -../include/component/pac.h: -../include/component/pcc.h: -../include/component/pdec.h: -../include/component/pm.h: -../include/component/port.h: -../include/component/qspi.h: -../include/component/ramecc.h: -../include/component/rstc.h: -../include/component/rtc.h: -../include/component/sdhc.h: -../include/component/sercom.h: -../include/component/supc.h: -../include/component/tc.h: -../include/component/tcc.h: -../include/component/trng.h: -../include/component/usb.h: -../include/component/wdt.h: -../include/instance/ac.h: -../include/instance/adc0.h: -../include/instance/adc1.h: -../include/instance/aes.h: -../include/instance/can0.h: -../include/instance/can1.h: -../include/instance/ccl.h: -../include/instance/cmcc.h: -../include/instance/dac.h: -../include/instance/dmac.h: -../include/instance/dsu.h: -../include/instance/eic.h: -../include/instance/evsys.h: -../include/instance/freqm.h: -../include/instance/gclk.h: -../include/instance/gmac.h: -../include/instance/hmatrix.h: -../include/instance/icm.h: -../include/instance/i2s.h: -../include/instance/mclk.h: -../include/instance/nvmctrl.h: -../include/instance/oscctrl.h: -../include/instance/osc32kctrl.h: -../include/instance/pac.h: -../include/instance/pcc.h: -../include/instance/pdec.h: -../include/instance/pm.h: -../include/instance/port.h: -../include/instance/pukcc.h: -../include/instance/qspi.h: -../include/instance/ramecc.h: -../include/instance/rstc.h: -../include/instance/rtc.h: -../include/instance/sdhc0.h: -../include/instance/sdhc1.h: -../include/instance/sercom0.h: -../include/instance/sercom1.h: -../include/instance/sercom2.h: -../include/instance/sercom3.h: -../include/instance/sercom4.h: -../include/instance/sercom5.h: -../include/instance/sercom6.h: -../include/instance/sercom7.h: -../include/instance/supc.h: -../include/instance/tc0.h: -../include/instance/tc1.h: -../include/instance/tc2.h: -../include/instance/tc3.h: -../include/instance/tc4.h: -../include/instance/tc5.h: -../include/instance/tc6.h: -../include/instance/tc7.h: -../include/instance/tcc0.h: -../include/instance/tcc1.h: -../include/instance/tcc2.h: -../include/instance/tcc3.h: -../include/instance/tcc4.h: -../include/instance/trng.h: -../include/instance/usb.h: -../include/instance/wdt.h: -../include/pio/same54p20a.h: -../hri/hri_e54.h: -../include/sam.h: -../hri/hri_ac_e54.h: -../hal/include/hal_atomic.h: -../hri/hri_adc_e54.h: -../hri/hri_aes_e54.h: -../hri/hri_can_e54.h: -../hri/hri_ccl_e54.h: -../hri/hri_cmcc_e54.h: -../hri/hri_dac_e54.h: -../hri/hri_dmac_e54.h: -../hri/hri_dsu_e54.h: -../hri/hri_eic_e54.h: -../hri/hri_evsys_e54.h: -../hri/hri_freqm_e54.h: -../hri/hri_gclk_e54.h: -../hri/hri_gmac_e54.h: -../hri/hri_hmatrixb_e54.h: -../hri/hri_i2s_e54.h: -../hri/hri_icm_e54.h: -../hri/hri_mclk_e54.h: -../hri/hri_nvmctrl_e54.h: -../hri/hri_osc32kctrl_e54.h: -../hri/hri_oscctrl_e54.h: -../hri/hri_pac_e54.h: -../hri/hri_pcc_e54.h: -../hri/hri_pdec_e54.h: -../hri/hri_pm_e54.h: -../hri/hri_port_e54.h: -../hri/hri_qspi_e54.h: -../hri/hri_ramecc_e54.h: -../hri/hri_rstc_e54.h: -../hri/hri_rtc_e54.h: -../hri/hri_sdhc_e54.h: -../hri/hri_sercom_e54.h: -../hri/hri_supc_e54.h: -../hri/hri_tc_e54.h: -../hri/hri_tcc_e54.h: -../hri/hri_trng_e54.h: -../hri/hri_usb_e54.h: -../hri/hri_wdt_e54.h: -../hal/utils/include/err_codes.h: -../hal/utils/include/events.h: -../hal/utils/include/utils_assert.h: -/usr/arm-none-eabi/include/string.h: -/usr/arm-none-eabi/include/_ansi.h: -/usr/arm-none-eabi/include/newlib.h: -/usr/arm-none-eabi/include/sys/config.h: -/usr/arm-none-eabi/include/machine/ieeefp.h: -/usr/arm-none-eabi/include/sys/reent.h: -/usr/arm-none-eabi/include/_ansi.h: -/usr/arm-none-eabi/include/sys/_types.h: -/usr/arm-none-eabi/include/machine/_types.h: -/usr/arm-none-eabi/include/sys/lock.h: -/usr/arm-none-eabi/include/sys/cdefs.h: -/usr/arm-none-eabi/include/sys/_locale.h: -/usr/arm-none-eabi/include/strings.h: -/usr/arm-none-eabi/include/sys/string.h: diff --git a/build/hal/utils/src/utils_event.o b/build/hal/utils/src/utils_event.o deleted file mode 100644 index 1ea312b..0000000 Binary files a/build/hal/utils/src/utils_event.o and /dev/null differ diff --git a/build/hal/utils/src/utils_list.d b/build/hal/utils/src/utils_list.d deleted file mode 100644 index 5558c44..0000000 --- a/build/hal/utils/src/utils_list.d +++ /dev/null @@ -1,243 +0,0 @@ -hal/utils/src/utils_list.d hal/utils/src/utils_list.o: \ - ../hal/utils/src/utils_list.c ../hal/utils/include/utils_list.h \ - ../hal/utils/include/compiler.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stddef.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stdint.h \ - /usr/arm-none-eabi/include/stdint.h \ - /usr/arm-none-eabi/include/machine/_default_types.h \ - /usr/arm-none-eabi/include/sys/features.h \ - /usr/arm-none-eabi/include/_newlib_version.h \ - /usr/arm-none-eabi/include/sys/_intsup.h \ - /usr/arm-none-eabi/include/sys/_stdint.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stdbool.h \ - ../hal/utils/include/parts.h ../include/same54.h ../include/same54p20a.h \ - ../CMSIS/Core/Include/core_cm4.h ../CMSIS/Core/Include/cmsis_version.h \ - ../CMSIS/Core/Include/cmsis_compiler.h ../CMSIS/Core/Include/cmsis_gcc.h \ - ../CMSIS/Core/Include/mpu_armv7.h ../include/system_same54.h \ - ../include/component/ac.h ../include/component/adc.h \ - ../include/component/aes.h ../include/component/can.h \ - ../include/component/ccl.h ../include/component/cmcc.h \ - ../include/component/dac.h ../include/component/dmac.h \ - ../include/component/dsu.h ../include/component/eic.h \ - ../include/component/evsys.h ../include/component/freqm.h \ - ../include/component/gclk.h ../include/component/gmac.h \ - ../include/component/hmatrixb.h ../include/component/icm.h \ - ../include/component/i2s.h ../include/component/mclk.h \ - ../include/component/nvmctrl.h ../include/component/oscctrl.h \ - ../include/component/osc32kctrl.h ../include/component/pac.h \ - ../include/component/pcc.h ../include/component/pdec.h \ - ../include/component/pm.h ../include/component/port.h \ - ../include/component/qspi.h ../include/component/ramecc.h \ - ../include/component/rstc.h ../include/component/rtc.h \ - ../include/component/sdhc.h ../include/component/sercom.h \ - ../include/component/supc.h ../include/component/tc.h \ - ../include/component/tcc.h ../include/component/trng.h \ - ../include/component/usb.h ../include/component/wdt.h \ - ../include/instance/ac.h ../include/instance/adc0.h \ - ../include/instance/adc1.h ../include/instance/aes.h \ - ../include/instance/can0.h ../include/instance/can1.h \ - ../include/instance/ccl.h ../include/instance/cmcc.h \ - ../include/instance/dac.h ../include/instance/dmac.h \ - ../include/instance/dsu.h ../include/instance/eic.h \ - ../include/instance/evsys.h ../include/instance/freqm.h \ - ../include/instance/gclk.h ../include/instance/gmac.h \ - ../include/instance/hmatrix.h ../include/instance/icm.h \ - ../include/instance/i2s.h ../include/instance/mclk.h \ - ../include/instance/nvmctrl.h ../include/instance/oscctrl.h \ - ../include/instance/osc32kctrl.h ../include/instance/pac.h \ - ../include/instance/pcc.h ../include/instance/pdec.h \ - ../include/instance/pm.h ../include/instance/port.h \ - ../include/instance/pukcc.h ../include/instance/qspi.h \ - ../include/instance/ramecc.h ../include/instance/rstc.h \ - ../include/instance/rtc.h ../include/instance/sdhc0.h \ - ../include/instance/sdhc1.h ../include/instance/sercom0.h \ - ../include/instance/sercom1.h ../include/instance/sercom2.h \ - ../include/instance/sercom3.h ../include/instance/sercom4.h \ - ../include/instance/sercom5.h ../include/instance/sercom6.h \ - ../include/instance/sercom7.h ../include/instance/supc.h \ - ../include/instance/tc0.h ../include/instance/tc1.h \ - ../include/instance/tc2.h ../include/instance/tc3.h \ - ../include/instance/tc4.h ../include/instance/tc5.h \ - ../include/instance/tc6.h ../include/instance/tc7.h \ - ../include/instance/tcc0.h ../include/instance/tcc1.h \ - ../include/instance/tcc2.h ../include/instance/tcc3.h \ - ../include/instance/tcc4.h ../include/instance/trng.h \ - ../include/instance/usb.h ../include/instance/wdt.h \ - ../include/pio/same54p20a.h ../hri/hri_e54.h ../include/sam.h \ - ../hri/hri_ac_e54.h ../hal/include/hal_atomic.h ../hri/hri_adc_e54.h \ - ../hri/hri_aes_e54.h ../hri/hri_can_e54.h ../hri/hri_ccl_e54.h \ - ../hri/hri_cmcc_e54.h ../hri/hri_dac_e54.h ../hri/hri_dmac_e54.h \ - ../hri/hri_dsu_e54.h ../hri/hri_eic_e54.h ../hri/hri_evsys_e54.h \ - ../hri/hri_freqm_e54.h ../hri/hri_gclk_e54.h ../hri/hri_gmac_e54.h \ - ../hri/hri_hmatrixb_e54.h ../hri/hri_i2s_e54.h ../hri/hri_icm_e54.h \ - ../hri/hri_mclk_e54.h ../hri/hri_nvmctrl_e54.h \ - ../hri/hri_osc32kctrl_e54.h ../hri/hri_oscctrl_e54.h \ - ../hri/hri_pac_e54.h ../hri/hri_pcc_e54.h ../hri/hri_pdec_e54.h \ - ../hri/hri_pm_e54.h ../hri/hri_port_e54.h ../hri/hri_qspi_e54.h \ - ../hri/hri_ramecc_e54.h ../hri/hri_rstc_e54.h ../hri/hri_rtc_e54.h \ - ../hri/hri_sdhc_e54.h ../hri/hri_sercom_e54.h ../hri/hri_supc_e54.h \ - ../hri/hri_tc_e54.h ../hri/hri_tcc_e54.h ../hri/hri_trng_e54.h \ - ../hri/hri_usb_e54.h ../hri/hri_wdt_e54.h \ - ../hal/utils/include/err_codes.h ../hal/utils/include/utils_assert.h -../hal/utils/include/utils_list.h: -../hal/utils/include/compiler.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stddef.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stdint.h: -/usr/arm-none-eabi/include/stdint.h: -/usr/arm-none-eabi/include/machine/_default_types.h: -/usr/arm-none-eabi/include/sys/features.h: -/usr/arm-none-eabi/include/_newlib_version.h: -/usr/arm-none-eabi/include/sys/_intsup.h: -/usr/arm-none-eabi/include/sys/_stdint.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stdbool.h: -../hal/utils/include/parts.h: -../include/same54.h: -../include/same54p20a.h: -../CMSIS/Core/Include/core_cm4.h: -../CMSIS/Core/Include/cmsis_version.h: -../CMSIS/Core/Include/cmsis_compiler.h: -../CMSIS/Core/Include/cmsis_gcc.h: -../CMSIS/Core/Include/mpu_armv7.h: -../include/system_same54.h: -../include/component/ac.h: -../include/component/adc.h: -../include/component/aes.h: -../include/component/can.h: -../include/component/ccl.h: -../include/component/cmcc.h: -../include/component/dac.h: -../include/component/dmac.h: -../include/component/dsu.h: -../include/component/eic.h: -../include/component/evsys.h: -../include/component/freqm.h: -../include/component/gclk.h: -../include/component/gmac.h: -../include/component/hmatrixb.h: -../include/component/icm.h: -../include/component/i2s.h: -../include/component/mclk.h: -../include/component/nvmctrl.h: -../include/component/oscctrl.h: -../include/component/osc32kctrl.h: -../include/component/pac.h: -../include/component/pcc.h: -../include/component/pdec.h: -../include/component/pm.h: -../include/component/port.h: -../include/component/qspi.h: -../include/component/ramecc.h: -../include/component/rstc.h: -../include/component/rtc.h: -../include/component/sdhc.h: -../include/component/sercom.h: -../include/component/supc.h: -../include/component/tc.h: -../include/component/tcc.h: -../include/component/trng.h: -../include/component/usb.h: -../include/component/wdt.h: -../include/instance/ac.h: -../include/instance/adc0.h: -../include/instance/adc1.h: -../include/instance/aes.h: -../include/instance/can0.h: -../include/instance/can1.h: -../include/instance/ccl.h: -../include/instance/cmcc.h: -../include/instance/dac.h: -../include/instance/dmac.h: -../include/instance/dsu.h: -../include/instance/eic.h: -../include/instance/evsys.h: -../include/instance/freqm.h: -../include/instance/gclk.h: -../include/instance/gmac.h: -../include/instance/hmatrix.h: -../include/instance/icm.h: -../include/instance/i2s.h: -../include/instance/mclk.h: -../include/instance/nvmctrl.h: -../include/instance/oscctrl.h: -../include/instance/osc32kctrl.h: -../include/instance/pac.h: -../include/instance/pcc.h: -../include/instance/pdec.h: -../include/instance/pm.h: -../include/instance/port.h: -../include/instance/pukcc.h: -../include/instance/qspi.h: -../include/instance/ramecc.h: -../include/instance/rstc.h: -../include/instance/rtc.h: -../include/instance/sdhc0.h: -../include/instance/sdhc1.h: -../include/instance/sercom0.h: -../include/instance/sercom1.h: -../include/instance/sercom2.h: -../include/instance/sercom3.h: -../include/instance/sercom4.h: -../include/instance/sercom5.h: -../include/instance/sercom6.h: -../include/instance/sercom7.h: -../include/instance/supc.h: -../include/instance/tc0.h: -../include/instance/tc1.h: -../include/instance/tc2.h: -../include/instance/tc3.h: -../include/instance/tc4.h: -../include/instance/tc5.h: -../include/instance/tc6.h: -../include/instance/tc7.h: -../include/instance/tcc0.h: -../include/instance/tcc1.h: -../include/instance/tcc2.h: -../include/instance/tcc3.h: -../include/instance/tcc4.h: -../include/instance/trng.h: -../include/instance/usb.h: -../include/instance/wdt.h: -../include/pio/same54p20a.h: -../hri/hri_e54.h: -../include/sam.h: -../hri/hri_ac_e54.h: -../hal/include/hal_atomic.h: -../hri/hri_adc_e54.h: -../hri/hri_aes_e54.h: -../hri/hri_can_e54.h: -../hri/hri_ccl_e54.h: -../hri/hri_cmcc_e54.h: -../hri/hri_dac_e54.h: -../hri/hri_dmac_e54.h: -../hri/hri_dsu_e54.h: -../hri/hri_eic_e54.h: -../hri/hri_evsys_e54.h: -../hri/hri_freqm_e54.h: -../hri/hri_gclk_e54.h: -../hri/hri_gmac_e54.h: -../hri/hri_hmatrixb_e54.h: -../hri/hri_i2s_e54.h: -../hri/hri_icm_e54.h: -../hri/hri_mclk_e54.h: -../hri/hri_nvmctrl_e54.h: -../hri/hri_osc32kctrl_e54.h: -../hri/hri_oscctrl_e54.h: -../hri/hri_pac_e54.h: -../hri/hri_pcc_e54.h: -../hri/hri_pdec_e54.h: -../hri/hri_pm_e54.h: -../hri/hri_port_e54.h: -../hri/hri_qspi_e54.h: -../hri/hri_ramecc_e54.h: -../hri/hri_rstc_e54.h: -../hri/hri_rtc_e54.h: -../hri/hri_sdhc_e54.h: -../hri/hri_sercom_e54.h: -../hri/hri_supc_e54.h: -../hri/hri_tc_e54.h: -../hri/hri_tcc_e54.h: -../hri/hri_trng_e54.h: -../hri/hri_usb_e54.h: -../hri/hri_wdt_e54.h: -../hal/utils/include/err_codes.h: -../hal/utils/include/utils_assert.h: diff --git a/build/hal/utils/src/utils_list.o b/build/hal/utils/src/utils_list.o deleted file mode 100644 index cdca4c8..0000000 Binary files a/build/hal/utils/src/utils_list.o and /dev/null differ diff --git a/build/hal/utils/src/utils_syscalls.d b/build/hal/utils/src/utils_syscalls.d deleted file mode 100644 index 3450794..0000000 --- a/build/hal/utils/src/utils_syscalls.d +++ /dev/null @@ -1,65 +0,0 @@ -hal/utils/src/utils_syscalls.d hal/utils/src/utils_syscalls.o: \ - ../hal/utils/src/utils_syscalls.c /usr/arm-none-eabi/include/stdio.h \ - /usr/arm-none-eabi/include/_ansi.h /usr/arm-none-eabi/include/newlib.h \ - /usr/arm-none-eabi/include/_newlib_version.h \ - /usr/arm-none-eabi/include/sys/config.h \ - /usr/arm-none-eabi/include/machine/ieeefp.h \ - /usr/arm-none-eabi/include/sys/features.h \ - /usr/arm-none-eabi/include/sys/cdefs.h \ - /usr/arm-none-eabi/include/machine/_default_types.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stddef.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stdarg.h \ - /usr/arm-none-eabi/include/sys/reent.h \ - /usr/arm-none-eabi/include/_ansi.h \ - /usr/arm-none-eabi/include/sys/_types.h \ - /usr/arm-none-eabi/include/machine/_types.h \ - /usr/arm-none-eabi/include/sys/lock.h \ - /usr/arm-none-eabi/include/sys/types.h \ - /usr/arm-none-eabi/include/sys/_stdint.h \ - /usr/arm-none-eabi/include/machine/endian.h \ - /usr/arm-none-eabi/include/machine/_endian.h \ - /usr/arm-none-eabi/include/sys/select.h \ - /usr/arm-none-eabi/include/sys/_sigset.h \ - /usr/arm-none-eabi/include/sys/_timeval.h \ - /usr/arm-none-eabi/include/sys/timespec.h \ - /usr/arm-none-eabi/include/sys/_timespec.h \ - /usr/arm-none-eabi/include/sys/_pthreadtypes.h \ - /usr/arm-none-eabi/include/sys/sched.h \ - /usr/arm-none-eabi/include/machine/types.h \ - /usr/arm-none-eabi/include/sys/stdio.h \ - /usr/arm-none-eabi/include/sys/stat.h /usr/arm-none-eabi/include/time.h \ - /usr/arm-none-eabi/include/machine/time.h \ - /usr/arm-none-eabi/include/sys/_locale.h -/usr/arm-none-eabi/include/stdio.h: -/usr/arm-none-eabi/include/_ansi.h: -/usr/arm-none-eabi/include/newlib.h: -/usr/arm-none-eabi/include/_newlib_version.h: -/usr/arm-none-eabi/include/sys/config.h: -/usr/arm-none-eabi/include/machine/ieeefp.h: -/usr/arm-none-eabi/include/sys/features.h: -/usr/arm-none-eabi/include/sys/cdefs.h: -/usr/arm-none-eabi/include/machine/_default_types.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stddef.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stdarg.h: -/usr/arm-none-eabi/include/sys/reent.h: -/usr/arm-none-eabi/include/_ansi.h: -/usr/arm-none-eabi/include/sys/_types.h: -/usr/arm-none-eabi/include/machine/_types.h: -/usr/arm-none-eabi/include/sys/lock.h: -/usr/arm-none-eabi/include/sys/types.h: -/usr/arm-none-eabi/include/sys/_stdint.h: -/usr/arm-none-eabi/include/machine/endian.h: -/usr/arm-none-eabi/include/machine/_endian.h: -/usr/arm-none-eabi/include/sys/select.h: -/usr/arm-none-eabi/include/sys/_sigset.h: -/usr/arm-none-eabi/include/sys/_timeval.h: -/usr/arm-none-eabi/include/sys/timespec.h: -/usr/arm-none-eabi/include/sys/_timespec.h: -/usr/arm-none-eabi/include/sys/_pthreadtypes.h: -/usr/arm-none-eabi/include/sys/sched.h: -/usr/arm-none-eabi/include/machine/types.h: -/usr/arm-none-eabi/include/sys/stdio.h: -/usr/arm-none-eabi/include/sys/stat.h: -/usr/arm-none-eabi/include/time.h: -/usr/arm-none-eabi/include/machine/time.h: -/usr/arm-none-eabi/include/sys/_locale.h: diff --git a/build/hal/utils/src/utils_syscalls.o b/build/hal/utils/src/utils_syscalls.o deleted file mode 100644 index 395c16c..0000000 Binary files a/build/hal/utils/src/utils_syscalls.o and /dev/null differ diff --git a/build/hpl/cmcc/hpl_cmcc.d b/build/hpl/cmcc/hpl_cmcc.d deleted file mode 100644 index 6f38616..0000000 --- a/build/hpl/cmcc/hpl_cmcc.d +++ /dev/null @@ -1,243 +0,0 @@ -hpl/cmcc/hpl_cmcc.d hpl/cmcc/hpl_cmcc.o: ../hpl/cmcc/hpl_cmcc.c \ - ../hal/utils/include/compiler.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stddef.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stdint.h \ - /usr/arm-none-eabi/include/stdint.h \ - /usr/arm-none-eabi/include/machine/_default_types.h \ - /usr/arm-none-eabi/include/sys/features.h \ - /usr/arm-none-eabi/include/_newlib_version.h \ - /usr/arm-none-eabi/include/sys/_intsup.h \ - /usr/arm-none-eabi/include/sys/_stdint.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stdbool.h \ - ../hal/utils/include/parts.h ../include/same54.h ../include/same54p20a.h \ - ../CMSIS/Core/Include/core_cm4.h ../CMSIS/Core/Include/cmsis_version.h \ - ../CMSIS/Core/Include/cmsis_compiler.h ../CMSIS/Core/Include/cmsis_gcc.h \ - ../CMSIS/Core/Include/mpu_armv7.h ../include/system_same54.h \ - ../include/component/ac.h ../include/component/adc.h \ - ../include/component/aes.h ../include/component/can.h \ - ../include/component/ccl.h ../include/component/cmcc.h \ - ../include/component/dac.h ../include/component/dmac.h \ - ../include/component/dsu.h ../include/component/eic.h \ - ../include/component/evsys.h ../include/component/freqm.h \ - ../include/component/gclk.h ../include/component/gmac.h \ - ../include/component/hmatrixb.h ../include/component/icm.h \ - ../include/component/i2s.h ../include/component/mclk.h \ - ../include/component/nvmctrl.h ../include/component/oscctrl.h \ - ../include/component/osc32kctrl.h ../include/component/pac.h \ - ../include/component/pcc.h ../include/component/pdec.h \ - ../include/component/pm.h ../include/component/port.h \ - ../include/component/qspi.h ../include/component/ramecc.h \ - ../include/component/rstc.h ../include/component/rtc.h \ - ../include/component/sdhc.h ../include/component/sercom.h \ - ../include/component/supc.h ../include/component/tc.h \ - ../include/component/tcc.h ../include/component/trng.h \ - ../include/component/usb.h ../include/component/wdt.h \ - ../include/instance/ac.h ../include/instance/adc0.h \ - ../include/instance/adc1.h ../include/instance/aes.h \ - ../include/instance/can0.h ../include/instance/can1.h \ - ../include/instance/ccl.h ../include/instance/cmcc.h \ - ../include/instance/dac.h ../include/instance/dmac.h \ - ../include/instance/dsu.h ../include/instance/eic.h \ - ../include/instance/evsys.h ../include/instance/freqm.h \ - ../include/instance/gclk.h ../include/instance/gmac.h \ - ../include/instance/hmatrix.h ../include/instance/icm.h \ - ../include/instance/i2s.h ../include/instance/mclk.h \ - ../include/instance/nvmctrl.h ../include/instance/oscctrl.h \ - ../include/instance/osc32kctrl.h ../include/instance/pac.h \ - ../include/instance/pcc.h ../include/instance/pdec.h \ - ../include/instance/pm.h ../include/instance/port.h \ - ../include/instance/pukcc.h ../include/instance/qspi.h \ - ../include/instance/ramecc.h ../include/instance/rstc.h \ - ../include/instance/rtc.h ../include/instance/sdhc0.h \ - ../include/instance/sdhc1.h ../include/instance/sercom0.h \ - ../include/instance/sercom1.h ../include/instance/sercom2.h \ - ../include/instance/sercom3.h ../include/instance/sercom4.h \ - ../include/instance/sercom5.h ../include/instance/sercom6.h \ - ../include/instance/sercom7.h ../include/instance/supc.h \ - ../include/instance/tc0.h ../include/instance/tc1.h \ - ../include/instance/tc2.h ../include/instance/tc3.h \ - ../include/instance/tc4.h ../include/instance/tc5.h \ - ../include/instance/tc6.h ../include/instance/tc7.h \ - ../include/instance/tcc0.h ../include/instance/tcc1.h \ - ../include/instance/tcc2.h ../include/instance/tcc3.h \ - ../include/instance/tcc4.h ../include/instance/trng.h \ - ../include/instance/usb.h ../include/instance/wdt.h \ - ../include/pio/same54p20a.h ../hri/hri_e54.h ../include/sam.h \ - ../hri/hri_ac_e54.h ../hal/include/hal_atomic.h ../hri/hri_adc_e54.h \ - ../hri/hri_aes_e54.h ../hri/hri_can_e54.h ../hri/hri_ccl_e54.h \ - ../hri/hri_cmcc_e54.h ../hri/hri_dac_e54.h ../hri/hri_dmac_e54.h \ - ../hri/hri_dsu_e54.h ../hri/hri_eic_e54.h ../hri/hri_evsys_e54.h \ - ../hri/hri_freqm_e54.h ../hri/hri_gclk_e54.h ../hri/hri_gmac_e54.h \ - ../hri/hri_hmatrixb_e54.h ../hri/hri_i2s_e54.h ../hri/hri_icm_e54.h \ - ../hri/hri_mclk_e54.h ../hri/hri_nvmctrl_e54.h \ - ../hri/hri_osc32kctrl_e54.h ../hri/hri_oscctrl_e54.h \ - ../hri/hri_pac_e54.h ../hri/hri_pcc_e54.h ../hri/hri_pdec_e54.h \ - ../hri/hri_pm_e54.h ../hri/hri_port_e54.h ../hri/hri_qspi_e54.h \ - ../hri/hri_ramecc_e54.h ../hri/hri_rstc_e54.h ../hri/hri_rtc_e54.h \ - ../hri/hri_sdhc_e54.h ../hri/hri_sercom_e54.h ../hri/hri_supc_e54.h \ - ../hri/hri_tc_e54.h ../hri/hri_tcc_e54.h ../hri/hri_trng_e54.h \ - ../hri/hri_usb_e54.h ../hri/hri_wdt_e54.h \ - ../hal/utils/include/err_codes.h ../hal/include/hpl_cmcc.h \ - ../config/hpl_cmcc_config.h -../hal/utils/include/compiler.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stddef.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stdint.h: -/usr/arm-none-eabi/include/stdint.h: -/usr/arm-none-eabi/include/machine/_default_types.h: -/usr/arm-none-eabi/include/sys/features.h: -/usr/arm-none-eabi/include/_newlib_version.h: -/usr/arm-none-eabi/include/sys/_intsup.h: -/usr/arm-none-eabi/include/sys/_stdint.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stdbool.h: -../hal/utils/include/parts.h: -../include/same54.h: -../include/same54p20a.h: -../CMSIS/Core/Include/core_cm4.h: -../CMSIS/Core/Include/cmsis_version.h: -../CMSIS/Core/Include/cmsis_compiler.h: -../CMSIS/Core/Include/cmsis_gcc.h: -../CMSIS/Core/Include/mpu_armv7.h: -../include/system_same54.h: -../include/component/ac.h: -../include/component/adc.h: -../include/component/aes.h: -../include/component/can.h: -../include/component/ccl.h: -../include/component/cmcc.h: -../include/component/dac.h: -../include/component/dmac.h: -../include/component/dsu.h: -../include/component/eic.h: -../include/component/evsys.h: -../include/component/freqm.h: -../include/component/gclk.h: -../include/component/gmac.h: -../include/component/hmatrixb.h: -../include/component/icm.h: -../include/component/i2s.h: -../include/component/mclk.h: -../include/component/nvmctrl.h: -../include/component/oscctrl.h: -../include/component/osc32kctrl.h: -../include/component/pac.h: -../include/component/pcc.h: -../include/component/pdec.h: -../include/component/pm.h: -../include/component/port.h: -../include/component/qspi.h: -../include/component/ramecc.h: -../include/component/rstc.h: -../include/component/rtc.h: -../include/component/sdhc.h: -../include/component/sercom.h: -../include/component/supc.h: -../include/component/tc.h: -../include/component/tcc.h: -../include/component/trng.h: -../include/component/usb.h: -../include/component/wdt.h: -../include/instance/ac.h: -../include/instance/adc0.h: -../include/instance/adc1.h: -../include/instance/aes.h: -../include/instance/can0.h: -../include/instance/can1.h: -../include/instance/ccl.h: -../include/instance/cmcc.h: -../include/instance/dac.h: -../include/instance/dmac.h: -../include/instance/dsu.h: -../include/instance/eic.h: -../include/instance/evsys.h: -../include/instance/freqm.h: -../include/instance/gclk.h: -../include/instance/gmac.h: -../include/instance/hmatrix.h: -../include/instance/icm.h: -../include/instance/i2s.h: -../include/instance/mclk.h: -../include/instance/nvmctrl.h: -../include/instance/oscctrl.h: -../include/instance/osc32kctrl.h: -../include/instance/pac.h: -../include/instance/pcc.h: -../include/instance/pdec.h: -../include/instance/pm.h: -../include/instance/port.h: -../include/instance/pukcc.h: -../include/instance/qspi.h: -../include/instance/ramecc.h: -../include/instance/rstc.h: -../include/instance/rtc.h: -../include/instance/sdhc0.h: -../include/instance/sdhc1.h: -../include/instance/sercom0.h: -../include/instance/sercom1.h: -../include/instance/sercom2.h: -../include/instance/sercom3.h: -../include/instance/sercom4.h: -../include/instance/sercom5.h: -../include/instance/sercom6.h: -../include/instance/sercom7.h: -../include/instance/supc.h: -../include/instance/tc0.h: -../include/instance/tc1.h: -../include/instance/tc2.h: -../include/instance/tc3.h: -../include/instance/tc4.h: -../include/instance/tc5.h: -../include/instance/tc6.h: -../include/instance/tc7.h: -../include/instance/tcc0.h: -../include/instance/tcc1.h: -../include/instance/tcc2.h: -../include/instance/tcc3.h: -../include/instance/tcc4.h: -../include/instance/trng.h: -../include/instance/usb.h: -../include/instance/wdt.h: -../include/pio/same54p20a.h: -../hri/hri_e54.h: -../include/sam.h: -../hri/hri_ac_e54.h: -../hal/include/hal_atomic.h: -../hri/hri_adc_e54.h: -../hri/hri_aes_e54.h: -../hri/hri_can_e54.h: -../hri/hri_ccl_e54.h: -../hri/hri_cmcc_e54.h: -../hri/hri_dac_e54.h: -../hri/hri_dmac_e54.h: -../hri/hri_dsu_e54.h: -../hri/hri_eic_e54.h: -../hri/hri_evsys_e54.h: -../hri/hri_freqm_e54.h: -../hri/hri_gclk_e54.h: -../hri/hri_gmac_e54.h: -../hri/hri_hmatrixb_e54.h: -../hri/hri_i2s_e54.h: -../hri/hri_icm_e54.h: -../hri/hri_mclk_e54.h: -../hri/hri_nvmctrl_e54.h: -../hri/hri_osc32kctrl_e54.h: -../hri/hri_oscctrl_e54.h: -../hri/hri_pac_e54.h: -../hri/hri_pcc_e54.h: -../hri/hri_pdec_e54.h: -../hri/hri_pm_e54.h: -../hri/hri_port_e54.h: -../hri/hri_qspi_e54.h: -../hri/hri_ramecc_e54.h: -../hri/hri_rstc_e54.h: -../hri/hri_rtc_e54.h: -../hri/hri_sdhc_e54.h: -../hri/hri_sercom_e54.h: -../hri/hri_supc_e54.h: -../hri/hri_tc_e54.h: -../hri/hri_tcc_e54.h: -../hri/hri_trng_e54.h: -../hri/hri_usb_e54.h: -../hri/hri_wdt_e54.h: -../hal/utils/include/err_codes.h: -../hal/include/hpl_cmcc.h: -../config/hpl_cmcc_config.h: diff --git a/build/hpl/cmcc/hpl_cmcc.o b/build/hpl/cmcc/hpl_cmcc.o deleted file mode 100644 index 3a7c25b..0000000 Binary files a/build/hpl/cmcc/hpl_cmcc.o and /dev/null differ diff --git a/build/hpl/core/hpl_core_m4.d b/build/hpl/core/hpl_core_m4.d deleted file mode 100644 index 924c73e..0000000 --- a/build/hpl/core/hpl_core_m4.d +++ /dev/null @@ -1,248 +0,0 @@ -hpl/core/hpl_core_m4.d hpl/core/hpl_core_m4.o: ../hpl/core/hpl_core_m4.c \ - ../hal/include/hpl_core.h ../hpl/core/hpl_core_port.h \ - ../config/peripheral_clk_config.h ../hal/utils/include/compiler.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stddef.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stdint.h \ - /usr/arm-none-eabi/include/stdint.h \ - /usr/arm-none-eabi/include/machine/_default_types.h \ - /usr/arm-none-eabi/include/sys/features.h \ - /usr/arm-none-eabi/include/_newlib_version.h \ - /usr/arm-none-eabi/include/sys/_intsup.h \ - /usr/arm-none-eabi/include/sys/_stdint.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stdbool.h \ - ../hal/utils/include/parts.h ../include/same54.h ../include/same54p20a.h \ - ../CMSIS/Core/Include/core_cm4.h ../CMSIS/Core/Include/cmsis_version.h \ - ../CMSIS/Core/Include/cmsis_compiler.h ../CMSIS/Core/Include/cmsis_gcc.h \ - ../CMSIS/Core/Include/mpu_armv7.h ../include/system_same54.h \ - ../include/component/ac.h ../include/component/adc.h \ - ../include/component/aes.h ../include/component/can.h \ - ../include/component/ccl.h ../include/component/cmcc.h \ - ../include/component/dac.h ../include/component/dmac.h \ - ../include/component/dsu.h ../include/component/eic.h \ - ../include/component/evsys.h ../include/component/freqm.h \ - ../include/component/gclk.h ../include/component/gmac.h \ - ../include/component/hmatrixb.h ../include/component/icm.h \ - ../include/component/i2s.h ../include/component/mclk.h \ - ../include/component/nvmctrl.h ../include/component/oscctrl.h \ - ../include/component/osc32kctrl.h ../include/component/pac.h \ - ../include/component/pcc.h ../include/component/pdec.h \ - ../include/component/pm.h ../include/component/port.h \ - ../include/component/qspi.h ../include/component/ramecc.h \ - ../include/component/rstc.h ../include/component/rtc.h \ - ../include/component/sdhc.h ../include/component/sercom.h \ - ../include/component/supc.h ../include/component/tc.h \ - ../include/component/tcc.h ../include/component/trng.h \ - ../include/component/usb.h ../include/component/wdt.h \ - ../include/instance/ac.h ../include/instance/adc0.h \ - ../include/instance/adc1.h ../include/instance/aes.h \ - ../include/instance/can0.h ../include/instance/can1.h \ - ../include/instance/ccl.h ../include/instance/cmcc.h \ - ../include/instance/dac.h ../include/instance/dmac.h \ - ../include/instance/dsu.h ../include/instance/eic.h \ - ../include/instance/evsys.h ../include/instance/freqm.h \ - ../include/instance/gclk.h ../include/instance/gmac.h \ - ../include/instance/hmatrix.h ../include/instance/icm.h \ - ../include/instance/i2s.h ../include/instance/mclk.h \ - ../include/instance/nvmctrl.h ../include/instance/oscctrl.h \ - ../include/instance/osc32kctrl.h ../include/instance/pac.h \ - ../include/instance/pcc.h ../include/instance/pdec.h \ - ../include/instance/pm.h ../include/instance/port.h \ - ../include/instance/pukcc.h ../include/instance/qspi.h \ - ../include/instance/ramecc.h ../include/instance/rstc.h \ - ../include/instance/rtc.h ../include/instance/sdhc0.h \ - ../include/instance/sdhc1.h ../include/instance/sercom0.h \ - ../include/instance/sercom1.h ../include/instance/sercom2.h \ - ../include/instance/sercom3.h ../include/instance/sercom4.h \ - ../include/instance/sercom5.h ../include/instance/sercom6.h \ - ../include/instance/sercom7.h ../include/instance/supc.h \ - ../include/instance/tc0.h ../include/instance/tc1.h \ - ../include/instance/tc2.h ../include/instance/tc3.h \ - ../include/instance/tc4.h ../include/instance/tc5.h \ - ../include/instance/tc6.h ../include/instance/tc7.h \ - ../include/instance/tcc0.h ../include/instance/tcc1.h \ - ../include/instance/tcc2.h ../include/instance/tcc3.h \ - ../include/instance/tcc4.h ../include/instance/trng.h \ - ../include/instance/usb.h ../include/instance/wdt.h \ - ../include/pio/same54p20a.h ../hri/hri_e54.h ../include/sam.h \ - ../hri/hri_ac_e54.h ../hal/include/hal_atomic.h ../hri/hri_adc_e54.h \ - ../hri/hri_aes_e54.h ../hri/hri_can_e54.h ../hri/hri_ccl_e54.h \ - ../hri/hri_cmcc_e54.h ../hri/hri_dac_e54.h ../hri/hri_dmac_e54.h \ - ../hri/hri_dsu_e54.h ../hri/hri_eic_e54.h ../hri/hri_evsys_e54.h \ - ../hri/hri_freqm_e54.h ../hri/hri_gclk_e54.h ../hri/hri_gmac_e54.h \ - ../hri/hri_hmatrixb_e54.h ../hri/hri_i2s_e54.h ../hri/hri_icm_e54.h \ - ../hri/hri_mclk_e54.h ../hri/hri_nvmctrl_e54.h \ - ../hri/hri_osc32kctrl_e54.h ../hri/hri_oscctrl_e54.h \ - ../hri/hri_pac_e54.h ../hri/hri_pcc_e54.h ../hri/hri_pdec_e54.h \ - ../hri/hri_pm_e54.h ../hri/hri_port_e54.h ../hri/hri_qspi_e54.h \ - ../hri/hri_ramecc_e54.h ../hri/hri_rstc_e54.h ../hri/hri_rtc_e54.h \ - ../hri/hri_sdhc_e54.h ../hri/hri_sercom_e54.h ../hri/hri_supc_e54.h \ - ../hri/hri_tc_e54.h ../hri/hri_tcc_e54.h ../hri/hri_trng_e54.h \ - ../hri/hri_usb_e54.h ../hri/hri_wdt_e54.h \ - ../hal/utils/include/err_codes.h ../hal/include/hpl_irq.h \ - ../hal/utils/include/utils.h ../hal/utils/include/utils_assert.h -../hal/include/hpl_core.h: -../hpl/core/hpl_core_port.h: -../config/peripheral_clk_config.h: -../hal/utils/include/compiler.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stddef.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stdint.h: -/usr/arm-none-eabi/include/stdint.h: -/usr/arm-none-eabi/include/machine/_default_types.h: -/usr/arm-none-eabi/include/sys/features.h: -/usr/arm-none-eabi/include/_newlib_version.h: -/usr/arm-none-eabi/include/sys/_intsup.h: -/usr/arm-none-eabi/include/sys/_stdint.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stdbool.h: -../hal/utils/include/parts.h: -../include/same54.h: -../include/same54p20a.h: -../CMSIS/Core/Include/core_cm4.h: -../CMSIS/Core/Include/cmsis_version.h: -../CMSIS/Core/Include/cmsis_compiler.h: -../CMSIS/Core/Include/cmsis_gcc.h: -../CMSIS/Core/Include/mpu_armv7.h: -../include/system_same54.h: -../include/component/ac.h: -../include/component/adc.h: -../include/component/aes.h: -../include/component/can.h: -../include/component/ccl.h: -../include/component/cmcc.h: -../include/component/dac.h: -../include/component/dmac.h: -../include/component/dsu.h: -../include/component/eic.h: -../include/component/evsys.h: -../include/component/freqm.h: -../include/component/gclk.h: -../include/component/gmac.h: -../include/component/hmatrixb.h: -../include/component/icm.h: -../include/component/i2s.h: -../include/component/mclk.h: -../include/component/nvmctrl.h: -../include/component/oscctrl.h: -../include/component/osc32kctrl.h: -../include/component/pac.h: -../include/component/pcc.h: -../include/component/pdec.h: -../include/component/pm.h: -../include/component/port.h: -../include/component/qspi.h: -../include/component/ramecc.h: -../include/component/rstc.h: -../include/component/rtc.h: -../include/component/sdhc.h: -../include/component/sercom.h: -../include/component/supc.h: -../include/component/tc.h: -../include/component/tcc.h: -../include/component/trng.h: -../include/component/usb.h: -../include/component/wdt.h: -../include/instance/ac.h: -../include/instance/adc0.h: -../include/instance/adc1.h: -../include/instance/aes.h: -../include/instance/can0.h: -../include/instance/can1.h: -../include/instance/ccl.h: -../include/instance/cmcc.h: -../include/instance/dac.h: -../include/instance/dmac.h: -../include/instance/dsu.h: -../include/instance/eic.h: -../include/instance/evsys.h: -../include/instance/freqm.h: -../include/instance/gclk.h: -../include/instance/gmac.h: -../include/instance/hmatrix.h: -../include/instance/icm.h: -../include/instance/i2s.h: -../include/instance/mclk.h: -../include/instance/nvmctrl.h: -../include/instance/oscctrl.h: -../include/instance/osc32kctrl.h: -../include/instance/pac.h: -../include/instance/pcc.h: -../include/instance/pdec.h: -../include/instance/pm.h: -../include/instance/port.h: -../include/instance/pukcc.h: -../include/instance/qspi.h: -../include/instance/ramecc.h: -../include/instance/rstc.h: -../include/instance/rtc.h: -../include/instance/sdhc0.h: -../include/instance/sdhc1.h: -../include/instance/sercom0.h: -../include/instance/sercom1.h: -../include/instance/sercom2.h: -../include/instance/sercom3.h: -../include/instance/sercom4.h: -../include/instance/sercom5.h: -../include/instance/sercom6.h: -../include/instance/sercom7.h: -../include/instance/supc.h: -../include/instance/tc0.h: -../include/instance/tc1.h: -../include/instance/tc2.h: -../include/instance/tc3.h: -../include/instance/tc4.h: -../include/instance/tc5.h: -../include/instance/tc6.h: -../include/instance/tc7.h: -../include/instance/tcc0.h: -../include/instance/tcc1.h: -../include/instance/tcc2.h: -../include/instance/tcc3.h: -../include/instance/tcc4.h: -../include/instance/trng.h: -../include/instance/usb.h: -../include/instance/wdt.h: -../include/pio/same54p20a.h: -../hri/hri_e54.h: -../include/sam.h: -../hri/hri_ac_e54.h: -../hal/include/hal_atomic.h: -../hri/hri_adc_e54.h: -../hri/hri_aes_e54.h: -../hri/hri_can_e54.h: -../hri/hri_ccl_e54.h: -../hri/hri_cmcc_e54.h: -../hri/hri_dac_e54.h: -../hri/hri_dmac_e54.h: -../hri/hri_dsu_e54.h: -../hri/hri_eic_e54.h: -../hri/hri_evsys_e54.h: -../hri/hri_freqm_e54.h: -../hri/hri_gclk_e54.h: -../hri/hri_gmac_e54.h: -../hri/hri_hmatrixb_e54.h: -../hri/hri_i2s_e54.h: -../hri/hri_icm_e54.h: -../hri/hri_mclk_e54.h: -../hri/hri_nvmctrl_e54.h: -../hri/hri_osc32kctrl_e54.h: -../hri/hri_oscctrl_e54.h: -../hri/hri_pac_e54.h: -../hri/hri_pcc_e54.h: -../hri/hri_pdec_e54.h: -../hri/hri_pm_e54.h: -../hri/hri_port_e54.h: -../hri/hri_qspi_e54.h: -../hri/hri_ramecc_e54.h: -../hri/hri_rstc_e54.h: -../hri/hri_rtc_e54.h: -../hri/hri_sdhc_e54.h: -../hri/hri_sercom_e54.h: -../hri/hri_supc_e54.h: -../hri/hri_tc_e54.h: -../hri/hri_tcc_e54.h: -../hri/hri_trng_e54.h: -../hri/hri_usb_e54.h: -../hri/hri_wdt_e54.h: -../hal/utils/include/err_codes.h: -../hal/include/hpl_irq.h: -../hal/utils/include/utils.h: -../hal/utils/include/utils_assert.h: diff --git a/build/hpl/core/hpl_core_m4.o b/build/hpl/core/hpl_core_m4.o deleted file mode 100644 index 65d8d22..0000000 Binary files a/build/hpl/core/hpl_core_m4.o and /dev/null differ diff --git a/build/hpl/core/hpl_init.d b/build/hpl/core/hpl_init.d deleted file mode 100644 index c685281..0000000 --- a/build/hpl/core/hpl_init.d +++ /dev/null @@ -1,260 +0,0 @@ -hpl/core/hpl_init.d hpl/core/hpl_init.o: ../hpl/core/hpl_init.c \ - ../hal/include/hpl_gpio.h ../hal/utils/include/compiler.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stddef.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stdint.h \ - /usr/arm-none-eabi/include/stdint.h \ - /usr/arm-none-eabi/include/machine/_default_types.h \ - /usr/arm-none-eabi/include/sys/features.h \ - /usr/arm-none-eabi/include/_newlib_version.h \ - /usr/arm-none-eabi/include/sys/_intsup.h \ - /usr/arm-none-eabi/include/sys/_stdint.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stdbool.h \ - ../hal/utils/include/parts.h ../include/same54.h ../include/same54p20a.h \ - ../CMSIS/Core/Include/core_cm4.h ../CMSIS/Core/Include/cmsis_version.h \ - ../CMSIS/Core/Include/cmsis_compiler.h ../CMSIS/Core/Include/cmsis_gcc.h \ - ../CMSIS/Core/Include/mpu_armv7.h ../include/system_same54.h \ - ../include/component/ac.h ../include/component/adc.h \ - ../include/component/aes.h ../include/component/can.h \ - ../include/component/ccl.h ../include/component/cmcc.h \ - ../include/component/dac.h ../include/component/dmac.h \ - ../include/component/dsu.h ../include/component/eic.h \ - ../include/component/evsys.h ../include/component/freqm.h \ - ../include/component/gclk.h ../include/component/gmac.h \ - ../include/component/hmatrixb.h ../include/component/icm.h \ - ../include/component/i2s.h ../include/component/mclk.h \ - ../include/component/nvmctrl.h ../include/component/oscctrl.h \ - ../include/component/osc32kctrl.h ../include/component/pac.h \ - ../include/component/pcc.h ../include/component/pdec.h \ - ../include/component/pm.h ../include/component/port.h \ - ../include/component/qspi.h ../include/component/ramecc.h \ - ../include/component/rstc.h ../include/component/rtc.h \ - ../include/component/sdhc.h ../include/component/sercom.h \ - ../include/component/supc.h ../include/component/tc.h \ - ../include/component/tcc.h ../include/component/trng.h \ - ../include/component/usb.h ../include/component/wdt.h \ - ../include/instance/ac.h ../include/instance/adc0.h \ - ../include/instance/adc1.h ../include/instance/aes.h \ - ../include/instance/can0.h ../include/instance/can1.h \ - ../include/instance/ccl.h ../include/instance/cmcc.h \ - ../include/instance/dac.h ../include/instance/dmac.h \ - ../include/instance/dsu.h ../include/instance/eic.h \ - ../include/instance/evsys.h ../include/instance/freqm.h \ - ../include/instance/gclk.h ../include/instance/gmac.h \ - ../include/instance/hmatrix.h ../include/instance/icm.h \ - ../include/instance/i2s.h ../include/instance/mclk.h \ - ../include/instance/nvmctrl.h ../include/instance/oscctrl.h \ - ../include/instance/osc32kctrl.h ../include/instance/pac.h \ - ../include/instance/pcc.h ../include/instance/pdec.h \ - ../include/instance/pm.h ../include/instance/port.h \ - ../include/instance/pukcc.h ../include/instance/qspi.h \ - ../include/instance/ramecc.h ../include/instance/rstc.h \ - ../include/instance/rtc.h ../include/instance/sdhc0.h \ - ../include/instance/sdhc1.h ../include/instance/sercom0.h \ - ../include/instance/sercom1.h ../include/instance/sercom2.h \ - ../include/instance/sercom3.h ../include/instance/sercom4.h \ - ../include/instance/sercom5.h ../include/instance/sercom6.h \ - ../include/instance/sercom7.h ../include/instance/supc.h \ - ../include/instance/tc0.h ../include/instance/tc1.h \ - ../include/instance/tc2.h ../include/instance/tc3.h \ - ../include/instance/tc4.h ../include/instance/tc5.h \ - ../include/instance/tc6.h ../include/instance/tc7.h \ - ../include/instance/tcc0.h ../include/instance/tcc1.h \ - ../include/instance/tcc2.h ../include/instance/tcc3.h \ - ../include/instance/tcc4.h ../include/instance/trng.h \ - ../include/instance/usb.h ../include/instance/wdt.h \ - ../include/pio/same54p20a.h ../hri/hri_e54.h ../include/sam.h \ - ../hri/hri_ac_e54.h ../hal/include/hal_atomic.h ../hri/hri_adc_e54.h \ - ../hri/hri_aes_e54.h ../hri/hri_can_e54.h ../hri/hri_ccl_e54.h \ - ../hri/hri_cmcc_e54.h ../hri/hri_dac_e54.h ../hri/hri_dmac_e54.h \ - ../hri/hri_dsu_e54.h ../hri/hri_eic_e54.h ../hri/hri_evsys_e54.h \ - ../hri/hri_freqm_e54.h ../hri/hri_gclk_e54.h ../hri/hri_gmac_e54.h \ - ../hri/hri_hmatrixb_e54.h ../hri/hri_i2s_e54.h ../hri/hri_icm_e54.h \ - ../hri/hri_mclk_e54.h ../hri/hri_nvmctrl_e54.h \ - ../hri/hri_osc32kctrl_e54.h ../hri/hri_oscctrl_e54.h \ - ../hri/hri_pac_e54.h ../hri/hri_pcc_e54.h ../hri/hri_pdec_e54.h \ - ../hri/hri_pm_e54.h ../hri/hri_port_e54.h ../hri/hri_qspi_e54.h \ - ../hri/hri_ramecc_e54.h ../hri/hri_rstc_e54.h ../hri/hri_rtc_e54.h \ - ../hri/hri_sdhc_e54.h ../hri/hri_sercom_e54.h ../hri/hri_supc_e54.h \ - ../hri/hri_tc_e54.h ../hri/hri_tcc_e54.h ../hri/hri_trng_e54.h \ - ../hri/hri_usb_e54.h ../hri/hri_wdt_e54.h \ - ../hal/utils/include/err_codes.h ../hpl/port/hpl_gpio_base.h \ - ../hal/utils/include/utils_assert.h ../config/hpl_port_config.h \ - ../hal/include/hpl_init.h ../hpl/gclk/hpl_gclk_base.h \ - ../config/hpl_mclk_config.h ../config/peripheral_clk_config.h \ - ../hal/include/hpl_dma.h ../hal/include/hpl_irq.h \ - ../config/hpl_dmac_config.h ../config/hpl_cmcc_config.h \ - ../hal/include/hal_cache.h ../hal/include/hpl_cmcc.h -../hal/include/hpl_gpio.h: -../hal/utils/include/compiler.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stddef.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stdint.h: -/usr/arm-none-eabi/include/stdint.h: -/usr/arm-none-eabi/include/machine/_default_types.h: -/usr/arm-none-eabi/include/sys/features.h: -/usr/arm-none-eabi/include/_newlib_version.h: -/usr/arm-none-eabi/include/sys/_intsup.h: -/usr/arm-none-eabi/include/sys/_stdint.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stdbool.h: -../hal/utils/include/parts.h: -../include/same54.h: -../include/same54p20a.h: -../CMSIS/Core/Include/core_cm4.h: -../CMSIS/Core/Include/cmsis_version.h: -../CMSIS/Core/Include/cmsis_compiler.h: -../CMSIS/Core/Include/cmsis_gcc.h: -../CMSIS/Core/Include/mpu_armv7.h: -../include/system_same54.h: -../include/component/ac.h: -../include/component/adc.h: -../include/component/aes.h: -../include/component/can.h: -../include/component/ccl.h: -../include/component/cmcc.h: -../include/component/dac.h: -../include/component/dmac.h: -../include/component/dsu.h: -../include/component/eic.h: -../include/component/evsys.h: -../include/component/freqm.h: -../include/component/gclk.h: -../include/component/gmac.h: -../include/component/hmatrixb.h: -../include/component/icm.h: -../include/component/i2s.h: -../include/component/mclk.h: -../include/component/nvmctrl.h: -../include/component/oscctrl.h: -../include/component/osc32kctrl.h: -../include/component/pac.h: -../include/component/pcc.h: -../include/component/pdec.h: -../include/component/pm.h: -../include/component/port.h: -../include/component/qspi.h: -../include/component/ramecc.h: -../include/component/rstc.h: -../include/component/rtc.h: -../include/component/sdhc.h: -../include/component/sercom.h: -../include/component/supc.h: -../include/component/tc.h: -../include/component/tcc.h: -../include/component/trng.h: -../include/component/usb.h: -../include/component/wdt.h: -../include/instance/ac.h: -../include/instance/adc0.h: -../include/instance/adc1.h: -../include/instance/aes.h: -../include/instance/can0.h: -../include/instance/can1.h: -../include/instance/ccl.h: -../include/instance/cmcc.h: -../include/instance/dac.h: -../include/instance/dmac.h: -../include/instance/dsu.h: -../include/instance/eic.h: -../include/instance/evsys.h: -../include/instance/freqm.h: -../include/instance/gclk.h: -../include/instance/gmac.h: -../include/instance/hmatrix.h: -../include/instance/icm.h: -../include/instance/i2s.h: -../include/instance/mclk.h: -../include/instance/nvmctrl.h: -../include/instance/oscctrl.h: -../include/instance/osc32kctrl.h: -../include/instance/pac.h: -../include/instance/pcc.h: -../include/instance/pdec.h: -../include/instance/pm.h: -../include/instance/port.h: -../include/instance/pukcc.h: -../include/instance/qspi.h: -../include/instance/ramecc.h: -../include/instance/rstc.h: -../include/instance/rtc.h: -../include/instance/sdhc0.h: -../include/instance/sdhc1.h: -../include/instance/sercom0.h: -../include/instance/sercom1.h: -../include/instance/sercom2.h: -../include/instance/sercom3.h: -../include/instance/sercom4.h: -../include/instance/sercom5.h: -../include/instance/sercom6.h: -../include/instance/sercom7.h: -../include/instance/supc.h: -../include/instance/tc0.h: -../include/instance/tc1.h: -../include/instance/tc2.h: -../include/instance/tc3.h: -../include/instance/tc4.h: -../include/instance/tc5.h: -../include/instance/tc6.h: -../include/instance/tc7.h: -../include/instance/tcc0.h: -../include/instance/tcc1.h: -../include/instance/tcc2.h: -../include/instance/tcc3.h: -../include/instance/tcc4.h: -../include/instance/trng.h: -../include/instance/usb.h: -../include/instance/wdt.h: -../include/pio/same54p20a.h: -../hri/hri_e54.h: -../include/sam.h: -../hri/hri_ac_e54.h: -../hal/include/hal_atomic.h: -../hri/hri_adc_e54.h: -../hri/hri_aes_e54.h: -../hri/hri_can_e54.h: -../hri/hri_ccl_e54.h: -../hri/hri_cmcc_e54.h: -../hri/hri_dac_e54.h: -../hri/hri_dmac_e54.h: -../hri/hri_dsu_e54.h: -../hri/hri_eic_e54.h: -../hri/hri_evsys_e54.h: -../hri/hri_freqm_e54.h: -../hri/hri_gclk_e54.h: -../hri/hri_gmac_e54.h: -../hri/hri_hmatrixb_e54.h: -../hri/hri_i2s_e54.h: -../hri/hri_icm_e54.h: -../hri/hri_mclk_e54.h: -../hri/hri_nvmctrl_e54.h: -../hri/hri_osc32kctrl_e54.h: -../hri/hri_oscctrl_e54.h: -../hri/hri_pac_e54.h: -../hri/hri_pcc_e54.h: -../hri/hri_pdec_e54.h: -../hri/hri_pm_e54.h: -../hri/hri_port_e54.h: -../hri/hri_qspi_e54.h: -../hri/hri_ramecc_e54.h: -../hri/hri_rstc_e54.h: -../hri/hri_rtc_e54.h: -../hri/hri_sdhc_e54.h: -../hri/hri_sercom_e54.h: -../hri/hri_supc_e54.h: -../hri/hri_tc_e54.h: -../hri/hri_tcc_e54.h: -../hri/hri_trng_e54.h: -../hri/hri_usb_e54.h: -../hri/hri_wdt_e54.h: -../hal/utils/include/err_codes.h: -../hpl/port/hpl_gpio_base.h: -../hal/utils/include/utils_assert.h: -../config/hpl_port_config.h: -../hal/include/hpl_init.h: -../hpl/gclk/hpl_gclk_base.h: -../config/hpl_mclk_config.h: -../config/peripheral_clk_config.h: -../hal/include/hpl_dma.h: -../hal/include/hpl_irq.h: -../config/hpl_dmac_config.h: -../config/hpl_cmcc_config.h: -../hal/include/hal_cache.h: -../hal/include/hpl_cmcc.h: diff --git a/build/hpl/core/hpl_init.o b/build/hpl/core/hpl_init.o deleted file mode 100644 index 712951b..0000000 Binary files a/build/hpl/core/hpl_init.o and /dev/null differ diff --git a/build/hpl/dmac/hpl_dmac.d b/build/hpl/dmac/hpl_dmac.d deleted file mode 100644 index dc2d0fb..0000000 --- a/build/hpl/dmac/hpl_dmac.d +++ /dev/null @@ -1,250 +0,0 @@ -hpl/dmac/hpl_dmac.d hpl/dmac/hpl_dmac.o: ../hpl/dmac/hpl_dmac.c \ - ../hal/include/hpl_dma.h ../hal/utils/include/compiler.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stddef.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stdint.h \ - /usr/arm-none-eabi/include/stdint.h \ - /usr/arm-none-eabi/include/machine/_default_types.h \ - /usr/arm-none-eabi/include/sys/features.h \ - /usr/arm-none-eabi/include/_newlib_version.h \ - /usr/arm-none-eabi/include/sys/_intsup.h \ - /usr/arm-none-eabi/include/sys/_stdint.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stdbool.h \ - ../hal/utils/include/parts.h ../include/same54.h ../include/same54p20a.h \ - ../CMSIS/Core/Include/core_cm4.h ../CMSIS/Core/Include/cmsis_version.h \ - ../CMSIS/Core/Include/cmsis_compiler.h ../CMSIS/Core/Include/cmsis_gcc.h \ - ../CMSIS/Core/Include/mpu_armv7.h ../include/system_same54.h \ - ../include/component/ac.h ../include/component/adc.h \ - ../include/component/aes.h ../include/component/can.h \ - ../include/component/ccl.h ../include/component/cmcc.h \ - ../include/component/dac.h ../include/component/dmac.h \ - ../include/component/dsu.h ../include/component/eic.h \ - ../include/component/evsys.h ../include/component/freqm.h \ - ../include/component/gclk.h ../include/component/gmac.h \ - ../include/component/hmatrixb.h ../include/component/icm.h \ - ../include/component/i2s.h ../include/component/mclk.h \ - ../include/component/nvmctrl.h ../include/component/oscctrl.h \ - ../include/component/osc32kctrl.h ../include/component/pac.h \ - ../include/component/pcc.h ../include/component/pdec.h \ - ../include/component/pm.h ../include/component/port.h \ - ../include/component/qspi.h ../include/component/ramecc.h \ - ../include/component/rstc.h ../include/component/rtc.h \ - ../include/component/sdhc.h ../include/component/sercom.h \ - ../include/component/supc.h ../include/component/tc.h \ - ../include/component/tcc.h ../include/component/trng.h \ - ../include/component/usb.h ../include/component/wdt.h \ - ../include/instance/ac.h ../include/instance/adc0.h \ - ../include/instance/adc1.h ../include/instance/aes.h \ - ../include/instance/can0.h ../include/instance/can1.h \ - ../include/instance/ccl.h ../include/instance/cmcc.h \ - ../include/instance/dac.h ../include/instance/dmac.h \ - ../include/instance/dsu.h ../include/instance/eic.h \ - ../include/instance/evsys.h ../include/instance/freqm.h \ - ../include/instance/gclk.h ../include/instance/gmac.h \ - ../include/instance/hmatrix.h ../include/instance/icm.h \ - ../include/instance/i2s.h ../include/instance/mclk.h \ - ../include/instance/nvmctrl.h ../include/instance/oscctrl.h \ - ../include/instance/osc32kctrl.h ../include/instance/pac.h \ - ../include/instance/pcc.h ../include/instance/pdec.h \ - ../include/instance/pm.h ../include/instance/port.h \ - ../include/instance/pukcc.h ../include/instance/qspi.h \ - ../include/instance/ramecc.h ../include/instance/rstc.h \ - ../include/instance/rtc.h ../include/instance/sdhc0.h \ - ../include/instance/sdhc1.h ../include/instance/sercom0.h \ - ../include/instance/sercom1.h ../include/instance/sercom2.h \ - ../include/instance/sercom3.h ../include/instance/sercom4.h \ - ../include/instance/sercom5.h ../include/instance/sercom6.h \ - ../include/instance/sercom7.h ../include/instance/supc.h \ - ../include/instance/tc0.h ../include/instance/tc1.h \ - ../include/instance/tc2.h ../include/instance/tc3.h \ - ../include/instance/tc4.h ../include/instance/tc5.h \ - ../include/instance/tc6.h ../include/instance/tc7.h \ - ../include/instance/tcc0.h ../include/instance/tcc1.h \ - ../include/instance/tcc2.h ../include/instance/tcc3.h \ - ../include/instance/tcc4.h ../include/instance/trng.h \ - ../include/instance/usb.h ../include/instance/wdt.h \ - ../include/pio/same54p20a.h ../hri/hri_e54.h ../include/sam.h \ - ../hri/hri_ac_e54.h ../hal/include/hal_atomic.h ../hri/hri_adc_e54.h \ - ../hri/hri_aes_e54.h ../hri/hri_can_e54.h ../hri/hri_ccl_e54.h \ - ../hri/hri_cmcc_e54.h ../hri/hri_dac_e54.h ../hri/hri_dmac_e54.h \ - ../hri/hri_dsu_e54.h ../hri/hri_eic_e54.h ../hri/hri_evsys_e54.h \ - ../hri/hri_freqm_e54.h ../hri/hri_gclk_e54.h ../hri/hri_gmac_e54.h \ - ../hri/hri_hmatrixb_e54.h ../hri/hri_i2s_e54.h ../hri/hri_icm_e54.h \ - ../hri/hri_mclk_e54.h ../hri/hri_nvmctrl_e54.h \ - ../hri/hri_osc32kctrl_e54.h ../hri/hri_oscctrl_e54.h \ - ../hri/hri_pac_e54.h ../hri/hri_pcc_e54.h ../hri/hri_pdec_e54.h \ - ../hri/hri_pm_e54.h ../hri/hri_port_e54.h ../hri/hri_qspi_e54.h \ - ../hri/hri_ramecc_e54.h ../hri/hri_rstc_e54.h ../hri/hri_rtc_e54.h \ - ../hri/hri_sdhc_e54.h ../hri/hri_sercom_e54.h ../hri/hri_supc_e54.h \ - ../hri/hri_tc_e54.h ../hri/hri_tcc_e54.h ../hri/hri_trng_e54.h \ - ../hri/hri_usb_e54.h ../hri/hri_wdt_e54.h \ - ../hal/utils/include/err_codes.h ../hal/include/hpl_irq.h \ - ../hal/utils/include/utils_assert.h ../hal/utils/include/utils.h \ - ../config/hpl_dmac_config.h ../hal/utils/include/utils_repeat_macro.h \ - ../hal/utils/include/utils_increment_macro.h -../hal/include/hpl_dma.h: -../hal/utils/include/compiler.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stddef.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stdint.h: -/usr/arm-none-eabi/include/stdint.h: -/usr/arm-none-eabi/include/machine/_default_types.h: -/usr/arm-none-eabi/include/sys/features.h: -/usr/arm-none-eabi/include/_newlib_version.h: -/usr/arm-none-eabi/include/sys/_intsup.h: -/usr/arm-none-eabi/include/sys/_stdint.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stdbool.h: -../hal/utils/include/parts.h: -../include/same54.h: -../include/same54p20a.h: -../CMSIS/Core/Include/core_cm4.h: -../CMSIS/Core/Include/cmsis_version.h: -../CMSIS/Core/Include/cmsis_compiler.h: -../CMSIS/Core/Include/cmsis_gcc.h: -../CMSIS/Core/Include/mpu_armv7.h: -../include/system_same54.h: -../include/component/ac.h: -../include/component/adc.h: -../include/component/aes.h: -../include/component/can.h: -../include/component/ccl.h: -../include/component/cmcc.h: -../include/component/dac.h: -../include/component/dmac.h: -../include/component/dsu.h: -../include/component/eic.h: -../include/component/evsys.h: -../include/component/freqm.h: -../include/component/gclk.h: -../include/component/gmac.h: -../include/component/hmatrixb.h: -../include/component/icm.h: -../include/component/i2s.h: -../include/component/mclk.h: -../include/component/nvmctrl.h: -../include/component/oscctrl.h: -../include/component/osc32kctrl.h: -../include/component/pac.h: -../include/component/pcc.h: -../include/component/pdec.h: -../include/component/pm.h: -../include/component/port.h: -../include/component/qspi.h: -../include/component/ramecc.h: -../include/component/rstc.h: -../include/component/rtc.h: -../include/component/sdhc.h: -../include/component/sercom.h: -../include/component/supc.h: -../include/component/tc.h: -../include/component/tcc.h: -../include/component/trng.h: -../include/component/usb.h: -../include/component/wdt.h: -../include/instance/ac.h: -../include/instance/adc0.h: -../include/instance/adc1.h: -../include/instance/aes.h: -../include/instance/can0.h: -../include/instance/can1.h: -../include/instance/ccl.h: -../include/instance/cmcc.h: -../include/instance/dac.h: -../include/instance/dmac.h: -../include/instance/dsu.h: -../include/instance/eic.h: -../include/instance/evsys.h: -../include/instance/freqm.h: -../include/instance/gclk.h: -../include/instance/gmac.h: -../include/instance/hmatrix.h: -../include/instance/icm.h: -../include/instance/i2s.h: -../include/instance/mclk.h: -../include/instance/nvmctrl.h: -../include/instance/oscctrl.h: -../include/instance/osc32kctrl.h: -../include/instance/pac.h: -../include/instance/pcc.h: -../include/instance/pdec.h: -../include/instance/pm.h: -../include/instance/port.h: -../include/instance/pukcc.h: -../include/instance/qspi.h: -../include/instance/ramecc.h: -../include/instance/rstc.h: -../include/instance/rtc.h: -../include/instance/sdhc0.h: -../include/instance/sdhc1.h: -../include/instance/sercom0.h: -../include/instance/sercom1.h: -../include/instance/sercom2.h: -../include/instance/sercom3.h: -../include/instance/sercom4.h: -../include/instance/sercom5.h: -../include/instance/sercom6.h: -../include/instance/sercom7.h: -../include/instance/supc.h: -../include/instance/tc0.h: -../include/instance/tc1.h: -../include/instance/tc2.h: -../include/instance/tc3.h: -../include/instance/tc4.h: -../include/instance/tc5.h: -../include/instance/tc6.h: -../include/instance/tc7.h: -../include/instance/tcc0.h: -../include/instance/tcc1.h: -../include/instance/tcc2.h: -../include/instance/tcc3.h: -../include/instance/tcc4.h: -../include/instance/trng.h: -../include/instance/usb.h: -../include/instance/wdt.h: -../include/pio/same54p20a.h: -../hri/hri_e54.h: -../include/sam.h: -../hri/hri_ac_e54.h: -../hal/include/hal_atomic.h: -../hri/hri_adc_e54.h: -../hri/hri_aes_e54.h: -../hri/hri_can_e54.h: -../hri/hri_ccl_e54.h: -../hri/hri_cmcc_e54.h: -../hri/hri_dac_e54.h: -../hri/hri_dmac_e54.h: -../hri/hri_dsu_e54.h: -../hri/hri_eic_e54.h: -../hri/hri_evsys_e54.h: -../hri/hri_freqm_e54.h: -../hri/hri_gclk_e54.h: -../hri/hri_gmac_e54.h: -../hri/hri_hmatrixb_e54.h: -../hri/hri_i2s_e54.h: -../hri/hri_icm_e54.h: -../hri/hri_mclk_e54.h: -../hri/hri_nvmctrl_e54.h: -../hri/hri_osc32kctrl_e54.h: -../hri/hri_oscctrl_e54.h: -../hri/hri_pac_e54.h: -../hri/hri_pcc_e54.h: -../hri/hri_pdec_e54.h: -../hri/hri_pm_e54.h: -../hri/hri_port_e54.h: -../hri/hri_qspi_e54.h: -../hri/hri_ramecc_e54.h: -../hri/hri_rstc_e54.h: -../hri/hri_rtc_e54.h: -../hri/hri_sdhc_e54.h: -../hri/hri_sercom_e54.h: -../hri/hri_supc_e54.h: -../hri/hri_tc_e54.h: -../hri/hri_tcc_e54.h: -../hri/hri_trng_e54.h: -../hri/hri_usb_e54.h: -../hri/hri_wdt_e54.h: -../hal/utils/include/err_codes.h: -../hal/include/hpl_irq.h: -../hal/utils/include/utils_assert.h: -../hal/utils/include/utils.h: -../config/hpl_dmac_config.h: -../hal/utils/include/utils_repeat_macro.h: -../hal/utils/include/utils_increment_macro.h: diff --git a/build/hpl/dmac/hpl_dmac.o b/build/hpl/dmac/hpl_dmac.o deleted file mode 100644 index 62470e1..0000000 Binary files a/build/hpl/dmac/hpl_dmac.o and /dev/null differ diff --git a/build/hpl/gclk/hpl_gclk.d b/build/hpl/gclk/hpl_gclk.d deleted file mode 100644 index a6b3259..0000000 --- a/build/hpl/gclk/hpl_gclk.d +++ /dev/null @@ -1,244 +0,0 @@ -hpl/gclk/hpl_gclk.d hpl/gclk/hpl_gclk.o: ../hpl/gclk/hpl_gclk.c \ - ../config/hpl_gclk_config.h ../hal/include/hpl_init.h \ - ../hal/utils/include/compiler.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stddef.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stdint.h \ - /usr/arm-none-eabi/include/stdint.h \ - /usr/arm-none-eabi/include/machine/_default_types.h \ - /usr/arm-none-eabi/include/sys/features.h \ - /usr/arm-none-eabi/include/_newlib_version.h \ - /usr/arm-none-eabi/include/sys/_intsup.h \ - /usr/arm-none-eabi/include/sys/_stdint.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stdbool.h \ - ../hal/utils/include/parts.h ../include/same54.h ../include/same54p20a.h \ - ../CMSIS/Core/Include/core_cm4.h ../CMSIS/Core/Include/cmsis_version.h \ - ../CMSIS/Core/Include/cmsis_compiler.h ../CMSIS/Core/Include/cmsis_gcc.h \ - ../CMSIS/Core/Include/mpu_armv7.h ../include/system_same54.h \ - ../include/component/ac.h ../include/component/adc.h \ - ../include/component/aes.h ../include/component/can.h \ - ../include/component/ccl.h ../include/component/cmcc.h \ - ../include/component/dac.h ../include/component/dmac.h \ - ../include/component/dsu.h ../include/component/eic.h \ - ../include/component/evsys.h ../include/component/freqm.h \ - ../include/component/gclk.h ../include/component/gmac.h \ - ../include/component/hmatrixb.h ../include/component/icm.h \ - ../include/component/i2s.h ../include/component/mclk.h \ - ../include/component/nvmctrl.h ../include/component/oscctrl.h \ - ../include/component/osc32kctrl.h ../include/component/pac.h \ - ../include/component/pcc.h ../include/component/pdec.h \ - ../include/component/pm.h ../include/component/port.h \ - ../include/component/qspi.h ../include/component/ramecc.h \ - ../include/component/rstc.h ../include/component/rtc.h \ - ../include/component/sdhc.h ../include/component/sercom.h \ - ../include/component/supc.h ../include/component/tc.h \ - ../include/component/tcc.h ../include/component/trng.h \ - ../include/component/usb.h ../include/component/wdt.h \ - ../include/instance/ac.h ../include/instance/adc0.h \ - ../include/instance/adc1.h ../include/instance/aes.h \ - ../include/instance/can0.h ../include/instance/can1.h \ - ../include/instance/ccl.h ../include/instance/cmcc.h \ - ../include/instance/dac.h ../include/instance/dmac.h \ - ../include/instance/dsu.h ../include/instance/eic.h \ - ../include/instance/evsys.h ../include/instance/freqm.h \ - ../include/instance/gclk.h ../include/instance/gmac.h \ - ../include/instance/hmatrix.h ../include/instance/icm.h \ - ../include/instance/i2s.h ../include/instance/mclk.h \ - ../include/instance/nvmctrl.h ../include/instance/oscctrl.h \ - ../include/instance/osc32kctrl.h ../include/instance/pac.h \ - ../include/instance/pcc.h ../include/instance/pdec.h \ - ../include/instance/pm.h ../include/instance/port.h \ - ../include/instance/pukcc.h ../include/instance/qspi.h \ - ../include/instance/ramecc.h ../include/instance/rstc.h \ - ../include/instance/rtc.h ../include/instance/sdhc0.h \ - ../include/instance/sdhc1.h ../include/instance/sercom0.h \ - ../include/instance/sercom1.h ../include/instance/sercom2.h \ - ../include/instance/sercom3.h ../include/instance/sercom4.h \ - ../include/instance/sercom5.h ../include/instance/sercom6.h \ - ../include/instance/sercom7.h ../include/instance/supc.h \ - ../include/instance/tc0.h ../include/instance/tc1.h \ - ../include/instance/tc2.h ../include/instance/tc3.h \ - ../include/instance/tc4.h ../include/instance/tc5.h \ - ../include/instance/tc6.h ../include/instance/tc7.h \ - ../include/instance/tcc0.h ../include/instance/tcc1.h \ - ../include/instance/tcc2.h ../include/instance/tcc3.h \ - ../include/instance/tcc4.h ../include/instance/trng.h \ - ../include/instance/usb.h ../include/instance/wdt.h \ - ../include/pio/same54p20a.h ../hri/hri_e54.h ../include/sam.h \ - ../hri/hri_ac_e54.h ../hal/include/hal_atomic.h ../hri/hri_adc_e54.h \ - ../hri/hri_aes_e54.h ../hri/hri_can_e54.h ../hri/hri_ccl_e54.h \ - ../hri/hri_cmcc_e54.h ../hri/hri_dac_e54.h ../hri/hri_dmac_e54.h \ - ../hri/hri_dsu_e54.h ../hri/hri_eic_e54.h ../hri/hri_evsys_e54.h \ - ../hri/hri_freqm_e54.h ../hri/hri_gclk_e54.h ../hri/hri_gmac_e54.h \ - ../hri/hri_hmatrixb_e54.h ../hri/hri_i2s_e54.h ../hri/hri_icm_e54.h \ - ../hri/hri_mclk_e54.h ../hri/hri_nvmctrl_e54.h \ - ../hri/hri_osc32kctrl_e54.h ../hri/hri_oscctrl_e54.h \ - ../hri/hri_pac_e54.h ../hri/hri_pcc_e54.h ../hri/hri_pdec_e54.h \ - ../hri/hri_pm_e54.h ../hri/hri_port_e54.h ../hri/hri_qspi_e54.h \ - ../hri/hri_ramecc_e54.h ../hri/hri_rstc_e54.h ../hri/hri_rtc_e54.h \ - ../hri/hri_sdhc_e54.h ../hri/hri_sercom_e54.h ../hri/hri_supc_e54.h \ - ../hri/hri_tc_e54.h ../hri/hri_tcc_e54.h ../hri/hri_trng_e54.h \ - ../hri/hri_usb_e54.h ../hri/hri_wdt_e54.h \ - ../hal/utils/include/err_codes.h ../hal/utils/include/utils_assert.h -../config/hpl_gclk_config.h: -../hal/include/hpl_init.h: -../hal/utils/include/compiler.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stddef.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stdint.h: -/usr/arm-none-eabi/include/stdint.h: -/usr/arm-none-eabi/include/machine/_default_types.h: -/usr/arm-none-eabi/include/sys/features.h: -/usr/arm-none-eabi/include/_newlib_version.h: -/usr/arm-none-eabi/include/sys/_intsup.h: -/usr/arm-none-eabi/include/sys/_stdint.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stdbool.h: -../hal/utils/include/parts.h: -../include/same54.h: -../include/same54p20a.h: -../CMSIS/Core/Include/core_cm4.h: -../CMSIS/Core/Include/cmsis_version.h: -../CMSIS/Core/Include/cmsis_compiler.h: -../CMSIS/Core/Include/cmsis_gcc.h: -../CMSIS/Core/Include/mpu_armv7.h: -../include/system_same54.h: -../include/component/ac.h: -../include/component/adc.h: -../include/component/aes.h: -../include/component/can.h: -../include/component/ccl.h: -../include/component/cmcc.h: -../include/component/dac.h: -../include/component/dmac.h: -../include/component/dsu.h: -../include/component/eic.h: -../include/component/evsys.h: -../include/component/freqm.h: -../include/component/gclk.h: -../include/component/gmac.h: -../include/component/hmatrixb.h: -../include/component/icm.h: -../include/component/i2s.h: -../include/component/mclk.h: -../include/component/nvmctrl.h: -../include/component/oscctrl.h: -../include/component/osc32kctrl.h: -../include/component/pac.h: -../include/component/pcc.h: -../include/component/pdec.h: -../include/component/pm.h: -../include/component/port.h: -../include/component/qspi.h: -../include/component/ramecc.h: -../include/component/rstc.h: -../include/component/rtc.h: -../include/component/sdhc.h: -../include/component/sercom.h: -../include/component/supc.h: -../include/component/tc.h: -../include/component/tcc.h: -../include/component/trng.h: -../include/component/usb.h: -../include/component/wdt.h: -../include/instance/ac.h: -../include/instance/adc0.h: -../include/instance/adc1.h: -../include/instance/aes.h: -../include/instance/can0.h: -../include/instance/can1.h: -../include/instance/ccl.h: -../include/instance/cmcc.h: -../include/instance/dac.h: -../include/instance/dmac.h: -../include/instance/dsu.h: -../include/instance/eic.h: -../include/instance/evsys.h: -../include/instance/freqm.h: -../include/instance/gclk.h: -../include/instance/gmac.h: -../include/instance/hmatrix.h: -../include/instance/icm.h: -../include/instance/i2s.h: -../include/instance/mclk.h: -../include/instance/nvmctrl.h: -../include/instance/oscctrl.h: -../include/instance/osc32kctrl.h: -../include/instance/pac.h: -../include/instance/pcc.h: -../include/instance/pdec.h: -../include/instance/pm.h: -../include/instance/port.h: -../include/instance/pukcc.h: -../include/instance/qspi.h: -../include/instance/ramecc.h: -../include/instance/rstc.h: -../include/instance/rtc.h: -../include/instance/sdhc0.h: -../include/instance/sdhc1.h: -../include/instance/sercom0.h: -../include/instance/sercom1.h: -../include/instance/sercom2.h: -../include/instance/sercom3.h: -../include/instance/sercom4.h: -../include/instance/sercom5.h: -../include/instance/sercom6.h: -../include/instance/sercom7.h: -../include/instance/supc.h: -../include/instance/tc0.h: -../include/instance/tc1.h: -../include/instance/tc2.h: -../include/instance/tc3.h: -../include/instance/tc4.h: -../include/instance/tc5.h: -../include/instance/tc6.h: -../include/instance/tc7.h: -../include/instance/tcc0.h: -../include/instance/tcc1.h: -../include/instance/tcc2.h: -../include/instance/tcc3.h: -../include/instance/tcc4.h: -../include/instance/trng.h: -../include/instance/usb.h: -../include/instance/wdt.h: -../include/pio/same54p20a.h: -../hri/hri_e54.h: -../include/sam.h: -../hri/hri_ac_e54.h: -../hal/include/hal_atomic.h: -../hri/hri_adc_e54.h: -../hri/hri_aes_e54.h: -../hri/hri_can_e54.h: -../hri/hri_ccl_e54.h: -../hri/hri_cmcc_e54.h: -../hri/hri_dac_e54.h: -../hri/hri_dmac_e54.h: -../hri/hri_dsu_e54.h: -../hri/hri_eic_e54.h: -../hri/hri_evsys_e54.h: -../hri/hri_freqm_e54.h: -../hri/hri_gclk_e54.h: -../hri/hri_gmac_e54.h: -../hri/hri_hmatrixb_e54.h: -../hri/hri_i2s_e54.h: -../hri/hri_icm_e54.h: -../hri/hri_mclk_e54.h: -../hri/hri_nvmctrl_e54.h: -../hri/hri_osc32kctrl_e54.h: -../hri/hri_oscctrl_e54.h: -../hri/hri_pac_e54.h: -../hri/hri_pcc_e54.h: -../hri/hri_pdec_e54.h: -../hri/hri_pm_e54.h: -../hri/hri_port_e54.h: -../hri/hri_qspi_e54.h: -../hri/hri_ramecc_e54.h: -../hri/hri_rstc_e54.h: -../hri/hri_rtc_e54.h: -../hri/hri_sdhc_e54.h: -../hri/hri_sercom_e54.h: -../hri/hri_supc_e54.h: -../hri/hri_tc_e54.h: -../hri/hri_tcc_e54.h: -../hri/hri_trng_e54.h: -../hri/hri_usb_e54.h: -../hri/hri_wdt_e54.h: -../hal/utils/include/err_codes.h: -../hal/utils/include/utils_assert.h: diff --git a/build/hpl/gclk/hpl_gclk.o b/build/hpl/gclk/hpl_gclk.o deleted file mode 100644 index 20da762..0000000 Binary files a/build/hpl/gclk/hpl_gclk.o and /dev/null differ diff --git a/build/hpl/mclk/hpl_mclk.d b/build/hpl/mclk/hpl_mclk.d deleted file mode 100644 index b4657a6..0000000 --- a/build/hpl/mclk/hpl_mclk.d +++ /dev/null @@ -1,243 +0,0 @@ -hpl/mclk/hpl_mclk.d hpl/mclk/hpl_mclk.o: ../hpl/mclk/hpl_mclk.c \ - ../hal/utils/include/compiler.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stddef.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stdint.h \ - /usr/arm-none-eabi/include/stdint.h \ - /usr/arm-none-eabi/include/machine/_default_types.h \ - /usr/arm-none-eabi/include/sys/features.h \ - /usr/arm-none-eabi/include/_newlib_version.h \ - /usr/arm-none-eabi/include/sys/_intsup.h \ - /usr/arm-none-eabi/include/sys/_stdint.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stdbool.h \ - ../hal/utils/include/parts.h ../include/same54.h ../include/same54p20a.h \ - ../CMSIS/Core/Include/core_cm4.h ../CMSIS/Core/Include/cmsis_version.h \ - ../CMSIS/Core/Include/cmsis_compiler.h ../CMSIS/Core/Include/cmsis_gcc.h \ - ../CMSIS/Core/Include/mpu_armv7.h ../include/system_same54.h \ - ../include/component/ac.h ../include/component/adc.h \ - ../include/component/aes.h ../include/component/can.h \ - ../include/component/ccl.h ../include/component/cmcc.h \ - ../include/component/dac.h ../include/component/dmac.h \ - ../include/component/dsu.h ../include/component/eic.h \ - ../include/component/evsys.h ../include/component/freqm.h \ - ../include/component/gclk.h ../include/component/gmac.h \ - ../include/component/hmatrixb.h ../include/component/icm.h \ - ../include/component/i2s.h ../include/component/mclk.h \ - ../include/component/nvmctrl.h ../include/component/oscctrl.h \ - ../include/component/osc32kctrl.h ../include/component/pac.h \ - ../include/component/pcc.h ../include/component/pdec.h \ - ../include/component/pm.h ../include/component/port.h \ - ../include/component/qspi.h ../include/component/ramecc.h \ - ../include/component/rstc.h ../include/component/rtc.h \ - ../include/component/sdhc.h ../include/component/sercom.h \ - ../include/component/supc.h ../include/component/tc.h \ - ../include/component/tcc.h ../include/component/trng.h \ - ../include/component/usb.h ../include/component/wdt.h \ - ../include/instance/ac.h ../include/instance/adc0.h \ - ../include/instance/adc1.h ../include/instance/aes.h \ - ../include/instance/can0.h ../include/instance/can1.h \ - ../include/instance/ccl.h ../include/instance/cmcc.h \ - ../include/instance/dac.h ../include/instance/dmac.h \ - ../include/instance/dsu.h ../include/instance/eic.h \ - ../include/instance/evsys.h ../include/instance/freqm.h \ - ../include/instance/gclk.h ../include/instance/gmac.h \ - ../include/instance/hmatrix.h ../include/instance/icm.h \ - ../include/instance/i2s.h ../include/instance/mclk.h \ - ../include/instance/nvmctrl.h ../include/instance/oscctrl.h \ - ../include/instance/osc32kctrl.h ../include/instance/pac.h \ - ../include/instance/pcc.h ../include/instance/pdec.h \ - ../include/instance/pm.h ../include/instance/port.h \ - ../include/instance/pukcc.h ../include/instance/qspi.h \ - ../include/instance/ramecc.h ../include/instance/rstc.h \ - ../include/instance/rtc.h ../include/instance/sdhc0.h \ - ../include/instance/sdhc1.h ../include/instance/sercom0.h \ - ../include/instance/sercom1.h ../include/instance/sercom2.h \ - ../include/instance/sercom3.h ../include/instance/sercom4.h \ - ../include/instance/sercom5.h ../include/instance/sercom6.h \ - ../include/instance/sercom7.h ../include/instance/supc.h \ - ../include/instance/tc0.h ../include/instance/tc1.h \ - ../include/instance/tc2.h ../include/instance/tc3.h \ - ../include/instance/tc4.h ../include/instance/tc5.h \ - ../include/instance/tc6.h ../include/instance/tc7.h \ - ../include/instance/tcc0.h ../include/instance/tcc1.h \ - ../include/instance/tcc2.h ../include/instance/tcc3.h \ - ../include/instance/tcc4.h ../include/instance/trng.h \ - ../include/instance/usb.h ../include/instance/wdt.h \ - ../include/pio/same54p20a.h ../hri/hri_e54.h ../include/sam.h \ - ../hri/hri_ac_e54.h ../hal/include/hal_atomic.h ../hri/hri_adc_e54.h \ - ../hri/hri_aes_e54.h ../hri/hri_can_e54.h ../hri/hri_ccl_e54.h \ - ../hri/hri_cmcc_e54.h ../hri/hri_dac_e54.h ../hri/hri_dmac_e54.h \ - ../hri/hri_dsu_e54.h ../hri/hri_eic_e54.h ../hri/hri_evsys_e54.h \ - ../hri/hri_freqm_e54.h ../hri/hri_gclk_e54.h ../hri/hri_gmac_e54.h \ - ../hri/hri_hmatrixb_e54.h ../hri/hri_i2s_e54.h ../hri/hri_icm_e54.h \ - ../hri/hri_mclk_e54.h ../hri/hri_nvmctrl_e54.h \ - ../hri/hri_osc32kctrl_e54.h ../hri/hri_oscctrl_e54.h \ - ../hri/hri_pac_e54.h ../hri/hri_pcc_e54.h ../hri/hri_pdec_e54.h \ - ../hri/hri_pm_e54.h ../hri/hri_port_e54.h ../hri/hri_qspi_e54.h \ - ../hri/hri_ramecc_e54.h ../hri/hri_rstc_e54.h ../hri/hri_rtc_e54.h \ - ../hri/hri_sdhc_e54.h ../hri/hri_sercom_e54.h ../hri/hri_supc_e54.h \ - ../hri/hri_tc_e54.h ../hri/hri_tcc_e54.h ../hri/hri_trng_e54.h \ - ../hri/hri_usb_e54.h ../hri/hri_wdt_e54.h \ - ../hal/utils/include/err_codes.h ../config/hpl_mclk_config.h \ - ../config/peripheral_clk_config.h -../hal/utils/include/compiler.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stddef.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stdint.h: -/usr/arm-none-eabi/include/stdint.h: -/usr/arm-none-eabi/include/machine/_default_types.h: -/usr/arm-none-eabi/include/sys/features.h: -/usr/arm-none-eabi/include/_newlib_version.h: -/usr/arm-none-eabi/include/sys/_intsup.h: -/usr/arm-none-eabi/include/sys/_stdint.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stdbool.h: -../hal/utils/include/parts.h: -../include/same54.h: -../include/same54p20a.h: -../CMSIS/Core/Include/core_cm4.h: -../CMSIS/Core/Include/cmsis_version.h: -../CMSIS/Core/Include/cmsis_compiler.h: -../CMSIS/Core/Include/cmsis_gcc.h: -../CMSIS/Core/Include/mpu_armv7.h: -../include/system_same54.h: -../include/component/ac.h: -../include/component/adc.h: -../include/component/aes.h: -../include/component/can.h: -../include/component/ccl.h: -../include/component/cmcc.h: -../include/component/dac.h: -../include/component/dmac.h: -../include/component/dsu.h: -../include/component/eic.h: -../include/component/evsys.h: -../include/component/freqm.h: -../include/component/gclk.h: -../include/component/gmac.h: -../include/component/hmatrixb.h: -../include/component/icm.h: -../include/component/i2s.h: -../include/component/mclk.h: -../include/component/nvmctrl.h: -../include/component/oscctrl.h: -../include/component/osc32kctrl.h: -../include/component/pac.h: -../include/component/pcc.h: -../include/component/pdec.h: -../include/component/pm.h: -../include/component/port.h: -../include/component/qspi.h: -../include/component/ramecc.h: -../include/component/rstc.h: -../include/component/rtc.h: -../include/component/sdhc.h: -../include/component/sercom.h: -../include/component/supc.h: -../include/component/tc.h: -../include/component/tcc.h: -../include/component/trng.h: -../include/component/usb.h: -../include/component/wdt.h: -../include/instance/ac.h: -../include/instance/adc0.h: -../include/instance/adc1.h: -../include/instance/aes.h: -../include/instance/can0.h: -../include/instance/can1.h: -../include/instance/ccl.h: -../include/instance/cmcc.h: -../include/instance/dac.h: -../include/instance/dmac.h: -../include/instance/dsu.h: -../include/instance/eic.h: -../include/instance/evsys.h: -../include/instance/freqm.h: -../include/instance/gclk.h: -../include/instance/gmac.h: -../include/instance/hmatrix.h: -../include/instance/icm.h: -../include/instance/i2s.h: -../include/instance/mclk.h: -../include/instance/nvmctrl.h: -../include/instance/oscctrl.h: -../include/instance/osc32kctrl.h: -../include/instance/pac.h: -../include/instance/pcc.h: -../include/instance/pdec.h: -../include/instance/pm.h: -../include/instance/port.h: -../include/instance/pukcc.h: -../include/instance/qspi.h: -../include/instance/ramecc.h: -../include/instance/rstc.h: -../include/instance/rtc.h: -../include/instance/sdhc0.h: -../include/instance/sdhc1.h: -../include/instance/sercom0.h: -../include/instance/sercom1.h: -../include/instance/sercom2.h: -../include/instance/sercom3.h: -../include/instance/sercom4.h: -../include/instance/sercom5.h: -../include/instance/sercom6.h: -../include/instance/sercom7.h: -../include/instance/supc.h: -../include/instance/tc0.h: -../include/instance/tc1.h: -../include/instance/tc2.h: -../include/instance/tc3.h: -../include/instance/tc4.h: -../include/instance/tc5.h: -../include/instance/tc6.h: -../include/instance/tc7.h: -../include/instance/tcc0.h: -../include/instance/tcc1.h: -../include/instance/tcc2.h: -../include/instance/tcc3.h: -../include/instance/tcc4.h: -../include/instance/trng.h: -../include/instance/usb.h: -../include/instance/wdt.h: -../include/pio/same54p20a.h: -../hri/hri_e54.h: -../include/sam.h: -../hri/hri_ac_e54.h: -../hal/include/hal_atomic.h: -../hri/hri_adc_e54.h: -../hri/hri_aes_e54.h: -../hri/hri_can_e54.h: -../hri/hri_ccl_e54.h: -../hri/hri_cmcc_e54.h: -../hri/hri_dac_e54.h: -../hri/hri_dmac_e54.h: -../hri/hri_dsu_e54.h: -../hri/hri_eic_e54.h: -../hri/hri_evsys_e54.h: -../hri/hri_freqm_e54.h: -../hri/hri_gclk_e54.h: -../hri/hri_gmac_e54.h: -../hri/hri_hmatrixb_e54.h: -../hri/hri_i2s_e54.h: -../hri/hri_icm_e54.h: -../hri/hri_mclk_e54.h: -../hri/hri_nvmctrl_e54.h: -../hri/hri_osc32kctrl_e54.h: -../hri/hri_oscctrl_e54.h: -../hri/hri_pac_e54.h: -../hri/hri_pcc_e54.h: -../hri/hri_pdec_e54.h: -../hri/hri_pm_e54.h: -../hri/hri_port_e54.h: -../hri/hri_qspi_e54.h: -../hri/hri_ramecc_e54.h: -../hri/hri_rstc_e54.h: -../hri/hri_rtc_e54.h: -../hri/hri_sdhc_e54.h: -../hri/hri_sercom_e54.h: -../hri/hri_supc_e54.h: -../hri/hri_tc_e54.h: -../hri/hri_tcc_e54.h: -../hri/hri_trng_e54.h: -../hri/hri_usb_e54.h: -../hri/hri_wdt_e54.h: -../hal/utils/include/err_codes.h: -../config/hpl_mclk_config.h: -../config/peripheral_clk_config.h: diff --git a/build/hpl/mclk/hpl_mclk.o b/build/hpl/mclk/hpl_mclk.o deleted file mode 100644 index 41d689e..0000000 Binary files a/build/hpl/mclk/hpl_mclk.o and /dev/null differ diff --git a/build/hpl/osc32kctrl/hpl_osc32kctrl.d b/build/hpl/osc32kctrl/hpl_osc32kctrl.d deleted file mode 100644 index 3a65eab..0000000 --- a/build/hpl/osc32kctrl/hpl_osc32kctrl.d +++ /dev/null @@ -1,243 +0,0 @@ -hpl/osc32kctrl/hpl_osc32kctrl.d hpl/osc32kctrl/hpl_osc32kctrl.o: \ - ../hpl/osc32kctrl/hpl_osc32kctrl.c ../hal/include/hpl_init.h \ - ../hal/utils/include/compiler.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stddef.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stdint.h \ - /usr/arm-none-eabi/include/stdint.h \ - /usr/arm-none-eabi/include/machine/_default_types.h \ - /usr/arm-none-eabi/include/sys/features.h \ - /usr/arm-none-eabi/include/_newlib_version.h \ - /usr/arm-none-eabi/include/sys/_intsup.h \ - /usr/arm-none-eabi/include/sys/_stdint.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stdbool.h \ - ../hal/utils/include/parts.h ../include/same54.h ../include/same54p20a.h \ - ../CMSIS/Core/Include/core_cm4.h ../CMSIS/Core/Include/cmsis_version.h \ - ../CMSIS/Core/Include/cmsis_compiler.h ../CMSIS/Core/Include/cmsis_gcc.h \ - ../CMSIS/Core/Include/mpu_armv7.h ../include/system_same54.h \ - ../include/component/ac.h ../include/component/adc.h \ - ../include/component/aes.h ../include/component/can.h \ - ../include/component/ccl.h ../include/component/cmcc.h \ - ../include/component/dac.h ../include/component/dmac.h \ - ../include/component/dsu.h ../include/component/eic.h \ - ../include/component/evsys.h ../include/component/freqm.h \ - ../include/component/gclk.h ../include/component/gmac.h \ - ../include/component/hmatrixb.h ../include/component/icm.h \ - ../include/component/i2s.h ../include/component/mclk.h \ - ../include/component/nvmctrl.h ../include/component/oscctrl.h \ - ../include/component/osc32kctrl.h ../include/component/pac.h \ - ../include/component/pcc.h ../include/component/pdec.h \ - ../include/component/pm.h ../include/component/port.h \ - ../include/component/qspi.h ../include/component/ramecc.h \ - ../include/component/rstc.h ../include/component/rtc.h \ - ../include/component/sdhc.h ../include/component/sercom.h \ - ../include/component/supc.h ../include/component/tc.h \ - ../include/component/tcc.h ../include/component/trng.h \ - ../include/component/usb.h ../include/component/wdt.h \ - ../include/instance/ac.h ../include/instance/adc0.h \ - ../include/instance/adc1.h ../include/instance/aes.h \ - ../include/instance/can0.h ../include/instance/can1.h \ - ../include/instance/ccl.h ../include/instance/cmcc.h \ - ../include/instance/dac.h ../include/instance/dmac.h \ - ../include/instance/dsu.h ../include/instance/eic.h \ - ../include/instance/evsys.h ../include/instance/freqm.h \ - ../include/instance/gclk.h ../include/instance/gmac.h \ - ../include/instance/hmatrix.h ../include/instance/icm.h \ - ../include/instance/i2s.h ../include/instance/mclk.h \ - ../include/instance/nvmctrl.h ../include/instance/oscctrl.h \ - ../include/instance/osc32kctrl.h ../include/instance/pac.h \ - ../include/instance/pcc.h ../include/instance/pdec.h \ - ../include/instance/pm.h ../include/instance/port.h \ - ../include/instance/pukcc.h ../include/instance/qspi.h \ - ../include/instance/ramecc.h ../include/instance/rstc.h \ - ../include/instance/rtc.h ../include/instance/sdhc0.h \ - ../include/instance/sdhc1.h ../include/instance/sercom0.h \ - ../include/instance/sercom1.h ../include/instance/sercom2.h \ - ../include/instance/sercom3.h ../include/instance/sercom4.h \ - ../include/instance/sercom5.h ../include/instance/sercom6.h \ - ../include/instance/sercom7.h ../include/instance/supc.h \ - ../include/instance/tc0.h ../include/instance/tc1.h \ - ../include/instance/tc2.h ../include/instance/tc3.h \ - ../include/instance/tc4.h ../include/instance/tc5.h \ - ../include/instance/tc6.h ../include/instance/tc7.h \ - ../include/instance/tcc0.h ../include/instance/tcc1.h \ - ../include/instance/tcc2.h ../include/instance/tcc3.h \ - ../include/instance/tcc4.h ../include/instance/trng.h \ - ../include/instance/usb.h ../include/instance/wdt.h \ - ../include/pio/same54p20a.h ../hri/hri_e54.h ../include/sam.h \ - ../hri/hri_ac_e54.h ../hal/include/hal_atomic.h ../hri/hri_adc_e54.h \ - ../hri/hri_aes_e54.h ../hri/hri_can_e54.h ../hri/hri_ccl_e54.h \ - ../hri/hri_cmcc_e54.h ../hri/hri_dac_e54.h ../hri/hri_dmac_e54.h \ - ../hri/hri_dsu_e54.h ../hri/hri_eic_e54.h ../hri/hri_evsys_e54.h \ - ../hri/hri_freqm_e54.h ../hri/hri_gclk_e54.h ../hri/hri_gmac_e54.h \ - ../hri/hri_hmatrixb_e54.h ../hri/hri_i2s_e54.h ../hri/hri_icm_e54.h \ - ../hri/hri_mclk_e54.h ../hri/hri_nvmctrl_e54.h \ - ../hri/hri_osc32kctrl_e54.h ../hri/hri_oscctrl_e54.h \ - ../hri/hri_pac_e54.h ../hri/hri_pcc_e54.h ../hri/hri_pdec_e54.h \ - ../hri/hri_pm_e54.h ../hri/hri_port_e54.h ../hri/hri_qspi_e54.h \ - ../hri/hri_ramecc_e54.h ../hri/hri_rstc_e54.h ../hri/hri_rtc_e54.h \ - ../hri/hri_sdhc_e54.h ../hri/hri_sercom_e54.h ../hri/hri_supc_e54.h \ - ../hri/hri_tc_e54.h ../hri/hri_tcc_e54.h ../hri/hri_trng_e54.h \ - ../hri/hri_usb_e54.h ../hri/hri_wdt_e54.h \ - ../hal/utils/include/err_codes.h ../config/hpl_osc32kctrl_config.h -../hal/include/hpl_init.h: -../hal/utils/include/compiler.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stddef.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stdint.h: -/usr/arm-none-eabi/include/stdint.h: -/usr/arm-none-eabi/include/machine/_default_types.h: -/usr/arm-none-eabi/include/sys/features.h: -/usr/arm-none-eabi/include/_newlib_version.h: -/usr/arm-none-eabi/include/sys/_intsup.h: -/usr/arm-none-eabi/include/sys/_stdint.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stdbool.h: -../hal/utils/include/parts.h: -../include/same54.h: -../include/same54p20a.h: -../CMSIS/Core/Include/core_cm4.h: -../CMSIS/Core/Include/cmsis_version.h: -../CMSIS/Core/Include/cmsis_compiler.h: -../CMSIS/Core/Include/cmsis_gcc.h: -../CMSIS/Core/Include/mpu_armv7.h: -../include/system_same54.h: -../include/component/ac.h: -../include/component/adc.h: -../include/component/aes.h: -../include/component/can.h: -../include/component/ccl.h: -../include/component/cmcc.h: -../include/component/dac.h: -../include/component/dmac.h: -../include/component/dsu.h: -../include/component/eic.h: -../include/component/evsys.h: -../include/component/freqm.h: -../include/component/gclk.h: -../include/component/gmac.h: -../include/component/hmatrixb.h: -../include/component/icm.h: -../include/component/i2s.h: -../include/component/mclk.h: -../include/component/nvmctrl.h: -../include/component/oscctrl.h: -../include/component/osc32kctrl.h: -../include/component/pac.h: -../include/component/pcc.h: -../include/component/pdec.h: -../include/component/pm.h: -../include/component/port.h: -../include/component/qspi.h: -../include/component/ramecc.h: -../include/component/rstc.h: -../include/component/rtc.h: -../include/component/sdhc.h: -../include/component/sercom.h: -../include/component/supc.h: -../include/component/tc.h: -../include/component/tcc.h: -../include/component/trng.h: -../include/component/usb.h: -../include/component/wdt.h: -../include/instance/ac.h: -../include/instance/adc0.h: -../include/instance/adc1.h: -../include/instance/aes.h: -../include/instance/can0.h: -../include/instance/can1.h: -../include/instance/ccl.h: -../include/instance/cmcc.h: -../include/instance/dac.h: -../include/instance/dmac.h: -../include/instance/dsu.h: -../include/instance/eic.h: -../include/instance/evsys.h: -../include/instance/freqm.h: -../include/instance/gclk.h: -../include/instance/gmac.h: -../include/instance/hmatrix.h: -../include/instance/icm.h: -../include/instance/i2s.h: -../include/instance/mclk.h: -../include/instance/nvmctrl.h: -../include/instance/oscctrl.h: -../include/instance/osc32kctrl.h: -../include/instance/pac.h: -../include/instance/pcc.h: -../include/instance/pdec.h: -../include/instance/pm.h: -../include/instance/port.h: -../include/instance/pukcc.h: -../include/instance/qspi.h: -../include/instance/ramecc.h: -../include/instance/rstc.h: -../include/instance/rtc.h: -../include/instance/sdhc0.h: -../include/instance/sdhc1.h: -../include/instance/sercom0.h: -../include/instance/sercom1.h: -../include/instance/sercom2.h: -../include/instance/sercom3.h: -../include/instance/sercom4.h: -../include/instance/sercom5.h: -../include/instance/sercom6.h: -../include/instance/sercom7.h: -../include/instance/supc.h: -../include/instance/tc0.h: -../include/instance/tc1.h: -../include/instance/tc2.h: -../include/instance/tc3.h: -../include/instance/tc4.h: -../include/instance/tc5.h: -../include/instance/tc6.h: -../include/instance/tc7.h: -../include/instance/tcc0.h: -../include/instance/tcc1.h: -../include/instance/tcc2.h: -../include/instance/tcc3.h: -../include/instance/tcc4.h: -../include/instance/trng.h: -../include/instance/usb.h: -../include/instance/wdt.h: -../include/pio/same54p20a.h: -../hri/hri_e54.h: -../include/sam.h: -../hri/hri_ac_e54.h: -../hal/include/hal_atomic.h: -../hri/hri_adc_e54.h: -../hri/hri_aes_e54.h: -../hri/hri_can_e54.h: -../hri/hri_ccl_e54.h: -../hri/hri_cmcc_e54.h: -../hri/hri_dac_e54.h: -../hri/hri_dmac_e54.h: -../hri/hri_dsu_e54.h: -../hri/hri_eic_e54.h: -../hri/hri_evsys_e54.h: -../hri/hri_freqm_e54.h: -../hri/hri_gclk_e54.h: -../hri/hri_gmac_e54.h: -../hri/hri_hmatrixb_e54.h: -../hri/hri_i2s_e54.h: -../hri/hri_icm_e54.h: -../hri/hri_mclk_e54.h: -../hri/hri_nvmctrl_e54.h: -../hri/hri_osc32kctrl_e54.h: -../hri/hri_oscctrl_e54.h: -../hri/hri_pac_e54.h: -../hri/hri_pcc_e54.h: -../hri/hri_pdec_e54.h: -../hri/hri_pm_e54.h: -../hri/hri_port_e54.h: -../hri/hri_qspi_e54.h: -../hri/hri_ramecc_e54.h: -../hri/hri_rstc_e54.h: -../hri/hri_rtc_e54.h: -../hri/hri_sdhc_e54.h: -../hri/hri_sercom_e54.h: -../hri/hri_supc_e54.h: -../hri/hri_tc_e54.h: -../hri/hri_tcc_e54.h: -../hri/hri_trng_e54.h: -../hri/hri_usb_e54.h: -../hri/hri_wdt_e54.h: -../hal/utils/include/err_codes.h: -../config/hpl_osc32kctrl_config.h: diff --git a/build/hpl/osc32kctrl/hpl_osc32kctrl.o b/build/hpl/osc32kctrl/hpl_osc32kctrl.o deleted file mode 100644 index 0269581..0000000 Binary files a/build/hpl/osc32kctrl/hpl_osc32kctrl.o and /dev/null differ diff --git a/build/hpl/oscctrl/hpl_oscctrl.d b/build/hpl/oscctrl/hpl_oscctrl.d deleted file mode 100644 index 8530c8a..0000000 --- a/build/hpl/oscctrl/hpl_oscctrl.d +++ /dev/null @@ -1,245 +0,0 @@ -hpl/oscctrl/hpl_oscctrl.d hpl/oscctrl/hpl_oscctrl.o: \ - ../hpl/oscctrl/hpl_oscctrl.c ../hal/include/hpl_init.h \ - ../hal/utils/include/compiler.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stddef.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stdint.h \ - /usr/arm-none-eabi/include/stdint.h \ - /usr/arm-none-eabi/include/machine/_default_types.h \ - /usr/arm-none-eabi/include/sys/features.h \ - /usr/arm-none-eabi/include/_newlib_version.h \ - /usr/arm-none-eabi/include/sys/_intsup.h \ - /usr/arm-none-eabi/include/sys/_stdint.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stdbool.h \ - ../hal/utils/include/parts.h ../include/same54.h ../include/same54p20a.h \ - ../CMSIS/Core/Include/core_cm4.h ../CMSIS/Core/Include/cmsis_version.h \ - ../CMSIS/Core/Include/cmsis_compiler.h ../CMSIS/Core/Include/cmsis_gcc.h \ - ../CMSIS/Core/Include/mpu_armv7.h ../include/system_same54.h \ - ../include/component/ac.h ../include/component/adc.h \ - ../include/component/aes.h ../include/component/can.h \ - ../include/component/ccl.h ../include/component/cmcc.h \ - ../include/component/dac.h ../include/component/dmac.h \ - ../include/component/dsu.h ../include/component/eic.h \ - ../include/component/evsys.h ../include/component/freqm.h \ - ../include/component/gclk.h ../include/component/gmac.h \ - ../include/component/hmatrixb.h ../include/component/icm.h \ - ../include/component/i2s.h ../include/component/mclk.h \ - ../include/component/nvmctrl.h ../include/component/oscctrl.h \ - ../include/component/osc32kctrl.h ../include/component/pac.h \ - ../include/component/pcc.h ../include/component/pdec.h \ - ../include/component/pm.h ../include/component/port.h \ - ../include/component/qspi.h ../include/component/ramecc.h \ - ../include/component/rstc.h ../include/component/rtc.h \ - ../include/component/sdhc.h ../include/component/sercom.h \ - ../include/component/supc.h ../include/component/tc.h \ - ../include/component/tcc.h ../include/component/trng.h \ - ../include/component/usb.h ../include/component/wdt.h \ - ../include/instance/ac.h ../include/instance/adc0.h \ - ../include/instance/adc1.h ../include/instance/aes.h \ - ../include/instance/can0.h ../include/instance/can1.h \ - ../include/instance/ccl.h ../include/instance/cmcc.h \ - ../include/instance/dac.h ../include/instance/dmac.h \ - ../include/instance/dsu.h ../include/instance/eic.h \ - ../include/instance/evsys.h ../include/instance/freqm.h \ - ../include/instance/gclk.h ../include/instance/gmac.h \ - ../include/instance/hmatrix.h ../include/instance/icm.h \ - ../include/instance/i2s.h ../include/instance/mclk.h \ - ../include/instance/nvmctrl.h ../include/instance/oscctrl.h \ - ../include/instance/osc32kctrl.h ../include/instance/pac.h \ - ../include/instance/pcc.h ../include/instance/pdec.h \ - ../include/instance/pm.h ../include/instance/port.h \ - ../include/instance/pukcc.h ../include/instance/qspi.h \ - ../include/instance/ramecc.h ../include/instance/rstc.h \ - ../include/instance/rtc.h ../include/instance/sdhc0.h \ - ../include/instance/sdhc1.h ../include/instance/sercom0.h \ - ../include/instance/sercom1.h ../include/instance/sercom2.h \ - ../include/instance/sercom3.h ../include/instance/sercom4.h \ - ../include/instance/sercom5.h ../include/instance/sercom6.h \ - ../include/instance/sercom7.h ../include/instance/supc.h \ - ../include/instance/tc0.h ../include/instance/tc1.h \ - ../include/instance/tc2.h ../include/instance/tc3.h \ - ../include/instance/tc4.h ../include/instance/tc5.h \ - ../include/instance/tc6.h ../include/instance/tc7.h \ - ../include/instance/tcc0.h ../include/instance/tcc1.h \ - ../include/instance/tcc2.h ../include/instance/tcc3.h \ - ../include/instance/tcc4.h ../include/instance/trng.h \ - ../include/instance/usb.h ../include/instance/wdt.h \ - ../include/pio/same54p20a.h ../hri/hri_e54.h ../include/sam.h \ - ../hri/hri_ac_e54.h ../hal/include/hal_atomic.h ../hri/hri_adc_e54.h \ - ../hri/hri_aes_e54.h ../hri/hri_can_e54.h ../hri/hri_ccl_e54.h \ - ../hri/hri_cmcc_e54.h ../hri/hri_dac_e54.h ../hri/hri_dmac_e54.h \ - ../hri/hri_dsu_e54.h ../hri/hri_eic_e54.h ../hri/hri_evsys_e54.h \ - ../hri/hri_freqm_e54.h ../hri/hri_gclk_e54.h ../hri/hri_gmac_e54.h \ - ../hri/hri_hmatrixb_e54.h ../hri/hri_i2s_e54.h ../hri/hri_icm_e54.h \ - ../hri/hri_mclk_e54.h ../hri/hri_nvmctrl_e54.h \ - ../hri/hri_osc32kctrl_e54.h ../hri/hri_oscctrl_e54.h \ - ../hri/hri_pac_e54.h ../hri/hri_pcc_e54.h ../hri/hri_pdec_e54.h \ - ../hri/hri_pm_e54.h ../hri/hri_port_e54.h ../hri/hri_qspi_e54.h \ - ../hri/hri_ramecc_e54.h ../hri/hri_rstc_e54.h ../hri/hri_rtc_e54.h \ - ../hri/hri_sdhc_e54.h ../hri/hri_sercom_e54.h ../hri/hri_supc_e54.h \ - ../hri/hri_tc_e54.h ../hri/hri_tcc_e54.h ../hri/hri_trng_e54.h \ - ../hri/hri_usb_e54.h ../hri/hri_wdt_e54.h \ - ../hal/utils/include/err_codes.h ../config/hpl_oscctrl_config.h \ - ../config/hpl_gclk_config.h -../hal/include/hpl_init.h: -../hal/utils/include/compiler.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stddef.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stdint.h: -/usr/arm-none-eabi/include/stdint.h: -/usr/arm-none-eabi/include/machine/_default_types.h: -/usr/arm-none-eabi/include/sys/features.h: -/usr/arm-none-eabi/include/_newlib_version.h: -/usr/arm-none-eabi/include/sys/_intsup.h: -/usr/arm-none-eabi/include/sys/_stdint.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stdbool.h: -../hal/utils/include/parts.h: -../include/same54.h: -../include/same54p20a.h: -../CMSIS/Core/Include/core_cm4.h: -../CMSIS/Core/Include/cmsis_version.h: -../CMSIS/Core/Include/cmsis_compiler.h: -../CMSIS/Core/Include/cmsis_gcc.h: -../CMSIS/Core/Include/mpu_armv7.h: -../include/system_same54.h: -../include/component/ac.h: -../include/component/adc.h: -../include/component/aes.h: -../include/component/can.h: -../include/component/ccl.h: -../include/component/cmcc.h: -../include/component/dac.h: -../include/component/dmac.h: -../include/component/dsu.h: -../include/component/eic.h: -../include/component/evsys.h: -../include/component/freqm.h: -../include/component/gclk.h: -../include/component/gmac.h: -../include/component/hmatrixb.h: -../include/component/icm.h: -../include/component/i2s.h: -../include/component/mclk.h: -../include/component/nvmctrl.h: -../include/component/oscctrl.h: -../include/component/osc32kctrl.h: -../include/component/pac.h: -../include/component/pcc.h: -../include/component/pdec.h: -../include/component/pm.h: -../include/component/port.h: -../include/component/qspi.h: -../include/component/ramecc.h: -../include/component/rstc.h: -../include/component/rtc.h: -../include/component/sdhc.h: -../include/component/sercom.h: -../include/component/supc.h: -../include/component/tc.h: -../include/component/tcc.h: -../include/component/trng.h: -../include/component/usb.h: -../include/component/wdt.h: -../include/instance/ac.h: -../include/instance/adc0.h: -../include/instance/adc1.h: -../include/instance/aes.h: -../include/instance/can0.h: -../include/instance/can1.h: -../include/instance/ccl.h: -../include/instance/cmcc.h: -../include/instance/dac.h: -../include/instance/dmac.h: -../include/instance/dsu.h: -../include/instance/eic.h: -../include/instance/evsys.h: -../include/instance/freqm.h: -../include/instance/gclk.h: -../include/instance/gmac.h: -../include/instance/hmatrix.h: -../include/instance/icm.h: -../include/instance/i2s.h: -../include/instance/mclk.h: -../include/instance/nvmctrl.h: -../include/instance/oscctrl.h: -../include/instance/osc32kctrl.h: -../include/instance/pac.h: -../include/instance/pcc.h: -../include/instance/pdec.h: -../include/instance/pm.h: -../include/instance/port.h: -../include/instance/pukcc.h: -../include/instance/qspi.h: -../include/instance/ramecc.h: -../include/instance/rstc.h: -../include/instance/rtc.h: -../include/instance/sdhc0.h: -../include/instance/sdhc1.h: -../include/instance/sercom0.h: -../include/instance/sercom1.h: -../include/instance/sercom2.h: -../include/instance/sercom3.h: -../include/instance/sercom4.h: -../include/instance/sercom5.h: -../include/instance/sercom6.h: -../include/instance/sercom7.h: -../include/instance/supc.h: -../include/instance/tc0.h: -../include/instance/tc1.h: -../include/instance/tc2.h: -../include/instance/tc3.h: -../include/instance/tc4.h: -../include/instance/tc5.h: -../include/instance/tc6.h: -../include/instance/tc7.h: -../include/instance/tcc0.h: -../include/instance/tcc1.h: -../include/instance/tcc2.h: -../include/instance/tcc3.h: -../include/instance/tcc4.h: -../include/instance/trng.h: -../include/instance/usb.h: -../include/instance/wdt.h: -../include/pio/same54p20a.h: -../hri/hri_e54.h: -../include/sam.h: -../hri/hri_ac_e54.h: -../hal/include/hal_atomic.h: -../hri/hri_adc_e54.h: -../hri/hri_aes_e54.h: -../hri/hri_can_e54.h: -../hri/hri_ccl_e54.h: -../hri/hri_cmcc_e54.h: -../hri/hri_dac_e54.h: -../hri/hri_dmac_e54.h: -../hri/hri_dsu_e54.h: -../hri/hri_eic_e54.h: -../hri/hri_evsys_e54.h: -../hri/hri_freqm_e54.h: -../hri/hri_gclk_e54.h: -../hri/hri_gmac_e54.h: -../hri/hri_hmatrixb_e54.h: -../hri/hri_i2s_e54.h: -../hri/hri_icm_e54.h: -../hri/hri_mclk_e54.h: -../hri/hri_nvmctrl_e54.h: -../hri/hri_osc32kctrl_e54.h: -../hri/hri_oscctrl_e54.h: -../hri/hri_pac_e54.h: -../hri/hri_pcc_e54.h: -../hri/hri_pdec_e54.h: -../hri/hri_pm_e54.h: -../hri/hri_port_e54.h: -../hri/hri_qspi_e54.h: -../hri/hri_ramecc_e54.h: -../hri/hri_rstc_e54.h: -../hri/hri_rtc_e54.h: -../hri/hri_sdhc_e54.h: -../hri/hri_sercom_e54.h: -../hri/hri_supc_e54.h: -../hri/hri_tc_e54.h: -../hri/hri_tcc_e54.h: -../hri/hri_trng_e54.h: -../hri/hri_usb_e54.h: -../hri/hri_wdt_e54.h: -../hal/utils/include/err_codes.h: -../config/hpl_oscctrl_config.h: -../config/hpl_gclk_config.h: diff --git a/build/hpl/oscctrl/hpl_oscctrl.o b/build/hpl/oscctrl/hpl_oscctrl.o deleted file mode 100644 index 5309ea8..0000000 Binary files a/build/hpl/oscctrl/hpl_oscctrl.o and /dev/null differ diff --git a/build/hpl/pm/hpl_pm.d b/build/hpl/pm/hpl_pm.d deleted file mode 100644 index d8a9171..0000000 --- a/build/hpl/pm/hpl_pm.d +++ /dev/null @@ -1,242 +0,0 @@ -hpl/pm/hpl_pm.d hpl/pm/hpl_pm.o: ../hpl/pm/hpl_pm.c \ - ../hal/include/hpl_sleep.h ../hal/utils/include/compiler.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stddef.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stdint.h \ - /usr/arm-none-eabi/include/stdint.h \ - /usr/arm-none-eabi/include/machine/_default_types.h \ - /usr/arm-none-eabi/include/sys/features.h \ - /usr/arm-none-eabi/include/_newlib_version.h \ - /usr/arm-none-eabi/include/sys/_intsup.h \ - /usr/arm-none-eabi/include/sys/_stdint.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stdbool.h \ - ../hal/utils/include/parts.h ../include/same54.h ../include/same54p20a.h \ - ../CMSIS/Core/Include/core_cm4.h ../CMSIS/Core/Include/cmsis_version.h \ - ../CMSIS/Core/Include/cmsis_compiler.h ../CMSIS/Core/Include/cmsis_gcc.h \ - ../CMSIS/Core/Include/mpu_armv7.h ../include/system_same54.h \ - ../include/component/ac.h ../include/component/adc.h \ - ../include/component/aes.h ../include/component/can.h \ - ../include/component/ccl.h ../include/component/cmcc.h \ - ../include/component/dac.h ../include/component/dmac.h \ - ../include/component/dsu.h ../include/component/eic.h \ - ../include/component/evsys.h ../include/component/freqm.h \ - ../include/component/gclk.h ../include/component/gmac.h \ - ../include/component/hmatrixb.h ../include/component/icm.h \ - ../include/component/i2s.h ../include/component/mclk.h \ - ../include/component/nvmctrl.h ../include/component/oscctrl.h \ - ../include/component/osc32kctrl.h ../include/component/pac.h \ - ../include/component/pcc.h ../include/component/pdec.h \ - ../include/component/pm.h ../include/component/port.h \ - ../include/component/qspi.h ../include/component/ramecc.h \ - ../include/component/rstc.h ../include/component/rtc.h \ - ../include/component/sdhc.h ../include/component/sercom.h \ - ../include/component/supc.h ../include/component/tc.h \ - ../include/component/tcc.h ../include/component/trng.h \ - ../include/component/usb.h ../include/component/wdt.h \ - ../include/instance/ac.h ../include/instance/adc0.h \ - ../include/instance/adc1.h ../include/instance/aes.h \ - ../include/instance/can0.h ../include/instance/can1.h \ - ../include/instance/ccl.h ../include/instance/cmcc.h \ - ../include/instance/dac.h ../include/instance/dmac.h \ - ../include/instance/dsu.h ../include/instance/eic.h \ - ../include/instance/evsys.h ../include/instance/freqm.h \ - ../include/instance/gclk.h ../include/instance/gmac.h \ - ../include/instance/hmatrix.h ../include/instance/icm.h \ - ../include/instance/i2s.h ../include/instance/mclk.h \ - ../include/instance/nvmctrl.h ../include/instance/oscctrl.h \ - ../include/instance/osc32kctrl.h ../include/instance/pac.h \ - ../include/instance/pcc.h ../include/instance/pdec.h \ - ../include/instance/pm.h ../include/instance/port.h \ - ../include/instance/pukcc.h ../include/instance/qspi.h \ - ../include/instance/ramecc.h ../include/instance/rstc.h \ - ../include/instance/rtc.h ../include/instance/sdhc0.h \ - ../include/instance/sdhc1.h ../include/instance/sercom0.h \ - ../include/instance/sercom1.h ../include/instance/sercom2.h \ - ../include/instance/sercom3.h ../include/instance/sercom4.h \ - ../include/instance/sercom5.h ../include/instance/sercom6.h \ - ../include/instance/sercom7.h ../include/instance/supc.h \ - ../include/instance/tc0.h ../include/instance/tc1.h \ - ../include/instance/tc2.h ../include/instance/tc3.h \ - ../include/instance/tc4.h ../include/instance/tc5.h \ - ../include/instance/tc6.h ../include/instance/tc7.h \ - ../include/instance/tcc0.h ../include/instance/tcc1.h \ - ../include/instance/tcc2.h ../include/instance/tcc3.h \ - ../include/instance/tcc4.h ../include/instance/trng.h \ - ../include/instance/usb.h ../include/instance/wdt.h \ - ../include/pio/same54p20a.h ../hri/hri_e54.h ../include/sam.h \ - ../hri/hri_ac_e54.h ../hal/include/hal_atomic.h ../hri/hri_adc_e54.h \ - ../hri/hri_aes_e54.h ../hri/hri_can_e54.h ../hri/hri_ccl_e54.h \ - ../hri/hri_cmcc_e54.h ../hri/hri_dac_e54.h ../hri/hri_dmac_e54.h \ - ../hri/hri_dsu_e54.h ../hri/hri_eic_e54.h ../hri/hri_evsys_e54.h \ - ../hri/hri_freqm_e54.h ../hri/hri_gclk_e54.h ../hri/hri_gmac_e54.h \ - ../hri/hri_hmatrixb_e54.h ../hri/hri_i2s_e54.h ../hri/hri_icm_e54.h \ - ../hri/hri_mclk_e54.h ../hri/hri_nvmctrl_e54.h \ - ../hri/hri_osc32kctrl_e54.h ../hri/hri_oscctrl_e54.h \ - ../hri/hri_pac_e54.h ../hri/hri_pcc_e54.h ../hri/hri_pdec_e54.h \ - ../hri/hri_pm_e54.h ../hri/hri_port_e54.h ../hri/hri_qspi_e54.h \ - ../hri/hri_ramecc_e54.h ../hri/hri_rstc_e54.h ../hri/hri_rtc_e54.h \ - ../hri/hri_sdhc_e54.h ../hri/hri_sercom_e54.h ../hri/hri_supc_e54.h \ - ../hri/hri_tc_e54.h ../hri/hri_tcc_e54.h ../hri/hri_trng_e54.h \ - ../hri/hri_usb_e54.h ../hri/hri_wdt_e54.h \ - ../hal/utils/include/err_codes.h ../hal/include/hpl_init.h -../hal/include/hpl_sleep.h: -../hal/utils/include/compiler.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stddef.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stdint.h: -/usr/arm-none-eabi/include/stdint.h: -/usr/arm-none-eabi/include/machine/_default_types.h: -/usr/arm-none-eabi/include/sys/features.h: -/usr/arm-none-eabi/include/_newlib_version.h: -/usr/arm-none-eabi/include/sys/_intsup.h: -/usr/arm-none-eabi/include/sys/_stdint.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stdbool.h: -../hal/utils/include/parts.h: -../include/same54.h: -../include/same54p20a.h: -../CMSIS/Core/Include/core_cm4.h: -../CMSIS/Core/Include/cmsis_version.h: -../CMSIS/Core/Include/cmsis_compiler.h: -../CMSIS/Core/Include/cmsis_gcc.h: -../CMSIS/Core/Include/mpu_armv7.h: -../include/system_same54.h: -../include/component/ac.h: -../include/component/adc.h: -../include/component/aes.h: -../include/component/can.h: -../include/component/ccl.h: -../include/component/cmcc.h: -../include/component/dac.h: -../include/component/dmac.h: -../include/component/dsu.h: -../include/component/eic.h: -../include/component/evsys.h: -../include/component/freqm.h: -../include/component/gclk.h: -../include/component/gmac.h: -../include/component/hmatrixb.h: -../include/component/icm.h: -../include/component/i2s.h: -../include/component/mclk.h: -../include/component/nvmctrl.h: -../include/component/oscctrl.h: -../include/component/osc32kctrl.h: -../include/component/pac.h: -../include/component/pcc.h: -../include/component/pdec.h: -../include/component/pm.h: -../include/component/port.h: -../include/component/qspi.h: -../include/component/ramecc.h: -../include/component/rstc.h: -../include/component/rtc.h: -../include/component/sdhc.h: -../include/component/sercom.h: -../include/component/supc.h: -../include/component/tc.h: -../include/component/tcc.h: -../include/component/trng.h: -../include/component/usb.h: -../include/component/wdt.h: -../include/instance/ac.h: -../include/instance/adc0.h: -../include/instance/adc1.h: -../include/instance/aes.h: -../include/instance/can0.h: -../include/instance/can1.h: -../include/instance/ccl.h: -../include/instance/cmcc.h: -../include/instance/dac.h: -../include/instance/dmac.h: -../include/instance/dsu.h: -../include/instance/eic.h: -../include/instance/evsys.h: -../include/instance/freqm.h: -../include/instance/gclk.h: -../include/instance/gmac.h: -../include/instance/hmatrix.h: -../include/instance/icm.h: -../include/instance/i2s.h: -../include/instance/mclk.h: -../include/instance/nvmctrl.h: -../include/instance/oscctrl.h: -../include/instance/osc32kctrl.h: -../include/instance/pac.h: -../include/instance/pcc.h: -../include/instance/pdec.h: -../include/instance/pm.h: -../include/instance/port.h: -../include/instance/pukcc.h: -../include/instance/qspi.h: -../include/instance/ramecc.h: -../include/instance/rstc.h: -../include/instance/rtc.h: -../include/instance/sdhc0.h: -../include/instance/sdhc1.h: -../include/instance/sercom0.h: -../include/instance/sercom1.h: -../include/instance/sercom2.h: -../include/instance/sercom3.h: -../include/instance/sercom4.h: -../include/instance/sercom5.h: -../include/instance/sercom6.h: -../include/instance/sercom7.h: -../include/instance/supc.h: -../include/instance/tc0.h: -../include/instance/tc1.h: -../include/instance/tc2.h: -../include/instance/tc3.h: -../include/instance/tc4.h: -../include/instance/tc5.h: -../include/instance/tc6.h: -../include/instance/tc7.h: -../include/instance/tcc0.h: -../include/instance/tcc1.h: -../include/instance/tcc2.h: -../include/instance/tcc3.h: -../include/instance/tcc4.h: -../include/instance/trng.h: -../include/instance/usb.h: -../include/instance/wdt.h: -../include/pio/same54p20a.h: -../hri/hri_e54.h: -../include/sam.h: -../hri/hri_ac_e54.h: -../hal/include/hal_atomic.h: -../hri/hri_adc_e54.h: -../hri/hri_aes_e54.h: -../hri/hri_can_e54.h: -../hri/hri_ccl_e54.h: -../hri/hri_cmcc_e54.h: -../hri/hri_dac_e54.h: -../hri/hri_dmac_e54.h: -../hri/hri_dsu_e54.h: -../hri/hri_eic_e54.h: -../hri/hri_evsys_e54.h: -../hri/hri_freqm_e54.h: -../hri/hri_gclk_e54.h: -../hri/hri_gmac_e54.h: -../hri/hri_hmatrixb_e54.h: -../hri/hri_i2s_e54.h: -../hri/hri_icm_e54.h: -../hri/hri_mclk_e54.h: -../hri/hri_nvmctrl_e54.h: -../hri/hri_osc32kctrl_e54.h: -../hri/hri_oscctrl_e54.h: -../hri/hri_pac_e54.h: -../hri/hri_pcc_e54.h: -../hri/hri_pdec_e54.h: -../hri/hri_pm_e54.h: -../hri/hri_port_e54.h: -../hri/hri_qspi_e54.h: -../hri/hri_ramecc_e54.h: -../hri/hri_rstc_e54.h: -../hri/hri_rtc_e54.h: -../hri/hri_sdhc_e54.h: -../hri/hri_sercom_e54.h: -../hri/hri_supc_e54.h: -../hri/hri_tc_e54.h: -../hri/hri_tcc_e54.h: -../hri/hri_trng_e54.h: -../hri/hri_usb_e54.h: -../hri/hri_wdt_e54.h: -../hal/utils/include/err_codes.h: -../hal/include/hpl_init.h: diff --git a/build/hpl/pm/hpl_pm.o b/build/hpl/pm/hpl_pm.o deleted file mode 100644 index d9720c6..0000000 Binary files a/build/hpl/pm/hpl_pm.o and /dev/null differ diff --git a/build/hpl/ramecc/hpl_ramecc.d b/build/hpl/ramecc/hpl_ramecc.d deleted file mode 100644 index 68c4689..0000000 --- a/build/hpl/ramecc/hpl_ramecc.d +++ /dev/null @@ -1,246 +0,0 @@ -hpl/ramecc/hpl_ramecc.d hpl/ramecc/hpl_ramecc.o: \ - ../hpl/ramecc/hpl_ramecc.c ../hal/utils/include/utils.h \ - ../hal/utils/include/utils_assert.h ../hal/utils/include/compiler.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stddef.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stdint.h \ - /usr/arm-none-eabi/include/stdint.h \ - /usr/arm-none-eabi/include/machine/_default_types.h \ - /usr/arm-none-eabi/include/sys/features.h \ - /usr/arm-none-eabi/include/_newlib_version.h \ - /usr/arm-none-eabi/include/sys/_intsup.h \ - /usr/arm-none-eabi/include/sys/_stdint.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stdbool.h \ - ../hal/utils/include/parts.h ../include/same54.h ../include/same54p20a.h \ - ../CMSIS/Core/Include/core_cm4.h ../CMSIS/Core/Include/cmsis_version.h \ - ../CMSIS/Core/Include/cmsis_compiler.h ../CMSIS/Core/Include/cmsis_gcc.h \ - ../CMSIS/Core/Include/mpu_armv7.h ../include/system_same54.h \ - ../include/component/ac.h ../include/component/adc.h \ - ../include/component/aes.h ../include/component/can.h \ - ../include/component/ccl.h ../include/component/cmcc.h \ - ../include/component/dac.h ../include/component/dmac.h \ - ../include/component/dsu.h ../include/component/eic.h \ - ../include/component/evsys.h ../include/component/freqm.h \ - ../include/component/gclk.h ../include/component/gmac.h \ - ../include/component/hmatrixb.h ../include/component/icm.h \ - ../include/component/i2s.h ../include/component/mclk.h \ - ../include/component/nvmctrl.h ../include/component/oscctrl.h \ - ../include/component/osc32kctrl.h ../include/component/pac.h \ - ../include/component/pcc.h ../include/component/pdec.h \ - ../include/component/pm.h ../include/component/port.h \ - ../include/component/qspi.h ../include/component/ramecc.h \ - ../include/component/rstc.h ../include/component/rtc.h \ - ../include/component/sdhc.h ../include/component/sercom.h \ - ../include/component/supc.h ../include/component/tc.h \ - ../include/component/tcc.h ../include/component/trng.h \ - ../include/component/usb.h ../include/component/wdt.h \ - ../include/instance/ac.h ../include/instance/adc0.h \ - ../include/instance/adc1.h ../include/instance/aes.h \ - ../include/instance/can0.h ../include/instance/can1.h \ - ../include/instance/ccl.h ../include/instance/cmcc.h \ - ../include/instance/dac.h ../include/instance/dmac.h \ - ../include/instance/dsu.h ../include/instance/eic.h \ - ../include/instance/evsys.h ../include/instance/freqm.h \ - ../include/instance/gclk.h ../include/instance/gmac.h \ - ../include/instance/hmatrix.h ../include/instance/icm.h \ - ../include/instance/i2s.h ../include/instance/mclk.h \ - ../include/instance/nvmctrl.h ../include/instance/oscctrl.h \ - ../include/instance/osc32kctrl.h ../include/instance/pac.h \ - ../include/instance/pcc.h ../include/instance/pdec.h \ - ../include/instance/pm.h ../include/instance/port.h \ - ../include/instance/pukcc.h ../include/instance/qspi.h \ - ../include/instance/ramecc.h ../include/instance/rstc.h \ - ../include/instance/rtc.h ../include/instance/sdhc0.h \ - ../include/instance/sdhc1.h ../include/instance/sercom0.h \ - ../include/instance/sercom1.h ../include/instance/sercom2.h \ - ../include/instance/sercom3.h ../include/instance/sercom4.h \ - ../include/instance/sercom5.h ../include/instance/sercom6.h \ - ../include/instance/sercom7.h ../include/instance/supc.h \ - ../include/instance/tc0.h ../include/instance/tc1.h \ - ../include/instance/tc2.h ../include/instance/tc3.h \ - ../include/instance/tc4.h ../include/instance/tc5.h \ - ../include/instance/tc6.h ../include/instance/tc7.h \ - ../include/instance/tcc0.h ../include/instance/tcc1.h \ - ../include/instance/tcc2.h ../include/instance/tcc3.h \ - ../include/instance/tcc4.h ../include/instance/trng.h \ - ../include/instance/usb.h ../include/instance/wdt.h \ - ../include/pio/same54p20a.h ../hri/hri_e54.h ../include/sam.h \ - ../hri/hri_ac_e54.h ../hal/include/hal_atomic.h ../hri/hri_adc_e54.h \ - ../hri/hri_aes_e54.h ../hri/hri_can_e54.h ../hri/hri_ccl_e54.h \ - ../hri/hri_cmcc_e54.h ../hri/hri_dac_e54.h ../hri/hri_dmac_e54.h \ - ../hri/hri_dsu_e54.h ../hri/hri_eic_e54.h ../hri/hri_evsys_e54.h \ - ../hri/hri_freqm_e54.h ../hri/hri_gclk_e54.h ../hri/hri_gmac_e54.h \ - ../hri/hri_hmatrixb_e54.h ../hri/hri_i2s_e54.h ../hri/hri_icm_e54.h \ - ../hri/hri_mclk_e54.h ../hri/hri_nvmctrl_e54.h \ - ../hri/hri_osc32kctrl_e54.h ../hri/hri_oscctrl_e54.h \ - ../hri/hri_pac_e54.h ../hri/hri_pcc_e54.h ../hri/hri_pdec_e54.h \ - ../hri/hri_pm_e54.h ../hri/hri_port_e54.h ../hri/hri_qspi_e54.h \ - ../hri/hri_ramecc_e54.h ../hri/hri_rstc_e54.h ../hri/hri_rtc_e54.h \ - ../hri/hri_sdhc_e54.h ../hri/hri_sercom_e54.h ../hri/hri_supc_e54.h \ - ../hri/hri_tc_e54.h ../hri/hri_tcc_e54.h ../hri/hri_trng_e54.h \ - ../hri/hri_usb_e54.h ../hri/hri_wdt_e54.h \ - ../hal/utils/include/err_codes.h ../hal/include/hpl_ramecc.h \ - ../hal/include/hpl_irq.h -../hal/utils/include/utils.h: -../hal/utils/include/utils_assert.h: -../hal/utils/include/compiler.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stddef.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stdint.h: -/usr/arm-none-eabi/include/stdint.h: -/usr/arm-none-eabi/include/machine/_default_types.h: -/usr/arm-none-eabi/include/sys/features.h: -/usr/arm-none-eabi/include/_newlib_version.h: -/usr/arm-none-eabi/include/sys/_intsup.h: -/usr/arm-none-eabi/include/sys/_stdint.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stdbool.h: -../hal/utils/include/parts.h: -../include/same54.h: -../include/same54p20a.h: -../CMSIS/Core/Include/core_cm4.h: -../CMSIS/Core/Include/cmsis_version.h: -../CMSIS/Core/Include/cmsis_compiler.h: -../CMSIS/Core/Include/cmsis_gcc.h: -../CMSIS/Core/Include/mpu_armv7.h: -../include/system_same54.h: -../include/component/ac.h: -../include/component/adc.h: -../include/component/aes.h: -../include/component/can.h: -../include/component/ccl.h: -../include/component/cmcc.h: -../include/component/dac.h: -../include/component/dmac.h: -../include/component/dsu.h: -../include/component/eic.h: -../include/component/evsys.h: -../include/component/freqm.h: -../include/component/gclk.h: -../include/component/gmac.h: -../include/component/hmatrixb.h: -../include/component/icm.h: -../include/component/i2s.h: -../include/component/mclk.h: -../include/component/nvmctrl.h: -../include/component/oscctrl.h: -../include/component/osc32kctrl.h: -../include/component/pac.h: -../include/component/pcc.h: -../include/component/pdec.h: -../include/component/pm.h: -../include/component/port.h: -../include/component/qspi.h: -../include/component/ramecc.h: -../include/component/rstc.h: -../include/component/rtc.h: -../include/component/sdhc.h: -../include/component/sercom.h: -../include/component/supc.h: -../include/component/tc.h: -../include/component/tcc.h: -../include/component/trng.h: -../include/component/usb.h: -../include/component/wdt.h: -../include/instance/ac.h: -../include/instance/adc0.h: -../include/instance/adc1.h: -../include/instance/aes.h: -../include/instance/can0.h: -../include/instance/can1.h: -../include/instance/ccl.h: -../include/instance/cmcc.h: -../include/instance/dac.h: -../include/instance/dmac.h: -../include/instance/dsu.h: -../include/instance/eic.h: -../include/instance/evsys.h: -../include/instance/freqm.h: -../include/instance/gclk.h: -../include/instance/gmac.h: -../include/instance/hmatrix.h: -../include/instance/icm.h: -../include/instance/i2s.h: -../include/instance/mclk.h: -../include/instance/nvmctrl.h: -../include/instance/oscctrl.h: -../include/instance/osc32kctrl.h: -../include/instance/pac.h: -../include/instance/pcc.h: -../include/instance/pdec.h: -../include/instance/pm.h: -../include/instance/port.h: -../include/instance/pukcc.h: -../include/instance/qspi.h: -../include/instance/ramecc.h: -../include/instance/rstc.h: -../include/instance/rtc.h: -../include/instance/sdhc0.h: -../include/instance/sdhc1.h: -../include/instance/sercom0.h: -../include/instance/sercom1.h: -../include/instance/sercom2.h: -../include/instance/sercom3.h: -../include/instance/sercom4.h: -../include/instance/sercom5.h: -../include/instance/sercom6.h: -../include/instance/sercom7.h: -../include/instance/supc.h: -../include/instance/tc0.h: -../include/instance/tc1.h: -../include/instance/tc2.h: -../include/instance/tc3.h: -../include/instance/tc4.h: -../include/instance/tc5.h: -../include/instance/tc6.h: -../include/instance/tc7.h: -../include/instance/tcc0.h: -../include/instance/tcc1.h: -../include/instance/tcc2.h: -../include/instance/tcc3.h: -../include/instance/tcc4.h: -../include/instance/trng.h: -../include/instance/usb.h: -../include/instance/wdt.h: -../include/pio/same54p20a.h: -../hri/hri_e54.h: -../include/sam.h: -../hri/hri_ac_e54.h: -../hal/include/hal_atomic.h: -../hri/hri_adc_e54.h: -../hri/hri_aes_e54.h: -../hri/hri_can_e54.h: -../hri/hri_ccl_e54.h: -../hri/hri_cmcc_e54.h: -../hri/hri_dac_e54.h: -../hri/hri_dmac_e54.h: -../hri/hri_dsu_e54.h: -../hri/hri_eic_e54.h: -../hri/hri_evsys_e54.h: -../hri/hri_freqm_e54.h: -../hri/hri_gclk_e54.h: -../hri/hri_gmac_e54.h: -../hri/hri_hmatrixb_e54.h: -../hri/hri_i2s_e54.h: -../hri/hri_icm_e54.h: -../hri/hri_mclk_e54.h: -../hri/hri_nvmctrl_e54.h: -../hri/hri_osc32kctrl_e54.h: -../hri/hri_oscctrl_e54.h: -../hri/hri_pac_e54.h: -../hri/hri_pcc_e54.h: -../hri/hri_pdec_e54.h: -../hri/hri_pm_e54.h: -../hri/hri_port_e54.h: -../hri/hri_qspi_e54.h: -../hri/hri_ramecc_e54.h: -../hri/hri_rstc_e54.h: -../hri/hri_rtc_e54.h: -../hri/hri_sdhc_e54.h: -../hri/hri_sercom_e54.h: -../hri/hri_supc_e54.h: -../hri/hri_tc_e54.h: -../hri/hri_tcc_e54.h: -../hri/hri_trng_e54.h: -../hri/hri_usb_e54.h: -../hri/hri_wdt_e54.h: -../hal/utils/include/err_codes.h: -../hal/include/hpl_ramecc.h: -../hal/include/hpl_irq.h: diff --git a/build/hpl/ramecc/hpl_ramecc.o b/build/hpl/ramecc/hpl_ramecc.o deleted file mode 100644 index e638d97..0000000 Binary files a/build/hpl/ramecc/hpl_ramecc.o and /dev/null differ diff --git a/build/hpl/sercom/hpl_sercom.d b/build/hpl/sercom/hpl_sercom.d deleted file mode 100644 index 056a84b..0000000 --- a/build/hpl/sercom/hpl_sercom.d +++ /dev/null @@ -1,275 +0,0 @@ -hpl/sercom/hpl_sercom.d hpl/sercom/hpl_sercom.o: \ - ../hpl/sercom/hpl_sercom.c ../hal/include/hpl_dma.h \ - ../hal/utils/include/compiler.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stddef.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stdint.h \ - /usr/arm-none-eabi/include/stdint.h \ - /usr/arm-none-eabi/include/machine/_default_types.h \ - /usr/arm-none-eabi/include/sys/features.h \ - /usr/arm-none-eabi/include/_newlib_version.h \ - /usr/arm-none-eabi/include/sys/_intsup.h \ - /usr/arm-none-eabi/include/sys/_stdint.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stdbool.h \ - ../hal/utils/include/parts.h ../include/same54.h ../include/same54p20a.h \ - ../CMSIS/Core/Include/core_cm4.h ../CMSIS/Core/Include/cmsis_version.h \ - ../CMSIS/Core/Include/cmsis_compiler.h ../CMSIS/Core/Include/cmsis_gcc.h \ - ../CMSIS/Core/Include/mpu_armv7.h ../include/system_same54.h \ - ../include/component/ac.h ../include/component/adc.h \ - ../include/component/aes.h ../include/component/can.h \ - ../include/component/ccl.h ../include/component/cmcc.h \ - ../include/component/dac.h ../include/component/dmac.h \ - ../include/component/dsu.h ../include/component/eic.h \ - ../include/component/evsys.h ../include/component/freqm.h \ - ../include/component/gclk.h ../include/component/gmac.h \ - ../include/component/hmatrixb.h ../include/component/icm.h \ - ../include/component/i2s.h ../include/component/mclk.h \ - ../include/component/nvmctrl.h ../include/component/oscctrl.h \ - ../include/component/osc32kctrl.h ../include/component/pac.h \ - ../include/component/pcc.h ../include/component/pdec.h \ - ../include/component/pm.h ../include/component/port.h \ - ../include/component/qspi.h ../include/component/ramecc.h \ - ../include/component/rstc.h ../include/component/rtc.h \ - ../include/component/sdhc.h ../include/component/sercom.h \ - ../include/component/supc.h ../include/component/tc.h \ - ../include/component/tcc.h ../include/component/trng.h \ - ../include/component/usb.h ../include/component/wdt.h \ - ../include/instance/ac.h ../include/instance/adc0.h \ - ../include/instance/adc1.h ../include/instance/aes.h \ - ../include/instance/can0.h ../include/instance/can1.h \ - ../include/instance/ccl.h ../include/instance/cmcc.h \ - ../include/instance/dac.h ../include/instance/dmac.h \ - ../include/instance/dsu.h ../include/instance/eic.h \ - ../include/instance/evsys.h ../include/instance/freqm.h \ - ../include/instance/gclk.h ../include/instance/gmac.h \ - ../include/instance/hmatrix.h ../include/instance/icm.h \ - ../include/instance/i2s.h ../include/instance/mclk.h \ - ../include/instance/nvmctrl.h ../include/instance/oscctrl.h \ - ../include/instance/osc32kctrl.h ../include/instance/pac.h \ - ../include/instance/pcc.h ../include/instance/pdec.h \ - ../include/instance/pm.h ../include/instance/port.h \ - ../include/instance/pukcc.h ../include/instance/qspi.h \ - ../include/instance/ramecc.h ../include/instance/rstc.h \ - ../include/instance/rtc.h ../include/instance/sdhc0.h \ - ../include/instance/sdhc1.h ../include/instance/sercom0.h \ - ../include/instance/sercom1.h ../include/instance/sercom2.h \ - ../include/instance/sercom3.h ../include/instance/sercom4.h \ - ../include/instance/sercom5.h ../include/instance/sercom6.h \ - ../include/instance/sercom7.h ../include/instance/supc.h \ - ../include/instance/tc0.h ../include/instance/tc1.h \ - ../include/instance/tc2.h ../include/instance/tc3.h \ - ../include/instance/tc4.h ../include/instance/tc5.h \ - ../include/instance/tc6.h ../include/instance/tc7.h \ - ../include/instance/tcc0.h ../include/instance/tcc1.h \ - ../include/instance/tcc2.h ../include/instance/tcc3.h \ - ../include/instance/tcc4.h ../include/instance/trng.h \ - ../include/instance/usb.h ../include/instance/wdt.h \ - ../include/pio/same54p20a.h ../hri/hri_e54.h ../include/sam.h \ - ../hri/hri_ac_e54.h ../hal/include/hal_atomic.h ../hri/hri_adc_e54.h \ - ../hri/hri_aes_e54.h ../hri/hri_can_e54.h ../hri/hri_ccl_e54.h \ - ../hri/hri_cmcc_e54.h ../hri/hri_dac_e54.h ../hri/hri_dmac_e54.h \ - ../hri/hri_dsu_e54.h ../hri/hri_eic_e54.h ../hri/hri_evsys_e54.h \ - ../hri/hri_freqm_e54.h ../hri/hri_gclk_e54.h ../hri/hri_gmac_e54.h \ - ../hri/hri_hmatrixb_e54.h ../hri/hri_i2s_e54.h ../hri/hri_icm_e54.h \ - ../hri/hri_mclk_e54.h ../hri/hri_nvmctrl_e54.h \ - ../hri/hri_osc32kctrl_e54.h ../hri/hri_oscctrl_e54.h \ - ../hri/hri_pac_e54.h ../hri/hri_pcc_e54.h ../hri/hri_pdec_e54.h \ - ../hri/hri_pm_e54.h ../hri/hri_port_e54.h ../hri/hri_qspi_e54.h \ - ../hri/hri_ramecc_e54.h ../hri/hri_rstc_e54.h ../hri/hri_rtc_e54.h \ - ../hri/hri_sdhc_e54.h ../hri/hri_sercom_e54.h ../hri/hri_supc_e54.h \ - ../hri/hri_tc_e54.h ../hri/hri_tcc_e54.h ../hri/hri_trng_e54.h \ - ../hri/hri_usb_e54.h ../hri/hri_wdt_e54.h \ - ../hal/utils/include/err_codes.h ../hal/include/hpl_irq.h \ - ../hal/include/hpl_i2c_m_async.h ../hal/include/hpl_i2c_m_sync.h \ - ../hal/include/hpl_irq.h ../hal/utils/include/utils.h \ - ../hal/include/hpl_i2c_m_sync.h ../hal/include/hpl_i2c_s_async.h \ - ../hal/include/hpl_i2c_s_sync.h ../config/hpl_sercom_config.h \ - ../config/peripheral_clk_config.h ../hal/include/hpl_spi_m_async.h \ - ../hal/include/hpl_spi.h ../hal/include/hpl_spi_async.h \ - ../hal/include/hpl_spi_m_sync.h ../hal/include/hpl_spi_sync.h \ - ../hal/include/hpl_spi_s_async.h ../hal/include/hpl_spi_s_sync.h \ - ../hal/include/hpl_usart_async.h ../hal/include/hpl_usart.h \ - ../hal/include/hpl_usart_sync.h ../hal/include/hpl_usart.h \ - ../hal/utils/include/utils_assert.h -../hal/include/hpl_dma.h: -../hal/utils/include/compiler.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stddef.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stdint.h: -/usr/arm-none-eabi/include/stdint.h: -/usr/arm-none-eabi/include/machine/_default_types.h: -/usr/arm-none-eabi/include/sys/features.h: -/usr/arm-none-eabi/include/_newlib_version.h: -/usr/arm-none-eabi/include/sys/_intsup.h: -/usr/arm-none-eabi/include/sys/_stdint.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stdbool.h: -../hal/utils/include/parts.h: -../include/same54.h: -../include/same54p20a.h: -../CMSIS/Core/Include/core_cm4.h: -../CMSIS/Core/Include/cmsis_version.h: -../CMSIS/Core/Include/cmsis_compiler.h: -../CMSIS/Core/Include/cmsis_gcc.h: -../CMSIS/Core/Include/mpu_armv7.h: -../include/system_same54.h: -../include/component/ac.h: -../include/component/adc.h: -../include/component/aes.h: -../include/component/can.h: -../include/component/ccl.h: -../include/component/cmcc.h: -../include/component/dac.h: -../include/component/dmac.h: -../include/component/dsu.h: -../include/component/eic.h: -../include/component/evsys.h: -../include/component/freqm.h: -../include/component/gclk.h: -../include/component/gmac.h: -../include/component/hmatrixb.h: -../include/component/icm.h: -../include/component/i2s.h: -../include/component/mclk.h: -../include/component/nvmctrl.h: -../include/component/oscctrl.h: -../include/component/osc32kctrl.h: -../include/component/pac.h: -../include/component/pcc.h: -../include/component/pdec.h: -../include/component/pm.h: -../include/component/port.h: -../include/component/qspi.h: -../include/component/ramecc.h: -../include/component/rstc.h: -../include/component/rtc.h: -../include/component/sdhc.h: -../include/component/sercom.h: -../include/component/supc.h: -../include/component/tc.h: -../include/component/tcc.h: -../include/component/trng.h: -../include/component/usb.h: -../include/component/wdt.h: -../include/instance/ac.h: -../include/instance/adc0.h: -../include/instance/adc1.h: -../include/instance/aes.h: -../include/instance/can0.h: -../include/instance/can1.h: -../include/instance/ccl.h: -../include/instance/cmcc.h: -../include/instance/dac.h: -../include/instance/dmac.h: -../include/instance/dsu.h: -../include/instance/eic.h: -../include/instance/evsys.h: -../include/instance/freqm.h: -../include/instance/gclk.h: -../include/instance/gmac.h: -../include/instance/hmatrix.h: -../include/instance/icm.h: -../include/instance/i2s.h: -../include/instance/mclk.h: -../include/instance/nvmctrl.h: -../include/instance/oscctrl.h: -../include/instance/osc32kctrl.h: -../include/instance/pac.h: -../include/instance/pcc.h: -../include/instance/pdec.h: -../include/instance/pm.h: -../include/instance/port.h: -../include/instance/pukcc.h: -../include/instance/qspi.h: -../include/instance/ramecc.h: -../include/instance/rstc.h: -../include/instance/rtc.h: -../include/instance/sdhc0.h: -../include/instance/sdhc1.h: -../include/instance/sercom0.h: -../include/instance/sercom1.h: -../include/instance/sercom2.h: -../include/instance/sercom3.h: -../include/instance/sercom4.h: -../include/instance/sercom5.h: -../include/instance/sercom6.h: -../include/instance/sercom7.h: -../include/instance/supc.h: -../include/instance/tc0.h: -../include/instance/tc1.h: -../include/instance/tc2.h: -../include/instance/tc3.h: -../include/instance/tc4.h: -../include/instance/tc5.h: -../include/instance/tc6.h: -../include/instance/tc7.h: -../include/instance/tcc0.h: -../include/instance/tcc1.h: -../include/instance/tcc2.h: -../include/instance/tcc3.h: -../include/instance/tcc4.h: -../include/instance/trng.h: -../include/instance/usb.h: -../include/instance/wdt.h: -../include/pio/same54p20a.h: -../hri/hri_e54.h: -../include/sam.h: -../hri/hri_ac_e54.h: -../hal/include/hal_atomic.h: -../hri/hri_adc_e54.h: -../hri/hri_aes_e54.h: -../hri/hri_can_e54.h: -../hri/hri_ccl_e54.h: -../hri/hri_cmcc_e54.h: -../hri/hri_dac_e54.h: -../hri/hri_dmac_e54.h: -../hri/hri_dsu_e54.h: -../hri/hri_eic_e54.h: -../hri/hri_evsys_e54.h: -../hri/hri_freqm_e54.h: -../hri/hri_gclk_e54.h: -../hri/hri_gmac_e54.h: -../hri/hri_hmatrixb_e54.h: -../hri/hri_i2s_e54.h: -../hri/hri_icm_e54.h: -../hri/hri_mclk_e54.h: -../hri/hri_nvmctrl_e54.h: -../hri/hri_osc32kctrl_e54.h: -../hri/hri_oscctrl_e54.h: -../hri/hri_pac_e54.h: -../hri/hri_pcc_e54.h: -../hri/hri_pdec_e54.h: -../hri/hri_pm_e54.h: -../hri/hri_port_e54.h: -../hri/hri_qspi_e54.h: -../hri/hri_ramecc_e54.h: -../hri/hri_rstc_e54.h: -../hri/hri_rtc_e54.h: -../hri/hri_sdhc_e54.h: -../hri/hri_sercom_e54.h: -../hri/hri_supc_e54.h: -../hri/hri_tc_e54.h: -../hri/hri_tcc_e54.h: -../hri/hri_trng_e54.h: -../hri/hri_usb_e54.h: -../hri/hri_wdt_e54.h: -../hal/utils/include/err_codes.h: -../hal/include/hpl_irq.h: -../hal/include/hpl_i2c_m_async.h: -../hal/include/hpl_i2c_m_sync.h: -../hal/include/hpl_irq.h: -../hal/utils/include/utils.h: -../hal/include/hpl_i2c_m_sync.h: -../hal/include/hpl_i2c_s_async.h: -../hal/include/hpl_i2c_s_sync.h: -../config/hpl_sercom_config.h: -../config/peripheral_clk_config.h: -../hal/include/hpl_spi_m_async.h: -../hal/include/hpl_spi.h: -../hal/include/hpl_spi_async.h: -../hal/include/hpl_spi_m_sync.h: -../hal/include/hpl_spi_sync.h: -../hal/include/hpl_spi_s_async.h: -../hal/include/hpl_spi_s_sync.h: -../hal/include/hpl_usart_async.h: -../hal/include/hpl_usart.h: -../hal/include/hpl_usart_sync.h: -../hal/include/hpl_usart.h: -../hal/utils/include/utils_assert.h: diff --git a/build/hpl/sercom/hpl_sercom.o b/build/hpl/sercom/hpl_sercom.o deleted file mode 100644 index 030bb3c..0000000 Binary files a/build/hpl/sercom/hpl_sercom.o and /dev/null differ diff --git a/build/hpl/systick/hpl_systick.d b/build/hpl/systick/hpl_systick.d deleted file mode 100644 index 54f8e0f..0000000 --- a/build/hpl/systick/hpl_systick.d +++ /dev/null @@ -1,243 +0,0 @@ -hpl/systick/hpl_systick.d hpl/systick/hpl_systick.o: \ - ../hpl/systick/hpl_systick.c ../hal/include/hpl_time_measure.h \ - ../hal/utils/include/compiler.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stddef.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stdint.h \ - /usr/arm-none-eabi/include/stdint.h \ - /usr/arm-none-eabi/include/machine/_default_types.h \ - /usr/arm-none-eabi/include/sys/features.h \ - /usr/arm-none-eabi/include/_newlib_version.h \ - /usr/arm-none-eabi/include/sys/_intsup.h \ - /usr/arm-none-eabi/include/sys/_stdint.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stdbool.h \ - ../hal/utils/include/parts.h ../include/same54.h ../include/same54p20a.h \ - ../CMSIS/Core/Include/core_cm4.h ../CMSIS/Core/Include/cmsis_version.h \ - ../CMSIS/Core/Include/cmsis_compiler.h ../CMSIS/Core/Include/cmsis_gcc.h \ - ../CMSIS/Core/Include/mpu_armv7.h ../include/system_same54.h \ - ../include/component/ac.h ../include/component/adc.h \ - ../include/component/aes.h ../include/component/can.h \ - ../include/component/ccl.h ../include/component/cmcc.h \ - ../include/component/dac.h ../include/component/dmac.h \ - ../include/component/dsu.h ../include/component/eic.h \ - ../include/component/evsys.h ../include/component/freqm.h \ - ../include/component/gclk.h ../include/component/gmac.h \ - ../include/component/hmatrixb.h ../include/component/icm.h \ - ../include/component/i2s.h ../include/component/mclk.h \ - ../include/component/nvmctrl.h ../include/component/oscctrl.h \ - ../include/component/osc32kctrl.h ../include/component/pac.h \ - ../include/component/pcc.h ../include/component/pdec.h \ - ../include/component/pm.h ../include/component/port.h \ - ../include/component/qspi.h ../include/component/ramecc.h \ - ../include/component/rstc.h ../include/component/rtc.h \ - ../include/component/sdhc.h ../include/component/sercom.h \ - ../include/component/supc.h ../include/component/tc.h \ - ../include/component/tcc.h ../include/component/trng.h \ - ../include/component/usb.h ../include/component/wdt.h \ - ../include/instance/ac.h ../include/instance/adc0.h \ - ../include/instance/adc1.h ../include/instance/aes.h \ - ../include/instance/can0.h ../include/instance/can1.h \ - ../include/instance/ccl.h ../include/instance/cmcc.h \ - ../include/instance/dac.h ../include/instance/dmac.h \ - ../include/instance/dsu.h ../include/instance/eic.h \ - ../include/instance/evsys.h ../include/instance/freqm.h \ - ../include/instance/gclk.h ../include/instance/gmac.h \ - ../include/instance/hmatrix.h ../include/instance/icm.h \ - ../include/instance/i2s.h ../include/instance/mclk.h \ - ../include/instance/nvmctrl.h ../include/instance/oscctrl.h \ - ../include/instance/osc32kctrl.h ../include/instance/pac.h \ - ../include/instance/pcc.h ../include/instance/pdec.h \ - ../include/instance/pm.h ../include/instance/port.h \ - ../include/instance/pukcc.h ../include/instance/qspi.h \ - ../include/instance/ramecc.h ../include/instance/rstc.h \ - ../include/instance/rtc.h ../include/instance/sdhc0.h \ - ../include/instance/sdhc1.h ../include/instance/sercom0.h \ - ../include/instance/sercom1.h ../include/instance/sercom2.h \ - ../include/instance/sercom3.h ../include/instance/sercom4.h \ - ../include/instance/sercom5.h ../include/instance/sercom6.h \ - ../include/instance/sercom7.h ../include/instance/supc.h \ - ../include/instance/tc0.h ../include/instance/tc1.h \ - ../include/instance/tc2.h ../include/instance/tc3.h \ - ../include/instance/tc4.h ../include/instance/tc5.h \ - ../include/instance/tc6.h ../include/instance/tc7.h \ - ../include/instance/tcc0.h ../include/instance/tcc1.h \ - ../include/instance/tcc2.h ../include/instance/tcc3.h \ - ../include/instance/tcc4.h ../include/instance/trng.h \ - ../include/instance/usb.h ../include/instance/wdt.h \ - ../include/pio/same54p20a.h ../hri/hri_e54.h ../include/sam.h \ - ../hri/hri_ac_e54.h ../hal/include/hal_atomic.h ../hri/hri_adc_e54.h \ - ../hri/hri_aes_e54.h ../hri/hri_can_e54.h ../hri/hri_ccl_e54.h \ - ../hri/hri_cmcc_e54.h ../hri/hri_dac_e54.h ../hri/hri_dmac_e54.h \ - ../hri/hri_dsu_e54.h ../hri/hri_eic_e54.h ../hri/hri_evsys_e54.h \ - ../hri/hri_freqm_e54.h ../hri/hri_gclk_e54.h ../hri/hri_gmac_e54.h \ - ../hri/hri_hmatrixb_e54.h ../hri/hri_i2s_e54.h ../hri/hri_icm_e54.h \ - ../hri/hri_mclk_e54.h ../hri/hri_nvmctrl_e54.h \ - ../hri/hri_osc32kctrl_e54.h ../hri/hri_oscctrl_e54.h \ - ../hri/hri_pac_e54.h ../hri/hri_pcc_e54.h ../hri/hri_pdec_e54.h \ - ../hri/hri_pm_e54.h ../hri/hri_port_e54.h ../hri/hri_qspi_e54.h \ - ../hri/hri_ramecc_e54.h ../hri/hri_rstc_e54.h ../hri/hri_rtc_e54.h \ - ../hri/hri_sdhc_e54.h ../hri/hri_sercom_e54.h ../hri/hri_supc_e54.h \ - ../hri/hri_tc_e54.h ../hri/hri_tcc_e54.h ../hri/hri_trng_e54.h \ - ../hri/hri_usb_e54.h ../hri/hri_wdt_e54.h \ - ../hal/utils/include/err_codes.h ../config/hpl_systick_config.h -../hal/include/hpl_time_measure.h: -../hal/utils/include/compiler.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stddef.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stdint.h: -/usr/arm-none-eabi/include/stdint.h: -/usr/arm-none-eabi/include/machine/_default_types.h: -/usr/arm-none-eabi/include/sys/features.h: -/usr/arm-none-eabi/include/_newlib_version.h: -/usr/arm-none-eabi/include/sys/_intsup.h: -/usr/arm-none-eabi/include/sys/_stdint.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stdbool.h: -../hal/utils/include/parts.h: -../include/same54.h: -../include/same54p20a.h: -../CMSIS/Core/Include/core_cm4.h: -../CMSIS/Core/Include/cmsis_version.h: -../CMSIS/Core/Include/cmsis_compiler.h: -../CMSIS/Core/Include/cmsis_gcc.h: -../CMSIS/Core/Include/mpu_armv7.h: -../include/system_same54.h: -../include/component/ac.h: -../include/component/adc.h: -../include/component/aes.h: -../include/component/can.h: -../include/component/ccl.h: -../include/component/cmcc.h: -../include/component/dac.h: -../include/component/dmac.h: -../include/component/dsu.h: -../include/component/eic.h: -../include/component/evsys.h: -../include/component/freqm.h: -../include/component/gclk.h: -../include/component/gmac.h: -../include/component/hmatrixb.h: -../include/component/icm.h: -../include/component/i2s.h: -../include/component/mclk.h: -../include/component/nvmctrl.h: -../include/component/oscctrl.h: -../include/component/osc32kctrl.h: -../include/component/pac.h: -../include/component/pcc.h: -../include/component/pdec.h: -../include/component/pm.h: -../include/component/port.h: -../include/component/qspi.h: -../include/component/ramecc.h: -../include/component/rstc.h: -../include/component/rtc.h: -../include/component/sdhc.h: -../include/component/sercom.h: -../include/component/supc.h: -../include/component/tc.h: -../include/component/tcc.h: -../include/component/trng.h: -../include/component/usb.h: -../include/component/wdt.h: -../include/instance/ac.h: -../include/instance/adc0.h: -../include/instance/adc1.h: -../include/instance/aes.h: -../include/instance/can0.h: -../include/instance/can1.h: -../include/instance/ccl.h: -../include/instance/cmcc.h: -../include/instance/dac.h: -../include/instance/dmac.h: -../include/instance/dsu.h: -../include/instance/eic.h: -../include/instance/evsys.h: -../include/instance/freqm.h: -../include/instance/gclk.h: -../include/instance/gmac.h: -../include/instance/hmatrix.h: -../include/instance/icm.h: -../include/instance/i2s.h: -../include/instance/mclk.h: -../include/instance/nvmctrl.h: -../include/instance/oscctrl.h: -../include/instance/osc32kctrl.h: -../include/instance/pac.h: -../include/instance/pcc.h: -../include/instance/pdec.h: -../include/instance/pm.h: -../include/instance/port.h: -../include/instance/pukcc.h: -../include/instance/qspi.h: -../include/instance/ramecc.h: -../include/instance/rstc.h: -../include/instance/rtc.h: -../include/instance/sdhc0.h: -../include/instance/sdhc1.h: -../include/instance/sercom0.h: -../include/instance/sercom1.h: -../include/instance/sercom2.h: -../include/instance/sercom3.h: -../include/instance/sercom4.h: -../include/instance/sercom5.h: -../include/instance/sercom6.h: -../include/instance/sercom7.h: -../include/instance/supc.h: -../include/instance/tc0.h: -../include/instance/tc1.h: -../include/instance/tc2.h: -../include/instance/tc3.h: -../include/instance/tc4.h: -../include/instance/tc5.h: -../include/instance/tc6.h: -../include/instance/tc7.h: -../include/instance/tcc0.h: -../include/instance/tcc1.h: -../include/instance/tcc2.h: -../include/instance/tcc3.h: -../include/instance/tcc4.h: -../include/instance/trng.h: -../include/instance/usb.h: -../include/instance/wdt.h: -../include/pio/same54p20a.h: -../hri/hri_e54.h: -../include/sam.h: -../hri/hri_ac_e54.h: -../hal/include/hal_atomic.h: -../hri/hri_adc_e54.h: -../hri/hri_aes_e54.h: -../hri/hri_can_e54.h: -../hri/hri_ccl_e54.h: -../hri/hri_cmcc_e54.h: -../hri/hri_dac_e54.h: -../hri/hri_dmac_e54.h: -../hri/hri_dsu_e54.h: -../hri/hri_eic_e54.h: -../hri/hri_evsys_e54.h: -../hri/hri_freqm_e54.h: -../hri/hri_gclk_e54.h: -../hri/hri_gmac_e54.h: -../hri/hri_hmatrixb_e54.h: -../hri/hri_i2s_e54.h: -../hri/hri_icm_e54.h: -../hri/hri_mclk_e54.h: -../hri/hri_nvmctrl_e54.h: -../hri/hri_osc32kctrl_e54.h: -../hri/hri_oscctrl_e54.h: -../hri/hri_pac_e54.h: -../hri/hri_pcc_e54.h: -../hri/hri_pdec_e54.h: -../hri/hri_pm_e54.h: -../hri/hri_port_e54.h: -../hri/hri_qspi_e54.h: -../hri/hri_ramecc_e54.h: -../hri/hri_rstc_e54.h: -../hri/hri_rtc_e54.h: -../hri/hri_sdhc_e54.h: -../hri/hri_sercom_e54.h: -../hri/hri_supc_e54.h: -../hri/hri_tc_e54.h: -../hri/hri_tcc_e54.h: -../hri/hri_trng_e54.h: -../hri/hri_usb_e54.h: -../hri/hri_wdt_e54.h: -../hal/utils/include/err_codes.h: -../config/hpl_systick_config.h: diff --git a/build/hpl/systick/hpl_systick.o b/build/hpl/systick/hpl_systick.o deleted file mode 100644 index 10ce6e9..0000000 Binary files a/build/hpl/systick/hpl_systick.o and /dev/null differ diff --git a/build/main.d b/build/main.d deleted file mode 100644 index c436c31..0000000 --- a/build/main.d +++ /dev/null @@ -1,324 +0,0 @@ -main.d main.o: ../main.c ../atmel_start.h ../driver_init.h \ - ../atmel_start_pins.h ../hal/include/hal_gpio.h \ - ../hal/include/hpl_gpio.h ../hal/utils/include/compiler.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stddef.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stdint.h \ - /usr/arm-none-eabi/include/stdint.h \ - /usr/arm-none-eabi/include/machine/_default_types.h \ - /usr/arm-none-eabi/include/sys/features.h \ - /usr/arm-none-eabi/include/_newlib_version.h \ - /usr/arm-none-eabi/include/sys/_intsup.h \ - /usr/arm-none-eabi/include/sys/_stdint.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stdbool.h \ - ../hal/utils/include/parts.h ../include/same54.h ../include/same54p20a.h \ - ../CMSIS/Core/Include/core_cm4.h ../CMSIS/Core/Include/cmsis_version.h \ - ../CMSIS/Core/Include/cmsis_compiler.h ../CMSIS/Core/Include/cmsis_gcc.h \ - ../CMSIS/Core/Include/mpu_armv7.h ../include/system_same54.h \ - ../include/component/ac.h ../include/component/adc.h \ - ../include/component/aes.h ../include/component/can.h \ - ../include/component/ccl.h ../include/component/cmcc.h \ - ../include/component/dac.h ../include/component/dmac.h \ - ../include/component/dsu.h ../include/component/eic.h \ - ../include/component/evsys.h ../include/component/freqm.h \ - ../include/component/gclk.h ../include/component/gmac.h \ - ../include/component/hmatrixb.h ../include/component/icm.h \ - ../include/component/i2s.h ../include/component/mclk.h \ - ../include/component/nvmctrl.h ../include/component/oscctrl.h \ - ../include/component/osc32kctrl.h ../include/component/pac.h \ - ../include/component/pcc.h ../include/component/pdec.h \ - ../include/component/pm.h ../include/component/port.h \ - ../include/component/qspi.h ../include/component/ramecc.h \ - ../include/component/rstc.h ../include/component/rtc.h \ - ../include/component/sdhc.h ../include/component/sercom.h \ - ../include/component/supc.h ../include/component/tc.h \ - ../include/component/tcc.h ../include/component/trng.h \ - ../include/component/usb.h ../include/component/wdt.h \ - ../include/instance/ac.h ../include/instance/adc0.h \ - ../include/instance/adc1.h ../include/instance/aes.h \ - ../include/instance/can0.h ../include/instance/can1.h \ - ../include/instance/ccl.h ../include/instance/cmcc.h \ - ../include/instance/dac.h ../include/instance/dmac.h \ - ../include/instance/dsu.h ../include/instance/eic.h \ - ../include/instance/evsys.h ../include/instance/freqm.h \ - ../include/instance/gclk.h ../include/instance/gmac.h \ - ../include/instance/hmatrix.h ../include/instance/icm.h \ - ../include/instance/i2s.h ../include/instance/mclk.h \ - ../include/instance/nvmctrl.h ../include/instance/oscctrl.h \ - ../include/instance/osc32kctrl.h ../include/instance/pac.h \ - ../include/instance/pcc.h ../include/instance/pdec.h \ - ../include/instance/pm.h ../include/instance/port.h \ - ../include/instance/pukcc.h ../include/instance/qspi.h \ - ../include/instance/ramecc.h ../include/instance/rstc.h \ - ../include/instance/rtc.h ../include/instance/sdhc0.h \ - ../include/instance/sdhc1.h ../include/instance/sercom0.h \ - ../include/instance/sercom1.h ../include/instance/sercom2.h \ - ../include/instance/sercom3.h ../include/instance/sercom4.h \ - ../include/instance/sercom5.h ../include/instance/sercom6.h \ - ../include/instance/sercom7.h ../include/instance/supc.h \ - ../include/instance/tc0.h ../include/instance/tc1.h \ - ../include/instance/tc2.h ../include/instance/tc3.h \ - ../include/instance/tc4.h ../include/instance/tc5.h \ - ../include/instance/tc6.h ../include/instance/tc7.h \ - ../include/instance/tcc0.h ../include/instance/tcc1.h \ - ../include/instance/tcc2.h ../include/instance/tcc3.h \ - ../include/instance/tcc4.h ../include/instance/trng.h \ - ../include/instance/usb.h ../include/instance/wdt.h \ - ../include/pio/same54p20a.h ../hri/hri_e54.h ../include/sam.h \ - ../hri/hri_ac_e54.h ../hal/include/hal_atomic.h ../hri/hri_adc_e54.h \ - ../hri/hri_aes_e54.h ../hri/hri_can_e54.h ../hri/hri_ccl_e54.h \ - ../hri/hri_cmcc_e54.h ../hri/hri_dac_e54.h ../hri/hri_dmac_e54.h \ - ../hri/hri_dsu_e54.h ../hri/hri_eic_e54.h ../hri/hri_evsys_e54.h \ - ../hri/hri_freqm_e54.h ../hri/hri_gclk_e54.h ../hri/hri_gmac_e54.h \ - ../hri/hri_hmatrixb_e54.h ../hri/hri_i2s_e54.h ../hri/hri_icm_e54.h \ - ../hri/hri_mclk_e54.h ../hri/hri_nvmctrl_e54.h \ - ../hri/hri_osc32kctrl_e54.h ../hri/hri_oscctrl_e54.h \ - ../hri/hri_pac_e54.h ../hri/hri_pcc_e54.h ../hri/hri_pdec_e54.h \ - ../hri/hri_pm_e54.h ../hri/hri_port_e54.h ../hri/hri_qspi_e54.h \ - ../hri/hri_ramecc_e54.h ../hri/hri_rstc_e54.h ../hri/hri_rtc_e54.h \ - ../hri/hri_sdhc_e54.h ../hri/hri_sercom_e54.h ../hri/hri_supc_e54.h \ - ../hri/hri_tc_e54.h ../hri/hri_tcc_e54.h ../hri/hri_trng_e54.h \ - ../hri/hri_usb_e54.h ../hri/hri_wdt_e54.h \ - ../hal/utils/include/err_codes.h ../hpl/port/hpl_gpio_base.h \ - ../hal/utils/include/utils_assert.h ../config/hpl_port_config.h \ - ../hal/include/hal_delay.h ../hal/include/hpl_irq.h \ - ../hal/include/hpl_reset.h ../hal/include/hpl_sleep.h \ - ../hal/include/hal_init.h ../hal/include/hpl_init.h \ - ../hal/include/hal_io.h ../hal/include/hal_sleep.h \ - ../hal/include/hal_usart_sync.h ../hal/include/hal_io.h \ - ../hal/include/hpl_usart_sync.h ../hal/include/hpl_usart.h \ - ../hal/include/hal_spi_m_sync.h ../hal/include/hpl_spi_m_sync.h \ - ../hal/include/hpl_spi.h ../hal/utils/include/utils.h \ - ../hal/include/hpl_spi_sync.h ../shared/util/pdebug.h \ - /usr/arm-none-eabi/include/stdio.h /usr/arm-none-eabi/include/_ansi.h \ - /usr/arm-none-eabi/include/newlib.h \ - /usr/arm-none-eabi/include/sys/config.h \ - /usr/arm-none-eabi/include/machine/ieeefp.h \ - /usr/arm-none-eabi/include/sys/cdefs.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stdarg.h \ - /usr/arm-none-eabi/include/sys/reent.h \ - /usr/arm-none-eabi/include/_ansi.h \ - /usr/arm-none-eabi/include/sys/_types.h \ - /usr/arm-none-eabi/include/machine/_types.h \ - /usr/arm-none-eabi/include/sys/lock.h \ - /usr/arm-none-eabi/include/sys/types.h \ - /usr/arm-none-eabi/include/machine/endian.h \ - /usr/arm-none-eabi/include/machine/_endian.h \ - /usr/arm-none-eabi/include/sys/select.h \ - /usr/arm-none-eabi/include/sys/_sigset.h \ - /usr/arm-none-eabi/include/sys/_timeval.h \ - /usr/arm-none-eabi/include/sys/timespec.h \ - /usr/arm-none-eabi/include/sys/_timespec.h \ - /usr/arm-none-eabi/include/sys/_pthreadtypes.h \ - /usr/arm-none-eabi/include/sys/sched.h \ - /usr/arm-none-eabi/include/machine/types.h \ - /usr/arm-none-eabi/include/sys/stdio.h -../atmel_start.h: -../driver_init.h: -../atmel_start_pins.h: -../hal/include/hal_gpio.h: -../hal/include/hpl_gpio.h: -../hal/utils/include/compiler.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stddef.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stdint.h: -/usr/arm-none-eabi/include/stdint.h: -/usr/arm-none-eabi/include/machine/_default_types.h: -/usr/arm-none-eabi/include/sys/features.h: -/usr/arm-none-eabi/include/_newlib_version.h: -/usr/arm-none-eabi/include/sys/_intsup.h: -/usr/arm-none-eabi/include/sys/_stdint.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stdbool.h: -../hal/utils/include/parts.h: -../include/same54.h: -../include/same54p20a.h: -../CMSIS/Core/Include/core_cm4.h: -../CMSIS/Core/Include/cmsis_version.h: -../CMSIS/Core/Include/cmsis_compiler.h: -../CMSIS/Core/Include/cmsis_gcc.h: -../CMSIS/Core/Include/mpu_armv7.h: -../include/system_same54.h: -../include/component/ac.h: -../include/component/adc.h: -../include/component/aes.h: -../include/component/can.h: -../include/component/ccl.h: -../include/component/cmcc.h: -../include/component/dac.h: -../include/component/dmac.h: -../include/component/dsu.h: -../include/component/eic.h: -../include/component/evsys.h: -../include/component/freqm.h: -../include/component/gclk.h: -../include/component/gmac.h: -../include/component/hmatrixb.h: -../include/component/icm.h: -../include/component/i2s.h: -../include/component/mclk.h: -../include/component/nvmctrl.h: -../include/component/oscctrl.h: -../include/component/osc32kctrl.h: -../include/component/pac.h: -../include/component/pcc.h: -../include/component/pdec.h: -../include/component/pm.h: -../include/component/port.h: -../include/component/qspi.h: -../include/component/ramecc.h: -../include/component/rstc.h: -../include/component/rtc.h: -../include/component/sdhc.h: -../include/component/sercom.h: -../include/component/supc.h: -../include/component/tc.h: -../include/component/tcc.h: -../include/component/trng.h: -../include/component/usb.h: -../include/component/wdt.h: -../include/instance/ac.h: -../include/instance/adc0.h: -../include/instance/adc1.h: -../include/instance/aes.h: -../include/instance/can0.h: -../include/instance/can1.h: -../include/instance/ccl.h: -../include/instance/cmcc.h: -../include/instance/dac.h: -../include/instance/dmac.h: -../include/instance/dsu.h: -../include/instance/eic.h: -../include/instance/evsys.h: -../include/instance/freqm.h: -../include/instance/gclk.h: -../include/instance/gmac.h: -../include/instance/hmatrix.h: -../include/instance/icm.h: -../include/instance/i2s.h: -../include/instance/mclk.h: -../include/instance/nvmctrl.h: -../include/instance/oscctrl.h: -../include/instance/osc32kctrl.h: -../include/instance/pac.h: -../include/instance/pcc.h: -../include/instance/pdec.h: -../include/instance/pm.h: -../include/instance/port.h: -../include/instance/pukcc.h: -../include/instance/qspi.h: -../include/instance/ramecc.h: -../include/instance/rstc.h: -../include/instance/rtc.h: -../include/instance/sdhc0.h: -../include/instance/sdhc1.h: -../include/instance/sercom0.h: -../include/instance/sercom1.h: -../include/instance/sercom2.h: -../include/instance/sercom3.h: -../include/instance/sercom4.h: -../include/instance/sercom5.h: -../include/instance/sercom6.h: -../include/instance/sercom7.h: -../include/instance/supc.h: -../include/instance/tc0.h: -../include/instance/tc1.h: -../include/instance/tc2.h: -../include/instance/tc3.h: -../include/instance/tc4.h: -../include/instance/tc5.h: -../include/instance/tc6.h: -../include/instance/tc7.h: -../include/instance/tcc0.h: -../include/instance/tcc1.h: -../include/instance/tcc2.h: -../include/instance/tcc3.h: -../include/instance/tcc4.h: -../include/instance/trng.h: -../include/instance/usb.h: -../include/instance/wdt.h: -../include/pio/same54p20a.h: -../hri/hri_e54.h: -../include/sam.h: -../hri/hri_ac_e54.h: -../hal/include/hal_atomic.h: -../hri/hri_adc_e54.h: -../hri/hri_aes_e54.h: -../hri/hri_can_e54.h: -../hri/hri_ccl_e54.h: -../hri/hri_cmcc_e54.h: -../hri/hri_dac_e54.h: -../hri/hri_dmac_e54.h: -../hri/hri_dsu_e54.h: -../hri/hri_eic_e54.h: -../hri/hri_evsys_e54.h: -../hri/hri_freqm_e54.h: -../hri/hri_gclk_e54.h: -../hri/hri_gmac_e54.h: -../hri/hri_hmatrixb_e54.h: -../hri/hri_i2s_e54.h: -../hri/hri_icm_e54.h: -../hri/hri_mclk_e54.h: -../hri/hri_nvmctrl_e54.h: -../hri/hri_osc32kctrl_e54.h: -../hri/hri_oscctrl_e54.h: -../hri/hri_pac_e54.h: -../hri/hri_pcc_e54.h: -../hri/hri_pdec_e54.h: -../hri/hri_pm_e54.h: -../hri/hri_port_e54.h: -../hri/hri_qspi_e54.h: -../hri/hri_ramecc_e54.h: -../hri/hri_rstc_e54.h: -../hri/hri_rtc_e54.h: -../hri/hri_sdhc_e54.h: -../hri/hri_sercom_e54.h: -../hri/hri_supc_e54.h: -../hri/hri_tc_e54.h: -../hri/hri_tcc_e54.h: -../hri/hri_trng_e54.h: -../hri/hri_usb_e54.h: -../hri/hri_wdt_e54.h: -../hal/utils/include/err_codes.h: -../hpl/port/hpl_gpio_base.h: -../hal/utils/include/utils_assert.h: -../config/hpl_port_config.h: -../hal/include/hal_delay.h: -../hal/include/hpl_irq.h: -../hal/include/hpl_reset.h: -../hal/include/hpl_sleep.h: -../hal/include/hal_init.h: -../hal/include/hpl_init.h: -../hal/include/hal_io.h: -../hal/include/hal_sleep.h: -../hal/include/hal_usart_sync.h: -../hal/include/hal_io.h: -../hal/include/hpl_usart_sync.h: -../hal/include/hpl_usart.h: -../hal/include/hal_spi_m_sync.h: -../hal/include/hpl_spi_m_sync.h: -../hal/include/hpl_spi.h: -../hal/utils/include/utils.h: -../hal/include/hpl_spi_sync.h: -../shared/util/pdebug.h: -/usr/arm-none-eabi/include/stdio.h: -/usr/arm-none-eabi/include/_ansi.h: -/usr/arm-none-eabi/include/newlib.h: -/usr/arm-none-eabi/include/sys/config.h: -/usr/arm-none-eabi/include/machine/ieeefp.h: -/usr/arm-none-eabi/include/sys/cdefs.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stdarg.h: -/usr/arm-none-eabi/include/sys/reent.h: -/usr/arm-none-eabi/include/_ansi.h: -/usr/arm-none-eabi/include/sys/_types.h: -/usr/arm-none-eabi/include/machine/_types.h: -/usr/arm-none-eabi/include/sys/lock.h: -/usr/arm-none-eabi/include/sys/types.h: -/usr/arm-none-eabi/include/machine/endian.h: -/usr/arm-none-eabi/include/machine/_endian.h: -/usr/arm-none-eabi/include/sys/select.h: -/usr/arm-none-eabi/include/sys/_sigset.h: -/usr/arm-none-eabi/include/sys/_timeval.h: -/usr/arm-none-eabi/include/sys/timespec.h: -/usr/arm-none-eabi/include/sys/_timespec.h: -/usr/arm-none-eabi/include/sys/_pthreadtypes.h: -/usr/arm-none-eabi/include/sys/sched.h: -/usr/arm-none-eabi/include/machine/types.h: -/usr/arm-none-eabi/include/sys/stdio.h: diff --git a/build/main.o b/build/main.o deleted file mode 100644 index 3365ac0..0000000 Binary files a/build/main.o and /dev/null differ diff --git a/build/shared/util/pdebug.d b/build/shared/util/pdebug.d deleted file mode 100644 index e28e8a4..0000000 --- a/build/shared/util/pdebug.d +++ /dev/null @@ -1,333 +0,0 @@ -shared/util/pdebug.d shared/util/pdebug.o: ../shared/util/pdebug.c \ - ../shared/util/pdebug.h ../atmel_start.h ../driver_init.h \ - ../atmel_start_pins.h ../hal/include/hal_gpio.h \ - ../hal/include/hpl_gpio.h ../hal/utils/include/compiler.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stddef.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stdint.h \ - /usr/arm-none-eabi/include/stdint.h \ - /usr/arm-none-eabi/include/machine/_default_types.h \ - /usr/arm-none-eabi/include/sys/features.h \ - /usr/arm-none-eabi/include/_newlib_version.h \ - /usr/arm-none-eabi/include/sys/_intsup.h \ - /usr/arm-none-eabi/include/sys/_stdint.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stdbool.h \ - ../hal/utils/include/parts.h ../include/same54.h ../include/same54p20a.h \ - ../CMSIS/Core/Include/core_cm4.h ../CMSIS/Core/Include/cmsis_version.h \ - ../CMSIS/Core/Include/cmsis_compiler.h ../CMSIS/Core/Include/cmsis_gcc.h \ - ../CMSIS/Core/Include/mpu_armv7.h ../include/system_same54.h \ - ../include/component/ac.h ../include/component/adc.h \ - ../include/component/aes.h ../include/component/can.h \ - ../include/component/ccl.h ../include/component/cmcc.h \ - ../include/component/dac.h ../include/component/dmac.h \ - ../include/component/dsu.h ../include/component/eic.h \ - ../include/component/evsys.h ../include/component/freqm.h \ - ../include/component/gclk.h ../include/component/gmac.h \ - ../include/component/hmatrixb.h ../include/component/icm.h \ - ../include/component/i2s.h ../include/component/mclk.h \ - ../include/component/nvmctrl.h ../include/component/oscctrl.h \ - ../include/component/osc32kctrl.h ../include/component/pac.h \ - ../include/component/pcc.h ../include/component/pdec.h \ - ../include/component/pm.h ../include/component/port.h \ - ../include/component/qspi.h ../include/component/ramecc.h \ - ../include/component/rstc.h ../include/component/rtc.h \ - ../include/component/sdhc.h ../include/component/sercom.h \ - ../include/component/supc.h ../include/component/tc.h \ - ../include/component/tcc.h ../include/component/trng.h \ - ../include/component/usb.h ../include/component/wdt.h \ - ../include/instance/ac.h ../include/instance/adc0.h \ - ../include/instance/adc1.h ../include/instance/aes.h \ - ../include/instance/can0.h ../include/instance/can1.h \ - ../include/instance/ccl.h ../include/instance/cmcc.h \ - ../include/instance/dac.h ../include/instance/dmac.h \ - ../include/instance/dsu.h ../include/instance/eic.h \ - ../include/instance/evsys.h ../include/instance/freqm.h \ - ../include/instance/gclk.h ../include/instance/gmac.h \ - ../include/instance/hmatrix.h ../include/instance/icm.h \ - ../include/instance/i2s.h ../include/instance/mclk.h \ - ../include/instance/nvmctrl.h ../include/instance/oscctrl.h \ - ../include/instance/osc32kctrl.h ../include/instance/pac.h \ - ../include/instance/pcc.h ../include/instance/pdec.h \ - ../include/instance/pm.h ../include/instance/port.h \ - ../include/instance/pukcc.h ../include/instance/qspi.h \ - ../include/instance/ramecc.h ../include/instance/rstc.h \ - ../include/instance/rtc.h ../include/instance/sdhc0.h \ - ../include/instance/sdhc1.h ../include/instance/sercom0.h \ - ../include/instance/sercom1.h ../include/instance/sercom2.h \ - ../include/instance/sercom3.h ../include/instance/sercom4.h \ - ../include/instance/sercom5.h ../include/instance/sercom6.h \ - ../include/instance/sercom7.h ../include/instance/supc.h \ - ../include/instance/tc0.h ../include/instance/tc1.h \ - ../include/instance/tc2.h ../include/instance/tc3.h \ - ../include/instance/tc4.h ../include/instance/tc5.h \ - ../include/instance/tc6.h ../include/instance/tc7.h \ - ../include/instance/tcc0.h ../include/instance/tcc1.h \ - ../include/instance/tcc2.h ../include/instance/tcc3.h \ - ../include/instance/tcc4.h ../include/instance/trng.h \ - ../include/instance/usb.h ../include/instance/wdt.h \ - ../include/pio/same54p20a.h ../hri/hri_e54.h ../include/sam.h \ - ../hri/hri_ac_e54.h ../hal/include/hal_atomic.h ../hri/hri_adc_e54.h \ - ../hri/hri_aes_e54.h ../hri/hri_can_e54.h ../hri/hri_ccl_e54.h \ - ../hri/hri_cmcc_e54.h ../hri/hri_dac_e54.h ../hri/hri_dmac_e54.h \ - ../hri/hri_dsu_e54.h ../hri/hri_eic_e54.h ../hri/hri_evsys_e54.h \ - ../hri/hri_freqm_e54.h ../hri/hri_gclk_e54.h ../hri/hri_gmac_e54.h \ - ../hri/hri_hmatrixb_e54.h ../hri/hri_i2s_e54.h ../hri/hri_icm_e54.h \ - ../hri/hri_mclk_e54.h ../hri/hri_nvmctrl_e54.h \ - ../hri/hri_osc32kctrl_e54.h ../hri/hri_oscctrl_e54.h \ - ../hri/hri_pac_e54.h ../hri/hri_pcc_e54.h ../hri/hri_pdec_e54.h \ - ../hri/hri_pm_e54.h ../hri/hri_port_e54.h ../hri/hri_qspi_e54.h \ - ../hri/hri_ramecc_e54.h ../hri/hri_rstc_e54.h ../hri/hri_rtc_e54.h \ - ../hri/hri_sdhc_e54.h ../hri/hri_sercom_e54.h ../hri/hri_supc_e54.h \ - ../hri/hri_tc_e54.h ../hri/hri_tcc_e54.h ../hri/hri_trng_e54.h \ - ../hri/hri_usb_e54.h ../hri/hri_wdt_e54.h \ - ../hal/utils/include/err_codes.h ../hpl/port/hpl_gpio_base.h \ - ../hal/utils/include/utils_assert.h ../config/hpl_port_config.h \ - ../hal/include/hal_delay.h ../hal/include/hpl_irq.h \ - ../hal/include/hpl_reset.h ../hal/include/hpl_sleep.h \ - ../hal/include/hal_init.h ../hal/include/hpl_init.h \ - ../hal/include/hal_io.h ../hal/include/hal_sleep.h \ - ../hal/include/hal_usart_sync.h ../hal/include/hal_io.h \ - ../hal/include/hpl_usart_sync.h ../hal/include/hpl_usart.h \ - ../hal/include/hal_spi_m_sync.h ../hal/include/hpl_spi_m_sync.h \ - ../hal/include/hpl_spi.h ../hal/utils/include/utils.h \ - ../hal/include/hpl_spi_sync.h /usr/arm-none-eabi/include/stdio.h \ - /usr/arm-none-eabi/include/_ansi.h /usr/arm-none-eabi/include/newlib.h \ - /usr/arm-none-eabi/include/sys/config.h \ - /usr/arm-none-eabi/include/machine/ieeefp.h \ - /usr/arm-none-eabi/include/sys/cdefs.h \ - /usr/lib/gcc/arm-none-eabi/10.2.0/include/stdarg.h \ - /usr/arm-none-eabi/include/sys/reent.h \ - /usr/arm-none-eabi/include/_ansi.h \ - /usr/arm-none-eabi/include/sys/_types.h \ - /usr/arm-none-eabi/include/machine/_types.h \ - /usr/arm-none-eabi/include/sys/lock.h \ - /usr/arm-none-eabi/include/sys/types.h \ - /usr/arm-none-eabi/include/machine/endian.h \ - /usr/arm-none-eabi/include/machine/_endian.h \ - /usr/arm-none-eabi/include/sys/select.h \ - /usr/arm-none-eabi/include/sys/_sigset.h \ - /usr/arm-none-eabi/include/sys/_timeval.h \ - /usr/arm-none-eabi/include/sys/timespec.h \ - /usr/arm-none-eabi/include/sys/_timespec.h \ - /usr/arm-none-eabi/include/sys/_pthreadtypes.h \ - /usr/arm-none-eabi/include/sys/sched.h \ - /usr/arm-none-eabi/include/machine/types.h \ - /usr/arm-none-eabi/include/sys/stdio.h ../driver_init.h \ - /usr/arm-none-eabi/include/string.h \ - /usr/arm-none-eabi/include/sys/_locale.h \ - /usr/arm-none-eabi/include/strings.h \ - /usr/arm-none-eabi/include/sys/string.h -../shared/util/pdebug.h: -../atmel_start.h: -../driver_init.h: -../atmel_start_pins.h: -../hal/include/hal_gpio.h: -../hal/include/hpl_gpio.h: -../hal/utils/include/compiler.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stddef.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stdint.h: -/usr/arm-none-eabi/include/stdint.h: -/usr/arm-none-eabi/include/machine/_default_types.h: -/usr/arm-none-eabi/include/sys/features.h: -/usr/arm-none-eabi/include/_newlib_version.h: -/usr/arm-none-eabi/include/sys/_intsup.h: -/usr/arm-none-eabi/include/sys/_stdint.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stdbool.h: -../hal/utils/include/parts.h: -../include/same54.h: -../include/same54p20a.h: -../CMSIS/Core/Include/core_cm4.h: -../CMSIS/Core/Include/cmsis_version.h: -../CMSIS/Core/Include/cmsis_compiler.h: -../CMSIS/Core/Include/cmsis_gcc.h: -../CMSIS/Core/Include/mpu_armv7.h: -../include/system_same54.h: -../include/component/ac.h: -../include/component/adc.h: -../include/component/aes.h: -../include/component/can.h: -../include/component/ccl.h: -../include/component/cmcc.h: -../include/component/dac.h: -../include/component/dmac.h: -../include/component/dsu.h: -../include/component/eic.h: -../include/component/evsys.h: -../include/component/freqm.h: -../include/component/gclk.h: -../include/component/gmac.h: -../include/component/hmatrixb.h: -../include/component/icm.h: -../include/component/i2s.h: -../include/component/mclk.h: -../include/component/nvmctrl.h: -../include/component/oscctrl.h: -../include/component/osc32kctrl.h: -../include/component/pac.h: -../include/component/pcc.h: -../include/component/pdec.h: -../include/component/pm.h: -../include/component/port.h: -../include/component/qspi.h: -../include/component/ramecc.h: -../include/component/rstc.h: -../include/component/rtc.h: -../include/component/sdhc.h: -../include/component/sercom.h: -../include/component/supc.h: -../include/component/tc.h: -../include/component/tcc.h: -../include/component/trng.h: -../include/component/usb.h: -../include/component/wdt.h: -../include/instance/ac.h: -../include/instance/adc0.h: -../include/instance/adc1.h: -../include/instance/aes.h: -../include/instance/can0.h: -../include/instance/can1.h: -../include/instance/ccl.h: -../include/instance/cmcc.h: -../include/instance/dac.h: -../include/instance/dmac.h: -../include/instance/dsu.h: -../include/instance/eic.h: -../include/instance/evsys.h: -../include/instance/freqm.h: -../include/instance/gclk.h: -../include/instance/gmac.h: -../include/instance/hmatrix.h: -../include/instance/icm.h: -../include/instance/i2s.h: -../include/instance/mclk.h: -../include/instance/nvmctrl.h: -../include/instance/oscctrl.h: -../include/instance/osc32kctrl.h: -../include/instance/pac.h: -../include/instance/pcc.h: -../include/instance/pdec.h: -../include/instance/pm.h: -../include/instance/port.h: -../include/instance/pukcc.h: -../include/instance/qspi.h: -../include/instance/ramecc.h: -../include/instance/rstc.h: -../include/instance/rtc.h: -../include/instance/sdhc0.h: -../include/instance/sdhc1.h: -../include/instance/sercom0.h: -../include/instance/sercom1.h: -../include/instance/sercom2.h: -../include/instance/sercom3.h: -../include/instance/sercom4.h: -../include/instance/sercom5.h: -../include/instance/sercom6.h: -../include/instance/sercom7.h: -../include/instance/supc.h: -../include/instance/tc0.h: -../include/instance/tc1.h: -../include/instance/tc2.h: -../include/instance/tc3.h: -../include/instance/tc4.h: -../include/instance/tc5.h: -../include/instance/tc6.h: -../include/instance/tc7.h: -../include/instance/tcc0.h: -../include/instance/tcc1.h: -../include/instance/tcc2.h: -../include/instance/tcc3.h: -../include/instance/tcc4.h: -../include/instance/trng.h: -../include/instance/usb.h: -../include/instance/wdt.h: -../include/pio/same54p20a.h: -../hri/hri_e54.h: -../include/sam.h: -../hri/hri_ac_e54.h: -../hal/include/hal_atomic.h: -../hri/hri_adc_e54.h: -../hri/hri_aes_e54.h: -../hri/hri_can_e54.h: -../hri/hri_ccl_e54.h: -../hri/hri_cmcc_e54.h: -../hri/hri_dac_e54.h: -../hri/hri_dmac_e54.h: -../hri/hri_dsu_e54.h: -../hri/hri_eic_e54.h: -../hri/hri_evsys_e54.h: -../hri/hri_freqm_e54.h: -../hri/hri_gclk_e54.h: -../hri/hri_gmac_e54.h: -../hri/hri_hmatrixb_e54.h: -../hri/hri_i2s_e54.h: -../hri/hri_icm_e54.h: -../hri/hri_mclk_e54.h: -../hri/hri_nvmctrl_e54.h: -../hri/hri_osc32kctrl_e54.h: -../hri/hri_oscctrl_e54.h: -../hri/hri_pac_e54.h: -../hri/hri_pcc_e54.h: -../hri/hri_pdec_e54.h: -../hri/hri_pm_e54.h: -../hri/hri_port_e54.h: -../hri/hri_qspi_e54.h: -../hri/hri_ramecc_e54.h: -../hri/hri_rstc_e54.h: -../hri/hri_rtc_e54.h: -../hri/hri_sdhc_e54.h: -../hri/hri_sercom_e54.h: -../hri/hri_supc_e54.h: -../hri/hri_tc_e54.h: -../hri/hri_tcc_e54.h: -../hri/hri_trng_e54.h: -../hri/hri_usb_e54.h: -../hri/hri_wdt_e54.h: -../hal/utils/include/err_codes.h: -../hpl/port/hpl_gpio_base.h: -../hal/utils/include/utils_assert.h: -../config/hpl_port_config.h: -../hal/include/hal_delay.h: -../hal/include/hpl_irq.h: -../hal/include/hpl_reset.h: -../hal/include/hpl_sleep.h: -../hal/include/hal_init.h: -../hal/include/hpl_init.h: -../hal/include/hal_io.h: -../hal/include/hal_sleep.h: -../hal/include/hal_usart_sync.h: -../hal/include/hal_io.h: -../hal/include/hpl_usart_sync.h: -../hal/include/hpl_usart.h: -../hal/include/hal_spi_m_sync.h: -../hal/include/hpl_spi_m_sync.h: -../hal/include/hpl_spi.h: -../hal/utils/include/utils.h: -../hal/include/hpl_spi_sync.h: -/usr/arm-none-eabi/include/stdio.h: -/usr/arm-none-eabi/include/_ansi.h: -/usr/arm-none-eabi/include/newlib.h: -/usr/arm-none-eabi/include/sys/config.h: -/usr/arm-none-eabi/include/machine/ieeefp.h: -/usr/arm-none-eabi/include/sys/cdefs.h: -/usr/lib/gcc/arm-none-eabi/10.2.0/include/stdarg.h: -/usr/arm-none-eabi/include/sys/reent.h: -/usr/arm-none-eabi/include/_ansi.h: -/usr/arm-none-eabi/include/sys/_types.h: -/usr/arm-none-eabi/include/machine/_types.h: -/usr/arm-none-eabi/include/sys/lock.h: -/usr/arm-none-eabi/include/sys/types.h: -/usr/arm-none-eabi/include/machine/endian.h: -/usr/arm-none-eabi/include/machine/_endian.h: -/usr/arm-none-eabi/include/sys/select.h: -/usr/arm-none-eabi/include/sys/_sigset.h: -/usr/arm-none-eabi/include/sys/_timeval.h: -/usr/arm-none-eabi/include/sys/timespec.h: -/usr/arm-none-eabi/include/sys/_timespec.h: -/usr/arm-none-eabi/include/sys/_pthreadtypes.h: -/usr/arm-none-eabi/include/sys/sched.h: -/usr/arm-none-eabi/include/machine/types.h: -/usr/arm-none-eabi/include/sys/stdio.h: -../driver_init.h: -/usr/arm-none-eabi/include/string.h: -/usr/arm-none-eabi/include/sys/_locale.h: -/usr/arm-none-eabi/include/strings.h: -/usr/arm-none-eabi/include/sys/string.h: diff --git a/build/shared/util/pdebug.o b/build/shared/util/pdebug.o deleted file mode 100644 index 9279c4d..0000000 Binary files a/build/shared/util/pdebug.o and /dev/null differ diff --git a/build/spi_sd_mmc_lib.bin b/build/spi_sd_mmc_lib.bin deleted file mode 100644 index e26ac1f..0000000 Binary files a/build/spi_sd_mmc_lib.bin and /dev/null differ diff --git a/build/spi_sd_mmc_lib.eep b/build/spi_sd_mmc_lib.eep deleted file mode 100644 index e69de29..0000000 diff --git a/build/spi_sd_mmc_lib.elf b/build/spi_sd_mmc_lib.elf deleted file mode 100644 index f9130b5..0000000 Binary files a/build/spi_sd_mmc_lib.elf and /dev/null differ diff --git a/build/spi_sd_mmc_lib.hex b/build/spi_sd_mmc_lib.hex deleted file mode 100644 index ab6293b..0000000 --- a/build/spi_sd_mmc_lib.hex +++ /dev/null @@ -1,394 +0,0 @@ -:10000000D80001207506000071060000710600008E -:10001000710600007106000071060000000000007B -:100020000000000000000000000000007106000059 -:10003000710600000000000071060000710600005B -:1000400071060000710600007106000071060000D4 -:1000500071060000710600007106000071060000C4 -:1000600071060000710600007106000071060000B4 -:1000700071060000710600007106000071060000A4 -:100080007106000071060000710600007106000094 -:100090007106000071060000710600007106000084 -:1000A0007106000071060000710600007106000074 -:1000B0007106000071060000710600007106000064 -:1000C0007106000071060000710600007106000054 -:1000D0007106000071060000710600007106000044 -:1000E0007106000071060000000000000000000022 -:1000F00000000000390600007106000071060000D3 -:100100007106000071060000710600007106000013 -:100110007106000071060000710600007106000003 -:1001200071060000710600007106000071060000F3 -:1001300071060000710600007106000071060000E3 -:1001400071060000710600007106000071060000D3 -:1001500071060000710600007106000071060000C3 -:1001600071060000710600007106000071060000B3 -:1001700071060000710600007106000071060000A3 -:100180007106000071060000710600007106000093 -:100190007106000071060000710600007106000083 -:1001A0007106000071060000710600007106000073 -:1001B0007106000071060000710600007106000063 -:1001C0007106000071060000710600007106000053 -:1001D0007106000071060000710600007106000043 -:1001E0007106000071060000710600007106000033 -:1001F0007106000071060000710600007106000023 -:100200007106000071060000710600007106000012 -:100210007106000071060000710600007106000002 -:1002200071060000710600007106000071060000F2 -:1002300071060000710600007106000071060000E2 -:1002400071060000710600007106000071060000D2 -:1002500071060000710600007106000071060000C2 -:100260007106000010B5054C237833B9044B13B167 -:100270000448AFF300800123237010BD6400002008 -:10028000000000001418000008B5034B1BB103491F -:100290000348AFF3008008BD0000000068000020A4 -:1002A0001418000070B50D461646044610B1081E1D -:1002B00018BF01200549064B34229847236832466F -:1002C00029462046BDE87040184700BF741600005C -:1002D000850400004FF0E0236FF07F425A61052251 -:1002E0001A617047044A1168034609B9034911604D -:1002F000106803441360704780000020D80001207C -:1003000038B50D46044610B1081E18BF01200A4931 -:100310000A4B402298472046094B40F8045F294683 -:100320009847002807DB4FF40043A382054B236165 -:10033000054BE360002038BD8816000085040000EE -:10034000850A0000C10300008903000030B50C4697 -:1003500085B0054610B1081E18BF0120B322074919 -:10036000074B98472368019363680293A36803933C -:1003700001A9044B281D984705B030BD8816000020 -:1003800085040000B90B00007FB50446003818BF93 -:1003900001200E4615460749074BA3229847002324 -:1003A000CDE9016301A9054B0395A4F10C00984721 -:1003B00004B070BD88160000850400004D030000E5 -:1003C0007FB50446003818BF01200E461546074980 -:1003D000074B872298470023019301A9054B0296FA -:1003E000A4F10C000395984704B070BD8816000076 -:1003F000850400004D030000014B1860014B1847B5 -:1004000084000020D50200000A4A13889BB210B570 -:1004100043F4A0631380084B9847084B9847084B58 -:100420009847084B9847BDE81040074B40F6FF70CF -:10043000184700BF00400041290700008B0400005E -:100440002D0600008D0400004D040000C20707D5F2 -:10045000094B0A4A1A6243F6FD7259681142FCD1EF -:10046000030707D5044B064ADA6243F6FD72596862 -:100470001142FCD1704700BF001C00400701010081 -:100480000501010000B900BE704770470C4B0D4AD2 -:100490005A63DA6B12F0060FFBD14FF402629A63D3 -:1004A000022283F83020064AD36B9807FCD4044B11 -:1004B0001A6CD10702D41A6C9207F9D5704700BFA5 -:1004C000001000404D0E01002DE9F8430E46154680 -:1004D000044618B129B3101E18BF01201249134B4E -:1004E000134FF12298470834B9462046B8470028F0 -:1004F000FBD0DFF844800027F15D2046C04720464E -:10050000C8470028FBD00137BD42F5D8002D094E61 -:1005100008BF01252046B0470028FBD02846BDE88B -:10052000F8830846DAE700BFA4160000850400003F -:10053000670A0000710A0000590A00002DE9F8431B -:100540000E461546044618B1E9B1101E18BF012029 -:100550000E490F4BDFF83C90DFF83C804FF4867279 -:100560009847002708342046C8470028FBD020467B -:10057000C047F0550137BD42F5D8002D14BF2846BD -:100580000120BDE8F8830846E2E700BFA41600009A -:10059000850400007B0A00005F0A000038B50D46A4 -:1005A000044610B1081E18BF01200749074B34222A -:1005B0009847074B294604F10800984718B9054B9E -:1005C0006360054B236038BDA4160000850400005D -:1005D000190A00003D050000C904000010B50446DA -:1005E000003818BF01200549054B5322984704F1F4 -:1005F0000800044B9847002010BD00BFA41600005F -:1006000085040000450A000038B50D46044610B1C7 -:10061000081E18BF01200349034B692298472C602C -:10062000002038BDA416000085040000014B012203 -:100630005A717047000800400B4A937882B0DBB2D1 -:100640000193019B990705D5084B1B6813B15068AE -:1006500002B01847019BDB0704D5044B5B680BB164 -:10066000014AF4E702B07047000002418800002010 -:10067000FEE7000018491948814210B50AD0184B0E -:10068000DA1C121A22F00302C41EA34238BF002251 -:10069000144B9847144B1548DA1C121AC11E22F04D -:1006A0000302994288BF0022114B00219847114A4A -:1006B000114B22F07F029A60D3F8882042F4700236 -:1006C000C3F88820BFF34F8FBFF36F8F0B4B984752 -:1006D0000B4B9847FEE700BF1418000000000020F5 -:1006E000640000205D0D0000D800002064000020A0 -:1006F000790D00000000000000ED00E0150D000085 -:100700000507000008B5044B9847044B9847044878 -:10071000044B9847FEE700BF790C0000E10C000095 -:10072000C0160000810C0000064B42F28E329A8205 -:1007300000229A75DA75DA6902F47C52DA610122D4 -:100740001A7470470014004000F01F0303F1824147 -:1007500001F500415B0891F8C02003F1824302F0EB -:10076000FE0242F0010203F5004381F8C02093F835 -:10077000B02010F0010F15BF02F00F0202F0F002DE -:1007800042F0300242F0030283F8B02070470000CC -:1007900010B5054C05493920A04723460449BDE85A -:1007A00010403820184700BF4907000003003900F7 -:1007B00003003800064B4022C3F8DC204322C3F874 -:1007C0008C20044A936943F400739361704700BF1F -:1007D000001C00400008004010B5054B05490648C4 -:1007E0009847064B00229847BDE81040044B184735 -:1007F000B507000000200141980000209D05000081 -:100800009107000070B51B4C1B4D1C494FF0006355 -:10081000C4F894304FF08046C4F88830184BC4F8C0 -:10082000A8603B20C4F8A830A8474FF08063C4F804 -:100830009430C4F88830134BC4F8A8601249C4F847 -:10084000A8303A20A8474FF00053C4F884300F4B2B -:10085000C4F8A8300E4BC4F8A83094F8DD300D4928 -:1008600003F0FB0384F8DD303D202B46BDE87040EB -:10087000184700BF008000414907000003003B000B -:10088000000800C0000400C003003A00000002405D -:10089000002002C003003D00064B4022C3F808219F -:1008A0004322C3F88C20044A136A43F00103136205 -:1008B000704700BF001C00400008004010B5054B09 -:1008C000054898474FF08641044B9847BDE81040D3 -:1008D000034B184799080000A40000200103000002 -:1008E000050800000148024B184700BF10E000E077 -:1008F000F903000010B5054B9847054B9847054B89 -:100900009847BDE81040044B184700BF0904000099 -:10091000D9070000BD080000E5080000C3690B42CC -:10092000FCD17047C3690B42FCD170470268034B8E -:1009300022F0020202600321184700BF1D090000D7 -:100940000268034B22F0020202600321184700BF35 -:100950002509000070B50C4D06460FCD88B06C46D9 -:100960000FC495E80F0084E80F006A46002352F890 -:10097000041BB14202D1D8B208B070BD0133082BBC -:10098000F5D10020F8E700BFE016000038B51B4B9A -:1009900004469847022805D019491A4B40F24722CD -:1009A00000209847E369184D13F0010F0ED1032181 -:1009B0002046A84723689B0703D5144B984702217C -:1009C000A8470523236003212046A847204601218C -:1009D000A8470F4B23600321A8474FF440336360BF -:1009E0001F21A8470B4BA3604FF61143A38100239F -:1009F000A373184684F8303038BD00BF5509000095 -:100A0000C41600008504000025090000410900000B -:100A1000040010400200700070B5054600380C4616 -:100A2000054B064918BF0120BB2298472C60204681 -:100A3000034BBDE87040184785040000C416000051 -:100A40008D0900000068036843F00203036003217E -:100A5000004B184725090000036899627047036836 -:100A6000986AC0B270470368187E00F001007047B2 -:100A70000368187EC0F3400070470368187EC0F317 -:100A8000800070472DE9F843444B454D0746084622 -:100A90000C469847042818BF0025002F5DD0201E63 -:100AA00018BF01203F4E404940F63F12B047B046C4 -:100AB000002D70D0E3693D4E13F0010F13D10321D7 -:100AC0002046D5F80090B04723689B0709F01C0921 -:100AD00003D5374B98470221B04749F00103236003 -:100AE00003212046B04701212046B0472B68DFF89C -:100AF000C4903C6003F01C03082B30D12A4901202C -:100B000040F61D12C0472B6803EA09032360032146 -:100B10002046B0476B6823F4083323F4107343F482 -:100B2000003343F4107363601721B047AB6863620E -:100B30006B7B84F83030E369002BFCD16B6813F0D9 -:100B4000070F0CBF012302233B71AB7BEA7B43EA17 -:100B50000223FB800020BDE8F8833846A2E7124953 -:100B6000012040F60912C0472B6803EA09032360FD -:100B700003212046B0476B6823F4383323F4107305 -:100B800043F4003363601721B0472B7B23736B7BE7 -:100B900084F83030D2E76FF00C00DCE75509000034 -:100BA0001817000085040000C41600001D0900008D -:100BB0002D090000FCFEFFFF2DE9F843046890F8C2 -:100BC00004802A4B0746201ED1E9006540F6A32287 -:100BD00018BF0120894626499847E26912F00702AA -:100BE0003ED1244B032120469847236899073AD5E4 -:100BF0001146237ED8B25B070FD48A4218D8C307A8 -:100C000016D5FB8836B1B8F1010F33788CBF36F8B2 -:100C1000023B01360132A3620AE0A36A3DB1B8F19A -:100C2000010F2B7085BF1B0A6B7001350235013136 -:100C3000000607D4D9F808309342DAD88B42D8D8C6 -:100C4000104606E04FF6FF736383802323766FF030 -:100C50001200237E9B07FCD003232376BDE8F88394 -:100C60006FF00300FAE76FF01300F7E78504000068 -:100C7000C41600001D090000004B1847F5080000CD -:100C80000FB430B5C3B0114C469D2846A047FF288D -:100C900018D80F4B4FF48072002102A8984747AA3A -:100CA0000C4B0192294602A8984702A8A0470A4B7C -:100CB00082B202A91868094B984743B0BDE830409A -:100CC00004B070474FF0FF30F7E700BF890D000018 -:100CD000790D0000C50D0000BC000020A502000039 -:100CE00010B5064C0649074B20469847064B204650 -:100CF0009847064B06489847002010BD98000020F2 -:100D0000BC00002009060000DD050000810C000089 -:100D10002917000070B50D4D0D4C641BA410002662 -:100D2000A64209D10B4D0C4C00F064FD641BA410CD -:100D30000026A64205D170BD55F8043B9847013600 -:100D4000EEE755F8043B98470136F2E7001800003B -:100D50000018000000180000041800000A44914226 -:100D600000F1FF3300D1704710B511F8014B03F8C3 -:100D7000014F9142F9D110BD02440346934200D184 -:100D8000704703F8011BF9E7034613F8012B002A0B -:100D9000FBD1181A0138704700B59BB0009104913F -:100DA0006FF000410591029105490391694600F0F9 -:100DB000CBF8009B00221A701BB05DF804FB00BF4B -:100DC0000802FFFF13460A46014602480068FFF783 -:100DD000E3BF00BF0000002070477047F8B5CD1C8E -:100DE00025F0030508350C2D38BF0C25002D0646CF -:100DF00001DBA94203D90C2333600020F8BD00F0C9 -:100E0000B1FB21490A6814469CB9204F3B6823B9BD -:100E10002146304600F02CFB38602946304600F071 -:100E200027FB431C23D10C233360304600F0A0FB8A -:100E3000E3E723685B1B17D40B2B03D923601C4407 -:100E4000256004E06368A2420CBF0B60536030462B -:100E500000F08EFB04F10B00231D20F00700C21AE6 -:100E6000CCD01B1AA350C9E722466468CCE7C41C47 -:100E700024F00304A042E3D0211A304600F0F8FA2F -:100E80000130DDD1CFE700BFC0000020C40000204A -:100E90002DE9F0478E689E4282460C4690461F46DA -:100EA00038D88A8912F4906F32D025680969A5EB89 -:100EB0000109656905EB450505EBD57501334B4423 -:100EC0006D109D4238BF1D46530531D52946FFF7A9 -:100ED00085FF064650B90C23CAF80030A38943F0B9 -:100EE0004003A3814FF0FF30BDE8F08721694A46F7 -:100EF000FFF734FFA38923F4906343F08003A381B9 -:100F0000266165614E44A5EB09052660A5603E4655 -:100F1000BE4200D93E4632462068414600F008FBFA -:100F2000A36822689B1B3244A36022600020DBE799 -:100F30002A4600F071FB06460028E1D1216950469F -:100F400000F01CFBC7E700002DE9F04F98468B89A5 -:100F50001B069DB007460D4614460ED50B6963B9B6 -:100F60004021FFF73BFF2860286120B90C233B603C -:100F70004FF0FF30D1E040236B6100230993202321 -:100F80008DF82930CDF80C803023DFF8A8818DF85A -:100F90002A304FF0010923469A4613F8012B0AB173 -:100FA000252AF9D1BAEB040B0BD05B462246294621 -:100FB0003846FFF76DFF013000F0AA80099A5A44C5 -:100FC00009929AF80030002B00F0A28000234FF025 -:100FD000FF32CDE905230AF1010A049307938DF846 -:100FE00053301A935446052214F8011B514800F05F -:100FF0004FFA049AD8B9D00644BF20238DF8533055 -:10100000110744BF2B238DF853309AF800302A2B58 -:1010100015D0079A544600204FF00A0C214611F8CB -:10102000013B303B092B4ED9B0B1079214E0A0EB45 -:10103000080309FA03F313430493A246D2E7039B80 -:10104000191D1B680391002BBBBF5B4242F00202DB -:1010500007930793B8BF049223782E2B0CD16378A3 -:101060002A2B35D1039B1A1D1B680392002BB8BF96 -:101070004FF0FF3302340593DFF8C8A02178032234 -:10108000504600F005FA40B14023A0EB0A0003FAF5 -:1010900000F0049B03430134049314F8011B264819 -:1010A0008DF82810062200F0F3F9002838D0234BE1 -:1010B0001BBB039B073323F0070308330393099BF0 -:1010C0003344099367E70CFB02320C460120A5E785 -:1010D00000230134059319464FF00A0C204610F8FE -:1010E000012B303A092A03D9002BC5D00591C3E75B -:1010F0000CFB012104460123F0E703AB00932A46D1 -:101100000F4B04A93846AFF30080421C0646D6D1E7 -:10111000AB895B063FF52CAF09981DB0BDE8F08F99 -:1011200003AB00932A46064B04A9384600F07AF830 -:10113000EBE700BFC0170000CA1700000000000066 -:10114000910E0000C61700002DE9F047164699469B -:101150008A680B69DDF820809342B8BF134633607C -:1011600091F8432007460C460AB1013333602368E7 -:10117000990642BF336802333360256815F00605CF -:1011800006D104F1190AE36832689B1AAB4226DCE7 -:1011900094F84320131E226818BF012392062BD413 -:1011A00004F1430249463846C04701301ED0236847 -:1011B000E568326803F00603042B08BFAD1AA36884 -:1011C00022690CBF25EAE57500259342C4BF9B1A2E -:1011D000ED1800261A34B5421AD1002008E0012388 -:1011E000524649463846C047013003D14FF0FF30E0 -:1011F000BDE8F0870135C6E7E1185A1C302081F8B8 -:101200004300224494F8451082F843100233C7E7A4 -:101210000123224649463846C0470130E6D0013610 -:10122000D9E700002DE9FF470C469146277E0C992F -:10123000782F80469A4604F1430207D8622F0AD8D5 -:10124000002F00F0D880582F00F0A38004F1420650 -:1012500084F842703AE0A7F16303152BF6D801A099 -:1012600050F823F0BD120000D11200004D12000012 -:101270004D1200004D1200004D120000D11200006E -:101280004D1200004D1200004D1200004D120000E2 -:10129000DD13000001130000BF1300004D12000019 -:1012A0004D120000FF1300004D120000011300005A -:1012B0004D1200004D120000C71300000B681A1DEC -:1012C0001B680A6004F1420684F842300123A3E05F -:1012D000256808682E0600F104030AD505680B602E -:1012E000002D03DA2D236D4284F843305E480A2333 -:1012F00019E015F0400F05680B6018BF2DB2EFE73D -:101300000B682568181D0860280601D51D6802E0D5 -:101310006906FBD51D8854486F2F0CBF08230A238C -:10132000002184F843106668A660002EA2BF2168E1 -:1013300021F0040121600DB9002E4DD01646B5FBF9 -:10134000F3F103FB1157C75D06F8017D2F46BB4241 -:101350000D46F4D9082B0BD12368DF0708D5236984 -:1013600061689942DEBF302306F8013C06F1FF3682 -:10137000921B2261CDF800A04B4603AA21464046AD -:10138000FFF7E2FE01304CD14FF0FF3004B0BDE872 -:10139000F087354884F8457023680E681F0656F8B4 -:1013A000045B0E6014D5D90744BF43F020032360CB -:1013B0001DB9236823F0200323601023B0E72368BE -:1013C00043F0200323607823284884F84530E3E77E -:1013D0005E0648BFADB2E6E71646BBE70B68266877 -:1013E00060691D1D0D6035061B6801D5186002E09F -:1013F0007106FBD51880002323611646BAE70B68F7 -:101400001A1D0A601E6862680021304600F040F82C -:1014100008B1801B606063682361002384F8433057 -:10142000A8E72369324649464046D0470130ABD051 -:1014300023689B0713D4E068039B9842B8BF184603 -:10144000A4E70123324649464046D04701309BD0AD -:101450000135E36803995B1AAB42F2DCEBE7002548 -:1014600004F11906F5E700BFD1170000E2170000EC -:1014700038B5064D0023044608462B60FEF732FFC0 -:10148000431C02D12B6803B1236038BDD400002077 -:1014900001F0FF01102A2BDB10F0070F08D010F825 -:1014A000013B013A8B422DD010F0070F42B3F6D129 -:1014B000F0B441EA012141EA014122F007047FF042 -:1014C00000070023F0E80256083C85EA010586EA99 -:1014D000010685FA47F5A3FA87F586FA47F6A5FAD5 -:1014E00087F68EB9EED1F0BC01F0FF0102F00702E1 -:1014F00032B110F8013B013A83EA010313B1F8D18C -:101500000020704701387047002D06BF354603386C -:10151000073815F0010F07D1013015F4807F02BFA5 -:10152000013015F4C03F0130F0BC0138704700BFF6 -:10153000884210B501EB020402D98442234607D841 -:10154000431EA14208D011F8012B03F8012FF8E740 -:10155000024401468A4200D110BD13F8014D02F841 -:10156000014DF7E70148FFF737BC00BFCC00002072 -:101570000148FFF732BC00BFCC00002038B505465B -:10158000002945D051F8043C0C1F002BB8BFE418CB -:10159000FFF7E8FF1F4A1368104633B96360146011 -:1015A0002846BDE83840FFF7E3BFA3420BD92168C6 -:1015B0006218934204BF1A685B68636004BF5218E4 -:1015C00022600460ECE71A465B680BB1A342FAD9CB -:1015D00011685018A0420BD1206801445018834272 -:1015E0001160DDD118685B68536001441160D7E772 -:1015F00002D90C232B60D3E7206821188B4204BF4B -:1016000019685B68636004BF091821605460C7E70C -:1016100038BD00BFC0000020F8B5074614460E468E -:1016200021B9BDE8F8401146FFF7D8BB22B9FFF752 -:10163000A5FF25462846F8BD00F014F8A0420FD2B9 -:1016400021463846FFF7CAFB05460028F2D031464E -:101650002246FFF783FB31463846FFF78FFFE9E765 -:101660003546E7E751F8043C181F002BBCBF0B5868 -:10167000C01870472E2E2F68616C2F7372632F680D -:10168000616C5F696F2E63002E2E2F68616C2F7363 -:1016900072632F68616C5F7370695F6D5F73796EE1 -:1016A000632E63002E2E2F68616C2F7372632F6878 -:1016B000616C5F75736172745F73796E632E630022 -:1016C00048690A002E2E2F68706C2F736572636F45 -:1016D0006D2F68706C5F736572636F6D2E630000B1 -:1016E0000030004000340040002001410040014132 -:1016F000000000430004004300080043000C0043C6 -:1017000000000000000000000000000000000000D9 -:1017100000000000000000000C003000000002008B -:1017200000000000FE00FF01044465627567204967 -:101730006E697469616C697A65640A0041737365E6 -:101740007274204661696C757265206174206C69E1 -:101750006E652025642C2025733A2025730A00002D -:101760000000000000000000000000000000000079 -:101770000000000000000000000000000000000069 -:101780000000000000000000000000000000000059 -:101790000000000000000000000000000000000049 -:1017A0000000000000000000000000000000000039 -:1017B0000000000000000000000000000000000029 -:1017C000232D302B2000686C4C006566674546472A -:1017D00000303132333435363738394142434445AD -:1017E000460030313233343536373839616263641C -:1017F00065660000F8B500BFF8BC08BC9E4670479F -:1018000089020000F8B500BFF8BC08BC9E467047CE -:04181000650200006D -:10181400040000200000000080170000A017000052 -:10182400601700000000000000000000000000003D -:1018340000000000000000000000000000000000A4 -:101844000000000000000000000000000000000094 -:101854000000000000000000000000000000000084 -:101864000000000000000000000000000000000074 -:041874000000000070 -:00000001FF diff --git a/build/spi_sd_mmc_lib.lss b/build/spi_sd_mmc_lib.lss deleted file mode 100644 index fb29079..0000000 --- a/build/spi_sd_mmc_lib.lss +++ /dev/null @@ -1,3282 +0,0 @@ - -spi_sd_mmc_lib.elf: file format elf32-littlearm - -Sections: -Idx Name Size VMA LMA File off Algn - 0 .text 00001814 00000000 00000000 00010000 2**4 - CONTENTS, ALLOC, LOAD, READONLY, CODE - 1 .relocate 00000064 20000000 00001814 00020000 2**2 - CONTENTS, ALLOC, LOAD, DATA - 2 .bkupram 00000000 47000000 47000000 00020064 2**0 - CONTENTS - 3 .qspi 00000000 04000000 04000000 00020064 2**0 - CONTENTS - 4 .bss 00000074 20000064 00001878 00020064 2**2 - ALLOC - 5 .stack 00010000 200000d8 000018ec 00020064 2**0 - ALLOC - 6 .ARM.attributes 0000002e 00000000 00000000 00020064 2**0 - CONTENTS, READONLY - 7 .comment 0000001e 00000000 00000000 00020092 2**0 - CONTENTS, READONLY - 8 .debug_info 00017882 00000000 00000000 000200b0 2**0 - CONTENTS, READONLY, DEBUGGING, OCTETS - 9 .debug_abbrev 00002575 00000000 00000000 00037932 2**0 - CONTENTS, READONLY, DEBUGGING, OCTETS - 10 .debug_loc 00008376 00000000 00000000 00039ea7 2**0 - CONTENTS, READONLY, DEBUGGING, OCTETS - 11 .debug_aranges 00000950 00000000 00000000 0004221d 2**0 - CONTENTS, READONLY, DEBUGGING, OCTETS - 12 .debug_ranges 00001408 00000000 00000000 00042b6d 2**0 - CONTENTS, READONLY, DEBUGGING, OCTETS - 13 .debug_macro 00032644 00000000 00000000 00043f75 2**0 - CONTENTS, READONLY, DEBUGGING, OCTETS - 14 .debug_line 00011073 00000000 00000000 000765b9 2**0 - CONTENTS, READONLY, DEBUGGING, OCTETS - 15 .debug_str 00118e12 00000000 00000000 0008762c 2**0 - CONTENTS, READONLY, DEBUGGING, OCTETS - 16 .debug_frame 00001d94 00000000 00000000 001a0440 2**2 - CONTENTS, READONLY, DEBUGGING, OCTETS - -Disassembly of section .text: - -00000000 : - * \brief Delay loop to delay n number of cycles - */ -void _delay_cycles(void *const hw, uint32_t cycles) -{ - (void)hw; - uint8_t n = cycles >> 24; - 0: d8 00 01 20 75 06 00 00 71 06 00 00 71 06 00 00 ... u...q...q... - uint32_t buf = cycles; - - while (n--) { - 10: 71 06 00 00 71 06 00 00 71 06 00 00 00 00 00 00 q...q...q....... - ... - SysTick->LOAD = 0xFFFFFF; - 2c: 71 06 00 00 71 06 00 00 00 00 00 00 71 06 00 00 q...q.......q... - 3c: 71 06 00 00 71 06 00 00 71 06 00 00 71 06 00 00 q...q...q...q... - 4c: 71 06 00 00 71 06 00 00 71 06 00 00 71 06 00 00 q...q...q...q... - 5c: 71 06 00 00 71 06 00 00 71 06 00 00 71 06 00 00 q...q...q...q... - 6c: 71 06 00 00 71 06 00 00 71 06 00 00 71 06 00 00 q...q...q...q... - 7c: 71 06 00 00 71 06 00 00 71 06 00 00 71 06 00 00 q...q...q...q... - 8c: 71 06 00 00 71 06 00 00 71 06 00 00 71 06 00 00 q...q...q...q... - 9c: 71 06 00 00 71 06 00 00 71 06 00 00 71 06 00 00 q...q...q...q... - ac: 71 06 00 00 71 06 00 00 71 06 00 00 71 06 00 00 q...q...q...q... - bc: 71 06 00 00 71 06 00 00 71 06 00 00 71 06 00 00 q...q...q...q... - cc: 71 06 00 00 71 06 00 00 71 06 00 00 71 06 00 00 q...q...q...q... - dc: 71 06 00 00 71 06 00 00 71 06 00 00 00 00 00 00 q...q...q....... - ... - f4: 39 06 00 00 71 06 00 00 71 06 00 00 71 06 00 00 9...q...q...q... - 104: 71 06 00 00 71 06 00 00 71 06 00 00 71 06 00 00 q...q...q...q... - 114: 71 06 00 00 71 06 00 00 71 06 00 00 71 06 00 00 q...q...q...q... - 124: 71 06 00 00 71 06 00 00 71 06 00 00 71 06 00 00 q...q...q...q... - 134: 71 06 00 00 71 06 00 00 71 06 00 00 71 06 00 00 q...q...q...q... - 144: 71 06 00 00 71 06 00 00 71 06 00 00 71 06 00 00 q...q...q...q... - 154: 71 06 00 00 71 06 00 00 71 06 00 00 71 06 00 00 q...q...q...q... - 164: 71 06 00 00 71 06 00 00 71 06 00 00 71 06 00 00 q...q...q...q... - 174: 71 06 00 00 71 06 00 00 71 06 00 00 71 06 00 00 q...q...q...q... - 184: 71 06 00 00 71 06 00 00 71 06 00 00 71 06 00 00 q...q...q...q... - 194: 71 06 00 00 71 06 00 00 71 06 00 00 71 06 00 00 q...q...q...q... - 1a4: 71 06 00 00 71 06 00 00 71 06 00 00 71 06 00 00 q...q...q...q... - 1b4: 71 06 00 00 71 06 00 00 71 06 00 00 71 06 00 00 q...q...q...q... - 1c4: 71 06 00 00 71 06 00 00 71 06 00 00 71 06 00 00 q...q...q...q... - 1d4: 71 06 00 00 71 06 00 00 71 06 00 00 71 06 00 00 q...q...q...q... - 1e4: 71 06 00 00 71 06 00 00 71 06 00 00 71 06 00 00 q...q...q...q... - 1f4: 71 06 00 00 71 06 00 00 71 06 00 00 71 06 00 00 q...q...q...q... - 204: 71 06 00 00 71 06 00 00 71 06 00 00 71 06 00 00 q...q...q...q... - 214: 71 06 00 00 71 06 00 00 71 06 00 00 71 06 00 00 q...q...q...q... - 224: 71 06 00 00 71 06 00 00 71 06 00 00 71 06 00 00 q...q...q...q... - 234: 71 06 00 00 71 06 00 00 71 06 00 00 71 06 00 00 q...q...q...q... - 244: 71 06 00 00 71 06 00 00 71 06 00 00 71 06 00 00 q...q...q...q... - 254: 71 06 00 00 71 06 00 00 71 06 00 00 71 06 00 00 q...q...q...q... - -00000264 <__do_global_dtors_aux>: - 264: b510 push {r4, lr} - 266: 4c05 ldr r4, [pc, #20] ; (27c <__do_global_dtors_aux+0x18>) - 268: 7823 ldrb r3, [r4, #0] - 26a: b933 cbnz r3, 27a <__do_global_dtors_aux+0x16> - 26c: 4b04 ldr r3, [pc, #16] ; (280 <__do_global_dtors_aux+0x1c>) - 26e: b113 cbz r3, 276 <__do_global_dtors_aux+0x12> - 270: 4804 ldr r0, [pc, #16] ; (284 <__do_global_dtors_aux+0x20>) - 272: f3af 8000 nop.w - 276: 2301 movs r3, #1 - 278: 7023 strb r3, [r4, #0] - 27a: bd10 pop {r4, pc} - 27c: 20000064 .word 0x20000064 - 280: 00000000 .word 0x00000000 - 284: 00001814 .word 0x00001814 - -00000288 : - 288: b508 push {r3, lr} - 28a: 4b03 ldr r3, [pc, #12] ; (298 ) - 28c: b11b cbz r3, 296 - 28e: 4903 ldr r1, [pc, #12] ; (29c ) - 290: 4803 ldr r0, [pc, #12] ; (2a0 ) - 292: f3af 8000 nop.w - 296: bd08 pop {r3, pc} - 298: 00000000 .word 0x00000000 - 29c: 20000068 .word 0x20000068 - 2a0: 00001814 .word 0x00001814 - -000002a4 : - -/** - * \brief I/O write interface - */ -int32_t io_write(struct io_descriptor *const io_descr, const uint8_t *const buf, const uint16_t length) -{ - 2a4: b570 push {r4, r5, r6, lr} - 2a6: 460d mov r5, r1 - 2a8: 4616 mov r6, r2 - ASSERT(io_descr && buf); - 2aa: 4604 mov r4, r0 - 2ac: b110 cbz r0, 2b4 - 2ae: 1e08 subs r0, r1, #0 - 2b0: bf18 it ne - 2b2: 2001 movne r0, #1 - 2b4: 4905 ldr r1, [pc, #20] ; (2cc ) - 2b6: 4b06 ldr r3, [pc, #24] ; (2d0 ) - 2b8: 2234 movs r2, #52 ; 0x34 - 2ba: 4798 blx r3 - return io_descr->write(io_descr, buf, length); - 2bc: 6823 ldr r3, [r4, #0] - 2be: 4632 mov r2, r6 - 2c0: 4629 mov r1, r5 - 2c2: 4620 mov r0, r4 -} - 2c4: e8bd 4070 ldmia.w sp!, {r4, r5, r6, lr} - return io_descr->write(io_descr, buf, length); - 2c8: 4718 bx r3 - 2ca: bf00 nop - 2cc: 00001674 .word 0x00001674 - 2d0: 00000485 .word 0x00000485 - -000002d4 <_delay_init>: - 2d4: f04f 23e0 mov.w r3, #3758153728 ; 0xe000e000 - 2d8: f06f 427f mvn.w r2, #4278190080 ; 0xff000000 - 2dc: 615a str r2, [r3, #20] - 2de: 2205 movs r2, #5 - 2e0: 611a str r2, [r3, #16] - 2e2: 4770 bx lr - -000002e4 <_sbrk>: -extern caddr_t _sbrk(int incr) -{ - static unsigned char *heap = NULL; - unsigned char * prev_heap; - - if (heap == NULL) { - 2e4: 4a04 ldr r2, [pc, #16] ; (2f8 <_sbrk+0x14>) - 2e6: 6811 ldr r1, [r2, #0] -{ - 2e8: 4603 mov r3, r0 - if (heap == NULL) { - 2ea: b909 cbnz r1, 2f0 <_sbrk+0xc> - heap = (unsigned char *)&_end; - 2ec: 4903 ldr r1, [pc, #12] ; (2fc <_sbrk+0x18>) - 2ee: 6011 str r1, [r2, #0] - } - prev_heap = heap; - 2f0: 6810 ldr r0, [r2, #0] - - heap += incr; - 2f2: 4403 add r3, r0 - 2f4: 6013 str r3, [r2, #0] - - return (caddr_t)prev_heap; -} - 2f6: 4770 bx lr - 2f8: 20000080 .word 0x20000080 - 2fc: 200100d8 .word 0x200100d8 - -00000300 : - ASSERT(spi); - spi->func = (struct _spi_m_sync_hpl_interface *)func; -} - -int32_t spi_m_sync_init(struct spi_m_sync_descriptor *spi, void *const hw) -{ - 300: b538 push {r3, r4, r5, lr} - 302: 460d mov r5, r1 - int32_t rc = 0; - ASSERT(spi && hw); - 304: 4604 mov r4, r0 - 306: b110 cbz r0, 30e - 308: 1e08 subs r0, r1, #0 - 30a: bf18 it ne - 30c: 2001 movne r0, #1 - 30e: 490a ldr r1, [pc, #40] ; (338 ) - 310: 4b0a ldr r3, [pc, #40] ; (33c ) - 312: 2240 movs r2, #64 ; 0x40 - 314: 4798 blx r3 - spi->dev.prvt = (void *)hw; - 316: 4620 mov r0, r4 - rc = _spi_m_sync_init(&spi->dev, hw); - 318: 4b09 ldr r3, [pc, #36] ; (340 ) - spi->dev.prvt = (void *)hw; - 31a: f840 5f04 str.w r5, [r0, #4]! - rc = _spi_m_sync_init(&spi->dev, hw); - 31e: 4629 mov r1, r5 - 320: 4798 blx r3 - - if (rc < 0) { - 322: 2800 cmp r0, #0 - 324: db07 blt.n 336 - return rc; - } - - spi->flags = SPI_DEACTIVATE_NEXT; - 326: f44f 4300 mov.w r3, #32768 ; 0x8000 - 32a: 82a3 strh r3, [r4, #20] - spi->io.read = _spi_m_sync_io_read; - 32c: 4b05 ldr r3, [pc, #20] ; (344 ) - 32e: 6123 str r3, [r4, #16] - spi->io.write = _spi_m_sync_io_write; - 330: 4b05 ldr r3, [pc, #20] ; (348 ) - 332: 60e3 str r3, [r4, #12] - - return ERR_NONE; - 334: 2000 movs r0, #0 -} - 336: bd38 pop {r3, r4, r5, pc} - 338: 00001688 .word 0x00001688 - 33c: 00000485 .word 0x00000485 - 340: 00000a85 .word 0x00000a85 - 344: 000003c1 .word 0x000003c1 - 348: 00000389 .word 0x00000389 - -0000034c : - - return spi_m_sync_transfer(spi, &xfer); -} - -int32_t spi_m_sync_transfer(struct spi_m_sync_descriptor *spi, const struct spi_xfer *p_xfer) -{ - 34c: b530 push {r4, r5, lr} - 34e: 460c mov r4, r1 - 350: b085 sub sp, #20 - struct spi_msg msg; - - ASSERT(spi && p_xfer); - 352: 4605 mov r5, r0 - 354: b110 cbz r0, 35c - 356: 1e08 subs r0, r1, #0 - 358: bf18 it ne - 35a: 2001 movne r0, #1 - 35c: 22b3 movs r2, #179 ; 0xb3 - 35e: 4907 ldr r1, [pc, #28] ; (37c ) - 360: 4b07 ldr r3, [pc, #28] ; (380 ) - 362: 4798 blx r3 - - msg.txbuf = p_xfer->txbuf; - 364: 6823 ldr r3, [r4, #0] - 366: 9301 str r3, [sp, #4] - msg.rxbuf = p_xfer->rxbuf; - 368: 6863 ldr r3, [r4, #4] - 36a: 9302 str r3, [sp, #8] - msg.size = p_xfer->size; - 36c: 68a3 ldr r3, [r4, #8] - 36e: 9303 str r3, [sp, #12] - return _spi_m_sync_trans(&spi->dev, &msg); - 370: a901 add r1, sp, #4 - 372: 4b04 ldr r3, [pc, #16] ; (384 ) - 374: 1d28 adds r0, r5, #4 - 376: 4798 blx r3 -} - 378: b005 add sp, #20 - 37a: bd30 pop {r4, r5, pc} - 37c: 00001688 .word 0x00001688 - 380: 00000485 .word 0x00000485 - 384: 00000bb9 .word 0x00000bb9 - -00000388 <_spi_m_sync_io_write>: -{ - 388: b57f push {r0, r1, r2, r3, r4, r5, r6, lr} - ASSERT(io); - 38a: 4604 mov r4, r0 - 38c: 3800 subs r0, #0 - 38e: bf18 it ne - 390: 2001 movne r0, #1 -{ - 392: 460e mov r6, r1 - 394: 4615 mov r5, r2 - ASSERT(io); - 396: 4907 ldr r1, [pc, #28] ; (3b4 <_spi_m_sync_io_write+0x2c>) - 398: 4b07 ldr r3, [pc, #28] ; (3b8 <_spi_m_sync_io_write+0x30>) - 39a: 22a3 movs r2, #163 ; 0xa3 - 39c: 4798 blx r3 - xfer.rxbuf = 0; - 39e: 2300 movs r3, #0 - xfer.txbuf = (uint8_t *)buf; - 3a0: e9cd 6301 strd r6, r3, [sp, #4] - return spi_m_sync_transfer(spi, &xfer); - 3a4: a901 add r1, sp, #4 - 3a6: 4b05 ldr r3, [pc, #20] ; (3bc <_spi_m_sync_io_write+0x34>) - xfer.size = length; - 3a8: 9503 str r5, [sp, #12] - return spi_m_sync_transfer(spi, &xfer); - 3aa: f1a4 000c sub.w r0, r4, #12 - 3ae: 4798 blx r3 -} - 3b0: b004 add sp, #16 - 3b2: bd70 pop {r4, r5, r6, pc} - 3b4: 00001688 .word 0x00001688 - 3b8: 00000485 .word 0x00000485 - 3bc: 0000034d .word 0x0000034d - -000003c0 <_spi_m_sync_io_read>: -{ - 3c0: b57f push {r0, r1, r2, r3, r4, r5, r6, lr} - ASSERT(io); - 3c2: 4604 mov r4, r0 - 3c4: 3800 subs r0, #0 - 3c6: bf18 it ne - 3c8: 2001 movne r0, #1 -{ - 3ca: 460e mov r6, r1 - 3cc: 4615 mov r5, r2 - ASSERT(io); - 3ce: 4907 ldr r1, [pc, #28] ; (3ec <_spi_m_sync_io_read+0x2c>) - 3d0: 4b07 ldr r3, [pc, #28] ; (3f0 <_spi_m_sync_io_read+0x30>) - 3d2: 2287 movs r2, #135 ; 0x87 - 3d4: 4798 blx r3 - xfer.txbuf = 0; - 3d6: 2300 movs r3, #0 - 3d8: 9301 str r3, [sp, #4] - return spi_m_sync_transfer(spi, &xfer); - 3da: a901 add r1, sp, #4 - 3dc: 4b05 ldr r3, [pc, #20] ; (3f4 <_spi_m_sync_io_read+0x34>) - xfer.rxbuf = buf; - 3de: 9602 str r6, [sp, #8] - return spi_m_sync_transfer(spi, &xfer); - 3e0: f1a4 000c sub.w r0, r4, #12 - xfer.size = length; - 3e4: 9503 str r5, [sp, #12] - return spi_m_sync_transfer(spi, &xfer); - 3e6: 4798 blx r3 -} - 3e8: b004 add sp, #16 - 3ea: bd70 pop {r4, r5, r6, pc} - 3ec: 00001688 .word 0x00001688 - 3f0: 00000485 .word 0x00000485 - 3f4: 0000034d .word 0x0000034d - -000003f8 : -/** - * \brief Initialize Delay driver - */ -void delay_init(void *const hw) -{ - _delay_init(hardware = hw); - 3f8: 4b01 ldr r3, [pc, #4] ; (400 ) - 3fa: 6018 str r0, [r3, #0] - 3fc: 4b01 ldr r3, [pc, #4] ; (404 ) - 3fe: 4718 bx r3 - 400: 20000084 .word 0x20000084 - 404: 000002d5 .word 0x000002d5 - -00000408 <_init_chip>: -} - -static inline void hri_nvmctrl_set_CTRLA_RWS_bf(const void *const hw, hri_nvmctrl_ctrla_reg_t mask) -{ - NVMCTRL_CRITICAL_SECTION_ENTER(); - ((Nvmctrl *)hw)->CTRLA.reg |= NVMCTRL_CTRLA_RWS(mask); - 408: 4a0a ldr r2, [pc, #40] ; (434 <_init_chip+0x2c>) - 40a: 8813 ldrh r3, [r2, #0] - 40c: b29b uxth r3, r3 - -/** - * \brief Initialize the hardware abstraction layer - */ -void _init_chip(void) -{ - 40e: b510 push {r4, lr} - 410: f443 63a0 orr.w r3, r3, #1280 ; 0x500 - 414: 8013 strh r3, [r2, #0] - hri_nvmctrl_set_CTRLA_RWS_bf(NVMCTRL, CONF_NVM_WAIT_STATE); - - _osc32kctrl_init_sources(); - 416: 4b08 ldr r3, [pc, #32] ; (438 <_init_chip+0x30>) - 418: 4798 blx r3 - _oscctrl_init_sources(); - 41a: 4b08 ldr r3, [pc, #32] ; (43c <_init_chip+0x34>) - 41c: 4798 blx r3 - _mclk_init(); - 41e: 4b08 ldr r3, [pc, #32] ; (440 <_init_chip+0x38>) - 420: 4798 blx r3 -#if _GCLK_INIT_1ST - _gclk_init_generators_by_fref(_GCLK_INIT_1ST); -#endif - _oscctrl_init_referenced_generators(); - 422: 4b08 ldr r3, [pc, #32] ; (444 <_init_chip+0x3c>) - 424: 4798 blx r3 -#endif - -#if CONF_CMCC_ENABLE - cache_init(); -#endif -} - 426: e8bd 4010 ldmia.w sp!, {r4, lr} - _gclk_init_generators_by_fref(_GCLK_INIT_LAST); - 42a: 4b07 ldr r3, [pc, #28] ; (448 <_init_chip+0x40>) - 42c: f640 70ff movw r0, #4095 ; 0xfff - 430: 4718 bx r3 - 432: bf00 nop - 434: 41004000 .word 0x41004000 - 438: 00000729 .word 0x00000729 - 43c: 0000048b .word 0x0000048b - 440: 0000062d .word 0x0000062d - 444: 0000048d .word 0x0000048d - 448: 0000044d .word 0x0000044d - -0000044c <_gclk_init_generators_by_fref>: - -void _gclk_init_generators_by_fref(uint32_t bm) -{ - -#if CONF_GCLK_GENERATOR_0_CONFIG == 1 - if (bm & (1ul << 0)) { - 44c: 07c2 lsls r2, r0, #31 - 44e: d507 bpl.n 460 <_gclk_init_generators_by_fref+0x14> -} - -static inline void hri_gclk_write_GENCTRL_reg(const void *const hw, uint8_t index, hri_gclk_genctrl_reg_t data) -{ - GCLK_CRITICAL_SECTION_ENTER(); - ((Gclk *)hw)->GENCTRL[index].reg = data; - 450: 4b09 ldr r3, [pc, #36] ; (478 <_gclk_init_generators_by_fref+0x2c>) - 452: 4a0a ldr r2, [pc, #40] ; (47c <_gclk_init_generators_by_fref+0x30>) - 454: 621a str r2, [r3, #32] - while (((Gclk *)hw)->SYNCBUSY.reg & reg) { - 456: f643 72fd movw r2, #16381 ; 0x3ffd - 45a: 6859 ldr r1, [r3, #4] - 45c: 4211 tst r1, r2 - 45e: d1fc bne.n 45a <_gclk_init_generators_by_fref+0xe> - | (CONF_GCLK_GENERATOR_2_CONFIG << GCLK_GENCTRL_GENEN_Pos) | CONF_GCLK_GEN_2_SOURCE); - } -#endif - -#if CONF_GCLK_GENERATOR_3_CONFIG == 1 - if (bm & (1ul << 3)) { - 460: 0703 lsls r3, r0, #28 - 462: d507 bpl.n 474 <_gclk_init_generators_by_fref+0x28> - ((Gclk *)hw)->GENCTRL[index].reg = data; - 464: 4b04 ldr r3, [pc, #16] ; (478 <_gclk_init_generators_by_fref+0x2c>) - 466: 4a06 ldr r2, [pc, #24] ; (480 <_gclk_init_generators_by_fref+0x34>) - 468: 62da str r2, [r3, #44] ; 0x2c - while (((Gclk *)hw)->SYNCBUSY.reg & reg) { - 46a: f643 72fd movw r2, #16381 ; 0x3ffd - 46e: 6859 ldr r1, [r3, #4] - 470: 4211 tst r1, r2 - 472: d1fc bne.n 46e <_gclk_init_generators_by_fref+0x22> - | (CONF_GCLK_GEN_11_DIVSEL << GCLK_GENCTRL_DIVSEL_Pos) | (CONF_GCLK_GEN_11_OE << GCLK_GENCTRL_OE_Pos) - | (CONF_GCLK_GEN_11_OOV << GCLK_GENCTRL_OOV_Pos) | (CONF_GCLK_GEN_11_IDC << GCLK_GENCTRL_IDC_Pos) - | (CONF_GCLK_GENERATOR_11_CONFIG << GCLK_GENCTRL_GENEN_Pos) | CONF_GCLK_GEN_11_SOURCE); - } -#endif -} - 474: 4770 bx lr - 476: bf00 nop - 478: 40001c00 .word 0x40001c00 - 47c: 00010107 .word 0x00010107 - 480: 00010105 .word 0x00010105 - -00000484 : -/** - * \brief Assert function - */ -void assert(const bool condition, const char *const file, const int line) -{ - if (!(condition)) { - 484: b900 cbnz r0, 488 - __asm("BKPT #0"); - 486: be00 bkpt 0x0000 - } - (void)file; - (void)line; -} - 488: 4770 bx lr - -0000048a <_oscctrl_init_sources>: - hri_oscctrl_set_XOSCCTRL_ONDEMAND_bit(hw, 1); -#endif -#endif - - (void)hw; -} - 48a: 4770 bx lr - -0000048c <_oscctrl_init_referenced_generators>: - -static inline void hri_oscctrl_write_DPLLRATIO_reg(const void *const hw, uint8_t submodule_index, - hri_oscctrl_dpllratio_reg_t data) -{ - OSCCTRL_CRITICAL_SECTION_ENTER(); - ((Oscctrl *)hw)->Dpll[submodule_index].DPLLRATIO.reg = data; - 48c: 4b0c ldr r3, [pc, #48] ; (4c0 <_oscctrl_init_referenced_generators+0x34>) - 48e: 4a0d ldr r2, [pc, #52] ; (4c4 <_oscctrl_init_referenced_generators+0x38>) - 490: 635a str r2, [r3, #52] ; 0x34 - while (((Oscctrl *)hw)->Dpll[submodule_index].DPLLSYNCBUSY.reg & reg) { - 492: 6bda ldr r2, [r3, #60] ; 0x3c - 494: f012 0f06 tst.w r2, #6 - 498: d1fb bne.n 492 <_oscctrl_init_referenced_generators+0x6> - -static inline void hri_oscctrl_write_DPLLCTRLB_reg(const void *const hw, uint8_t submodule_index, - hri_oscctrl_dpllctrlb_reg_t data) -{ - OSCCTRL_CRITICAL_SECTION_ENTER(); - ((Oscctrl *)hw)->Dpll[submodule_index].DPLLCTRLB.reg = data; - 49a: f44f 6202 mov.w r2, #2080 ; 0x820 - 49e: 639a str r2, [r3, #56] ; 0x38 - ((Oscctrl *)hw)->Dpll[submodule_index].DPLLCTRLA.reg = data; - 4a0: 2202 movs r2, #2 - 4a2: f883 2030 strb.w r2, [r3, #48] ; 0x30 - while (((Oscctrl *)hw)->Dpll[submodule_index].DPLLSYNCBUSY.reg & reg) { - 4a6: 4a06 ldr r2, [pc, #24] ; (4c0 <_oscctrl_init_referenced_generators+0x34>) - 4a8: 6bd3 ldr r3, [r2, #60] ; 0x3c - 4aa: 0798 lsls r0, r3, #30 - 4ac: d4fc bmi.n 4a8 <_oscctrl_init_referenced_generators+0x1c> - return (((Oscctrl *)hw)->Dpll[submodule_index].DPLLSTATUS.reg & OSCCTRL_DPLLSTATUS_LOCK) - 4ae: 4b04 ldr r3, [pc, #16] ; (4c0 <_oscctrl_init_referenced_generators+0x34>) - 4b0: 6c1a ldr r2, [r3, #64] ; 0x40 -#endif -#endif - -#if CONF_FDPLL0_CONFIG == 1 -#if CONF_FDPLL0_ENABLE == 1 - while (!(hri_oscctrl_get_DPLLSTATUS_LOCK_bit(hw, 0) || hri_oscctrl_get_DPLLSTATUS_CLKRDY_bit(hw, 0))) - 4b2: 07d1 lsls r1, r2, #31 - 4b4: d402 bmi.n 4bc <_oscctrl_init_referenced_generators+0x30> - return (((Oscctrl *)hw)->Dpll[submodule_index].DPLLSTATUS.reg & OSCCTRL_DPLLSTATUS_CLKRDY) - 4b6: 6c1a ldr r2, [r3, #64] ; 0x40 - 4b8: 0792 lsls r2, r2, #30 - 4ba: d5f9 bpl.n 4b0 <_oscctrl_init_referenced_generators+0x24> - hri_gclk_write_GENCTRL_SRC_bf(GCLK, 0, CONF_GCLK_GEN_0_SOURCE); - while (hri_gclk_get_SYNCBUSY_GENCTRL0_bit(GCLK)) - ; -#endif - (void)hw; -} - 4bc: 4770 bx lr - 4be: bf00 nop - 4c0: 40001000 .word 0x40001000 - 4c4: 00010e4d .word 0x00010e4d - -000004c8 : - * \param[in] length The number of bytes to write - * - * \return The number of bytes written. - */ -static int32_t usart_sync_write(struct io_descriptor *const io_descr, const uint8_t *const buf, const uint16_t length) -{ - 4c8: e92d 43f8 stmdb sp!, {r3, r4, r5, r6, r7, r8, r9, lr} - 4cc: 460e mov r6, r1 - 4ce: 4615 mov r5, r2 - uint32_t offset = 0; - struct usart_sync_descriptor *descr = CONTAINER_OF(io_descr, struct usart_sync_descriptor, io); - - ASSERT(io_descr && buf && length); - 4d0: 4604 mov r4, r0 - 4d2: b118 cbz r0, 4dc - 4d4: b329 cbz r1, 522 - 4d6: 1e10 subs r0, r2, #0 - 4d8: bf18 it ne - 4da: 2001 movne r0, #1 - 4dc: 4912 ldr r1, [pc, #72] ; (528 ) - 4de: 4b13 ldr r3, [pc, #76] ; (52c ) - while (!_usart_sync_is_ready_to_send(&descr->device)) - 4e0: 4f13 ldr r7, [pc, #76] ; (530 ) - ASSERT(io_descr && buf && length); - 4e2: 22f1 movs r2, #241 ; 0xf1 - 4e4: 4798 blx r3 - while (!_usart_sync_is_ready_to_send(&descr->device)) - 4e6: 3408 adds r4, #8 - 4e8: 46b9 mov r9, r7 - 4ea: 4620 mov r0, r4 - 4ec: 47b8 blx r7 - 4ee: 2800 cmp r0, #0 - 4f0: d0fb beq.n 4ea - ; - do { - _usart_sync_write_byte(&descr->device, buf[offset]); - 4f2: f8df 8044 ldr.w r8, [pc, #68] ; 538 - uint32_t offset = 0; - 4f6: 2700 movs r7, #0 - _usart_sync_write_byte(&descr->device, buf[offset]); - 4f8: 5df1 ldrb r1, [r6, r7] - 4fa: 4620 mov r0, r4 - 4fc: 47c0 blx r8 - while (!_usart_sync_is_ready_to_send(&descr->device)) - 4fe: 4620 mov r0, r4 - 500: 47c8 blx r9 - 502: 2800 cmp r0, #0 - 504: d0fb beq.n 4fe - ; - } while (++offset < length); - 506: 3701 adds r7, #1 - 508: 42bd cmp r5, r7 - 50a: d8f5 bhi.n 4f8 - 50c: 2d00 cmp r5, #0 - while (!_usart_sync_is_transmit_done(&descr->device)) - 50e: 4e09 ldr r6, [pc, #36] ; (534 ) - } while (++offset < length); - 510: bf08 it eq - 512: 2501 moveq r5, #1 - while (!_usart_sync_is_transmit_done(&descr->device)) - 514: 4620 mov r0, r4 - 516: 47b0 blx r6 - 518: 2800 cmp r0, #0 - 51a: d0fb beq.n 514 - ; - return (int32_t)offset; -} - 51c: 4628 mov r0, r5 - 51e: e8bd 83f8 ldmia.w sp!, {r3, r4, r5, r6, r7, r8, r9, pc} - ASSERT(io_descr && buf && length); - 522: 4608 mov r0, r1 - 524: e7da b.n 4dc - 526: bf00 nop - 528: 000016a4 .word 0x000016a4 - 52c: 00000485 .word 0x00000485 - 530: 00000a67 .word 0x00000a67 - 534: 00000a71 .word 0x00000a71 - 538: 00000a59 .word 0x00000a59 - -0000053c : - * \param[in] length The size of a buffer - * - * \return The number of bytes read. - */ -static int32_t usart_sync_read(struct io_descriptor *const io_descr, uint8_t *const buf, const uint16_t length) -{ - 53c: e92d 43f8 stmdb sp!, {r3, r4, r5, r6, r7, r8, r9, lr} - 540: 460e mov r6, r1 - 542: 4615 mov r5, r2 - uint32_t offset = 0; - struct usart_sync_descriptor *descr = CONTAINER_OF(io_descr, struct usart_sync_descriptor, io); - - ASSERT(io_descr && buf && length); - 544: 4604 mov r4, r0 - 546: b118 cbz r0, 550 - 548: b1e9 cbz r1, 586 - 54a: 1e10 subs r0, r2, #0 - 54c: bf18 it ne - 54e: 2001 movne r0, #1 - 550: 490e ldr r1, [pc, #56] ; (58c ) - 552: 4b0f ldr r3, [pc, #60] ; (590 ) - do { - while (!_usart_sync_is_byte_received(&descr->device)) - 554: f8df 903c ldr.w r9, [pc, #60] ; 594 - ; - buf[offset] = _usart_sync_read_byte(&descr->device); - 558: f8df 803c ldr.w r8, [pc, #60] ; 598 - ASSERT(io_descr && buf && length); - 55c: f44f 7286 mov.w r2, #268 ; 0x10c - 560: 4798 blx r3 - uint32_t offset = 0; - 562: 2700 movs r7, #0 - while (!_usart_sync_is_byte_received(&descr->device)) - 564: 3408 adds r4, #8 - 566: 4620 mov r0, r4 - 568: 47c8 blx r9 - 56a: 2800 cmp r0, #0 - 56c: d0fb beq.n 566 - buf[offset] = _usart_sync_read_byte(&descr->device); - 56e: 4620 mov r0, r4 - 570: 47c0 blx r8 - 572: 55f0 strb r0, [r6, r7] - } while (++offset < length); - 574: 3701 adds r7, #1 - 576: 42bd cmp r5, r7 - 578: d8f5 bhi.n 566 - 57a: 2d00 cmp r5, #0 - - return (int32_t)offset; -} - 57c: bf14 ite ne - 57e: 4628 movne r0, r5 - 580: 2001 moveq r0, #1 - 582: e8bd 83f8 ldmia.w sp!, {r3, r4, r5, r6, r7, r8, r9, pc} - ASSERT(io_descr && buf && length); - 586: 4608 mov r0, r1 - 588: e7e2 b.n 550 - 58a: bf00 nop - 58c: 000016a4 .word 0x000016a4 - 590: 00000485 .word 0x00000485 - 594: 00000a7b .word 0x00000a7b - 598: 00000a5f .word 0x00000a5f - -0000059c : -{ - 59c: b538 push {r3, r4, r5, lr} - 59e: 460d mov r5, r1 - ASSERT(descr && hw); - 5a0: 4604 mov r4, r0 - 5a2: b110 cbz r0, 5aa - 5a4: 1e08 subs r0, r1, #0 - 5a6: bf18 it ne - 5a8: 2001 movne r0, #1 - 5aa: 4907 ldr r1, [pc, #28] ; (5c8 ) - 5ac: 4b07 ldr r3, [pc, #28] ; (5cc ) - 5ae: 2234 movs r2, #52 ; 0x34 - 5b0: 4798 blx r3 - init_status = _usart_sync_init(&descr->device, hw); - 5b2: 4b07 ldr r3, [pc, #28] ; (5d0 ) - 5b4: 4629 mov r1, r5 - 5b6: f104 0008 add.w r0, r4, #8 - 5ba: 4798 blx r3 - if (init_status) { - 5bc: b918 cbnz r0, 5c6 - descr->io.read = usart_sync_read; - 5be: 4b05 ldr r3, [pc, #20] ; (5d4 ) - 5c0: 6063 str r3, [r4, #4] - descr->io.write = usart_sync_write; - 5c2: 4b05 ldr r3, [pc, #20] ; (5d8 ) - 5c4: 6023 str r3, [r4, #0] -} - 5c6: bd38 pop {r3, r4, r5, pc} - 5c8: 000016a4 .word 0x000016a4 - 5cc: 00000485 .word 0x00000485 - 5d0: 00000a19 .word 0x00000a19 - 5d4: 0000053d .word 0x0000053d - 5d8: 000004c9 .word 0x000004c9 - -000005dc : -{ - 5dc: b510 push {r4, lr} - ASSERT(descr); - 5de: 4604 mov r4, r0 - 5e0: 3800 subs r0, #0 - 5e2: bf18 it ne - 5e4: 2001 movne r0, #1 - 5e6: 4905 ldr r1, [pc, #20] ; (5fc ) - 5e8: 4b05 ldr r3, [pc, #20] ; (600 ) - 5ea: 2253 movs r2, #83 ; 0x53 - 5ec: 4798 blx r3 - _usart_sync_enable(&descr->device); - 5ee: f104 0008 add.w r0, r4, #8 - 5f2: 4b04 ldr r3, [pc, #16] ; (604 ) - 5f4: 4798 blx r3 -} - 5f6: 2000 movs r0, #0 - 5f8: bd10 pop {r4, pc} - 5fa: bf00 nop - 5fc: 000016a4 .word 0x000016a4 - 600: 00000485 .word 0x00000485 - 604: 00000a45 .word 0x00000a45 - -00000608 : -{ - 608: b538 push {r3, r4, r5, lr} - 60a: 460d mov r5, r1 - ASSERT(descr && io); - 60c: 4604 mov r4, r0 - 60e: b110 cbz r0, 616 - 610: 1e08 subs r0, r1, #0 - 612: bf18 it ne - 614: 2001 movne r0, #1 - 616: 4903 ldr r1, [pc, #12] ; (624 ) - 618: 4b03 ldr r3, [pc, #12] ; (628 ) - 61a: 2269 movs r2, #105 ; 0x69 - 61c: 4798 blx r3 - *io = &descr->io; - 61e: 602c str r4, [r5, #0] -} - 620: 2000 movs r0, #0 - 622: bd38 pop {r3, r4, r5, pc} - 624: 000016a4 .word 0x000016a4 - 628: 00000485 .word 0x00000485 - -0000062c <_mclk_init>: -} - -static inline void hri_mclk_write_CPUDIV_reg(const void *const hw, hri_mclk_cpudiv_reg_t data) -{ - MCLK_CRITICAL_SECTION_ENTER(); - ((Mclk *)hw)->CPUDIV.reg = data; - 62c: 4b01 ldr r3, [pc, #4] ; (634 <_mclk_init+0x8>) - 62e: 2201 movs r2, #1 - 630: 715a strb r2, [r3, #5] - */ -void _mclk_init(void) -{ - void *hw = (void *)MCLK; - hri_mclk_write_CPUDIV_reg(hw, MCLK_CPUDIV_DIV(CONF_MCLK_CPUDIV)); -} - 632: 4770 bx lr - 634: 40000800 .word 0x40000800 - -00000638 : - return tmp; -} - -static inline hri_ramecc_intflag_reg_t hri_ramecc_read_INTFLAG_reg(const void *const hw) -{ - return ((Ramecc *)hw)->INTFLAG.reg; - 638: 4a0b ldr r2, [pc, #44] ; (668 ) - 63a: 7893 ldrb r3, [r2, #2] - -/** - * \internal RAMECC interrupt handler - */ -void RAMECC_Handler(void) -{ - 63c: b082 sub sp, #8 - 63e: b2db uxtb r3, r3 - struct _ramecc_device *dev = (struct _ramecc_device *)&device; - volatile uint32_t int_mask = hri_ramecc_read_INTFLAG_reg(RAMECC); - 640: 9301 str r3, [sp, #4] - - if (int_mask & RAMECC_INTFLAG_DUALE && dev->ramecc_cb.dual_bit_err) { - 642: 9b01 ldr r3, [sp, #4] - 644: 0799 lsls r1, r3, #30 - 646: d505 bpl.n 654 - 648: 4b08 ldr r3, [pc, #32] ; (66c ) - 64a: 681b ldr r3, [r3, #0] - 64c: b113 cbz r3, 654 - return tmp; -} - -static inline hri_ramecc_erraddr_reg_t hri_ramecc_read_ERRADDR_reg(const void *const hw) -{ - return ((Ramecc *)hw)->ERRADDR.reg; - 64e: 6850 ldr r0, [r2, #4] - } else if (int_mask & RAMECC_INTFLAG_SINGLEE && dev->ramecc_cb.single_bit_err) { - dev->ramecc_cb.single_bit_err((uint32_t)hri_ramecc_read_ERRADDR_reg(RAMECC)); - } else { - return; - } -} - 650: b002 add sp, #8 - dev->ramecc_cb.single_bit_err((uint32_t)hri_ramecc_read_ERRADDR_reg(RAMECC)); - 652: 4718 bx r3 - } else if (int_mask & RAMECC_INTFLAG_SINGLEE && dev->ramecc_cb.single_bit_err) { - 654: 9b01 ldr r3, [sp, #4] - 656: 07db lsls r3, r3, #31 - 658: d504 bpl.n 664 - 65a: 4b04 ldr r3, [pc, #16] ; (66c ) - 65c: 685b ldr r3, [r3, #4] - 65e: b10b cbz r3, 664 - 660: 4a01 ldr r2, [pc, #4] ; (668 ) - 662: e7f4 b.n 64e -} - 664: b002 add sp, #8 - 666: 4770 bx lr - 668: 41020000 .word 0x41020000 - 66c: 20000088 .word 0x20000088 - -00000670 : -/** - * \brief Default interrupt handler for unused IRQs. - */ -void Dummy_Handler(void) -{ - while (1) { - 670: e7fe b.n 670 - ... - -00000674 : - if (pSrc != pDest) { - 674: 4918 ldr r1, [pc, #96] ; (6d8 ) - 676: 4819 ldr r0, [pc, #100] ; (6dc ) - 678: 4281 cmp r1, r0 -{ - 67a: b510 push {r4, lr} - if (pSrc != pDest) { - 67c: d00a beq.n 694 - *pDest++ = *pSrc++; - 67e: 4b18 ldr r3, [pc, #96] ; (6e0 ) - 680: 1cda adds r2, r3, #3 - 682: 1a12 subs r2, r2, r0 - 684: f022 0203 bic.w r2, r2, #3 - 688: 1ec4 subs r4, r0, #3 - 68a: 42a3 cmp r3, r4 - 68c: bf38 it cc - 68e: 2200 movcc r2, #0 - 690: 4b14 ldr r3, [pc, #80] ; (6e4 ) - 692: 4798 blx r3 - *pDest++ = 0; - 694: 4b14 ldr r3, [pc, #80] ; (6e8 ) - 696: 4815 ldr r0, [pc, #84] ; (6ec ) - 698: 1cda adds r2, r3, #3 - 69a: 1a12 subs r2, r2, r0 - 69c: 1ec1 subs r1, r0, #3 - 69e: f022 0203 bic.w r2, r2, #3 - 6a2: 4299 cmp r1, r3 - 6a4: bf88 it hi - 6a6: 2200 movhi r2, #0 - 6a8: 4b11 ldr r3, [pc, #68] ; (6f0 ) - 6aa: 2100 movs r1, #0 - 6ac: 4798 blx r3 - SCB->VTOR = ((uint32_t)pSrc & SCB_VTOR_TBLOFF_Msk); - 6ae: 4a11 ldr r2, [pc, #68] ; (6f4 ) - 6b0: 4b11 ldr r3, [pc, #68] ; (6f8 ) - 6b2: f022 027f bic.w r2, r2, #127 ; 0x7f - 6b6: 609a str r2, [r3, #8] - SCB->CPACR |= (0xFu << 20); - 6b8: f8d3 2088 ldr.w r2, [r3, #136] ; 0x88 - 6bc: f442 0270 orr.w r2, r2, #15728640 ; 0xf00000 - 6c0: f8c3 2088 str.w r2, [r3, #136] ; 0x88 - \details Acts as a special kind of Data Memory Barrier. - It completes when all explicit memory accesses before this instruction complete. - */ -__STATIC_FORCEINLINE void __DSB(void) -{ - __ASM volatile ("dsb 0xF":::"memory"); - 6c4: f3bf 8f4f dsb sy - __ASM volatile ("isb 0xF":::"memory"); - 6c8: f3bf 8f6f isb sy - __libc_init_array(); - 6cc: 4b0b ldr r3, [pc, #44] ; (6fc ) - 6ce: 4798 blx r3 - main(); - 6d0: 4b0b ldr r3, [pc, #44] ; (700 ) - 6d2: 4798 blx r3 - while (1) - 6d4: e7fe b.n 6d4 - 6d6: bf00 nop - 6d8: 00001814 .word 0x00001814 - 6dc: 20000000 .word 0x20000000 - 6e0: 20000064 .word 0x20000064 - 6e4: 00000d5d .word 0x00000d5d - 6e8: 200000d8 .word 0x200000d8 - 6ec: 20000064 .word 0x20000064 - 6f0: 00000d79 .word 0x00000d79 - 6f4: 00000000 .word 0x00000000 - 6f8: e000ed00 .word 0xe000ed00 - 6fc: 00000d15 .word 0x00000d15 - 700: 00000705 .word 0x00000705 - -00000704
: -#include -#include "pdebug.h" -int main(void) -{ - 704: b508 push {r3, lr} - /* Initializes MCU, drivers and middleware */ - atmel_start_init(); - 706: 4b04 ldr r3, [pc, #16] ; (718 ) - 708: 4798 blx r3 - pdebug_init(); - 70a: 4b04 ldr r3, [pc, #16] ; (71c ) - 70c: 4798 blx r3 - - printf("Hi\n"); - 70e: 4804 ldr r0, [pc, #16] ; (720 ) - 710: 4b04 ldr r3, [pc, #16] ; (724 ) - 712: 4798 blx r3 - - /* Replace with your application code */ - while (1) { - 714: e7fe b.n 714 - 716: bf00 nop - 718: 00000c79 .word 0x00000c79 - 71c: 00000ce1 .word 0x00000ce1 - 720: 000016c0 .word 0x000016c0 - 724: 00000c81 .word 0x00000c81 - -00000728 <_osc32kctrl_init_sources>: -} - -static inline void hri_osc32kctrl_write_XOSC32K_reg(const void *const hw, hri_osc32kctrl_xosc32k_reg_t data) -{ - OSC32KCTRL_CRITICAL_SECTION_ENTER(); - ((Osc32kctrl *)hw)->XOSC32K.reg = data; - 728: 4b06 ldr r3, [pc, #24] ; (744 <_osc32kctrl_init_sources+0x1c>) - 72a: f242 328e movw r2, #9102 ; 0x238e - 72e: 829a strh r2, [r3, #20] -} - -static inline void hri_osc32kctrl_write_CFDCTRL_reg(const void *const hw, hri_osc32kctrl_cfdctrl_reg_t data) -{ - OSC32KCTRL_CRITICAL_SECTION_ENTER(); - ((Osc32kctrl *)hw)->CFDCTRL.reg = data; - 730: 2200 movs r2, #0 - 732: 759a strb r2, [r3, #22] -} - -static inline void hri_osc32kctrl_write_EVCTRL_reg(const void *const hw, hri_osc32kctrl_evctrl_reg_t data) -{ - OSC32KCTRL_CRITICAL_SECTION_ENTER(); - ((Osc32kctrl *)hw)->EVCTRL.reg = data; - 734: 75da strb r2, [r3, #23] -} - -static inline hri_osc32kctrl_osculp32k_reg_t hri_osc32kctrl_read_OSCULP32K_CALIB_bf(const void *const hw) -{ - uint32_t tmp; - tmp = ((Osc32kctrl *)hw)->OSCULP32K.reg; - 736: 69da ldr r2, [r3, #28] - calib = hri_osc32kctrl_read_OSCULP32K_CALIB_bf(hw); - hri_osc32kctrl_write_OSCULP32K_reg(hw, -#if CONF_OSCULP32K_CALIB_ENABLE == 1 - OSC32KCTRL_OSCULP32K_CALIB(CONF_OSCULP32K_CALIB) -#else - OSC32KCTRL_OSCULP32K_CALIB(calib) - 738: f402 527c and.w r2, r2, #16128 ; 0x3f00 -} - -static inline void hri_osc32kctrl_write_OSCULP32K_reg(const void *const hw, hri_osc32kctrl_osculp32k_reg_t data) -{ - OSC32KCTRL_CRITICAL_SECTION_ENTER(); - ((Osc32kctrl *)hw)->OSCULP32K.reg = data; - 73c: 61da str r2, [r3, #28] - ((Osc32kctrl *)hw)->RTCCTRL.reg = data; - 73e: 2201 movs r2, #1 - 740: 741a strb r2, [r3, #16] -#endif -#endif - - hri_osc32kctrl_write_RTCCTRL_reg(hw, OSC32KCTRL_RTCCTRL_RTCSEL(CONF_RTCCTRL)); - (void)calib; -} - 742: 4770 bx lr - 744: 40001400 .word 0x40001400 - -00000748 <_gpio_set_pin_function>: - * \brief Set gpio pin function - */ -static inline void _gpio_set_pin_function(const uint32_t gpio, const uint32_t function) -{ - uint8_t port = GPIO_PORT(gpio); - uint8_t pin = GPIO_PIN(gpio); - 748: f000 031f and.w r3, r0, #31 -static inline void hri_port_write_PINCFG_PMUXEN_bit(const void *const hw, uint8_t submodule_index, uint8_t index, - bool value) -{ - uint8_t tmp; - PORT_CRITICAL_SECTION_ENTER(); - tmp = ((Port *)hw)->Group[submodule_index].PINCFG[index].reg; - 74c: f103 4182 add.w r1, r3, #1090519040 ; 0x41000000 - 750: f501 4100 add.w r1, r1, #32768 ; 0x8000 - tmp = ((Port *)hw)->Group[submodule_index].PMUX[index].reg; - 754: 085b lsrs r3, r3, #1 - tmp = ((Port *)hw)->Group[submodule_index].PINCFG[index].reg; - 756: f891 20c0 ldrb.w r2, [r1, #192] ; 0xc0 - tmp &= ~PORT_PINCFG_PMUXEN; - 75a: f103 4382 add.w r3, r3, #1090519040 ; 0x41000000 - 75e: f002 02fe and.w r2, r2, #254 ; 0xfe - tmp |= value << PORT_PINCFG_PMUXEN_Pos; - 762: f042 0201 orr.w r2, r2, #1 - ((Port *)hw)->Group[submodule_index].PINCFG[index].reg = tmp; - 766: f503 4300 add.w r3, r3, #32768 ; 0x8000 - 76a: f881 20c0 strb.w r2, [r1, #192] ; 0xc0 - tmp = ((Port *)hw)->Group[submodule_index].PMUX[index].reg; - 76e: f893 20b0 ldrb.w r2, [r3, #176] ; 0xb0 - hri_port_write_PINCFG_PMUXEN_bit(PORT, port, pin, false); - - } else { - hri_port_write_PINCFG_PMUXEN_bit(PORT, port, pin, true); - - if (pin & 1) { - 772: f010 0f01 tst.w r0, #1 - tmp &= ~PORT_PMUX_PMUXO_Msk; - 776: bf15 itete ne - 778: f002 020f andne.w r2, r2, #15 - tmp &= ~PORT_PMUX_PMUXE_Msk; - 77c: f002 02f0 andeq.w r2, r2, #240 ; 0xf0 - tmp |= PORT_PMUX_PMUXO(data); - 780: f042 0230 orrne.w r2, r2, #48 ; 0x30 - tmp |= PORT_PMUX_PMUXE(data); - 784: f042 0203 orreq.w r2, r2, #3 - ((Port *)hw)->Group[submodule_index].PMUX[index].reg = tmp; - 788: f883 20b0 strb.w r2, [r3, #176] ; 0xb0 - } else { - // Even numbered pin - hri_port_write_PMUX_PMUXE_bf(PORT, port, pin >> 1, function & 0xffff); - } - } -} - 78c: 4770 bx lr - ... - -00000790 : -struct spi_m_sync_descriptor SPI_SD_MMC; - -struct usart_sync_descriptor USART_DBG; - -void USART_DBG_PORT_init(void) -{ - 790: b510 push {r4, lr} - * found in the header files for the device - * - */ -static inline void gpio_set_pin_function(const uint32_t pin, uint32_t function) -{ - _gpio_set_pin_function(pin, function); - 792: 4c05 ldr r4, [pc, #20] ; (7a8 ) - 794: 4905 ldr r1, [pc, #20] ; (7ac ) - 796: 2039 movs r0, #57 ; 0x39 - 798: 47a0 blx r4 - 79a: 4623 mov r3, r4 - 79c: 4904 ldr r1, [pc, #16] ; (7b0 ) - - gpio_set_pin_function(PB25, PINMUX_PB25D_SERCOM2_PAD0); - - gpio_set_pin_function(PB24, PINMUX_PB24D_SERCOM2_PAD1); -} - 79e: e8bd 4010 ldmia.w sp!, {r4, lr} - 7a2: 2038 movs r0, #56 ; 0x38 - 7a4: 4718 bx r3 - 7a6: bf00 nop - 7a8: 00000749 .word 0x00000749 - 7ac: 00390003 .word 0x00390003 - 7b0: 00380003 .word 0x00380003 - -000007b4 : -} - -static inline void hri_gclk_write_PCHCTRL_reg(const void *const hw, uint8_t index, hri_gclk_pchctrl_reg_t data) -{ - GCLK_CRITICAL_SECTION_ENTER(); - ((Gclk *)hw)->PCHCTRL[index].reg = data; - 7b4: 4b06 ldr r3, [pc, #24] ; (7d0 ) - 7b6: 2240 movs r2, #64 ; 0x40 - 7b8: f8c3 20dc str.w r2, [r3, #220] ; 0xdc - 7bc: 2243 movs r2, #67 ; 0x43 - 7be: f8c3 208c str.w r2, [r3, #140] ; 0x8c -} - -static inline void hri_mclk_set_APBBMASK_SERCOM2_bit(const void *const hw) -{ - MCLK_CRITICAL_SECTION_ENTER(); - ((Mclk *)hw)->APBBMASK.reg |= MCLK_APBBMASK_SERCOM2; - 7c2: 4a04 ldr r2, [pc, #16] ; (7d4 ) - 7c4: 6993 ldr r3, [r2, #24] - 7c6: f443 7300 orr.w r3, r3, #512 ; 0x200 - 7ca: 6193 str r3, [r2, #24] -{ - hri_gclk_write_PCHCTRL_reg(GCLK, SERCOM2_GCLK_ID_CORE, CONF_GCLK_SERCOM2_CORE_SRC | (1 << GCLK_PCHCTRL_CHEN_Pos)); - hri_gclk_write_PCHCTRL_reg(GCLK, SERCOM2_GCLK_ID_SLOW, CONF_GCLK_SERCOM2_SLOW_SRC | (1 << GCLK_PCHCTRL_CHEN_Pos)); - - hri_mclk_set_APBBMASK_SERCOM2_bit(MCLK); -} - 7cc: 4770 bx lr - 7ce: bf00 nop - 7d0: 40001c00 .word 0x40001c00 - 7d4: 40000800 .word 0x40000800 - -000007d8 : - -void USART_DBG_init(void) -{ - 7d8: b510 push {r4, lr} - USART_DBG_CLOCK_init(); - 7da: 4b05 ldr r3, [pc, #20] ; (7f0 ) - usart_sync_init(&USART_DBG, SERCOM2, (void *)NULL); - 7dc: 4905 ldr r1, [pc, #20] ; (7f4 ) - 7de: 4806 ldr r0, [pc, #24] ; (7f8 ) - USART_DBG_CLOCK_init(); - 7e0: 4798 blx r3 - usart_sync_init(&USART_DBG, SERCOM2, (void *)NULL); - 7e2: 4b06 ldr r3, [pc, #24] ; (7fc ) - 7e4: 2200 movs r2, #0 - 7e6: 4798 blx r3 - USART_DBG_PORT_init(); -} - 7e8: e8bd 4010 ldmia.w sp!, {r4, lr} - USART_DBG_PORT_init(); - 7ec: 4b04 ldr r3, [pc, #16] ; (800 ) - 7ee: 4718 bx r3 - 7f0: 000007b5 .word 0x000007b5 - 7f4: 41012000 .word 0x41012000 - 7f8: 20000098 .word 0x20000098 - 7fc: 0000059d .word 0x0000059d - 800: 00000791 .word 0x00000791 - -00000804 : - -void SPI_SD_MMC_PORT_init(void) -{ - 804: b570 push {r4, r5, r6, lr} - ((Port *)hw)->Group[submodule_index].OUTCLR.reg = mask; - 806: 4c1b ldr r4, [pc, #108] ; (874 ) - 808: 4d1b ldr r5, [pc, #108] ; (878 ) - 80a: 491c ldr r1, [pc, #112] ; (87c ) - 80c: f04f 6300 mov.w r3, #134217728 ; 0x8000000 - 810: f8c4 3094 str.w r3, [r4, #148] ; 0x94 - -static inline void hri_port_write_WRCONFIG_reg(const void *const hw, uint8_t submodule_index, - hri_port_wrconfig_reg_t data) -{ - PORT_CRITICAL_SECTION_ENTER(); - ((Port *)hw)->Group[submodule_index].WRCONFIG.reg = data; - 814: f04f 4680 mov.w r6, #1073741824 ; 0x40000000 - ((Port *)hw)->Group[submodule_index].DIRSET.reg = mask; - 818: f8c4 3088 str.w r3, [r4, #136] ; 0x88 - ((Port *)hw)->Group[submodule_index].WRCONFIG.reg = data; - 81c: 4b18 ldr r3, [pc, #96] ; (880 ) - 81e: f8c4 60a8 str.w r6, [r4, #168] ; 0xa8 - 822: 203b movs r0, #59 ; 0x3b - 824: f8c4 30a8 str.w r3, [r4, #168] ; 0xa8 - 828: 47a8 blx r5 - ((Port *)hw)->Group[submodule_index].OUTCLR.reg = mask; - 82a: f04f 6380 mov.w r3, #67108864 ; 0x4000000 - 82e: f8c4 3094 str.w r3, [r4, #148] ; 0x94 - ((Port *)hw)->Group[submodule_index].DIRSET.reg = mask; - 832: f8c4 3088 str.w r3, [r4, #136] ; 0x88 - ((Port *)hw)->Group[submodule_index].WRCONFIG.reg = data; - 836: 4b13 ldr r3, [pc, #76] ; (884 ) - 838: f8c4 60a8 str.w r6, [r4, #168] ; 0xa8 - 83c: 4912 ldr r1, [pc, #72] ; (888 ) - 83e: f8c4 30a8 str.w r3, [r4, #168] ; 0xa8 - 842: 203a movs r0, #58 ; 0x3a - 844: 47a8 blx r5 - ((Port *)hw)->Group[submodule_index].DIRCLR.reg = mask; - 846: f04f 5300 mov.w r3, #536870912 ; 0x20000000 - 84a: f8c4 3084 str.w r3, [r4, #132] ; 0x84 - ((Port *)hw)->Group[submodule_index].WRCONFIG.reg = data; - 84e: 4b0f ldr r3, [pc, #60] ; (88c ) - 850: f8c4 30a8 str.w r3, [r4, #168] ; 0xa8 - 854: 4b0e ldr r3, [pc, #56] ; (890 ) - 856: f8c4 30a8 str.w r3, [r4, #168] ; 0xa8 - ((Port *)hw)->Group[submodule_index].PINCFG[index].reg &= ~PORT_PINCFG_PULLEN; - 85a: f894 30dd ldrb.w r3, [r4, #221] ; 0xdd - 85e: 490d ldr r1, [pc, #52] ; (894 ) - 860: f003 03fb and.w r3, r3, #251 ; 0xfb - 864: f884 30dd strb.w r3, [r4, #221] ; 0xdd - 868: 203d movs r0, #61 ; 0x3d - 86a: 462b mov r3, r5 - // Pull-up - // Pull-down - GPIO_PULL_OFF); - - gpio_set_pin_function(PB29, PINMUX_PB29D_SERCOM4_PAD3); -} - 86c: e8bd 4070 ldmia.w sp!, {r4, r5, r6, lr} - 870: 4718 bx r3 - 872: bf00 nop - 874: 41008000 .word 0x41008000 - 878: 00000749 .word 0x00000749 - 87c: 003b0003 .word 0x003b0003 - 880: c0000800 .word 0xc0000800 - 884: c0000400 .word 0xc0000400 - 888: 003a0003 .word 0x003a0003 - 88c: 40020000 .word 0x40020000 - 890: c0022000 .word 0xc0022000 - 894: 003d0003 .word 0x003d0003 - -00000898 : - 898: 4b06 ldr r3, [pc, #24] ; (8b4 ) - 89a: 2240 movs r2, #64 ; 0x40 - 89c: f8c3 2108 str.w r2, [r3, #264] ; 0x108 - 8a0: 2243 movs r2, #67 ; 0x43 - 8a2: f8c3 208c str.w r2, [r3, #140] ; 0x8c -} - -static inline void hri_mclk_set_APBDMASK_SERCOM4_bit(const void *const hw) -{ - MCLK_CRITICAL_SECTION_ENTER(); - ((Mclk *)hw)->APBDMASK.reg |= MCLK_APBDMASK_SERCOM4; - 8a6: 4a04 ldr r2, [pc, #16] ; (8b8 ) - 8a8: 6a13 ldr r3, [r2, #32] - 8aa: f043 0301 orr.w r3, r3, #1 - 8ae: 6213 str r3, [r2, #32] -{ - hri_gclk_write_PCHCTRL_reg(GCLK, SERCOM4_GCLK_ID_CORE, CONF_GCLK_SERCOM4_CORE_SRC | (1 << GCLK_PCHCTRL_CHEN_Pos)); - hri_gclk_write_PCHCTRL_reg(GCLK, SERCOM4_GCLK_ID_SLOW, CONF_GCLK_SERCOM4_SLOW_SRC | (1 << GCLK_PCHCTRL_CHEN_Pos)); - - hri_mclk_set_APBDMASK_SERCOM4_bit(MCLK); -} - 8b0: 4770 bx lr - 8b2: bf00 nop - 8b4: 40001c00 .word 0x40001c00 - 8b8: 40000800 .word 0x40000800 - -000008bc : - -void SPI_SD_MMC_init(void) -{ - 8bc: b510 push {r4, lr} - SPI_SD_MMC_CLOCK_init(); - 8be: 4b05 ldr r3, [pc, #20] ; (8d4 ) - spi_m_sync_init(&SPI_SD_MMC, SERCOM4); - 8c0: 4805 ldr r0, [pc, #20] ; (8d8 ) - SPI_SD_MMC_CLOCK_init(); - 8c2: 4798 blx r3 - spi_m_sync_init(&SPI_SD_MMC, SERCOM4); - 8c4: f04f 4186 mov.w r1, #1124073472 ; 0x43000000 - 8c8: 4b04 ldr r3, [pc, #16] ; (8dc ) - 8ca: 4798 blx r3 - SPI_SD_MMC_PORT_init(); -} - 8cc: e8bd 4010 ldmia.w sp!, {r4, lr} - SPI_SD_MMC_PORT_init(); - 8d0: 4b03 ldr r3, [pc, #12] ; (8e0 ) - 8d2: 4718 bx r3 - 8d4: 00000899 .word 0x00000899 - 8d8: 200000a4 .word 0x200000a4 - 8dc: 00000301 .word 0x00000301 - 8e0: 00000805 .word 0x00000805 - -000008e4 : - -void delay_driver_init(void) -{ - delay_init(SysTick); - 8e4: 4801 ldr r0, [pc, #4] ; (8ec ) - 8e6: 4b02 ldr r3, [pc, #8] ; (8f0 ) - 8e8: 4718 bx r3 - 8ea: bf00 nop - 8ec: e000e010 .word 0xe000e010 - 8f0: 000003f9 .word 0x000003f9 - -000008f4 : -} - -void system_init(void) -{ - 8f4: b510 push {r4, lr} - * Currently the following initialization functions are supported: - * - System clock initialization - */ -static inline void init_mcu(void) -{ - _init_chip(); - 8f6: 4b05 ldr r3, [pc, #20] ; (90c ) - 8f8: 4798 blx r3 - init_mcu(); - - USART_DBG_init(); - 8fa: 4b05 ldr r3, [pc, #20] ; (910 ) - 8fc: 4798 blx r3 - - SPI_SD_MMC_init(); - 8fe: 4b05 ldr r3, [pc, #20] ; (914 ) - 900: 4798 blx r3 - - delay_driver_init(); -} - 902: e8bd 4010 ldmia.w sp!, {r4, lr} - delay_driver_init(); - 906: 4b04 ldr r3, [pc, #16] ; (918 ) - 908: 4718 bx r3 - 90a: bf00 nop - 90c: 00000409 .word 0x00000409 - 910: 000007d9 .word 0x000007d9 - 914: 000008bd .word 0x000008bd - 918: 000008e5 .word 0x000008e5 - -0000091c : - return ((Sercom *)hw)->I2CS.SYNCBUSY.reg & reg; -} - -static inline void hri_sercomspi_wait_for_sync(const void *const hw, hri_sercomspi_syncbusy_reg_t reg) -{ - while (((Sercom *)hw)->SPI.SYNCBUSY.reg & reg) { - 91c: 69c3 ldr r3, [r0, #28] - 91e: 420b tst r3, r1 - 920: d1fc bne.n 91c - }; -} - 922: 4770 bx lr - -00000924 : - return ((Sercom *)hw)->SPI.SYNCBUSY.reg & reg; -} - -static inline void hri_sercomusart_wait_for_sync(const void *const hw, hri_sercomusart_syncbusy_reg_t reg) -{ - while (((Sercom *)hw)->USART.SYNCBUSY.reg & reg) { - 924: 69c3 ldr r3, [r0, #28] - 926: 420b tst r3, r1 - 928: d1fc bne.n 924 - }; -} - 92a: 4770 bx lr - -0000092c : -} - -static inline void hri_sercomspi_clear_CTRLA_ENABLE_bit(const void *const hw) -{ - SERCOM_CRITICAL_SECTION_ENTER(); - ((Sercom *)hw)->SPI.CTRLA.reg &= ~SERCOM_SPI_CTRLA_ENABLE; - 92c: 6802 ldr r2, [r0, #0] - hri_sercomspi_wait_for_sync(hw, SERCOM_SPI_SYNCBUSY_SWRST | SERCOM_SPI_SYNCBUSY_ENABLE); - 92e: 4b03 ldr r3, [pc, #12] ; (93c ) - ((Sercom *)hw)->SPI.CTRLA.reg &= ~SERCOM_SPI_CTRLA_ENABLE; - 930: f022 0202 bic.w r2, r2, #2 - 934: 6002 str r2, [r0, #0] - hri_sercomspi_wait_for_sync(hw, SERCOM_SPI_SYNCBUSY_SWRST | SERCOM_SPI_SYNCBUSY_ENABLE); - 936: 2103 movs r1, #3 - 938: 4718 bx r3 - 93a: bf00 nop - 93c: 0000091d .word 0x0000091d - -00000940 : -} - -static inline void hri_sercomusart_clear_CTRLA_ENABLE_bit(const void *const hw) -{ - SERCOM_CRITICAL_SECTION_ENTER(); - ((Sercom *)hw)->USART.CTRLA.reg &= ~SERCOM_USART_CTRLA_ENABLE; - 940: 6802 ldr r2, [r0, #0] - hri_sercomusart_wait_for_sync(hw, SERCOM_USART_SYNCBUSY_SWRST | SERCOM_USART_SYNCBUSY_ENABLE); - 942: 4b03 ldr r3, [pc, #12] ; (950 ) - ((Sercom *)hw)->USART.CTRLA.reg &= ~SERCOM_USART_CTRLA_ENABLE; - 944: f022 0202 bic.w r2, r2, #2 - 948: 6002 str r2, [r0, #0] - hri_sercomusart_wait_for_sync(hw, SERCOM_USART_SYNCBUSY_SWRST | SERCOM_USART_SYNCBUSY_ENABLE); - 94a: 2103 movs r1, #3 - 94c: 4718 bx r3 - 94e: bf00 nop - 950: 00000925 .word 0x00000925 - -00000954 <_sercom_get_hardware_index>: - -/** - * \brief Retrieve ordinal number of the given sercom hardware instance - */ -static uint8_t _sercom_get_hardware_index(const void *const hw) -{ - 954: b570 push {r4, r5, r6, lr} - Sercom *const sercom_modules[] = SERCOM_INSTS; - 956: 4d0c ldr r5, [pc, #48] ; (988 <_sercom_get_hardware_index+0x34>) -{ - 958: 4606 mov r6, r0 - Sercom *const sercom_modules[] = SERCOM_INSTS; - 95a: cd0f ldmia r5!, {r0, r1, r2, r3} -{ - 95c: b088 sub sp, #32 - Sercom *const sercom_modules[] = SERCOM_INSTS; - 95e: 466c mov r4, sp - 960: c40f stmia r4!, {r0, r1, r2, r3} - 962: e895 000f ldmia.w r5, {r0, r1, r2, r3} - 966: e884 000f stmia.w r4, {r0, r1, r2, r3} - /* Find index for SERCOM instance. */ - for (uint32_t i = 0; i < SERCOM_INST_NUM; i++) { - 96a: 466a mov r2, sp - 96c: 2300 movs r3, #0 - if ((uint32_t)hw == (uint32_t)sercom_modules[i]) { - 96e: f852 1b04 ldr.w r1, [r2], #4 - 972: 42b1 cmp r1, r6 - 974: d102 bne.n 97c <_sercom_get_hardware_index+0x28> - return i; - 976: b2d8 uxtb r0, r3 - } - } - return 0; -} - 978: b008 add sp, #32 - 97a: bd70 pop {r4, r5, r6, pc} - for (uint32_t i = 0; i < SERCOM_INST_NUM; i++) { - 97c: 3301 adds r3, #1 - 97e: 2b08 cmp r3, #8 - 980: d1f5 bne.n 96e <_sercom_get_hardware_index+0x1a> - return 0; - 982: 2000 movs r0, #0 - 984: e7f8 b.n 978 <_sercom_get_hardware_index+0x24> - 986: bf00 nop - 988: 000016e0 .word 0x000016e0 - -0000098c <_usart_init>: - * \param[in] hw The pointer to hardware instance - * - * \return The status of initialization - */ -static int32_t _usart_init(void *const hw) -{ - 98c: b538 push {r3, r4, r5, lr} - uint8_t sercom_offset = _sercom_get_hardware_index(hw); - 98e: 4b1b ldr r3, [pc, #108] ; (9fc <_usart_init+0x70>) -{ - 990: 4604 mov r4, r0 - uint8_t sercom_offset = _sercom_get_hardware_index(hw); - 992: 4798 blx r3 - if (_usarts[i].number == sercom_offset) { - 994: 2802 cmp r0, #2 - 996: d005 beq.n 9a4 <_usart_init+0x18> - ASSERT(false); - 998: 4919 ldr r1, [pc, #100] ; (a00 <_usart_init+0x74>) - 99a: 4b1a ldr r3, [pc, #104] ; (a04 <_usart_init+0x78>) - 99c: f240 2247 movw r2, #583 ; 0x247 - 9a0: 2000 movs r0, #0 - 9a2: 4798 blx r3 - return ((Sercom *)hw)->USART.SYNCBUSY.reg & reg; - 9a4: 69e3 ldr r3, [r4, #28] - 9a6: 4d18 ldr r5, [pc, #96] ; (a08 <_usart_init+0x7c>) - uint8_t i = _get_sercom_index(hw); - - if (!hri_sercomusart_is_syncing(hw, SERCOM_USART_SYNCBUSY_SWRST)) { - 9a8: f013 0f01 tst.w r3, #1 - 9ac: d10e bne.n 9cc <_usart_init+0x40> - -static inline hri_sercomusart_ctrla_reg_t hri_sercomusart_get_CTRLA_reg(const void *const hw, - hri_sercomusart_ctrla_reg_t mask) -{ - uint32_t tmp; - hri_sercomusart_wait_for_sync(hw, SERCOM_USART_SYNCBUSY_SWRST | SERCOM_USART_SYNCBUSY_ENABLE); - 9ae: 2103 movs r1, #3 - 9b0: 4620 mov r0, r4 - 9b2: 47a8 blx r5 - tmp = ((Sercom *)hw)->USART.CTRLA.reg; - 9b4: 6823 ldr r3, [r4, #0] - uint32_t mode = _usarts[i].ctrl_a & SERCOM_USART_CTRLA_MODE_Msk; - if (hri_sercomusart_get_CTRLA_reg(hw, SERCOM_USART_CTRLA_ENABLE)) { - 9b6: 079b lsls r3, r3, #30 - 9b8: d503 bpl.n 9c2 <_usart_init+0x36> - hri_sercomusart_clear_CTRLA_ENABLE_bit(hw); - 9ba: 4b14 ldr r3, [pc, #80] ; (a0c <_usart_init+0x80>) - 9bc: 4798 blx r3 - hri_sercomusart_wait_for_sync(hw, SERCOM_USART_SYNCBUSY_ENABLE); - 9be: 2102 movs r1, #2 - 9c0: 47a8 blx r5 -} - -static inline void hri_sercomusart_write_CTRLA_reg(const void *const hw, hri_sercomusart_ctrla_reg_t data) -{ - SERCOM_CRITICAL_SECTION_ENTER(); - ((Sercom *)hw)->USART.CTRLA.reg = data; - 9c2: 2305 movs r3, #5 - 9c4: 6023 str r3, [r4, #0] - hri_sercomusart_wait_for_sync(hw, SERCOM_USART_SYNCBUSY_SWRST | SERCOM_USART_SYNCBUSY_ENABLE); - 9c6: 2103 movs r1, #3 - 9c8: 4620 mov r0, r4 - 9ca: 47a8 blx r5 - } - hri_sercomusart_write_CTRLA_reg(hw, SERCOM_USART_CTRLA_SWRST | mode); - } - hri_sercomusart_wait_for_sync(hw, SERCOM_USART_SYNCBUSY_SWRST); - 9cc: 4620 mov r0, r4 - 9ce: 2101 movs r1, #1 - 9d0: 47a8 blx r5 - ((Sercom *)hw)->USART.CTRLA.reg = data; - 9d2: 4b0f ldr r3, [pc, #60] ; (a10 <_usart_init+0x84>) - 9d4: 6023 str r3, [r4, #0] - hri_sercomusart_wait_for_sync(hw, SERCOM_USART_SYNCBUSY_SWRST | SERCOM_USART_SYNCBUSY_ENABLE); - 9d6: 2103 movs r1, #3 - 9d8: 47a8 blx r5 -} - -static inline void hri_sercomusart_write_CTRLB_reg(const void *const hw, hri_sercomusart_ctrlb_reg_t data) -{ - SERCOM_CRITICAL_SECTION_ENTER(); - ((Sercom *)hw)->USART.CTRLB.reg = data; - 9da: f44f 3340 mov.w r3, #196608 ; 0x30000 - 9de: 6063 str r3, [r4, #4] - hri_sercomusart_wait_for_sync(hw, SERCOM_USART_SYNCBUSY_MASK); - 9e0: 211f movs r1, #31 - 9e2: 47a8 blx r5 -} - -static inline void hri_sercomusart_write_CTRLC_reg(const void *const hw, hri_sercomusart_ctrlc_reg_t data) -{ - SERCOM_CRITICAL_SECTION_ENTER(); - ((Sercom *)hw)->USART.CTRLC.reg = data; - 9e4: 4b0b ldr r3, [pc, #44] ; (a14 <_usart_init+0x88>) - 9e6: 60a3 str r3, [r4, #8] -} - -static inline void hri_sercomusart_write_BAUD_reg(const void *const hw, hri_sercomusart_baud_reg_t data) -{ - SERCOM_CRITICAL_SECTION_ENTER(); - ((Sercom *)hw)->USART.BAUD.reg = data; - 9e8: f64f 4311 movw r3, #64529 ; 0xfc11 - 9ec: 81a3 strh r3, [r4, #12] -} - -static inline void hri_sercomusart_write_RXPL_reg(const void *const hw, hri_sercomusart_rxpl_reg_t data) -{ - SERCOM_CRITICAL_SECTION_ENTER(); - ((Sercom *)hw)->USART.RXPL.reg = data; - 9ee: 2300 movs r3, #0 - 9f0: 73a3 strb r3, [r4, #14] - - hri_sercomusart_write_RXPL_reg(hw, _usarts[i].rxpl); - hri_sercomusart_write_DBGCTRL_reg(hw, _usarts[i].debug_ctrl); - - return ERR_NONE; -} - 9f2: 4618 mov r0, r3 -} - -static inline void hri_sercomusart_write_DBGCTRL_reg(const void *const hw, hri_sercomusart_dbgctrl_reg_t data) -{ - SERCOM_CRITICAL_SECTION_ENTER(); - ((Sercom *)hw)->USART.DBGCTRL.reg = data; - 9f4: f884 3030 strb.w r3, [r4, #48] ; 0x30 - 9f8: bd38 pop {r3, r4, r5, pc} - 9fa: bf00 nop - 9fc: 00000955 .word 0x00000955 - a00: 000016c4 .word 0x000016c4 - a04: 00000485 .word 0x00000485 - a08: 00000925 .word 0x00000925 - a0c: 00000941 .word 0x00000941 - a10: 40100004 .word 0x40100004 - a14: 00700002 .word 0x00700002 - -00000a18 <_usart_sync_init>: -{ - a18: b570 push {r4, r5, r6, lr} - ASSERT(device); - a1a: 4605 mov r5, r0 - a1c: 3800 subs r0, #0 -{ - a1e: 460c mov r4, r1 - ASSERT(device); - a20: 4b05 ldr r3, [pc, #20] ; (a38 <_usart_sync_init+0x20>) - a22: 4906 ldr r1, [pc, #24] ; (a3c <_usart_sync_init+0x24>) - a24: bf18 it ne - a26: 2001 movne r0, #1 - a28: 22bb movs r2, #187 ; 0xbb - a2a: 4798 blx r3 - device->hw = hw; - a2c: 602c str r4, [r5, #0] - return _usart_init(hw); - a2e: 4620 mov r0, r4 - a30: 4b03 ldr r3, [pc, #12] ; (a40 <_usart_sync_init+0x28>) -} - a32: e8bd 4070 ldmia.w sp!, {r4, r5, r6, lr} - return _usart_init(hw); - a36: 4718 bx r3 - a38: 00000485 .word 0x00000485 - a3c: 000016c4 .word 0x000016c4 - a40: 0000098d .word 0x0000098d - -00000a44 <_usart_sync_enable>: - hri_sercomusart_set_CTRLA_ENABLE_bit(device->hw); - a44: 6800 ldr r0, [r0, #0] - ((Sercom *)hw)->USART.CTRLA.reg |= SERCOM_USART_CTRLA_ENABLE; - a46: 6803 ldr r3, [r0, #0] - a48: f043 0302 orr.w r3, r3, #2 - a4c: 6003 str r3, [r0, #0] - hri_sercomusart_wait_for_sync(hw, SERCOM_USART_SYNCBUSY_SWRST | SERCOM_USART_SYNCBUSY_ENABLE); - a4e: 2103 movs r1, #3 - a50: 4b00 ldr r3, [pc, #0] ; (a54 <_usart_sync_enable+0x10>) - a52: 4718 bx r3 - a54: 00000925 .word 0x00000925 - -00000a58 <_usart_sync_write_byte>: - hri_sercomusart_write_DATA_reg(device->hw, data); - a58: 6803 ldr r3, [r0, #0] - ((Sercom *)hw)->USART.DATA.reg = data; - a5a: 6299 str r1, [r3, #40] ; 0x28 -} - a5c: 4770 bx lr - -00000a5e <_usart_sync_read_byte>: - return hri_sercomusart_read_DATA_reg(device->hw); - a5e: 6803 ldr r3, [r0, #0] - return ((Sercom *)hw)->USART.DATA.reg; - a60: 6a98 ldr r0, [r3, #40] ; 0x28 -} - a62: b2c0 uxtb r0, r0 - a64: 4770 bx lr - -00000a66 <_usart_sync_is_ready_to_send>: - return hri_sercomusart_get_interrupt_DRE_bit(device->hw); - a66: 6803 ldr r3, [r0, #0] - return (((Sercom *)hw)->USART.INTFLAG.reg & SERCOM_USART_INTFLAG_DRE) >> SERCOM_USART_INTFLAG_DRE_Pos; - a68: 7e18 ldrb r0, [r3, #24] -} - a6a: f000 0001 and.w r0, r0, #1 - a6e: 4770 bx lr - -00000a70 <_usart_sync_is_transmit_done>: - return hri_sercomusart_get_interrupt_TXC_bit(device->hw); - a70: 6803 ldr r3, [r0, #0] - return (((Sercom *)hw)->USART.INTFLAG.reg & SERCOM_USART_INTFLAG_TXC) >> SERCOM_USART_INTFLAG_TXC_Pos; - a72: 7e18 ldrb r0, [r3, #24] -} - a74: f3c0 0040 ubfx r0, r0, #1, #1 - a78: 4770 bx lr - -00000a7a <_usart_sync_is_byte_received>: - return hri_sercomusart_get_interrupt_RXC_bit(device->hw); - a7a: 6803 ldr r3, [r0, #0] - return (((Sercom *)hw)->USART.INTFLAG.reg & SERCOM_USART_INTFLAG_RXC) >> SERCOM_USART_INTFLAG_RXC_Pos; - a7c: 7e18 ldrb r0, [r3, #24] -} - a7e: f3c0 0080 ubfx r0, r0, #2, #1 - a82: 4770 bx lr - -00000a84 <_spi_m_sync_init>: - - return NULL; -} - -int32_t _spi_m_sync_init(struct _spi_m_sync_dev *dev, void *const hw) -{ - a84: e92d 43f8 stmdb sp!, {r3, r4, r5, r6, r7, r8, r9, lr} - uint8_t n = _sercom_get_hardware_index((const void *)hw_addr); - a88: 4b44 ldr r3, [pc, #272] ; (b9c <_spi_m_sync_init+0x118>) - return NULL; - a8a: 4d45 ldr r5, [pc, #276] ; (ba0 <_spi_m_sync_init+0x11c>) -{ - a8c: 4607 mov r7, r0 - uint8_t n = _sercom_get_hardware_index((const void *)hw_addr); - a8e: 4608 mov r0, r1 -{ - a90: 460c mov r4, r1 - uint8_t n = _sercom_get_hardware_index((const void *)hw_addr); - a92: 4798 blx r3 - return NULL; - a94: 2804 cmp r0, #4 - a96: bf18 it ne - a98: 2500 movne r5, #0 - const struct sercomspi_regs_cfg *regs = _spi_get_regs((uint32_t)hw); - - ASSERT(dev && hw); - a9a: 2f00 cmp r7, #0 - a9c: d05d beq.n b5a <_spi_m_sync_init+0xd6> - a9e: 1e20 subs r0, r4, #0 - aa0: bf18 it ne - aa2: 2001 movne r0, #1 - aa4: 4e3f ldr r6, [pc, #252] ; (ba4 <_spi_m_sync_init+0x120>) - aa6: 4940 ldr r1, [pc, #256] ; (ba8 <_spi_m_sync_init+0x124>) - aa8: f640 123f movw r2, #2367 ; 0x93f - aac: 47b0 blx r6 - - if (regs == NULL) { - aae: 46b0 mov r8, r6 - ab0: 2d00 cmp r5, #0 - ab2: d070 beq.n b96 <_spi_m_sync_init+0x112> - return ((Sercom *)hw)->SPI.SYNCBUSY.reg & reg; - ab4: 69e3 ldr r3, [r4, #28] - ab6: 4e3d ldr r6, [pc, #244] ; (bac <_spi_m_sync_init+0x128>) - return ERR_INVALID_ARG; - } - - if (!hri_sercomspi_is_syncing(hw, SERCOM_SPI_SYNCBUSY_SWRST)) { - ab8: f013 0f01 tst.w r3, #1 - abc: d113 bne.n ae6 <_spi_m_sync_init+0x62> - hri_sercomspi_wait_for_sync(hw, SERCOM_SPI_SYNCBUSY_SWRST | SERCOM_SPI_SYNCBUSY_ENABLE); - abe: 2103 movs r1, #3 - ac0: 4620 mov r0, r4 - uint32_t mode = regs->ctrla & SERCOM_SPI_CTRLA_MODE_Msk; - ac2: f8d5 9000 ldr.w r9, [r5] - ac6: 47b0 blx r6 - tmp = ((Sercom *)hw)->SPI.CTRLA.reg; - ac8: 6823 ldr r3, [r4, #0] - if (hri_sercomspi_get_CTRLA_reg(hw, SERCOM_SPI_CTRLA_ENABLE)) { - aca: 079b lsls r3, r3, #30 - uint32_t mode = regs->ctrla & SERCOM_SPI_CTRLA_MODE_Msk; - acc: f009 091c and.w r9, r9, #28 - if (hri_sercomspi_get_CTRLA_reg(hw, SERCOM_SPI_CTRLA_ENABLE)) { - ad0: d503 bpl.n ada <_spi_m_sync_init+0x56> - hri_sercomspi_clear_CTRLA_ENABLE_bit(hw); - ad2: 4b37 ldr r3, [pc, #220] ; (bb0 <_spi_m_sync_init+0x12c>) - ad4: 4798 blx r3 - hri_sercomspi_wait_for_sync(hw, SERCOM_SPI_SYNCBUSY_ENABLE); - ad6: 2102 movs r1, #2 - ad8: 47b0 blx r6 - } - hri_sercomspi_write_CTRLA_reg(hw, SERCOM_SPI_CTRLA_SWRST | mode); - ada: f049 0301 orr.w r3, r9, #1 - ((Sercom *)hw)->SPI.CTRLA.reg = data; - ade: 6023 str r3, [r4, #0] - hri_sercomspi_wait_for_sync(hw, SERCOM_SPI_SYNCBUSY_SWRST | SERCOM_SPI_SYNCBUSY_ENABLE); - ae0: 2103 movs r1, #3 - ae2: 4620 mov r0, r4 - ae4: 47b0 blx r6 - } - hri_sercomspi_wait_for_sync(hw, SERCOM_SPI_SYNCBUSY_SWRST); - ae6: 2101 movs r1, #1 - ae8: 4620 mov r0, r4 - aea: 47b0 blx r6 - - dev->prvt = hw; - - if ((regs->ctrla & SERCOM_SPI_CTRLA_MODE_Msk) == SERCOM_USART_CTRLA_MODE_SPI_SLAVE) { - aec: 682b ldr r3, [r5, #0] - aee: f8df 90c4 ldr.w r9, [pc, #196] ; bb4 <_spi_m_sync_init+0x130> - dev->prvt = hw; - af2: 603c str r4, [r7, #0] - if ((regs->ctrla & SERCOM_SPI_CTRLA_MODE_Msk) == SERCOM_USART_CTRLA_MODE_SPI_SLAVE) { - af4: f003 031c and.w r3, r3, #28 - af8: 2b08 cmp r3, #8 - afa: d130 bne.n b5e <_spi_m_sync_init+0xda> - ASSERT(hw && regs); - afc: 492a ldr r1, [pc, #168] ; (ba8 <_spi_m_sync_init+0x124>) - afe: 2001 movs r0, #1 - b00: f640 121d movw r2, #2333 ; 0x91d - b04: 47c0 blx r8 - hw, regs->ctrla & ~(SERCOM_SPI_CTRLA_IBON | SERCOM_SPI_CTRLA_ENABLE | SERCOM_SPI_CTRLA_SWRST)); - b06: 682b ldr r3, [r5, #0] - hri_sercomspi_write_CTRLA_reg( - b08: ea03 0309 and.w r3, r3, r9 - ((Sercom *)hw)->SPI.CTRLA.reg = data; - b0c: 6023 str r3, [r4, #0] - hri_sercomspi_wait_for_sync(hw, SERCOM_SPI_SYNCBUSY_SWRST | SERCOM_SPI_SYNCBUSY_ENABLE); - b0e: 2103 movs r1, #3 - b10: 4620 mov r0, r4 - b12: 47b0 blx r6 - (regs->ctrlb & ~(SERCOM_SPI_CTRLB_MSSEN)) - b14: 686b ldr r3, [r5, #4] - | (SERCOM_SPI_CTRLB_RXEN | SERCOM_SPI_CTRLB_SSDE | SERCOM_SPI_CTRLB_PLOADEN)); - b16: f423 3308 bic.w r3, r3, #139264 ; 0x22000 - b1a: f423 7310 bic.w r3, r3, #576 ; 0x240 - hri_sercomspi_write_CTRLB_reg(hw, - b1e: f443 3300 orr.w r3, r3, #131072 ; 0x20000 - b22: f443 7310 orr.w r3, r3, #576 ; 0x240 - ((Sercom *)hw)->SPI.CTRLB.reg = data; - b26: 6063 str r3, [r4, #4] - hri_sercomspi_wait_for_sync(hw, SERCOM_SPI_SYNCBUSY_MASK); - b28: 2117 movs r1, #23 - b2a: 47b0 blx r6 - hri_sercomspi_write_ADDR_reg(hw, regs->addr); - b2c: 68ab ldr r3, [r5, #8] - ((Sercom *)hw)->SPI.ADDR.reg = data; - b2e: 6263 str r3, [r4, #36] ; 0x24 - hri_sercomspi_write_DBGCTRL_reg(hw, regs->dbgctrl); - b30: 7b6b ldrb r3, [r5, #13] - ((Sercom *)hw)->SPI.DBGCTRL.reg = data; - b32: f884 3030 strb.w r3, [r4, #48] ; 0x30 - return ((Sercom *)hw)->SPI.SYNCBUSY.reg & reg; - b36: 69e3 ldr r3, [r4, #28] - while (hri_sercomspi_is_syncing(hw, 0xFFFFFFFF)) - b38: 2b00 cmp r3, #0 - b3a: d1fc bne.n b36 <_spi_m_sync_init+0xb2> - } else { - _spi_load_regs_master(hw, regs); - } - - /* Load character size from default hardware configuration */ - dev->char_size = ((regs->ctrlb & SERCOM_SPI_CTRLB_CHSIZE_Msk) == 0) ? 1 : 2; - b3c: 686b ldr r3, [r5, #4] - b3e: f013 0f07 tst.w r3, #7 - b42: bf0c ite eq - b44: 2301 moveq r3, #1 - b46: 2302 movne r3, #2 - b48: 713b strb r3, [r7, #4] - - dev->dummy_byte = regs->dummy_byte; - b4a: 7bab ldrb r3, [r5, #14] - b4c: 7bea ldrb r2, [r5, #15] - b4e: ea43 2302 orr.w r3, r3, r2, lsl #8 - b52: 80fb strh r3, [r7, #6] - - return ERR_NONE; - b54: 2000 movs r0, #0 -} - b56: e8bd 83f8 ldmia.w sp!, {r3, r4, r5, r6, r7, r8, r9, pc} - ASSERT(dev && hw); - b5a: 4638 mov r0, r7 - b5c: e7a2 b.n aa4 <_spi_m_sync_init+0x20> - ASSERT(hw && regs); - b5e: 4912 ldr r1, [pc, #72] ; (ba8 <_spi_m_sync_init+0x124>) - b60: 2001 movs r0, #1 - b62: f640 1209 movw r2, #2313 ; 0x909 - b66: 47c0 blx r8 - hw, regs->ctrla & ~(SERCOM_SPI_CTRLA_IBON | SERCOM_SPI_CTRLA_ENABLE | SERCOM_SPI_CTRLA_SWRST)); - b68: 682b ldr r3, [r5, #0] - hri_sercomspi_write_CTRLA_reg( - b6a: ea03 0309 and.w r3, r3, r9 - ((Sercom *)hw)->SPI.CTRLA.reg = data; - b6e: 6023 str r3, [r4, #0] - hri_sercomspi_wait_for_sync(hw, SERCOM_SPI_SYNCBUSY_SWRST | SERCOM_SPI_SYNCBUSY_ENABLE); - b70: 2103 movs r1, #3 - b72: 4620 mov r0, r4 - b74: 47b0 blx r6 - (regs->ctrlb - b76: 686b ldr r3, [r5, #4] - | (SERCOM_SPI_CTRLB_RXEN)); - b78: f423 3338 bic.w r3, r3, #188416 ; 0x2e000 - b7c: f423 7310 bic.w r3, r3, #576 ; 0x240 - hri_sercomspi_write_CTRLB_reg( - b80: f443 3300 orr.w r3, r3, #131072 ; 0x20000 - ((Sercom *)hw)->SPI.CTRLB.reg = data; - b84: 6063 str r3, [r4, #4] - hri_sercomspi_wait_for_sync(hw, SERCOM_SPI_SYNCBUSY_MASK); - b86: 2117 movs r1, #23 - b88: 47b0 blx r6 - hri_sercomspi_write_BAUD_reg(hw, regs->baud); - b8a: 7b2b ldrb r3, [r5, #12] - ((Sercom *)hw)->SPI.BAUD.reg = data; - b8c: 7323 strb r3, [r4, #12] - hri_sercomspi_write_DBGCTRL_reg(hw, regs->dbgctrl); - b8e: 7b6b ldrb r3, [r5, #13] - ((Sercom *)hw)->SPI.DBGCTRL.reg = data; - b90: f884 3030 strb.w r3, [r4, #48] ; 0x30 -} - b94: e7d2 b.n b3c <_spi_m_sync_init+0xb8> - return ERR_INVALID_ARG; - b96: f06f 000c mvn.w r0, #12 - b9a: e7dc b.n b56 <_spi_m_sync_init+0xd2> - b9c: 00000955 .word 0x00000955 - ba0: 00001718 .word 0x00001718 - ba4: 00000485 .word 0x00000485 - ba8: 000016c4 .word 0x000016c4 - bac: 0000091d .word 0x0000091d - bb0: 0000092d .word 0x0000092d - bb4: fffffefc .word 0xfffffefc - -00000bb8 <_spi_m_sync_trans>: - - return ERR_NONE; -} - -int32_t _spi_m_sync_trans(struct _spi_m_sync_dev *dev, const struct spi_msg *msg) -{ - bb8: e92d 43f8 stmdb sp!, {r3, r4, r5, r6, r7, r8, r9, lr} - void * hw = dev->prvt; - bbc: 6804 ldr r4, [r0, #0] - int32_t rc = 0; - struct _spi_trans_ctrl ctrl = {msg->txbuf, msg->rxbuf, 0, 0, dev->char_size}; - bbe: f890 8004 ldrb.w r8, [r0, #4] - - ASSERT(dev && hw); - bc2: 4b2a ldr r3, [pc, #168] ; (c6c <_spi_m_sync_trans+0xb4>) -{ - bc4: 4607 mov r7, r0 - ASSERT(dev && hw); - bc6: 1e20 subs r0, r4, #0 - struct _spi_trans_ctrl ctrl = {msg->txbuf, msg->rxbuf, 0, 0, dev->char_size}; - bc8: e9d1 6500 ldrd r6, r5, [r1] - ASSERT(dev && hw); - bcc: f640 22a3 movw r2, #2723 ; 0xaa3 - bd0: bf18 it ne - bd2: 2001 movne r0, #1 -{ - bd4: 4689 mov r9, r1 - ASSERT(dev && hw); - bd6: 4926 ldr r1, [pc, #152] ; (c70 <_spi_m_sync_trans+0xb8>) - bd8: 4798 blx r3 - return ((Sercom *)hw)->SPI.SYNCBUSY.reg & reg; - bda: 69e2 ldr r2, [r4, #28] - - /* If settings are not applied (pending), we can not go on */ - if (hri_sercomspi_is_syncing( - bdc: f012 0207 ands.w r2, r2, #7 - be0: d13e bne.n c60 <_spi_m_sync_trans+0xa8> - hri_sercomspi_wait_for_sync(hw, SERCOM_SPI_SYNCBUSY_SWRST | SERCOM_SPI_SYNCBUSY_ENABLE); - be2: 4b24 ldr r3, [pc, #144] ; (c74 <_spi_m_sync_trans+0xbc>) - be4: 2103 movs r1, #3 - be6: 4620 mov r0, r4 - be8: 4798 blx r3 - tmp = ((Sercom *)hw)->SPI.CTRLA.reg; - bea: 6823 ldr r3, [r4, #0] - hw, (SERCOM_SPI_SYNCBUSY_SWRST | SERCOM_SPI_SYNCBUSY_ENABLE | SERCOM_SPI_SYNCBUSY_CTRLB))) { - return ERR_BUSY; - } - - /* SPI must be enabled to start synchronous transfer */ - if (!hri_sercomspi_get_CTRLA_ENABLE_bit(hw)) { - bec: 0799 lsls r1, r3, #30 - bee: d53a bpl.n c66 <_spi_m_sync_trans+0xae> - struct _spi_trans_ctrl ctrl = {msg->txbuf, msg->rxbuf, 0, 0, dev->char_size}; - bf0: 4611 mov r1, r2 - return ((Sercom *)hw)->SPI.INTFLAG.reg; - bf2: 7e23 ldrb r3, [r4, #24] - bf4: b2d8 uxtb r0, r3 - if (!(iflag & SERCOM_SPI_INTFLAG_RXC)) { - bf6: 075b lsls r3, r3, #29 - bf8: d40f bmi.n c1a <_spi_m_sync_trans+0x62> - uint32_t iflag = hri_sercomspi_read_INTFLAG_reg(hw); - - if (!_spi_rx_check_and_receive(hw, iflag, &ctrl)) { - /* In master mode, do not start next byte before previous byte received - * to make better output waveform */ - if (ctrl.rxcnt >= ctrl.txcnt) { - bfa: 428a cmp r2, r1 - bfc: d818 bhi.n c30 <_spi_m_sync_trans+0x78> - if (!(SERCOM_SPI_INTFLAG_DRE & iflag)) { - bfe: 07c3 lsls r3, r0, #31 - c00: d516 bpl.n c30 <_spi_m_sync_trans+0x78> - _spi_tx_check_and_send(hw, iflag, &ctrl, dev->dummy_byte); - c02: 88fb ldrh r3, [r7, #6] - if (ctrl->txbuf) { - c04: b136 cbz r6, c14 <_spi_m_sync_trans+0x5c> - if (ctrl->char_size > 1) { - c06: f1b8 0f01 cmp.w r8, #1 - data = *ctrl->txbuf++; - c0a: 7833 ldrb r3, [r6, #0] - data |= (*ctrl->txbuf) << 8; - c0c: bf8c ite hi - c0e: f836 3b02 ldrhhi.w r3, [r6], #2 - data = *ctrl->txbuf++; - c12: 3601 addls r6, #1 - ctrl->txcnt++; - c14: 3201 adds r2, #1 - ((Sercom *)hw)->SPI.DATA.reg = data; - c16: 62a3 str r3, [r4, #40] ; 0x28 -} - c18: e00a b.n c30 <_spi_m_sync_trans+0x78> - return ((Sercom *)hw)->SPI.DATA.reg; - c1a: 6aa3 ldr r3, [r4, #40] ; 0x28 - if (ctrl->rxbuf) { - c1c: b13d cbz r5, c2e <_spi_m_sync_trans+0x76> - if (ctrl->char_size > 1) { - c1e: f1b8 0f01 cmp.w r8, #1 - *ctrl->rxbuf++ = (uint8_t)data; - c22: 702b strb r3, [r5, #0] - *ctrl->rxbuf++ = (uint8_t)(data >> 8); - c24: bf85 ittet hi - c26: 0a1b lsrhi r3, r3, #8 - c28: 706b strbhi r3, [r5, #1] - *ctrl->rxbuf++ = (uint8_t)data; - c2a: 3501 addls r5, #1 - *ctrl->rxbuf++ = (uint8_t)(data >> 8); - c2c: 3502 addhi r5, #2 - ctrl->rxcnt++; - c2e: 3101 adds r1, #1 - if (SERCOM_SPI_INTFLAG_ERROR & iflag) { - c30: 0600 lsls r0, r0, #24 - c32: d407 bmi.n c44 <_spi_m_sync_trans+0x8c> - rc = _spi_err_check(iflag, hw); - - if (rc < 0) { - break; - } - if (ctrl.txcnt >= msg->size && ctrl.rxcnt >= msg->size) { - c34: f8d9 3008 ldr.w r3, [r9, #8] - c38: 4293 cmp r3, r2 - c3a: d8da bhi.n bf2 <_spi_m_sync_trans+0x3a> - c3c: 428b cmp r3, r1 - c3e: d8d8 bhi.n bf2 <_spi_m_sync_trans+0x3a> - rc = ctrl.txcnt; - c40: 4610 mov r0, r2 - while (!(hri_sercomspi_get_INTFLAG_reg(hw, SERCOM_SPI_INTFLAG_TXC | SERCOM_SPI_INTFLAG_DRE))) { - c42: e006 b.n c52 <_spi_m_sync_trans+0x9a> -} - -static inline void hri_sercomspi_clear_STATUS_reg(const void *const hw, hri_sercomspi_status_reg_t mask) -{ - SERCOM_CRITICAL_SECTION_ENTER(); - ((Sercom *)hw)->SPI.STATUS.reg = mask; - c44: f64f 73ff movw r3, #65535 ; 0xffff - c48: 8363 strh r3, [r4, #26] - ((Sercom *)hw)->SPI.INTFLAG.reg = mask; - c4a: 2380 movs r3, #128 ; 0x80 - c4c: 7623 strb r3, [r4, #24] - return ERR_OVERFLOW; - c4e: f06f 0012 mvn.w r0, #18 - tmp = ((Sercom *)hw)->SPI.INTFLAG.reg; - c52: 7e23 ldrb r3, [r4, #24] - while (!(hri_sercomspi_get_INTFLAG_reg(hw, SERCOM_SPI_INTFLAG_TXC | SERCOM_SPI_INTFLAG_DRE))) { - c54: 079b lsls r3, r3, #30 - c56: d0fc beq.n c52 <_spi_m_sync_trans+0x9a> - ((Sercom *)hw)->SPI.INTFLAG.reg = mask; - c58: 2303 movs r3, #3 - c5a: 7623 strb r3, [r4, #24] - } - /* Wait until SPI bus idle */ - _spi_wait_bus_idle(hw); - - return rc; -} - c5c: e8bd 83f8 ldmia.w sp!, {r3, r4, r5, r6, r7, r8, r9, pc} - return ERR_BUSY; - c60: f06f 0003 mvn.w r0, #3 - c64: e7fa b.n c5c <_spi_m_sync_trans+0xa4> - return ERR_NOT_INITIALIZED; - c66: f06f 0013 mvn.w r0, #19 - c6a: e7f7 b.n c5c <_spi_m_sync_trans+0xa4> - c6c: 00000485 .word 0x00000485 - c70: 000016c4 .word 0x000016c4 - c74: 0000091d .word 0x0000091d - -00000c78 : -/** - * Initializes MCU, drivers and middleware in the project - **/ -void atmel_start_init(void) -{ - system_init(); - c78: 4b00 ldr r3, [pc, #0] ; (c7c ) - c7a: 4718 bx r3 - c7c: 000008f5 .word 0x000008f5 - -00000c80 : - - return 0; -} - -int pprintf(const char* fmt, ...) -{ - c80: b40f push {r0, r1, r2, r3} - c82: b530 push {r4, r5, lr} - c84: b0c3 sub sp, #268 ; 0x10c - size_t size_str = strlen(fmt); - c86: 4c11 ldr r4, [pc, #68] ; (ccc ) -{ - c88: 9d46 ldr r5, [sp, #280] ; 0x118 - size_t size_str = strlen(fmt); - c8a: 4628 mov r0, r5 - c8c: 47a0 blx r4 - if (size_str >= MAX_PRINTF_BUFFER) - c8e: 28ff cmp r0, #255 ; 0xff - c90: d818 bhi.n cc4 - { - return -1; - } - uint8_t printf_buffer[MAX_PRINTF_BUFFER]; - memset(printf_buffer, '\0', MAX_PRINTF_BUFFER); - c92: 4b0f ldr r3, [pc, #60] ; (cd0 ) - c94: f44f 7280 mov.w r2, #256 ; 0x100 - c98: 2100 movs r1, #0 - c9a: a802 add r0, sp, #8 - c9c: 4798 blx r3 - va_list args; - va_start(args, fmt); - c9e: aa47 add r2, sp, #284 ; 0x11c - vsprintf((char*)printf_buffer, fmt, args); - ca0: 4b0c ldr r3, [pc, #48] ; (cd4 ) - va_start(args, fmt); - ca2: 9201 str r2, [sp, #4] - vsprintf((char*)printf_buffer, fmt, args); - ca4: 4629 mov r1, r5 - ca6: a802 add r0, sp, #8 - ca8: 4798 blx r3 - va_end(args); - return io_write(debug_io, (const uint8_t*)printf_buffer, strlen((const char*)printf_buffer)); - caa: a802 add r0, sp, #8 - cac: 47a0 blx r4 - cae: 4b0a ldr r3, [pc, #40] ; (cd8 ) - cb0: b282 uxth r2, r0 - cb2: a902 add r1, sp, #8 - cb4: 6818 ldr r0, [r3, #0] - cb6: 4b09 ldr r3, [pc, #36] ; (cdc ) - cb8: 4798 blx r3 -} - cba: b043 add sp, #268 ; 0x10c - cbc: e8bd 4030 ldmia.w sp!, {r4, r5, lr} - cc0: b004 add sp, #16 - cc2: 4770 bx lr - return -1; - cc4: f04f 30ff mov.w r0, #4294967295 ; 0xffffffff - cc8: e7f7 b.n cba - cca: bf00 nop - ccc: 00000d89 .word 0x00000d89 - cd0: 00000d79 .word 0x00000d79 - cd4: 00000dc5 .word 0x00000dc5 - cd8: 200000bc .word 0x200000bc - cdc: 000002a5 .word 0x000002a5 - -00000ce0 : -{ - ce0: b510 push {r4, lr} - usart_sync_get_io_descriptor(&USART_DBG, &debug_io); - ce2: 4c06 ldr r4, [pc, #24] ; (cfc ) - ce4: 4906 ldr r1, [pc, #24] ; (d00 ) - ce6: 4b07 ldr r3, [pc, #28] ; (d04 ) - ce8: 4620 mov r0, r4 - cea: 4798 blx r3 - usart_sync_enable(&USART_DBG); - cec: 4b06 ldr r3, [pc, #24] ; (d08 ) - cee: 4620 mov r0, r4 - cf0: 4798 blx r3 - printf("Debug Initialized\n"); - cf2: 4b06 ldr r3, [pc, #24] ; (d0c ) - cf4: 4806 ldr r0, [pc, #24] ; (d10 ) - cf6: 4798 blx r3 -} - cf8: 2000 movs r0, #0 - cfa: bd10 pop {r4, pc} - cfc: 20000098 .word 0x20000098 - d00: 200000bc .word 0x200000bc - d04: 00000609 .word 0x00000609 - d08: 000005dd .word 0x000005dd - d0c: 00000c81 .word 0x00000c81 - d10: 00001729 .word 0x00001729 - -00000d14 <__libc_init_array>: - d14: b570 push {r4, r5, r6, lr} - d16: 4d0d ldr r5, [pc, #52] ; (d4c <__libc_init_array+0x38>) - d18: 4c0d ldr r4, [pc, #52] ; (d50 <__libc_init_array+0x3c>) - d1a: 1b64 subs r4, r4, r5 - d1c: 10a4 asrs r4, r4, #2 - d1e: 2600 movs r6, #0 - d20: 42a6 cmp r6, r4 - d22: d109 bne.n d38 <__libc_init_array+0x24> - d24: 4d0b ldr r5, [pc, #44] ; (d54 <__libc_init_array+0x40>) - d26: 4c0c ldr r4, [pc, #48] ; (d58 <__libc_init_array+0x44>) - d28: f000 fd64 bl 17f4 <_init> - d2c: 1b64 subs r4, r4, r5 - d2e: 10a4 asrs r4, r4, #2 - d30: 2600 movs r6, #0 - d32: 42a6 cmp r6, r4 - d34: d105 bne.n d42 <__libc_init_array+0x2e> - d36: bd70 pop {r4, r5, r6, pc} - d38: f855 3b04 ldr.w r3, [r5], #4 - d3c: 4798 blx r3 - d3e: 3601 adds r6, #1 - d40: e7ee b.n d20 <__libc_init_array+0xc> - d42: f855 3b04 ldr.w r3, [r5], #4 - d46: 4798 blx r3 - d48: 3601 adds r6, #1 - d4a: e7f2 b.n d32 <__libc_init_array+0x1e> - d4c: 00001800 .word 0x00001800 - d50: 00001800 .word 0x00001800 - d54: 00001800 .word 0x00001800 - d58: 00001804 .word 0x00001804 - -00000d5c : - d5c: 440a add r2, r1 - d5e: 4291 cmp r1, r2 - d60: f100 33ff add.w r3, r0, #4294967295 ; 0xffffffff - d64: d100 bne.n d68 - d66: 4770 bx lr - d68: b510 push {r4, lr} - d6a: f811 4b01 ldrb.w r4, [r1], #1 - d6e: f803 4f01 strb.w r4, [r3, #1]! - d72: 4291 cmp r1, r2 - d74: d1f9 bne.n d6a - d76: bd10 pop {r4, pc} - -00000d78 : - d78: 4402 add r2, r0 - d7a: 4603 mov r3, r0 - d7c: 4293 cmp r3, r2 - d7e: d100 bne.n d82 - d80: 4770 bx lr - d82: f803 1b01 strb.w r1, [r3], #1 - d86: e7f9 b.n d7c - -00000d88 : - d88: 4603 mov r3, r0 - d8a: f813 2b01 ldrb.w r2, [r3], #1 - d8e: 2a00 cmp r2, #0 - d90: d1fb bne.n d8a - d92: 1a18 subs r0, r3, r0 - d94: 3801 subs r0, #1 - d96: 4770 bx lr - -00000d98 <_vsiprintf_r>: - d98: b500 push {lr} - d9a: b09b sub sp, #108 ; 0x6c - d9c: 9100 str r1, [sp, #0] - d9e: 9104 str r1, [sp, #16] - da0: f06f 4100 mvn.w r1, #2147483648 ; 0x80000000 - da4: 9105 str r1, [sp, #20] - da6: 9102 str r1, [sp, #8] - da8: 4905 ldr r1, [pc, #20] ; (dc0 <_vsiprintf_r+0x28>) - daa: 9103 str r1, [sp, #12] - dac: 4669 mov r1, sp - dae: f000 f8cb bl f48 <_svfiprintf_r> - db2: 9b00 ldr r3, [sp, #0] - db4: 2200 movs r2, #0 - db6: 701a strb r2, [r3, #0] - db8: b01b add sp, #108 ; 0x6c - dba: f85d fb04 ldr.w pc, [sp], #4 - dbe: bf00 nop - dc0: ffff0208 .word 0xffff0208 - -00000dc4 : - dc4: 4613 mov r3, r2 - dc6: 460a mov r2, r1 - dc8: 4601 mov r1, r0 - dca: 4802 ldr r0, [pc, #8] ; (dd4 ) - dcc: 6800 ldr r0, [r0, #0] - dce: f7ff bfe3 b.w d98 <_vsiprintf_r> - dd2: bf00 nop - dd4: 20000000 .word 0x20000000 - -00000dd8 <__retarget_lock_acquire_recursive>: - dd8: 4770 bx lr - -00000dda <__retarget_lock_release_recursive>: - dda: 4770 bx lr - -00000ddc <_malloc_r>: - ddc: b5f8 push {r3, r4, r5, r6, r7, lr} - dde: 1ccd adds r5, r1, #3 - de0: f025 0503 bic.w r5, r5, #3 - de4: 3508 adds r5, #8 - de6: 2d0c cmp r5, #12 - de8: bf38 it cc - dea: 250c movcc r5, #12 - dec: 2d00 cmp r5, #0 - dee: 4606 mov r6, r0 - df0: db01 blt.n df6 <_malloc_r+0x1a> - df2: 42a9 cmp r1, r5 - df4: d903 bls.n dfe <_malloc_r+0x22> - df6: 230c movs r3, #12 - df8: 6033 str r3, [r6, #0] - dfa: 2000 movs r0, #0 - dfc: bdf8 pop {r3, r4, r5, r6, r7, pc} - dfe: f000 fbb1 bl 1564 <__malloc_lock> - e02: 4921 ldr r1, [pc, #132] ; (e88 <_malloc_r+0xac>) - e04: 680a ldr r2, [r1, #0] - e06: 4614 mov r4, r2 - e08: b99c cbnz r4, e32 <_malloc_r+0x56> - e0a: 4f20 ldr r7, [pc, #128] ; (e8c <_malloc_r+0xb0>) - e0c: 683b ldr r3, [r7, #0] - e0e: b923 cbnz r3, e1a <_malloc_r+0x3e> - e10: 4621 mov r1, r4 - e12: 4630 mov r0, r6 - e14: f000 fb2c bl 1470 <_sbrk_r> - e18: 6038 str r0, [r7, #0] - e1a: 4629 mov r1, r5 - e1c: 4630 mov r0, r6 - e1e: f000 fb27 bl 1470 <_sbrk_r> - e22: 1c43 adds r3, r0, #1 - e24: d123 bne.n e6e <_malloc_r+0x92> - e26: 230c movs r3, #12 - e28: 6033 str r3, [r6, #0] - e2a: 4630 mov r0, r6 - e2c: f000 fba0 bl 1570 <__malloc_unlock> - e30: e7e3 b.n dfa <_malloc_r+0x1e> - e32: 6823 ldr r3, [r4, #0] - e34: 1b5b subs r3, r3, r5 - e36: d417 bmi.n e68 <_malloc_r+0x8c> - e38: 2b0b cmp r3, #11 - e3a: d903 bls.n e44 <_malloc_r+0x68> - e3c: 6023 str r3, [r4, #0] - e3e: 441c add r4, r3 - e40: 6025 str r5, [r4, #0] - e42: e004 b.n e4e <_malloc_r+0x72> - e44: 6863 ldr r3, [r4, #4] - e46: 42a2 cmp r2, r4 - e48: bf0c ite eq - e4a: 600b streq r3, [r1, #0] - e4c: 6053 strne r3, [r2, #4] - e4e: 4630 mov r0, r6 - e50: f000 fb8e bl 1570 <__malloc_unlock> - e54: f104 000b add.w r0, r4, #11 - e58: 1d23 adds r3, r4, #4 - e5a: f020 0007 bic.w r0, r0, #7 - e5e: 1ac2 subs r2, r0, r3 - e60: d0cc beq.n dfc <_malloc_r+0x20> - e62: 1a1b subs r3, r3, r0 - e64: 50a3 str r3, [r4, r2] - e66: e7c9 b.n dfc <_malloc_r+0x20> - e68: 4622 mov r2, r4 - e6a: 6864 ldr r4, [r4, #4] - e6c: e7cc b.n e08 <_malloc_r+0x2c> - e6e: 1cc4 adds r4, r0, #3 - e70: f024 0403 bic.w r4, r4, #3 - e74: 42a0 cmp r0, r4 - e76: d0e3 beq.n e40 <_malloc_r+0x64> - e78: 1a21 subs r1, r4, r0 - e7a: 4630 mov r0, r6 - e7c: f000 faf8 bl 1470 <_sbrk_r> - e80: 3001 adds r0, #1 - e82: d1dd bne.n e40 <_malloc_r+0x64> - e84: e7cf b.n e26 <_malloc_r+0x4a> - e86: bf00 nop - e88: 200000c0 .word 0x200000c0 - e8c: 200000c4 .word 0x200000c4 - -00000e90 <__ssputs_r>: - e90: e92d 47f0 stmdb sp!, {r4, r5, r6, r7, r8, r9, sl, lr} - e94: 688e ldr r6, [r1, #8] - e96: 429e cmp r6, r3 - e98: 4682 mov sl, r0 - e9a: 460c mov r4, r1 - e9c: 4690 mov r8, r2 - e9e: 461f mov r7, r3 - ea0: d838 bhi.n f14 <__ssputs_r+0x84> - ea2: 898a ldrh r2, [r1, #12] - ea4: f412 6f90 tst.w r2, #1152 ; 0x480 - ea8: d032 beq.n f10 <__ssputs_r+0x80> - eaa: 6825 ldr r5, [r4, #0] - eac: 6909 ldr r1, [r1, #16] - eae: eba5 0901 sub.w r9, r5, r1 - eb2: 6965 ldr r5, [r4, #20] - eb4: eb05 0545 add.w r5, r5, r5, lsl #1 - eb8: eb05 75d5 add.w r5, r5, r5, lsr #31 - ebc: 3301 adds r3, #1 - ebe: 444b add r3, r9 - ec0: 106d asrs r5, r5, #1 - ec2: 429d cmp r5, r3 - ec4: bf38 it cc - ec6: 461d movcc r5, r3 - ec8: 0553 lsls r3, r2, #21 - eca: d531 bpl.n f30 <__ssputs_r+0xa0> - ecc: 4629 mov r1, r5 - ece: f7ff ff85 bl ddc <_malloc_r> - ed2: 4606 mov r6, r0 - ed4: b950 cbnz r0, eec <__ssputs_r+0x5c> - ed6: 230c movs r3, #12 - ed8: f8ca 3000 str.w r3, [sl] - edc: 89a3 ldrh r3, [r4, #12] - ede: f043 0340 orr.w r3, r3, #64 ; 0x40 - ee2: 81a3 strh r3, [r4, #12] - ee4: f04f 30ff mov.w r0, #4294967295 ; 0xffffffff - ee8: e8bd 87f0 ldmia.w sp!, {r4, r5, r6, r7, r8, r9, sl, pc} - eec: 6921 ldr r1, [r4, #16] - eee: 464a mov r2, r9 - ef0: f7ff ff34 bl d5c - ef4: 89a3 ldrh r3, [r4, #12] - ef6: f423 6390 bic.w r3, r3, #1152 ; 0x480 - efa: f043 0380 orr.w r3, r3, #128 ; 0x80 - efe: 81a3 strh r3, [r4, #12] - f00: 6126 str r6, [r4, #16] - f02: 6165 str r5, [r4, #20] - f04: 444e add r6, r9 - f06: eba5 0509 sub.w r5, r5, r9 - f0a: 6026 str r6, [r4, #0] - f0c: 60a5 str r5, [r4, #8] - f0e: 463e mov r6, r7 - f10: 42be cmp r6, r7 - f12: d900 bls.n f16 <__ssputs_r+0x86> - f14: 463e mov r6, r7 - f16: 4632 mov r2, r6 - f18: 6820 ldr r0, [r4, #0] - f1a: 4641 mov r1, r8 - f1c: f000 fb08 bl 1530 - f20: 68a3 ldr r3, [r4, #8] - f22: 6822 ldr r2, [r4, #0] - f24: 1b9b subs r3, r3, r6 - f26: 4432 add r2, r6 - f28: 60a3 str r3, [r4, #8] - f2a: 6022 str r2, [r4, #0] - f2c: 2000 movs r0, #0 - f2e: e7db b.n ee8 <__ssputs_r+0x58> - f30: 462a mov r2, r5 - f32: f000 fb71 bl 1618 <_realloc_r> - f36: 4606 mov r6, r0 - f38: 2800 cmp r0, #0 - f3a: d1e1 bne.n f00 <__ssputs_r+0x70> - f3c: 6921 ldr r1, [r4, #16] - f3e: 4650 mov r0, sl - f40: f000 fb1c bl 157c <_free_r> - f44: e7c7 b.n ed6 <__ssputs_r+0x46> - ... - -00000f48 <_svfiprintf_r>: - f48: e92d 4ff0 stmdb sp!, {r4, r5, r6, r7, r8, r9, sl, fp, lr} - f4c: 4698 mov r8, r3 - f4e: 898b ldrh r3, [r1, #12] - f50: 061b lsls r3, r3, #24 - f52: b09d sub sp, #116 ; 0x74 - f54: 4607 mov r7, r0 - f56: 460d mov r5, r1 - f58: 4614 mov r4, r2 - f5a: d50e bpl.n f7a <_svfiprintf_r+0x32> - f5c: 690b ldr r3, [r1, #16] - f5e: b963 cbnz r3, f7a <_svfiprintf_r+0x32> - f60: 2140 movs r1, #64 ; 0x40 - f62: f7ff ff3b bl ddc <_malloc_r> - f66: 6028 str r0, [r5, #0] - f68: 6128 str r0, [r5, #16] - f6a: b920 cbnz r0, f76 <_svfiprintf_r+0x2e> - f6c: 230c movs r3, #12 - f6e: 603b str r3, [r7, #0] - f70: f04f 30ff mov.w r0, #4294967295 ; 0xffffffff - f74: e0d1 b.n 111a <_svfiprintf_r+0x1d2> - f76: 2340 movs r3, #64 ; 0x40 - f78: 616b str r3, [r5, #20] - f7a: 2300 movs r3, #0 - f7c: 9309 str r3, [sp, #36] ; 0x24 - f7e: 2320 movs r3, #32 - f80: f88d 3029 strb.w r3, [sp, #41] ; 0x29 - f84: f8cd 800c str.w r8, [sp, #12] - f88: 2330 movs r3, #48 ; 0x30 - f8a: f8df 81a8 ldr.w r8, [pc, #424] ; 1134 <_svfiprintf_r+0x1ec> - f8e: f88d 302a strb.w r3, [sp, #42] ; 0x2a - f92: f04f 0901 mov.w r9, #1 - f96: 4623 mov r3, r4 - f98: 469a mov sl, r3 - f9a: f813 2b01 ldrb.w r2, [r3], #1 - f9e: b10a cbz r2, fa4 <_svfiprintf_r+0x5c> - fa0: 2a25 cmp r2, #37 ; 0x25 - fa2: d1f9 bne.n f98 <_svfiprintf_r+0x50> - fa4: ebba 0b04 subs.w fp, sl, r4 - fa8: d00b beq.n fc2 <_svfiprintf_r+0x7a> - faa: 465b mov r3, fp - fac: 4622 mov r2, r4 - fae: 4629 mov r1, r5 - fb0: 4638 mov r0, r7 - fb2: f7ff ff6d bl e90 <__ssputs_r> - fb6: 3001 adds r0, #1 - fb8: f000 80aa beq.w 1110 <_svfiprintf_r+0x1c8> - fbc: 9a09 ldr r2, [sp, #36] ; 0x24 - fbe: 445a add r2, fp - fc0: 9209 str r2, [sp, #36] ; 0x24 - fc2: f89a 3000 ldrb.w r3, [sl] - fc6: 2b00 cmp r3, #0 - fc8: f000 80a2 beq.w 1110 <_svfiprintf_r+0x1c8> - fcc: 2300 movs r3, #0 - fce: f04f 32ff mov.w r2, #4294967295 ; 0xffffffff - fd2: e9cd 2305 strd r2, r3, [sp, #20] - fd6: f10a 0a01 add.w sl, sl, #1 - fda: 9304 str r3, [sp, #16] - fdc: 9307 str r3, [sp, #28] - fde: f88d 3053 strb.w r3, [sp, #83] ; 0x53 - fe2: 931a str r3, [sp, #104] ; 0x68 - fe4: 4654 mov r4, sl - fe6: 2205 movs r2, #5 - fe8: f814 1b01 ldrb.w r1, [r4], #1 - fec: 4851 ldr r0, [pc, #324] ; (1134 <_svfiprintf_r+0x1ec>) - fee: f000 fa4f bl 1490 - ff2: 9a04 ldr r2, [sp, #16] - ff4: b9d8 cbnz r0, 102e <_svfiprintf_r+0xe6> - ff6: 06d0 lsls r0, r2, #27 - ff8: bf44 itt mi - ffa: 2320 movmi r3, #32 - ffc: f88d 3053 strbmi.w r3, [sp, #83] ; 0x53 - 1000: 0711 lsls r1, r2, #28 - 1002: bf44 itt mi - 1004: 232b movmi r3, #43 ; 0x2b - 1006: f88d 3053 strbmi.w r3, [sp, #83] ; 0x53 - 100a: f89a 3000 ldrb.w r3, [sl] - 100e: 2b2a cmp r3, #42 ; 0x2a - 1010: d015 beq.n 103e <_svfiprintf_r+0xf6> - 1012: 9a07 ldr r2, [sp, #28] - 1014: 4654 mov r4, sl - 1016: 2000 movs r0, #0 - 1018: f04f 0c0a mov.w ip, #10 - 101c: 4621 mov r1, r4 - 101e: f811 3b01 ldrb.w r3, [r1], #1 - 1022: 3b30 subs r3, #48 ; 0x30 - 1024: 2b09 cmp r3, #9 - 1026: d94e bls.n 10c6 <_svfiprintf_r+0x17e> - 1028: b1b0 cbz r0, 1058 <_svfiprintf_r+0x110> - 102a: 9207 str r2, [sp, #28] - 102c: e014 b.n 1058 <_svfiprintf_r+0x110> - 102e: eba0 0308 sub.w r3, r0, r8 - 1032: fa09 f303 lsl.w r3, r9, r3 - 1036: 4313 orrs r3, r2 - 1038: 9304 str r3, [sp, #16] - 103a: 46a2 mov sl, r4 - 103c: e7d2 b.n fe4 <_svfiprintf_r+0x9c> - 103e: 9b03 ldr r3, [sp, #12] - 1040: 1d19 adds r1, r3, #4 - 1042: 681b ldr r3, [r3, #0] - 1044: 9103 str r1, [sp, #12] - 1046: 2b00 cmp r3, #0 - 1048: bfbb ittet lt - 104a: 425b neglt r3, r3 - 104c: f042 0202 orrlt.w r2, r2, #2 - 1050: 9307 strge r3, [sp, #28] - 1052: 9307 strlt r3, [sp, #28] - 1054: bfb8 it lt - 1056: 9204 strlt r2, [sp, #16] - 1058: 7823 ldrb r3, [r4, #0] - 105a: 2b2e cmp r3, #46 ; 0x2e - 105c: d10c bne.n 1078 <_svfiprintf_r+0x130> - 105e: 7863 ldrb r3, [r4, #1] - 1060: 2b2a cmp r3, #42 ; 0x2a - 1062: d135 bne.n 10d0 <_svfiprintf_r+0x188> - 1064: 9b03 ldr r3, [sp, #12] - 1066: 1d1a adds r2, r3, #4 - 1068: 681b ldr r3, [r3, #0] - 106a: 9203 str r2, [sp, #12] - 106c: 2b00 cmp r3, #0 - 106e: bfb8 it lt - 1070: f04f 33ff movlt.w r3, #4294967295 ; 0xffffffff - 1074: 3402 adds r4, #2 - 1076: 9305 str r3, [sp, #20] - 1078: f8df a0c8 ldr.w sl, [pc, #200] ; 1144 <_svfiprintf_r+0x1fc> - 107c: 7821 ldrb r1, [r4, #0] - 107e: 2203 movs r2, #3 - 1080: 4650 mov r0, sl - 1082: f000 fa05 bl 1490 - 1086: b140 cbz r0, 109a <_svfiprintf_r+0x152> - 1088: 2340 movs r3, #64 ; 0x40 - 108a: eba0 000a sub.w r0, r0, sl - 108e: fa03 f000 lsl.w r0, r3, r0 - 1092: 9b04 ldr r3, [sp, #16] - 1094: 4303 orrs r3, r0 - 1096: 3401 adds r4, #1 - 1098: 9304 str r3, [sp, #16] - 109a: f814 1b01 ldrb.w r1, [r4], #1 - 109e: 4826 ldr r0, [pc, #152] ; (1138 <_svfiprintf_r+0x1f0>) - 10a0: f88d 1028 strb.w r1, [sp, #40] ; 0x28 - 10a4: 2206 movs r2, #6 - 10a6: f000 f9f3 bl 1490 - 10aa: 2800 cmp r0, #0 - 10ac: d038 beq.n 1120 <_svfiprintf_r+0x1d8> - 10ae: 4b23 ldr r3, [pc, #140] ; (113c <_svfiprintf_r+0x1f4>) - 10b0: bb1b cbnz r3, 10fa <_svfiprintf_r+0x1b2> - 10b2: 9b03 ldr r3, [sp, #12] - 10b4: 3307 adds r3, #7 - 10b6: f023 0307 bic.w r3, r3, #7 - 10ba: 3308 adds r3, #8 - 10bc: 9303 str r3, [sp, #12] - 10be: 9b09 ldr r3, [sp, #36] ; 0x24 - 10c0: 4433 add r3, r6 - 10c2: 9309 str r3, [sp, #36] ; 0x24 - 10c4: e767 b.n f96 <_svfiprintf_r+0x4e> - 10c6: fb0c 3202 mla r2, ip, r2, r3 - 10ca: 460c mov r4, r1 - 10cc: 2001 movs r0, #1 - 10ce: e7a5 b.n 101c <_svfiprintf_r+0xd4> - 10d0: 2300 movs r3, #0 - 10d2: 3401 adds r4, #1 - 10d4: 9305 str r3, [sp, #20] - 10d6: 4619 mov r1, r3 - 10d8: f04f 0c0a mov.w ip, #10 - 10dc: 4620 mov r0, r4 - 10de: f810 2b01 ldrb.w r2, [r0], #1 - 10e2: 3a30 subs r2, #48 ; 0x30 - 10e4: 2a09 cmp r2, #9 - 10e6: d903 bls.n 10f0 <_svfiprintf_r+0x1a8> - 10e8: 2b00 cmp r3, #0 - 10ea: d0c5 beq.n 1078 <_svfiprintf_r+0x130> - 10ec: 9105 str r1, [sp, #20] - 10ee: e7c3 b.n 1078 <_svfiprintf_r+0x130> - 10f0: fb0c 2101 mla r1, ip, r1, r2 - 10f4: 4604 mov r4, r0 - 10f6: 2301 movs r3, #1 - 10f8: e7f0 b.n 10dc <_svfiprintf_r+0x194> - 10fa: ab03 add r3, sp, #12 - 10fc: 9300 str r3, [sp, #0] - 10fe: 462a mov r2, r5 - 1100: 4b0f ldr r3, [pc, #60] ; (1140 <_svfiprintf_r+0x1f8>) - 1102: a904 add r1, sp, #16 - 1104: 4638 mov r0, r7 - 1106: f3af 8000 nop.w - 110a: 1c42 adds r2, r0, #1 - 110c: 4606 mov r6, r0 - 110e: d1d6 bne.n 10be <_svfiprintf_r+0x176> - 1110: 89ab ldrh r3, [r5, #12] - 1112: 065b lsls r3, r3, #25 - 1114: f53f af2c bmi.w f70 <_svfiprintf_r+0x28> - 1118: 9809 ldr r0, [sp, #36] ; 0x24 - 111a: b01d add sp, #116 ; 0x74 - 111c: e8bd 8ff0 ldmia.w sp!, {r4, r5, r6, r7, r8, r9, sl, fp, pc} - 1120: ab03 add r3, sp, #12 - 1122: 9300 str r3, [sp, #0] - 1124: 462a mov r2, r5 - 1126: 4b06 ldr r3, [pc, #24] ; (1140 <_svfiprintf_r+0x1f8>) - 1128: a904 add r1, sp, #16 - 112a: 4638 mov r0, r7 - 112c: f000 f87a bl 1224 <_printf_i> - 1130: e7eb b.n 110a <_svfiprintf_r+0x1c2> - 1132: bf00 nop - 1134: 000017c0 .word 0x000017c0 - 1138: 000017ca .word 0x000017ca - 113c: 00000000 .word 0x00000000 - 1140: 00000e91 .word 0x00000e91 - 1144: 000017c6 .word 0x000017c6 - -00001148 <_printf_common>: - 1148: e92d 47f0 stmdb sp!, {r4, r5, r6, r7, r8, r9, sl, lr} - 114c: 4616 mov r6, r2 - 114e: 4699 mov r9, r3 - 1150: 688a ldr r2, [r1, #8] - 1152: 690b ldr r3, [r1, #16] - 1154: f8dd 8020 ldr.w r8, [sp, #32] - 1158: 4293 cmp r3, r2 - 115a: bfb8 it lt - 115c: 4613 movlt r3, r2 - 115e: 6033 str r3, [r6, #0] - 1160: f891 2043 ldrb.w r2, [r1, #67] ; 0x43 - 1164: 4607 mov r7, r0 - 1166: 460c mov r4, r1 - 1168: b10a cbz r2, 116e <_printf_common+0x26> - 116a: 3301 adds r3, #1 - 116c: 6033 str r3, [r6, #0] - 116e: 6823 ldr r3, [r4, #0] - 1170: 0699 lsls r1, r3, #26 - 1172: bf42 ittt mi - 1174: 6833 ldrmi r3, [r6, #0] - 1176: 3302 addmi r3, #2 - 1178: 6033 strmi r3, [r6, #0] - 117a: 6825 ldr r5, [r4, #0] - 117c: f015 0506 ands.w r5, r5, #6 - 1180: d106 bne.n 1190 <_printf_common+0x48> - 1182: f104 0a19 add.w sl, r4, #25 - 1186: 68e3 ldr r3, [r4, #12] - 1188: 6832 ldr r2, [r6, #0] - 118a: 1a9b subs r3, r3, r2 - 118c: 42ab cmp r3, r5 - 118e: dc26 bgt.n 11de <_printf_common+0x96> - 1190: f894 2043 ldrb.w r2, [r4, #67] ; 0x43 - 1194: 1e13 subs r3, r2, #0 - 1196: 6822 ldr r2, [r4, #0] - 1198: bf18 it ne - 119a: 2301 movne r3, #1 - 119c: 0692 lsls r2, r2, #26 - 119e: d42b bmi.n 11f8 <_printf_common+0xb0> - 11a0: f104 0243 add.w r2, r4, #67 ; 0x43 - 11a4: 4649 mov r1, r9 - 11a6: 4638 mov r0, r7 - 11a8: 47c0 blx r8 - 11aa: 3001 adds r0, #1 - 11ac: d01e beq.n 11ec <_printf_common+0xa4> - 11ae: 6823 ldr r3, [r4, #0] - 11b0: 68e5 ldr r5, [r4, #12] - 11b2: 6832 ldr r2, [r6, #0] - 11b4: f003 0306 and.w r3, r3, #6 - 11b8: 2b04 cmp r3, #4 - 11ba: bf08 it eq - 11bc: 1aad subeq r5, r5, r2 - 11be: 68a3 ldr r3, [r4, #8] - 11c0: 6922 ldr r2, [r4, #16] - 11c2: bf0c ite eq - 11c4: ea25 75e5 biceq.w r5, r5, r5, asr #31 - 11c8: 2500 movne r5, #0 - 11ca: 4293 cmp r3, r2 - 11cc: bfc4 itt gt - 11ce: 1a9b subgt r3, r3, r2 - 11d0: 18ed addgt r5, r5, r3 - 11d2: 2600 movs r6, #0 - 11d4: 341a adds r4, #26 - 11d6: 42b5 cmp r5, r6 - 11d8: d11a bne.n 1210 <_printf_common+0xc8> - 11da: 2000 movs r0, #0 - 11dc: e008 b.n 11f0 <_printf_common+0xa8> - 11de: 2301 movs r3, #1 - 11e0: 4652 mov r2, sl - 11e2: 4649 mov r1, r9 - 11e4: 4638 mov r0, r7 - 11e6: 47c0 blx r8 - 11e8: 3001 adds r0, #1 - 11ea: d103 bne.n 11f4 <_printf_common+0xac> - 11ec: f04f 30ff mov.w r0, #4294967295 ; 0xffffffff - 11f0: e8bd 87f0 ldmia.w sp!, {r4, r5, r6, r7, r8, r9, sl, pc} - 11f4: 3501 adds r5, #1 - 11f6: e7c6 b.n 1186 <_printf_common+0x3e> - 11f8: 18e1 adds r1, r4, r3 - 11fa: 1c5a adds r2, r3, #1 - 11fc: 2030 movs r0, #48 ; 0x30 - 11fe: f881 0043 strb.w r0, [r1, #67] ; 0x43 - 1202: 4422 add r2, r4 - 1204: f894 1045 ldrb.w r1, [r4, #69] ; 0x45 - 1208: f882 1043 strb.w r1, [r2, #67] ; 0x43 - 120c: 3302 adds r3, #2 - 120e: e7c7 b.n 11a0 <_printf_common+0x58> - 1210: 2301 movs r3, #1 - 1212: 4622 mov r2, r4 - 1214: 4649 mov r1, r9 - 1216: 4638 mov r0, r7 - 1218: 47c0 blx r8 - 121a: 3001 adds r0, #1 - 121c: d0e6 beq.n 11ec <_printf_common+0xa4> - 121e: 3601 adds r6, #1 - 1220: e7d9 b.n 11d6 <_printf_common+0x8e> - ... - -00001224 <_printf_i>: - 1224: e92d 47ff stmdb sp!, {r0, r1, r2, r3, r4, r5, r6, r7, r8, r9, sl, lr} - 1228: 460c mov r4, r1 - 122a: 4691 mov r9, r2 - 122c: 7e27 ldrb r7, [r4, #24] - 122e: 990c ldr r1, [sp, #48] ; 0x30 - 1230: 2f78 cmp r7, #120 ; 0x78 - 1232: 4680 mov r8, r0 - 1234: 469a mov sl, r3 - 1236: f104 0243 add.w r2, r4, #67 ; 0x43 - 123a: d807 bhi.n 124c <_printf_i+0x28> - 123c: 2f62 cmp r7, #98 ; 0x62 - 123e: d80a bhi.n 1256 <_printf_i+0x32> - 1240: 2f00 cmp r7, #0 - 1242: f000 80d8 beq.w 13f6 <_printf_i+0x1d2> - 1246: 2f58 cmp r7, #88 ; 0x58 - 1248: f000 80a3 beq.w 1392 <_printf_i+0x16e> - 124c: f104 0642 add.w r6, r4, #66 ; 0x42 - 1250: f884 7042 strb.w r7, [r4, #66] ; 0x42 - 1254: e03a b.n 12cc <_printf_i+0xa8> - 1256: f1a7 0363 sub.w r3, r7, #99 ; 0x63 - 125a: 2b15 cmp r3, #21 - 125c: d8f6 bhi.n 124c <_printf_i+0x28> - 125e: a001 add r0, pc, #4 ; (adr r0, 1264 <_printf_i+0x40>) - 1260: f850 f023 ldr.w pc, [r0, r3, lsl #2] - 1264: 000012bd .word 0x000012bd - 1268: 000012d1 .word 0x000012d1 - 126c: 0000124d .word 0x0000124d - 1270: 0000124d .word 0x0000124d - 1274: 0000124d .word 0x0000124d - 1278: 0000124d .word 0x0000124d - 127c: 000012d1 .word 0x000012d1 - 1280: 0000124d .word 0x0000124d - 1284: 0000124d .word 0x0000124d - 1288: 0000124d .word 0x0000124d - 128c: 0000124d .word 0x0000124d - 1290: 000013dd .word 0x000013dd - 1294: 00001301 .word 0x00001301 - 1298: 000013bf .word 0x000013bf - 129c: 0000124d .word 0x0000124d - 12a0: 0000124d .word 0x0000124d - 12a4: 000013ff .word 0x000013ff - 12a8: 0000124d .word 0x0000124d - 12ac: 00001301 .word 0x00001301 - 12b0: 0000124d .word 0x0000124d - 12b4: 0000124d .word 0x0000124d - 12b8: 000013c7 .word 0x000013c7 - 12bc: 680b ldr r3, [r1, #0] - 12be: 1d1a adds r2, r3, #4 - 12c0: 681b ldr r3, [r3, #0] - 12c2: 600a str r2, [r1, #0] - 12c4: f104 0642 add.w r6, r4, #66 ; 0x42 - 12c8: f884 3042 strb.w r3, [r4, #66] ; 0x42 - 12cc: 2301 movs r3, #1 - 12ce: e0a3 b.n 1418 <_printf_i+0x1f4> - 12d0: 6825 ldr r5, [r4, #0] - 12d2: 6808 ldr r0, [r1, #0] - 12d4: 062e lsls r6, r5, #24 - 12d6: f100 0304 add.w r3, r0, #4 - 12da: d50a bpl.n 12f2 <_printf_i+0xce> - 12dc: 6805 ldr r5, [r0, #0] - 12de: 600b str r3, [r1, #0] - 12e0: 2d00 cmp r5, #0 - 12e2: da03 bge.n 12ec <_printf_i+0xc8> - 12e4: 232d movs r3, #45 ; 0x2d - 12e6: 426d negs r5, r5 - 12e8: f884 3043 strb.w r3, [r4, #67] ; 0x43 - 12ec: 485e ldr r0, [pc, #376] ; (1468 <_printf_i+0x244>) - 12ee: 230a movs r3, #10 - 12f0: e019 b.n 1326 <_printf_i+0x102> - 12f2: f015 0f40 tst.w r5, #64 ; 0x40 - 12f6: 6805 ldr r5, [r0, #0] - 12f8: 600b str r3, [r1, #0] - 12fa: bf18 it ne - 12fc: b22d sxthne r5, r5 - 12fe: e7ef b.n 12e0 <_printf_i+0xbc> - 1300: 680b ldr r3, [r1, #0] - 1302: 6825 ldr r5, [r4, #0] - 1304: 1d18 adds r0, r3, #4 - 1306: 6008 str r0, [r1, #0] - 1308: 0628 lsls r0, r5, #24 - 130a: d501 bpl.n 1310 <_printf_i+0xec> - 130c: 681d ldr r5, [r3, #0] - 130e: e002 b.n 1316 <_printf_i+0xf2> - 1310: 0669 lsls r1, r5, #25 - 1312: d5fb bpl.n 130c <_printf_i+0xe8> - 1314: 881d ldrh r5, [r3, #0] - 1316: 4854 ldr r0, [pc, #336] ; (1468 <_printf_i+0x244>) - 1318: 2f6f cmp r7, #111 ; 0x6f - 131a: bf0c ite eq - 131c: 2308 moveq r3, #8 - 131e: 230a movne r3, #10 - 1320: 2100 movs r1, #0 - 1322: f884 1043 strb.w r1, [r4, #67] ; 0x43 - 1326: 6866 ldr r6, [r4, #4] - 1328: 60a6 str r6, [r4, #8] - 132a: 2e00 cmp r6, #0 - 132c: bfa2 ittt ge - 132e: 6821 ldrge r1, [r4, #0] - 1330: f021 0104 bicge.w r1, r1, #4 - 1334: 6021 strge r1, [r4, #0] - 1336: b90d cbnz r5, 133c <_printf_i+0x118> - 1338: 2e00 cmp r6, #0 - 133a: d04d beq.n 13d8 <_printf_i+0x1b4> - 133c: 4616 mov r6, r2 - 133e: fbb5 f1f3 udiv r1, r5, r3 - 1342: fb03 5711 mls r7, r3, r1, r5 - 1346: 5dc7 ldrb r7, [r0, r7] - 1348: f806 7d01 strb.w r7, [r6, #-1]! - 134c: 462f mov r7, r5 - 134e: 42bb cmp r3, r7 - 1350: 460d mov r5, r1 - 1352: d9f4 bls.n 133e <_printf_i+0x11a> - 1354: 2b08 cmp r3, #8 - 1356: d10b bne.n 1370 <_printf_i+0x14c> - 1358: 6823 ldr r3, [r4, #0] - 135a: 07df lsls r7, r3, #31 - 135c: d508 bpl.n 1370 <_printf_i+0x14c> - 135e: 6923 ldr r3, [r4, #16] - 1360: 6861 ldr r1, [r4, #4] - 1362: 4299 cmp r1, r3 - 1364: bfde ittt le - 1366: 2330 movle r3, #48 ; 0x30 - 1368: f806 3c01 strble.w r3, [r6, #-1] - 136c: f106 36ff addle.w r6, r6, #4294967295 ; 0xffffffff - 1370: 1b92 subs r2, r2, r6 - 1372: 6122 str r2, [r4, #16] - 1374: f8cd a000 str.w sl, [sp] - 1378: 464b mov r3, r9 - 137a: aa03 add r2, sp, #12 - 137c: 4621 mov r1, r4 - 137e: 4640 mov r0, r8 - 1380: f7ff fee2 bl 1148 <_printf_common> - 1384: 3001 adds r0, #1 - 1386: d14c bne.n 1422 <_printf_i+0x1fe> - 1388: f04f 30ff mov.w r0, #4294967295 ; 0xffffffff - 138c: b004 add sp, #16 - 138e: e8bd 87f0 ldmia.w sp!, {r4, r5, r6, r7, r8, r9, sl, pc} - 1392: 4835 ldr r0, [pc, #212] ; (1468 <_printf_i+0x244>) - 1394: f884 7045 strb.w r7, [r4, #69] ; 0x45 - 1398: 6823 ldr r3, [r4, #0] - 139a: 680e ldr r6, [r1, #0] - 139c: 061f lsls r7, r3, #24 - 139e: f856 5b04 ldr.w r5, [r6], #4 - 13a2: 600e str r6, [r1, #0] - 13a4: d514 bpl.n 13d0 <_printf_i+0x1ac> - 13a6: 07d9 lsls r1, r3, #31 - 13a8: bf44 itt mi - 13aa: f043 0320 orrmi.w r3, r3, #32 - 13ae: 6023 strmi r3, [r4, #0] - 13b0: b91d cbnz r5, 13ba <_printf_i+0x196> - 13b2: 6823 ldr r3, [r4, #0] - 13b4: f023 0320 bic.w r3, r3, #32 - 13b8: 6023 str r3, [r4, #0] - 13ba: 2310 movs r3, #16 - 13bc: e7b0 b.n 1320 <_printf_i+0xfc> - 13be: 6823 ldr r3, [r4, #0] - 13c0: f043 0320 orr.w r3, r3, #32 - 13c4: 6023 str r3, [r4, #0] - 13c6: 2378 movs r3, #120 ; 0x78 - 13c8: 4828 ldr r0, [pc, #160] ; (146c <_printf_i+0x248>) - 13ca: f884 3045 strb.w r3, [r4, #69] ; 0x45 - 13ce: e7e3 b.n 1398 <_printf_i+0x174> - 13d0: 065e lsls r6, r3, #25 - 13d2: bf48 it mi - 13d4: b2ad uxthmi r5, r5 - 13d6: e7e6 b.n 13a6 <_printf_i+0x182> - 13d8: 4616 mov r6, r2 - 13da: e7bb b.n 1354 <_printf_i+0x130> - 13dc: 680b ldr r3, [r1, #0] - 13de: 6826 ldr r6, [r4, #0] - 13e0: 6960 ldr r0, [r4, #20] - 13e2: 1d1d adds r5, r3, #4 - 13e4: 600d str r5, [r1, #0] - 13e6: 0635 lsls r5, r6, #24 - 13e8: 681b ldr r3, [r3, #0] - 13ea: d501 bpl.n 13f0 <_printf_i+0x1cc> - 13ec: 6018 str r0, [r3, #0] - 13ee: e002 b.n 13f6 <_printf_i+0x1d2> - 13f0: 0671 lsls r1, r6, #25 - 13f2: d5fb bpl.n 13ec <_printf_i+0x1c8> - 13f4: 8018 strh r0, [r3, #0] - 13f6: 2300 movs r3, #0 - 13f8: 6123 str r3, [r4, #16] - 13fa: 4616 mov r6, r2 - 13fc: e7ba b.n 1374 <_printf_i+0x150> - 13fe: 680b ldr r3, [r1, #0] - 1400: 1d1a adds r2, r3, #4 - 1402: 600a str r2, [r1, #0] - 1404: 681e ldr r6, [r3, #0] - 1406: 6862 ldr r2, [r4, #4] - 1408: 2100 movs r1, #0 - 140a: 4630 mov r0, r6 - 140c: f000 f840 bl 1490 - 1410: b108 cbz r0, 1416 <_printf_i+0x1f2> - 1412: 1b80 subs r0, r0, r6 - 1414: 6060 str r0, [r4, #4] - 1416: 6863 ldr r3, [r4, #4] - 1418: 6123 str r3, [r4, #16] - 141a: 2300 movs r3, #0 - 141c: f884 3043 strb.w r3, [r4, #67] ; 0x43 - 1420: e7a8 b.n 1374 <_printf_i+0x150> - 1422: 6923 ldr r3, [r4, #16] - 1424: 4632 mov r2, r6 - 1426: 4649 mov r1, r9 - 1428: 4640 mov r0, r8 - 142a: 47d0 blx sl - 142c: 3001 adds r0, #1 - 142e: d0ab beq.n 1388 <_printf_i+0x164> - 1430: 6823 ldr r3, [r4, #0] - 1432: 079b lsls r3, r3, #30 - 1434: d413 bmi.n 145e <_printf_i+0x23a> - 1436: 68e0 ldr r0, [r4, #12] - 1438: 9b03 ldr r3, [sp, #12] - 143a: 4298 cmp r0, r3 - 143c: bfb8 it lt - 143e: 4618 movlt r0, r3 - 1440: e7a4 b.n 138c <_printf_i+0x168> - 1442: 2301 movs r3, #1 - 1444: 4632 mov r2, r6 - 1446: 4649 mov r1, r9 - 1448: 4640 mov r0, r8 - 144a: 47d0 blx sl - 144c: 3001 adds r0, #1 - 144e: d09b beq.n 1388 <_printf_i+0x164> - 1450: 3501 adds r5, #1 - 1452: 68e3 ldr r3, [r4, #12] - 1454: 9903 ldr r1, [sp, #12] - 1456: 1a5b subs r3, r3, r1 - 1458: 42ab cmp r3, r5 - 145a: dcf2 bgt.n 1442 <_printf_i+0x21e> - 145c: e7eb b.n 1436 <_printf_i+0x212> - 145e: 2500 movs r5, #0 - 1460: f104 0619 add.w r6, r4, #25 - 1464: e7f5 b.n 1452 <_printf_i+0x22e> - 1466: bf00 nop - 1468: 000017d1 .word 0x000017d1 - 146c: 000017e2 .word 0x000017e2 - -00001470 <_sbrk_r>: - 1470: b538 push {r3, r4, r5, lr} - 1472: 4d06 ldr r5, [pc, #24] ; (148c <_sbrk_r+0x1c>) - 1474: 2300 movs r3, #0 - 1476: 4604 mov r4, r0 - 1478: 4608 mov r0, r1 - 147a: 602b str r3, [r5, #0] - 147c: f7fe ff32 bl 2e4 <_sbrk> - 1480: 1c43 adds r3, r0, #1 - 1482: d102 bne.n 148a <_sbrk_r+0x1a> - 1484: 682b ldr r3, [r5, #0] - 1486: b103 cbz r3, 148a <_sbrk_r+0x1a> - 1488: 6023 str r3, [r4, #0] - 148a: bd38 pop {r3, r4, r5, pc} - 148c: 200000d4 .word 0x200000d4 - -00001490 : - 1490: f001 01ff and.w r1, r1, #255 ; 0xff - 1494: 2a10 cmp r2, #16 - 1496: db2b blt.n 14f0 - 1498: f010 0f07 tst.w r0, #7 - 149c: d008 beq.n 14b0 - 149e: f810 3b01 ldrb.w r3, [r0], #1 - 14a2: 3a01 subs r2, #1 - 14a4: 428b cmp r3, r1 - 14a6: d02d beq.n 1504 - 14a8: f010 0f07 tst.w r0, #7 - 14ac: b342 cbz r2, 1500 - 14ae: d1f6 bne.n 149e - 14b0: b4f0 push {r4, r5, r6, r7} - 14b2: ea41 2101 orr.w r1, r1, r1, lsl #8 - 14b6: ea41 4101 orr.w r1, r1, r1, lsl #16 - 14ba: f022 0407 bic.w r4, r2, #7 - 14be: f07f 0700 mvns.w r7, #0 - 14c2: 2300 movs r3, #0 - 14c4: e8f0 5602 ldrd r5, r6, [r0], #8 - 14c8: 3c08 subs r4, #8 - 14ca: ea85 0501 eor.w r5, r5, r1 - 14ce: ea86 0601 eor.w r6, r6, r1 - 14d2: fa85 f547 uadd8 r5, r5, r7 - 14d6: faa3 f587 sel r5, r3, r7 - 14da: fa86 f647 uadd8 r6, r6, r7 - 14de: faa5 f687 sel r6, r5, r7 - 14e2: b98e cbnz r6, 1508 - 14e4: d1ee bne.n 14c4 - 14e6: bcf0 pop {r4, r5, r6, r7} - 14e8: f001 01ff and.w r1, r1, #255 ; 0xff - 14ec: f002 0207 and.w r2, r2, #7 - 14f0: b132 cbz r2, 1500 - 14f2: f810 3b01 ldrb.w r3, [r0], #1 - 14f6: 3a01 subs r2, #1 - 14f8: ea83 0301 eor.w r3, r3, r1 - 14fc: b113 cbz r3, 1504 - 14fe: d1f8 bne.n 14f2 - 1500: 2000 movs r0, #0 - 1502: 4770 bx lr - 1504: 3801 subs r0, #1 - 1506: 4770 bx lr - 1508: 2d00 cmp r5, #0 - 150a: bf06 itte eq - 150c: 4635 moveq r5, r6 - 150e: 3803 subeq r0, #3 - 1510: 3807 subne r0, #7 - 1512: f015 0f01 tst.w r5, #1 - 1516: d107 bne.n 1528 - 1518: 3001 adds r0, #1 - 151a: f415 7f80 tst.w r5, #256 ; 0x100 - 151e: bf02 ittt eq - 1520: 3001 addeq r0, #1 - 1522: f415 3fc0 tsteq.w r5, #98304 ; 0x18000 - 1526: 3001 addeq r0, #1 - 1528: bcf0 pop {r4, r5, r6, r7} - 152a: 3801 subs r0, #1 - 152c: 4770 bx lr - 152e: bf00 nop - -00001530 : - 1530: 4288 cmp r0, r1 - 1532: b510 push {r4, lr} - 1534: eb01 0402 add.w r4, r1, r2 - 1538: d902 bls.n 1540 - 153a: 4284 cmp r4, r0 - 153c: 4623 mov r3, r4 - 153e: d807 bhi.n 1550 - 1540: 1e43 subs r3, r0, #1 - 1542: 42a1 cmp r1, r4 - 1544: d008 beq.n 1558 - 1546: f811 2b01 ldrb.w r2, [r1], #1 - 154a: f803 2f01 strb.w r2, [r3, #1]! - 154e: e7f8 b.n 1542 - 1550: 4402 add r2, r0 - 1552: 4601 mov r1, r0 - 1554: 428a cmp r2, r1 - 1556: d100 bne.n 155a - 1558: bd10 pop {r4, pc} - 155a: f813 4d01 ldrb.w r4, [r3, #-1]! - 155e: f802 4d01 strb.w r4, [r2, #-1]! - 1562: e7f7 b.n 1554 - -00001564 <__malloc_lock>: - 1564: 4801 ldr r0, [pc, #4] ; (156c <__malloc_lock+0x8>) - 1566: f7ff bc37 b.w dd8 <__retarget_lock_acquire_recursive> - 156a: bf00 nop - 156c: 200000cc .word 0x200000cc - -00001570 <__malloc_unlock>: - 1570: 4801 ldr r0, [pc, #4] ; (1578 <__malloc_unlock+0x8>) - 1572: f7ff bc32 b.w dda <__retarget_lock_release_recursive> - 1576: bf00 nop - 1578: 200000cc .word 0x200000cc - -0000157c <_free_r>: - 157c: b538 push {r3, r4, r5, lr} - 157e: 4605 mov r5, r0 - 1580: 2900 cmp r1, #0 - 1582: d045 beq.n 1610 <_free_r+0x94> - 1584: f851 3c04 ldr.w r3, [r1, #-4] - 1588: 1f0c subs r4, r1, #4 - 158a: 2b00 cmp r3, #0 - 158c: bfb8 it lt - 158e: 18e4 addlt r4, r4, r3 - 1590: f7ff ffe8 bl 1564 <__malloc_lock> - 1594: 4a1f ldr r2, [pc, #124] ; (1614 <_free_r+0x98>) - 1596: 6813 ldr r3, [r2, #0] - 1598: 4610 mov r0, r2 - 159a: b933 cbnz r3, 15aa <_free_r+0x2e> - 159c: 6063 str r3, [r4, #4] - 159e: 6014 str r4, [r2, #0] - 15a0: 4628 mov r0, r5 - 15a2: e8bd 4038 ldmia.w sp!, {r3, r4, r5, lr} - 15a6: f7ff bfe3 b.w 1570 <__malloc_unlock> - 15aa: 42a3 cmp r3, r4 - 15ac: d90b bls.n 15c6 <_free_r+0x4a> - 15ae: 6821 ldr r1, [r4, #0] - 15b0: 1862 adds r2, r4, r1 - 15b2: 4293 cmp r3, r2 - 15b4: bf04 itt eq - 15b6: 681a ldreq r2, [r3, #0] - 15b8: 685b ldreq r3, [r3, #4] - 15ba: 6063 str r3, [r4, #4] - 15bc: bf04 itt eq - 15be: 1852 addeq r2, r2, r1 - 15c0: 6022 streq r2, [r4, #0] - 15c2: 6004 str r4, [r0, #0] - 15c4: e7ec b.n 15a0 <_free_r+0x24> - 15c6: 461a mov r2, r3 - 15c8: 685b ldr r3, [r3, #4] - 15ca: b10b cbz r3, 15d0 <_free_r+0x54> - 15cc: 42a3 cmp r3, r4 - 15ce: d9fa bls.n 15c6 <_free_r+0x4a> - 15d0: 6811 ldr r1, [r2, #0] - 15d2: 1850 adds r0, r2, r1 - 15d4: 42a0 cmp r0, r4 - 15d6: d10b bne.n 15f0 <_free_r+0x74> - 15d8: 6820 ldr r0, [r4, #0] - 15da: 4401 add r1, r0 - 15dc: 1850 adds r0, r2, r1 - 15de: 4283 cmp r3, r0 - 15e0: 6011 str r1, [r2, #0] - 15e2: d1dd bne.n 15a0 <_free_r+0x24> - 15e4: 6818 ldr r0, [r3, #0] - 15e6: 685b ldr r3, [r3, #4] - 15e8: 6053 str r3, [r2, #4] - 15ea: 4401 add r1, r0 - 15ec: 6011 str r1, [r2, #0] - 15ee: e7d7 b.n 15a0 <_free_r+0x24> - 15f0: d902 bls.n 15f8 <_free_r+0x7c> - 15f2: 230c movs r3, #12 - 15f4: 602b str r3, [r5, #0] - 15f6: e7d3 b.n 15a0 <_free_r+0x24> - 15f8: 6820 ldr r0, [r4, #0] - 15fa: 1821 adds r1, r4, r0 - 15fc: 428b cmp r3, r1 - 15fe: bf04 itt eq - 1600: 6819 ldreq r1, [r3, #0] - 1602: 685b ldreq r3, [r3, #4] - 1604: 6063 str r3, [r4, #4] - 1606: bf04 itt eq - 1608: 1809 addeq r1, r1, r0 - 160a: 6021 streq r1, [r4, #0] - 160c: 6054 str r4, [r2, #4] - 160e: e7c7 b.n 15a0 <_free_r+0x24> - 1610: bd38 pop {r3, r4, r5, pc} - 1612: bf00 nop - 1614: 200000c0 .word 0x200000c0 - -00001618 <_realloc_r>: - 1618: b5f8 push {r3, r4, r5, r6, r7, lr} - 161a: 4607 mov r7, r0 - 161c: 4614 mov r4, r2 - 161e: 460e mov r6, r1 - 1620: b921 cbnz r1, 162c <_realloc_r+0x14> - 1622: e8bd 40f8 ldmia.w sp!, {r3, r4, r5, r6, r7, lr} - 1626: 4611 mov r1, r2 - 1628: f7ff bbd8 b.w ddc <_malloc_r> - 162c: b922 cbnz r2, 1638 <_realloc_r+0x20> - 162e: f7ff ffa5 bl 157c <_free_r> - 1632: 4625 mov r5, r4 - 1634: 4628 mov r0, r5 - 1636: bdf8 pop {r3, r4, r5, r6, r7, pc} - 1638: f000 f814 bl 1664 <_malloc_usable_size_r> - 163c: 42a0 cmp r0, r4 - 163e: d20f bcs.n 1660 <_realloc_r+0x48> - 1640: 4621 mov r1, r4 - 1642: 4638 mov r0, r7 - 1644: f7ff fbca bl ddc <_malloc_r> - 1648: 4605 mov r5, r0 - 164a: 2800 cmp r0, #0 - 164c: d0f2 beq.n 1634 <_realloc_r+0x1c> - 164e: 4631 mov r1, r6 - 1650: 4622 mov r2, r4 - 1652: f7ff fb83 bl d5c - 1656: 4631 mov r1, r6 - 1658: 4638 mov r0, r7 - 165a: f7ff ff8f bl 157c <_free_r> - 165e: e7e9 b.n 1634 <_realloc_r+0x1c> - 1660: 4635 mov r5, r6 - 1662: e7e7 b.n 1634 <_realloc_r+0x1c> - -00001664 <_malloc_usable_size_r>: - 1664: f851 3c04 ldr.w r3, [r1, #-4] - 1668: 1f18 subs r0, r3, #4 - 166a: 2b00 cmp r3, #0 - 166c: bfbc itt lt - 166e: 580b ldrlt r3, [r1, r0] - 1670: 18c0 addlt r0, r0, r3 - 1672: 4770 bx lr - 1674: 682f2e2e .word 0x682f2e2e - 1678: 732f6c61 .word 0x732f6c61 - 167c: 682f6372 .word 0x682f6372 - 1680: 695f6c61 .word 0x695f6c61 - 1684: 00632e6f .word 0x00632e6f - 1688: 682f2e2e .word 0x682f2e2e - 168c: 732f6c61 .word 0x732f6c61 - 1690: 682f6372 .word 0x682f6372 - 1694: 735f6c61 .word 0x735f6c61 - 1698: 6d5f6970 .word 0x6d5f6970 - 169c: 6e79735f .word 0x6e79735f - 16a0: 00632e63 .word 0x00632e63 - 16a4: 682f2e2e .word 0x682f2e2e - 16a8: 732f6c61 .word 0x732f6c61 - 16ac: 682f6372 .word 0x682f6372 - 16b0: 755f6c61 .word 0x755f6c61 - 16b4: 74726173 .word 0x74726173 - 16b8: 6e79735f .word 0x6e79735f - 16bc: 00632e63 .word 0x00632e63 - 16c0: 000a6948 .word 0x000a6948 - 16c4: 682f2e2e .word 0x682f2e2e - 16c8: 732f6c70 .word 0x732f6c70 - 16cc: 6f637265 .word 0x6f637265 - 16d0: 70682f6d .word 0x70682f6d - 16d4: 65735f6c .word 0x65735f6c - 16d8: 6d6f6372 .word 0x6d6f6372 - 16dc: 0000632e .word 0x0000632e - 16e0: 40003000 .word 0x40003000 - 16e4: 40003400 .word 0x40003400 - 16e8: 41012000 .word 0x41012000 - 16ec: 41014000 .word 0x41014000 - 16f0: 43000000 .word 0x43000000 - 16f4: 43000400 .word 0x43000400 - 16f8: 43000800 .word 0x43000800 - 16fc: 43000c00 .word 0x43000c00 - -00001700 <_i2cms>: - ... - -00001718 : - 1718: 0030000c 00020000 00000000 01ff00fe ..0............. - 1728: 62654404 49206775 6974696e 7a696c61 .Debug Initializ - 1738: 000a6465 65737341 46207472 756c6961 ed..Assert Failu - 1748: 61206572 696c2074 2520656e 25202c64 re at line %d, % - 1758: 25203a73 00000a73 s: %s... - -00001760 <__sf_fake_stderr>: - ... - -00001780 <__sf_fake_stdin>: - ... - -000017a0 <__sf_fake_stdout>: - ... - 17c0: 2b302d23 6c680020 6665004c 47464567 #-0+ .hlL.efgEFG - 17d0: 32313000 36353433 41393837 45444342 .0123456789ABCDE - 17e0: 31300046 35343332 39383736 64636261 F.0123456789abcd - 17f0: 00006665 ef.. - -000017f4 <_init>: - 17f4: b5f8 push {r3, r4, r5, r6, r7, lr} - 17f6: bf00 nop - 17f8: bcf8 pop {r3, r4, r5, r6, r7} - 17fa: bc08 pop {r3} - 17fc: 469e mov lr, r3 - 17fe: 4770 bx lr - -00001800 <__frame_dummy_init_array_entry>: - 1800: 0289 0000 .... - -00001804 <_fini>: - 1804: b5f8 push {r3, r4, r5, r6, r7, lr} - 1806: bf00 nop - 1808: bcf8 pop {r3, r4, r5, r6, r7} - 180a: bc08 pop {r3} - 180c: 469e mov lr, r3 - 180e: 4770 bx lr - -00001810 <__do_global_dtors_aux_fini_array_entry>: - 1810: 0265 0000 e... diff --git a/build/spi_sd_mmc_lib.map b/build/spi_sd_mmc_lib.map deleted file mode 100644 index c2064a4..0000000 --- a/build/spi_sd_mmc_lib.map +++ /dev/null @@ -1,12055 +0,0 @@ -Archive member included to satisfy reference by file (symbol) - -/usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_muldf3.o) - hpl/sercom/hpl_sercom.o (__aeabi_dmul) -/usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_addsubdf3.o) - hpl/sercom/hpl_sercom.o (__aeabi_dsub) -/usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_muldivdf3.o) - hpl/sercom/hpl_sercom.o (__aeabi_ddiv) -/usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixunsdfsi.o) - hpl/sercom/hpl_sercom.o (__aeabi_d2uiz) -/usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/libgcc.a(_aeabi_ldivmod.o) - hpl/sercom/hpl_sercom.o (__aeabi_ldivmod) -/usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/libgcc.a(_aeabi_uldivmod.o) - hpl/sercom/hpl_sercom.o (__aeabi_uldivmod) -/usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/libgcc.a(_udivmoddi4.o) - /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/libgcc.a(_aeabi_ldivmod.o) (__udivmoddi4) -/usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/libgcc.a(_dvmd_tls.o) - /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/libgcc.a(_aeabi_ldivmod.o) (__aeabi_ldiv0) -/usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-atexit.o) - /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/crt0.o (atexit) -/usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-exit.o) - /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/crt0.o (exit) -/usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fini.o) - /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/crt0.o (__libc_fini_array) -/usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-impure.o) - /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-exit.o) (_global_impure_ptr) -/usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-init.o) - /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/crt0.o (__libc_init_array) -/usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memcpy-stub.o) - build/gcc/startup_same54.o (memcpy) -/usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memset.o) - /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/crt0.o (memset) -/usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-printf.o) - hal/utils/src/utils_syscalls.o (printf) -/usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strlen.o) - shared/util/pdebug.o (strlen) -/usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-vsprintf.o) - shared/util/pdebug.o (vsprintf) -/usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-__atexit.o) - /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-atexit.o) (__register_exitproc) -/usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-__call_atexit.o) - /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-__atexit.o) (__call_exitprocs) -/usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o) - /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-printf.o) (__sinit) -/usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fwalk.o) - /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o) (_fwalk) -/usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-lock.o) - /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o) (__retarget_lock_init_recursive) -/usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-mallocr.o) - /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o) (_malloc_r) -/usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-svfprintf.o) - /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-vsprintf.o) (_svfprintf_r) -/usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_i.o) - /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-svfprintf.o) (_printf_i) -/usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf.o) - /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-printf.o) (_vfprintf_r) -/usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-sbrkr.o) - /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-mallocr.o) (_sbrk_r) -/usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-stdio.o) - /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o) (__sread) -/usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wbuf.o) - /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf.o) (__swbuf_r) -/usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-writer.o) - /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-stdio.o) (_write_r) -/usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wsetup.o) - /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf.o) (__swsetup_r) -/usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-closer.o) - /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-stdio.o) (_close_r) -/usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fflush.o) - /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o) (_fflush_r) -/usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fvwrite.o) - /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf.o) (__sfvwrite_r) -/usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-lseekr.o) - /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-stdio.o) (_lseek_r) -/usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-makebuf.o) - /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wsetup.o) (__smakebuf_r) -/usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memchr.o) - /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-svfprintf.o) (memchr) -/usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memmove.o) - /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-svfprintf.o) (memmove) -/usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mlock.o) - /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-mallocr.o) (__malloc_lock) -/usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-freer.o) - /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-svfprintf.o) (_free_r) -/usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-reallocr.o) - /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-svfprintf.o) (_realloc_r) -/usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-readr.o) - /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-stdio.o) (_read_r) -/usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-reent.o) - /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-sbrkr.o) (errno) -/usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fstatr.o) - /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-makebuf.o) (_fstat_r) -/usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-isattyr.o) - /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-makebuf.o) (_isatty_r) -/usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-msizer.o) - /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-reallocr.o) (_malloc_usable_size_r) - -Allocating common symbols -Common symbol size file - -__lock___atexit_recursive_mutex - 0x1 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-lock.o) -__lock___arc4random_mutex - 0x1 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-lock.o) -errno 0x4 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-reent.o) -__lock___env_recursive_mutex - 0x1 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-lock.o) -__lock___sinit_recursive_mutex - 0x1 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-lock.o) -__lock___malloc_recursive_mutex - 0x1 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-lock.o) -__lock___at_quick_exit_mutex - 0x1 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-lock.o) -__lock___dd_hash_mutex - 0x1 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-lock.o) -__lock___tz_mutex 0x1 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-lock.o) -__lock___sfp_recursive_mutex - 0x1 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-lock.o) - -Discarded input sections - - .text 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/crti.o - .data 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/crti.o - .bss 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/crti.o - .text 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/crtbegin.o - .data 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/crtbegin.o - .bss 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/crtbegin.o - .data.__dso_handle - 0x0000000000000000 0x4 /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/crtbegin.o - .text 0x0000000000000000 0x70 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/crt0.o - .data 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/crt0.o - .bss 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/crt0.o - .ARM.extab 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/crt0.o - .ARM.exidx 0x0000000000000000 0x10 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/crt0.o - .ARM.attributes - 0x0000000000000000 0x1c /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/crt0.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .group 0x0000000000000000 0xc hal/src/hal_io.o - .text 0x0000000000000000 0x0 hal/src/hal_io.o - .data 0x0000000000000000 0x0 hal/src/hal_io.o - .bss 0x0000000000000000 0x0 hal/src/hal_io.o - .text.io_get_version - 0x0000000000000000 0x4 hal/src/hal_io.o - .text.io_read 0x0000000000000000 0x30 hal/src/hal_io.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/systick/hpl_systick.o - .text 0x0000000000000000 0x0 hpl/systick/hpl_systick.o - .data 0x0000000000000000 0x0 hpl/systick/hpl_systick.o - .bss 0x0000000000000000 0x0 hpl/systick/hpl_systick.o - .text._system_time_init - 0x0000000000000000 0x10 hpl/systick/hpl_systick.o - .text._system_time_deinit - 0x0000000000000000 0xe hpl/systick/hpl_systick.o - .text._system_time_get - 0x0000000000000000 0x8 hpl/systick/hpl_systick.o - .text._system_time_get_max_time_value - 0x0000000000000000 0x6 hpl/systick/hpl_systick.o - .text._delay_cycles - 0x0000000000000000 0x38 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0xa78 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x16d hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x22 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x8e hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x51 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x103 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x6a hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x1df hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x22 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x54 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x1c hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x22 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0xd9 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x102d hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x11f hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x706 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0xb5b hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x3c0 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x2d61 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x336 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x3b7 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x668 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x143f hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x651 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x67b hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x6d7 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x172 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x395 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x19dd hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x3a hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x72a hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0xb12 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x5d7 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0xbc0 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x9b9 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x2a3 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x8cb hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x1ea hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x8f4 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x216 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x3f9 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x620 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x10d hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0xb8 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x1df7 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x2e69 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x11ed hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x50e hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x930 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x1ad8 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0xe7 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x13e6 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x36a hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x94 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0xdc hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0xe2 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0xdc hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x149 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x149 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x46 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x4c hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0xc4 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x7d5 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0xb8 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x7c hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0xc20 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x46 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x25b hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x31a hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x170 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x7c hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0xbe hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x4c hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x82 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x1a3 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x46 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x6a hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x46 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x88 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x46 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x24e hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x1c hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x76 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x3a hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x2e hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x196 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x16f hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x16f hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x25d hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x25d hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x25d hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x25d hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x25d hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x25d hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x25d hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x25d hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x52 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0xfa hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0xfa hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0xfa hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0xfa hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0xfa hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0xfa hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0xfa hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0xfa hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x148 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x124 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x106 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0xee hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0xee hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x2e hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x46a hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x3a hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x59f hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x4ff3 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0xcf hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x10 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x10 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x16 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x16 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x16 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x16 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x16 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x16 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x40 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x16 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x16 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x16 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x16 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x16 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x16 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x16 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x16 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x16 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x16 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x16 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x16 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x16 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x16 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x16 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x16 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x16 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x16 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x16 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x16 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x16 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0xe5c hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x9b6 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x94 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x16 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0xbe hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x28c hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x16 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x4d8 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0x16 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000000000 0xca hpl/systick/hpl_systick.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .text 0x0000000000000000 0x0 hpl/core/hpl_core_m4.o - .data 0x0000000000000000 0x0 hpl/core/hpl_core_m4.o - .bss 0x0000000000000000 0x224 hpl/core/hpl_core_m4.o - .text._reset_mcu - 0x0000000000000000 0x24 hpl/core/hpl_core_m4.o - .text._go_to_sleep - 0x0000000000000000 0x8 hpl/core/hpl_core_m4.o - .text._irq_get_current - 0x0000000000000000 0xa hpl/core/hpl_core_m4.o - .text._irq_disable - 0x0000000000000000 0x24 hpl/core/hpl_core_m4.o - .text._irq_set - 0x0000000000000000 0x1c hpl/core/hpl_core_m4.o - .text._irq_clear - 0x0000000000000000 0x1c hpl/core/hpl_core_m4.o - .text._irq_enable - 0x0000000000000000 0x18 hpl/core/hpl_core_m4.o - .rodata.str1.1 - 0x0000000000000000 0x1a hpl/core/hpl_core_m4.o - .text._irq_register - 0x0000000000000000 0x2c hpl/core/hpl_core_m4.o - .text.Default_Handler - 0x0000000000000000 0x2 hpl/core/hpl_core_m4.o - .text._get_cycles_for_us - 0x0000000000000000 0x6 hpl/core/hpl_core_m4.o - .text._get_cycles_for_ms - 0x0000000000000000 0xc hpl/core/hpl_core_m4.o - .debug_info 0x0000000000000000 0xc61 hpl/core/hpl_core_m4.o - .debug_abbrev 0x0000000000000000 0x2c7 hpl/core/hpl_core_m4.o - .debug_loc 0x0000000000000000 0x288 hpl/core/hpl_core_m4.o - .debug_aranges - 0x0000000000000000 0x70 hpl/core/hpl_core_m4.o - .debug_ranges 0x0000000000000000 0x60 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x6c5 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0xa78 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x43 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x16d hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x22 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x8e hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x51 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x103 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x6a hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x1df hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x22 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x54 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x1c hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x22 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0xd9 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x102d hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x11f hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x706 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0xb5b hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x3c0 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x2d61 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x336 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x3b7 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x668 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x143f hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x651 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x67b hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x6d7 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x172 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x395 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x19dd hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x3a hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x72a hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0xb12 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x5d7 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0xbc0 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x9b9 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x2a3 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x8cb hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x1ea hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x8f4 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x216 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x3f9 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x620 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x10d hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0xb8 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x1df7 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x2e69 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x11ed hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x50e hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x930 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x1ad8 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0xe7 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x13e6 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x36a hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x94 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0xdc hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0xe2 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0xdc hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x149 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x149 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x46 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x4c hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0xc4 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x7d5 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0xb8 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x7c hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0xc20 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x46 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x25b hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x31a hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x170 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x7c hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0xbe hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x4c hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x82 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x1a3 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x46 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x6a hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x46 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x88 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x46 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x24e hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x1c hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x76 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x3a hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x2e hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x196 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x16f hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x16f hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x25d hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x25d hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x25d hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x25d hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x25d hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x25d hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x25d hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x25d hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x52 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0xfa hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0xfa hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0xfa hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0xfa hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0xfa hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0xfa hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0xfa hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0xfa hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x148 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x124 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x106 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0xee hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0xee hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x2e hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x46a hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x3a hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x59f hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x4ff3 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0xcf hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x10 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x10 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x16 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x16 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x16 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x16 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x16 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x16 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x40 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x16 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x16 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x16 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x16 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x16 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x16 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x16 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x16 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x16 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x16 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x16 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x16 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x16 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x16 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x16 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x16 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x16 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x16 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x16 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x16 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x16 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0xe5c hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x9b6 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x94 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x16 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0xbe hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x28c hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x16 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x4d8 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x16 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0xca hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0xc9 hpl/core/hpl_core_m4.o - .debug_macro 0x0000000000000000 0x16 hpl/core/hpl_core_m4.o - .debug_line 0x0000000000000000 0xc25 hpl/core/hpl_core_m4.o - .debug_str 0x0000000000000000 0x107e12 hpl/core/hpl_core_m4.o - .comment 0x0000000000000000 0x1f hpl/core/hpl_core_m4.o - .debug_frame 0x0000000000000000 0xcc hpl/core/hpl_core_m4.o - .ARM.attributes - 0x0000000000000000 0x32 hpl/core/hpl_core_m4.o - .group 0x0000000000000000 0xc hal/utils/src/utils_syscalls.o - .group 0x0000000000000000 0xc hal/utils/src/utils_syscalls.o - .group 0x0000000000000000 0xc hal/utils/src/utils_syscalls.o - .group 0x0000000000000000 0xc hal/utils/src/utils_syscalls.o - .group 0x0000000000000000 0xc hal/utils/src/utils_syscalls.o - .group 0x0000000000000000 0xc hal/utils/src/utils_syscalls.o - .group 0x0000000000000000 0xc hal/utils/src/utils_syscalls.o - .group 0x0000000000000000 0xc hal/utils/src/utils_syscalls.o - .group 0x0000000000000000 0xc hal/utils/src/utils_syscalls.o - .group 0x0000000000000000 0xc hal/utils/src/utils_syscalls.o - .group 0x0000000000000000 0xc hal/utils/src/utils_syscalls.o - .group 0x0000000000000000 0xc hal/utils/src/utils_syscalls.o - .group 0x0000000000000000 0xc hal/utils/src/utils_syscalls.o - .group 0x0000000000000000 0xc hal/utils/src/utils_syscalls.o - .group 0x0000000000000000 0xc hal/utils/src/utils_syscalls.o - .group 0x0000000000000000 0xc hal/utils/src/utils_syscalls.o - .group 0x0000000000000000 0xc hal/utils/src/utils_syscalls.o - .group 0x0000000000000000 0xc hal/utils/src/utils_syscalls.o - .group 0x0000000000000000 0xc hal/utils/src/utils_syscalls.o - .group 0x0000000000000000 0xc hal/utils/src/utils_syscalls.o - .group 0x0000000000000000 0xc hal/utils/src/utils_syscalls.o - .group 0x0000000000000000 0xc hal/utils/src/utils_syscalls.o - .group 0x0000000000000000 0xc hal/utils/src/utils_syscalls.o - .group 0x0000000000000000 0xc hal/utils/src/utils_syscalls.o - .group 0x0000000000000000 0xc hal/utils/src/utils_syscalls.o - .group 0x0000000000000000 0xc hal/utils/src/utils_syscalls.o - .group 0x0000000000000000 0xc hal/utils/src/utils_syscalls.o - .group 0x0000000000000000 0xc hal/utils/src/utils_syscalls.o - .group 0x0000000000000000 0xc hal/utils/src/utils_syscalls.o - .group 0x0000000000000000 0xc hal/utils/src/utils_syscalls.o - .group 0x0000000000000000 0xc hal/utils/src/utils_syscalls.o - .group 0x0000000000000000 0xc hal/utils/src/utils_syscalls.o - .group 0x0000000000000000 0xc hal/utils/src/utils_syscalls.o - .group 0x0000000000000000 0xc hal/utils/src/utils_syscalls.o - .group 0x0000000000000000 0xc hal/utils/src/utils_syscalls.o - .group 0x0000000000000000 0xc hal/utils/src/utils_syscalls.o - .group 0x0000000000000000 0xc hal/utils/src/utils_syscalls.o - .group 0x0000000000000000 0xc hal/utils/src/utils_syscalls.o - .text 0x0000000000000000 0x0 hal/utils/src/utils_syscalls.o - .data 0x0000000000000000 0x0 hal/utils/src/utils_syscalls.o - .text.link 0x0000000000000000 0x6 hal/utils/src/utils_syscalls.o - .text._close 0x0000000000000000 0x6 hal/utils/src/utils_syscalls.o - .text._fstat 0x0000000000000000 0xa hal/utils/src/utils_syscalls.o - .text._isatty 0x0000000000000000 0x4 hal/utils/src/utils_syscalls.o - .text._lseek 0x0000000000000000 0x4 hal/utils/src/utils_syscalls.o - .rodata.str1.1 - 0x0000000000000000 0x19 hal/utils/src/utils_syscalls.o - .text._exit 0x0000000000000000 0x14 hal/utils/src/utils_syscalls.o - .text._kill 0x0000000000000000 0x2 hal/utils/src/utils_syscalls.o - .text._getpid 0x0000000000000000 0x6 hal/utils/src/utils_syscalls.o - .debug_macro 0x0000000000000000 0xa78 hal/utils/src/utils_syscalls.o - .debug_macro 0x0000000000000000 0x22 hal/utils/src/utils_syscalls.o - .debug_macro 0x0000000000000000 0x6a hal/utils/src/utils_syscalls.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc hal/src/hal_spi_m_sync.o - .text 0x0000000000000000 0x0 hal/src/hal_spi_m_sync.o - .data 0x0000000000000000 0x0 hal/src/hal_spi_m_sync.o - .bss 0x0000000000000000 0x0 hal/src/hal_spi_m_sync.o - .text.spi_m_sync_set_func_ptr - 0x0000000000000000 0x24 hal/src/hal_spi_m_sync.o - .text.spi_m_sync_deinit - 0x0000000000000000 0x28 hal/src/hal_spi_m_sync.o - .text.spi_m_sync_enable - 0x0000000000000000 0x28 hal/src/hal_spi_m_sync.o - .text.spi_m_sync_disable - 0x0000000000000000 0x28 hal/src/hal_spi_m_sync.o - .text.spi_m_sync_set_baudrate - 0x0000000000000000 0x2c hal/src/hal_spi_m_sync.o - .text.spi_m_sync_set_mode - 0x0000000000000000 0x2c hal/src/hal_spi_m_sync.o - .text.spi_m_sync_set_char_size - 0x0000000000000000 0x2c hal/src/hal_spi_m_sync.o - .text.spi_m_sync_set_data_order - 0x0000000000000000 0x2c hal/src/hal_spi_m_sync.o - .text.spi_m_sync_get_io_descriptor - 0x0000000000000000 0x28 hal/src/hal_spi_m_sync.o - .text.spi_m_sync_get_version - 0x0000000000000000 0x4 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0xa78 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x16d hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x22 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x8e hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x51 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x103 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x6a hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x1df hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x22 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x54 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x1c hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x22 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0xd9 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x102d hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x11f hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x706 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0xb5b hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x3c0 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x2d61 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x336 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x3b7 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x668 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x143f hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x651 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x67b hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x6d7 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x172 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x395 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x19dd hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x3a hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x72a hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0xb12 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x5d7 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0xbc0 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x9b9 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x2a3 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x8cb hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x1ea hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x8f4 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x216 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x3f9 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x620 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x10d hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0xb8 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x1df7 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x2e69 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x11ed hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x50e hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x930 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x1ad8 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0xe7 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x13e6 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x36a hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x94 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0xdc hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0xe2 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0xdc hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x149 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x149 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x46 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x4c hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0xc4 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x7d5 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0xb8 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x7c hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0xc20 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x46 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x25b hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x31a hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x170 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x7c hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0xbe hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x4c hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x82 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x1a3 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x46 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x6a hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x46 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x88 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x46 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x24e hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x1c hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x76 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x3a hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x2e hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x196 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x16f hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x16f hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x25d hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x25d hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x25d hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x25d hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x25d hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x25d hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x25d hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x25d hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x52 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0xfa hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0xfa hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0xfa hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0xfa hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0xfa hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0xfa hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0xfa hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0xfa hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x148 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x124 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x106 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0xee hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0xee hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x2e hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x46a hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x3a hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x59f hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x4ff3 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0xcf hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x10 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x10 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x40 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0xe5c hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x9b6 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x94 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0xbe hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x28c hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x4d8 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0xca hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0xc9 hal/src/hal_spi_m_sync.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_spi_m_sync.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .group 0x0000000000000000 0xc build/system_same54.o - .text 0x0000000000000000 0x0 build/system_same54.o - .data 0x0000000000000000 0x4 build/system_same54.o - .bss 0x0000000000000000 0x0 build/system_same54.o - .text.SystemInit - 0x0000000000000000 0x10 build/system_same54.o - .text.SystemCoreClockUpdate - 0x0000000000000000 0x10 build/system_same54.o - .debug_info 0x0000000000000000 0xc2 build/system_same54.o - .debug_abbrev 0x0000000000000000 0x92 build/system_same54.o - .debug_aranges - 0x0000000000000000 0x20 build/system_same54.o - .debug_ranges 0x0000000000000000 0x10 build/system_same54.o - .debug_macro 0x0000000000000000 0x4b8 build/system_same54.o - .debug_macro 0x0000000000000000 0xa78 build/system_same54.o - .debug_macro 0x0000000000000000 0x22 build/system_same54.o - .debug_macro 0x0000000000000000 0x8e build/system_same54.o - .debug_macro 0x0000000000000000 0x51 build/system_same54.o - .debug_macro 0x0000000000000000 0x103 build/system_same54.o - .debug_macro 0x0000000000000000 0x6a build/system_same54.o - .debug_macro 0x0000000000000000 0x1df build/system_same54.o - .debug_macro 0x0000000000000000 0x4e build/system_same54.o - .debug_macro 0x0000000000000000 0x1c build/system_same54.o - .debug_macro 0x0000000000000000 0x22 build/system_same54.o - .debug_macro 0x0000000000000000 0xd9 build/system_same54.o - .debug_macro 0x0000000000000000 0x102d build/system_same54.o - .debug_macro 0x0000000000000000 0x11f build/system_same54.o - .debug_macro 0x0000000000000000 0x706 build/system_same54.o - .debug_macro 0x0000000000000000 0xb5b build/system_same54.o - .debug_macro 0x0000000000000000 0x3c0 build/system_same54.o - .debug_macro 0x0000000000000000 0x2d61 build/system_same54.o - .debug_macro 0x0000000000000000 0x336 build/system_same54.o - .debug_macro 0x0000000000000000 0x3b7 build/system_same54.o - .debug_macro 0x0000000000000000 0x668 build/system_same54.o - .debug_macro 0x0000000000000000 0x143f build/system_same54.o - .debug_macro 0x0000000000000000 0x651 build/system_same54.o - .debug_macro 0x0000000000000000 0x67b build/system_same54.o - .debug_macro 0x0000000000000000 0x6d7 build/system_same54.o - .debug_macro 0x0000000000000000 0x172 build/system_same54.o - .debug_macro 0x0000000000000000 0x395 build/system_same54.o - .debug_macro 0x0000000000000000 0x19dd build/system_same54.o - .debug_macro 0x0000000000000000 0x3a build/system_same54.o - .debug_macro 0x0000000000000000 0x72a build/system_same54.o - .debug_macro 0x0000000000000000 0xb12 build/system_same54.o - .debug_macro 0x0000000000000000 0x5d7 build/system_same54.o - .debug_macro 0x0000000000000000 0xbc0 build/system_same54.o - .debug_macro 0x0000000000000000 0x9b9 build/system_same54.o - .debug_macro 0x0000000000000000 0x2a3 build/system_same54.o - .debug_macro 0x0000000000000000 0x8cb build/system_same54.o - .debug_macro 0x0000000000000000 0x1ea build/system_same54.o - .debug_macro 0x0000000000000000 0x8f4 build/system_same54.o - .debug_macro 0x0000000000000000 0x216 build/system_same54.o - .debug_macro 0x0000000000000000 0x3f9 build/system_same54.o - .debug_macro 0x0000000000000000 0x620 build/system_same54.o - .debug_macro 0x0000000000000000 0x10d build/system_same54.o - .debug_macro 0x0000000000000000 0xb8 build/system_same54.o - .debug_macro 0x0000000000000000 0x1df7 build/system_same54.o - .debug_macro 0x0000000000000000 0x2e69 build/system_same54.o - .debug_macro 0x0000000000000000 0x11ed build/system_same54.o - .debug_macro 0x0000000000000000 0x50e build/system_same54.o - .debug_macro 0x0000000000000000 0x930 build/system_same54.o - .debug_macro 0x0000000000000000 0x1ad8 build/system_same54.o - .debug_macro 0x0000000000000000 0xe7 build/system_same54.o - .debug_macro 0x0000000000000000 0x13e6 build/system_same54.o - .debug_macro 0x0000000000000000 0x36a build/system_same54.o - .debug_macro 0x0000000000000000 0x94 build/system_same54.o - .debug_macro 0x0000000000000000 0xdc build/system_same54.o - .debug_macro 0x0000000000000000 0xe2 build/system_same54.o - .debug_macro 0x0000000000000000 0xdc build/system_same54.o - .debug_macro 0x0000000000000000 0x149 build/system_same54.o - .debug_macro 0x0000000000000000 0x149 build/system_same54.o - .debug_macro 0x0000000000000000 0x46 build/system_same54.o - .debug_macro 0x0000000000000000 0x4c build/system_same54.o - .debug_macro 0x0000000000000000 0xc4 build/system_same54.o - .debug_macro 0x0000000000000000 0x7d5 build/system_same54.o - .debug_macro 0x0000000000000000 0xb8 build/system_same54.o - .debug_macro 0x0000000000000000 0x7c build/system_same54.o - .debug_macro 0x0000000000000000 0xc20 build/system_same54.o - .debug_macro 0x0000000000000000 0x46 build/system_same54.o - .debug_macro 0x0000000000000000 0x25b build/system_same54.o - .debug_macro 0x0000000000000000 0x31a build/system_same54.o - .debug_macro 0x0000000000000000 0x170 build/system_same54.o - .debug_macro 0x0000000000000000 0x7c build/system_same54.o - .debug_macro 0x0000000000000000 0xbe build/system_same54.o - .debug_macro 0x0000000000000000 0x4c build/system_same54.o - .debug_macro 0x0000000000000000 0x82 build/system_same54.o - .debug_macro 0x0000000000000000 0x1a3 build/system_same54.o - .debug_macro 0x0000000000000000 0x46 build/system_same54.o - .debug_macro 0x0000000000000000 0x6a build/system_same54.o - .debug_macro 0x0000000000000000 0x46 build/system_same54.o - .debug_macro 0x0000000000000000 0x88 build/system_same54.o - .debug_macro 0x0000000000000000 0x46 build/system_same54.o - .debug_macro 0x0000000000000000 0x24e build/system_same54.o - .debug_macro 0x0000000000000000 0x1c build/system_same54.o - .debug_macro 0x0000000000000000 0x76 build/system_same54.o - .debug_macro 0x0000000000000000 0x3a build/system_same54.o - .debug_macro 0x0000000000000000 0x2e build/system_same54.o - .debug_macro 0x0000000000000000 0x196 build/system_same54.o - .debug_macro 0x0000000000000000 0x16f build/system_same54.o - .debug_macro 0x0000000000000000 0x16f build/system_same54.o - .debug_macro 0x0000000000000000 0x25d build/system_same54.o - .debug_macro 0x0000000000000000 0x25d build/system_same54.o - .debug_macro 0x0000000000000000 0x25d build/system_same54.o - .debug_macro 0x0000000000000000 0x25d build/system_same54.o - .debug_macro 0x0000000000000000 0x25d build/system_same54.o - .debug_macro 0x0000000000000000 0x25d build/system_same54.o - .debug_macro 0x0000000000000000 0x25d build/system_same54.o - .debug_macro 0x0000000000000000 0x25d build/system_same54.o - .debug_macro 0x0000000000000000 0x52 build/system_same54.o - .debug_macro 0x0000000000000000 0xfa build/system_same54.o - .debug_macro 0x0000000000000000 0xfa build/system_same54.o - .debug_macro 0x0000000000000000 0xfa build/system_same54.o - .debug_macro 0x0000000000000000 0xfa build/system_same54.o - .debug_macro 0x0000000000000000 0xfa build/system_same54.o - .debug_macro 0x0000000000000000 0xfa build/system_same54.o - .debug_macro 0x0000000000000000 0xfa build/system_same54.o - .debug_macro 0x0000000000000000 0xfa build/system_same54.o - .debug_macro 0x0000000000000000 0x148 build/system_same54.o - .debug_macro 0x0000000000000000 0x124 build/system_same54.o - .debug_macro 0x0000000000000000 0x106 build/system_same54.o - .debug_macro 0x0000000000000000 0xee build/system_same54.o - .debug_macro 0x0000000000000000 0xee build/system_same54.o - .debug_macro 0x0000000000000000 0x2e build/system_same54.o - .debug_macro 0x0000000000000000 0x46a build/system_same54.o - .debug_macro 0x0000000000000000 0x3a build/system_same54.o - .debug_macro 0x0000000000000000 0x59f build/system_same54.o - .debug_macro 0x0000000000000000 0x4ff3 build/system_same54.o - .debug_macro 0x0000000000000000 0xcf build/system_same54.o - .debug_line 0x0000000000000000 0x61f build/system_same54.o - .debug_str 0x0000000000000000 0xf0870 build/system_same54.o - .comment 0x0000000000000000 0x1f build/system_same54.o - .debug_frame 0x0000000000000000 0x30 build/system_same54.o - .ARM.attributes - 0x0000000000000000 0x32 build/system_same54.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .group 0x0000000000000000 0xc hal/src/hal_delay.o - .text 0x0000000000000000 0x0 hal/src/hal_delay.o - .data 0x0000000000000000 0x0 hal/src/hal_delay.o - .text.delay_us - 0x0000000000000000 0x24 hal/src/hal_delay.o - .text.delay_ms - 0x0000000000000000 0x24 hal/src/hal_delay.o - .text.delay_get_version - 0x0000000000000000 0x4 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0xa78 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x16d hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x22 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x8e hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x51 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x103 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x6a hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x1df hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x22 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x54 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x1c hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x22 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0xd9 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x102d hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x11f hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x706 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0xb5b hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x3c0 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x2d61 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x336 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x3b7 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x668 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x143f hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x651 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x67b hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x6d7 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x172 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x395 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x19dd hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x3a hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x72a hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0xb12 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x5d7 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0xbc0 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x9b9 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x2a3 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x8cb hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x1ea hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x8f4 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x216 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x3f9 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x620 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x10d hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0xb8 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x1df7 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x2e69 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x11ed hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x50e hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x930 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x1ad8 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0xe7 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x13e6 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x36a hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x94 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0xdc hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0xe2 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0xdc hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x149 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x149 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x46 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x4c hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0xc4 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x7d5 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0xb8 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x7c hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0xc20 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x46 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x25b hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x31a hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x170 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x7c hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0xbe hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x4c hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x82 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x1a3 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x46 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x6a hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x46 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x88 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x46 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x24e hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x1c hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x76 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x3a hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x2e hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x196 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x16f hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x16f hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x25d hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x25d hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x25d hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x25d hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x25d hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x25d hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x25d hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x25d hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x52 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0xfa hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0xfa hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0xfa hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0xfa hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0xfa hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0xfa hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0xfa hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0xfa hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x148 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x124 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x106 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0xee hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0xee hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x2e hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x46a hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x3a hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x59f hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x4ff3 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0xcf hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x10 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x10 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x40 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0xe5c hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x9b6 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x94 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0xbe hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x28c hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x4d8 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_delay.o - .debug_macro 0x0000000000000000 0xca hal/src/hal_delay.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/pm/hpl_pm.o - .text 0x0000000000000000 0x0 hpl/pm/hpl_pm.o - .data 0x0000000000000000 0x0 hpl/pm/hpl_pm.o - .bss 0x0000000000000000 0x0 hpl/pm/hpl_pm.o - .text._set_sleep_mode - 0x0000000000000000 0x2c hpl/pm/hpl_pm.o - .debug_info 0x0000000000000000 0x590 hpl/pm/hpl_pm.o - .debug_abbrev 0x0000000000000000 0x192 hpl/pm/hpl_pm.o - .debug_loc 0x0000000000000000 0xc9 hpl/pm/hpl_pm.o - .debug_aranges - 0x0000000000000000 0x20 hpl/pm/hpl_pm.o - .debug_ranges 0x0000000000000000 0x10 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x696 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0xa78 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x16d hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x22 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x8e hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x51 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x103 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x6a hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x1df hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x22 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x54 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x1c hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x22 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0xd9 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x102d hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x11f hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x706 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0xb5b hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x3c0 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x2d61 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x336 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x3b7 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x668 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x143f hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x651 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x67b hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x6d7 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x172 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x395 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x19dd hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x3a hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x72a hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0xb12 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x5d7 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0xbc0 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x9b9 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x2a3 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x8cb hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x1ea hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x8f4 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x216 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x3f9 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x620 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x10d hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0xb8 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x1df7 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x2e69 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x11ed hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x50e hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x930 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x1ad8 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0xe7 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x13e6 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x36a hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x94 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0xdc hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0xe2 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0xdc hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x149 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x149 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x46 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x4c hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0xc4 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x7d5 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0xb8 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x7c hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0xc20 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x46 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x25b hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x31a hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x170 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x7c hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0xbe hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x4c hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x82 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x1a3 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x46 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x6a hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x46 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x88 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x46 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x24e hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x1c hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x76 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x3a hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x2e hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x196 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x16f hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x16f hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x25d hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x25d hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x25d hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x25d hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x25d hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x25d hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x25d hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x25d hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x52 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0xfa hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0xfa hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0xfa hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0xfa hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0xfa hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0xfa hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0xfa hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0xfa hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x148 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x124 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x106 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0xee hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0xee hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x2e hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x46a hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x3a hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x59f hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x4ff3 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0xcf hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x10 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x10 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x16 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x16 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x16 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x16 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x16 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x16 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x40 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x16 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x16 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x16 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x16 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x16 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x16 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x16 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x16 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x16 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x16 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x16 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x16 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x16 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x16 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x16 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x16 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x16 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x16 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x16 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x16 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x16 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0xe5c hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x9b6 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x94 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x16 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0xbe hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x28c hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x16 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x4d8 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0x16 hpl/pm/hpl_pm.o - .debug_macro 0x0000000000000000 0xca hpl/pm/hpl_pm.o - .debug_line 0x0000000000000000 0x9c3 hpl/pm/hpl_pm.o - .debug_str 0x0000000000000000 0x106f1c hpl/pm/hpl_pm.o - .comment 0x0000000000000000 0x1f hpl/pm/hpl_pm.o - .debug_frame 0x0000000000000000 0x20 hpl/pm/hpl_pm.o - .ARM.attributes - 0x0000000000000000 0x32 hpl/pm/hpl_pm.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/core/hpl_init.o - .text 0x0000000000000000 0x0 hpl/core/hpl_init.o - .data 0x0000000000000000 0x0 hpl/core/hpl_init.o - .bss 0x0000000000000000 0x0 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0xa78 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x16d hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x22 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x8e hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x51 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x103 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x6a hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x1df hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x22 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x54 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x1c hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x22 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0xd9 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x102d hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x11f hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x706 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0xb5b hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x3c0 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x2d61 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x336 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x3b7 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x668 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x143f hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x651 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x67b hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x6d7 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x172 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x395 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x19dd hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x3a hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x72a hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0xb12 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x5d7 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0xbc0 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x9b9 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x2a3 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x8cb hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x1ea hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x8f4 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x216 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x3f9 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x620 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x10d hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0xb8 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x1df7 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x2e69 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x11ed hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x50e hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x930 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x1ad8 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0xe7 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x13e6 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x36a hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x94 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0xdc hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0xe2 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0xdc hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x149 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x149 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x46 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x4c hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0xc4 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x7d5 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0xb8 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x7c hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0xc20 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x46 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x25b hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x31a hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x170 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x7c hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0xbe hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x4c hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x82 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x1a3 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x46 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x6a hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x46 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x88 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x46 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x24e hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x1c hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x76 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x3a hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x2e hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x196 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x16f hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x16f hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x25d hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x25d hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x25d hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x25d hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x25d hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x25d hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x25d hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x25d hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x52 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0xfa hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0xfa hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0xfa hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0xfa hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0xfa hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0xfa hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0xfa hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0xfa hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x148 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x124 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x106 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0xee hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0xee hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x2e hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x46a hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x3a hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x59f hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x4ff3 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0xcf hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x10 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x10 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x16 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x16 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x16 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x16 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x16 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x16 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x40 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x16 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x16 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x16 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x16 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x16 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x16 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x16 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x16 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x16 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x16 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x16 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x16 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x16 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x16 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x16 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x16 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x16 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x16 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x16 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x16 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x16 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0xe5c hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x9b6 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x94 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x16 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0xbe hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x28c hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x16 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x4d8 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x16 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0xca hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x16 hpl/core/hpl_init.o - .debug_macro 0x0000000000000000 0x43 hpl/core/hpl_init.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hpl/gclk/hpl_gclk.o - .text 0x0000000000000000 0x0 hpl/gclk/hpl_gclk.o - .data 0x0000000000000000 0x0 hpl/gclk/hpl_gclk.o - .bss 0x0000000000000000 0x0 hpl/gclk/hpl_gclk.o - .text._gclk_init_generators - 0x0000000000000000 0x30 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0xa78 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x16d hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x22 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x8e hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x51 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x103 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x6a hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x1df hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x22 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x54 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x1c hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x22 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0xd9 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x102d hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x11f hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x706 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0xb5b hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x3c0 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x2d61 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x336 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x3b7 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x668 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x143f hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x651 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x67b hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x6d7 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x172 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x395 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x19dd hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x3a hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x72a hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0xb12 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x5d7 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0xbc0 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x9b9 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x2a3 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x8cb hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x1ea hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x8f4 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x216 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x3f9 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x620 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x10d hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0xb8 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x1df7 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x2e69 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x11ed hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x50e hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x930 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x1ad8 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0xe7 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x13e6 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x36a hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x94 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0xdc hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0xe2 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0xdc hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x149 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x149 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x46 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x4c hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0xc4 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x7d5 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0xb8 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x7c hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0xc20 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x46 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x25b hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x31a hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x170 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x7c hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0xbe hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x4c hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x82 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x1a3 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x46 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x6a hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x46 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x88 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x46 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x24e hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x1c hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x76 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x3a hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x2e hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x196 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x16f hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x16f hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x25d hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x25d hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x25d hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x25d hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x25d hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x25d hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x25d hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x25d hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x52 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0xfa hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0xfa hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0xfa hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0xfa hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0xfa hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0xfa hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0xfa hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0xfa hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x148 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x124 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x106 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0xee hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0xee hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x2e hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x46a hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x3a hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x59f hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x4ff3 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0xcf hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x10 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x10 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x16 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x16 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x16 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x16 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x16 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x16 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x40 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x16 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x16 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x16 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x16 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x16 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x16 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x16 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x16 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x16 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x16 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x16 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x16 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x16 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x16 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x16 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x16 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x16 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x16 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x16 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x16 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x16 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0xe5c hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x9b6 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x94 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x16 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0xbe hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x28c hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x16 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x4d8 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x16 hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0xca hpl/gclk/hpl_gclk.o - .debug_macro 0x0000000000000000 0x16 hpl/gclk/hpl_gclk.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_list.o - .text 0x0000000000000000 0x0 hal/utils/src/utils_list.o - .data 0x0000000000000000 0x0 hal/utils/src/utils_list.o - .bss 0x0000000000000000 0x0 hal/utils/src/utils_list.o - .text.is_list_element - 0x0000000000000000 0xe hal/utils/src/utils_list.o - .rodata.str1.1 - 0x0000000000000000 0x1e hal/utils/src/utils_list.o - .text.list_insert_as_head - 0x0000000000000000 0x2c hal/utils/src/utils_list.o - .text.list_insert_after - 0x0000000000000000 0x8 hal/utils/src/utils_list.o - .text.list_insert_at_end - 0x0000000000000000 0x40 hal/utils/src/utils_list.o - .text.list_remove_head - 0x0000000000000000 0xc hal/utils/src/utils_list.o - .text.list_delete_element - 0x0000000000000000 0x28 hal/utils/src/utils_list.o - .debug_info 0x0000000000000000 0x30a hal/utils/src/utils_list.o - .debug_abbrev 0x0000000000000000 0x125 hal/utils/src/utils_list.o - .debug_loc 0x0000000000000000 0x1cb hal/utils/src/utils_list.o - .debug_aranges - 0x0000000000000000 0x48 hal/utils/src/utils_list.o - .debug_ranges 0x0000000000000000 0x50 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x695 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0xa78 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x16d hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x22 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x8e hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x51 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x103 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x6a hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x1df hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x22 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x54 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x1c hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x22 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0xd9 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x102d hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x11f hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x706 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0xb5b hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x3c0 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x2d61 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x336 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x3b7 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x668 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x143f hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x651 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x67b hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x6d7 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x172 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x395 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x19dd hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x3a hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x72a hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0xb12 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x5d7 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0xbc0 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x9b9 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x2a3 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x8cb hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x1ea hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x8f4 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x216 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x3f9 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x620 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x10d hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0xb8 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x1df7 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x2e69 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x11ed hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x50e hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x930 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x1ad8 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0xe7 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x13e6 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x36a hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x94 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0xdc hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0xe2 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0xdc hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x149 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x149 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x46 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x4c hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0xc4 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x7d5 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0xb8 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x7c hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0xc20 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x46 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x25b hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x31a hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x170 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x7c hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0xbe hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x4c hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x82 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x1a3 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x46 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x6a hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x46 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x88 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x46 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x24e hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x1c hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x76 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x3a hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x2e hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x196 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x16f hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x16f hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x25d hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x25d hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x25d hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x25d hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x25d hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x25d hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x25d hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x25d hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x52 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0xfa hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0xfa hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0xfa hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0xfa hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0xfa hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0xfa hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0xfa hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0xfa hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x148 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x124 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x106 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0xee hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0xee hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x2e hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x46a hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x3a hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x59f hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x4ff3 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0xcf hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x10 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x10 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x40 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0xe5c hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x9b6 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x94 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0xbe hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x28c hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x4d8 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0xca hal/utils/src/utils_list.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_list.o - .debug_line 0x0000000000000000 0xb09 hal/utils/src/utils_list.o - .debug_str 0x0000000000000000 0x106e8e hal/utils/src/utils_list.o - .comment 0x0000000000000000 0x1f hal/utils/src/utils_list.o - .debug_frame 0x0000000000000000 0x88 hal/utils/src/utils_list.o - .ARM.attributes - 0x0000000000000000 0x32 hal/utils/src/utils_list.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hal/utils/src/utils_assert.o - .text 0x0000000000000000 0x0 hal/utils/src/utils_assert.o - .data 0x0000000000000000 0x0 hal/utils/src/utils_assert.o - .bss 0x0000000000000000 0x0 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0xa78 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x16d hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x22 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x8e hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x51 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x103 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x6a hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x1df hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x22 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x54 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x1c hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x22 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0xd9 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x102d hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x11f hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x706 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0xb5b hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x3c0 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x2d61 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x336 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x3b7 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x668 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x143f hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x651 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x67b hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x6d7 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x172 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x395 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x19dd hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x3a hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x72a hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0xb12 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x5d7 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0xbc0 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x9b9 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x2a3 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x8cb hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x1ea hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x8f4 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x216 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x3f9 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x620 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x10d hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0xb8 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x1df7 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x2e69 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x11ed hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x50e hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x930 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x1ad8 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0xe7 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x13e6 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x36a hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x94 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0xdc hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0xe2 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0xdc hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x149 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x149 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x46 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x4c hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0xc4 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x7d5 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0xb8 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x7c hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0xc20 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x46 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x25b hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x31a hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x170 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x7c hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0xbe hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x4c hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x82 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x1a3 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x46 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x6a hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x46 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x88 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x46 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x24e hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x1c hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x76 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x3a hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x2e hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x196 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x16f hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x16f hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x25d hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x25d hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x25d hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x25d hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x25d hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x25d hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x25d hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x25d hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x52 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0xfa hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0xfa hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0xfa hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0xfa hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0xfa hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0xfa hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0xfa hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0xfa hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x148 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x124 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x106 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0xee hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0xee hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x2e hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x46a hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x3a hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x59f hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x4ff3 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0xcf hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x10 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x10 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x40 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0xe5c hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x9b6 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x94 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0xbe hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x28c hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x4d8 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_assert.o - .debug_macro 0x0000000000000000 0xca hal/utils/src/utils_assert.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/dmac/hpl_dmac.o - .text 0x0000000000000000 0x0 hpl/dmac/hpl_dmac.o - .data 0x0000000000000000 0x0 hpl/dmac/hpl_dmac.o - .bss 0x0000000000000000 0x0 hpl/dmac/hpl_dmac.o - .debug_info 0x0000000000000000 0x68 hpl/dmac/hpl_dmac.o - .debug_abbrev 0x0000000000000000 0x29 hpl/dmac/hpl_dmac.o - .debug_aranges - 0x0000000000000000 0x18 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x6c9 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0xa78 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x16d hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x22 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x8e hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x51 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x103 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x6a hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x1df hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x22 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x54 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x1c hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x22 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0xd9 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x102d hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x11f hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x706 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0xb5b hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x3c0 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x2d61 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x336 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x3b7 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x668 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x143f hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x651 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x67b hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x6d7 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x172 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x395 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x19dd hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x3a hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x72a hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0xb12 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x5d7 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0xbc0 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x9b9 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x2a3 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x8cb hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x1ea hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x8f4 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x216 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x3f9 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x620 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x10d hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0xb8 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x1df7 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x2e69 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x11ed hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x50e hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x930 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x1ad8 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0xe7 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x13e6 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x36a hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x94 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0xdc hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0xe2 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0xdc hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x149 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x149 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x46 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x4c hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0xc4 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x7d5 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0xb8 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x7c hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0xc20 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x46 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x25b hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x31a hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x170 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x7c hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0xbe hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x4c hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x82 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x1a3 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x46 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x6a hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x46 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x88 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x46 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x24e hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x1c hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x76 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x3a hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x2e hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x196 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x16f hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x16f hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x25d hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x25d hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x25d hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x25d hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x25d hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x25d hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x25d hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x25d hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x52 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0xfa hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0xfa hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0xfa hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0xfa hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0xfa hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0xfa hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0xfa hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0xfa hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x148 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x124 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x106 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0xee hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0xee hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x2e hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x46a hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x3a hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x59f hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x4ff3 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0xcf hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x10 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x10 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x16 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x16 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x16 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x16 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x16 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x16 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x40 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x16 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x16 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x16 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x16 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x16 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x16 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x16 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x16 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x16 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x16 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x16 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x16 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x16 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x16 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x16 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x16 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x16 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x16 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x16 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x16 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x16 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0xe5c hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x9b6 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x94 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x16 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0xbe hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x28c hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x16 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x4d8 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x16 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0xca hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x16 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0xc9 hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0xd7b hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x6cc hpl/dmac/hpl_dmac.o - .debug_macro 0x0000000000000000 0x6ba hpl/dmac/hpl_dmac.o - .debug_line 0x0000000000000000 0x9c5 hpl/dmac/hpl_dmac.o - .debug_str 0x0000000000000000 0x10f480 hpl/dmac/hpl_dmac.o - .comment 0x0000000000000000 0x1f hpl/dmac/hpl_dmac.o - .ARM.attributes - 0x0000000000000000 0x37 hpl/dmac/hpl_dmac.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hpl/oscctrl/hpl_oscctrl.o - .text 0x0000000000000000 0x0 hpl/oscctrl/hpl_oscctrl.o - .data 0x0000000000000000 0x0 hpl/oscctrl/hpl_oscctrl.o - .bss 0x0000000000000000 0x0 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0xa78 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x16d hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x22 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x8e hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x51 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x103 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x6a hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x1df hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x22 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x54 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x1c hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x22 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0xd9 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x102d hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x11f hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x706 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0xb5b hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x3c0 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x2d61 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x336 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x3b7 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x668 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x143f hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x651 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x67b hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x6d7 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x172 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x395 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x19dd hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x3a hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x72a hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0xb12 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x5d7 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0xbc0 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x9b9 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x2a3 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x8cb hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x1ea hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x8f4 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x216 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x3f9 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x620 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x10d hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0xb8 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x1df7 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x2e69 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x11ed hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x50e hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x930 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x1ad8 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0xe7 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x13e6 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x36a hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x94 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0xdc hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0xe2 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0xdc hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x149 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x149 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x46 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x4c hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0xc4 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x7d5 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0xb8 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x7c hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0xc20 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x46 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x25b hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x31a hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x170 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x7c hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0xbe hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x4c hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x82 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x1a3 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x46 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x6a hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x46 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x88 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x46 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x24e hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x1c hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x76 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x3a hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x2e hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x196 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x16f hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x16f hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x25d hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x25d hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x25d hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x25d hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x25d hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x25d hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x25d hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x25d hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x52 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0xfa hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0xfa hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0xfa hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0xfa hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0xfa hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0xfa hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0xfa hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0xfa hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x148 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x124 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x106 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0xee hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0xee hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x2e hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x46a hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x3a hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x59f hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x4ff3 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0xcf hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x10 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x10 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x16 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x16 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x16 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x16 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x16 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x16 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x40 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x16 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x16 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x16 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x16 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x16 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x16 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x16 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x16 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x16 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x16 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x16 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x16 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x16 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x16 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x16 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x16 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x16 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x16 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x16 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x16 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x16 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0xe5c hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x9b6 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x94 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x16 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0xbe hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x28c hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x16 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x4d8 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x16 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0xca hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x0000000000000000 0x2f0 hpl/oscctrl/hpl_oscctrl.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hal/src/hal_usart_sync.o - .text 0x0000000000000000 0x0 hal/src/hal_usart_sync.o - .data 0x0000000000000000 0x0 hal/src/hal_usart_sync.o - .bss 0x0000000000000000 0x0 hal/src/hal_usart_sync.o - .text.usart_sync_deinit - 0x0000000000000000 0x30 hal/src/hal_usart_sync.o - .text.usart_sync_disable - 0x0000000000000000 0x2c hal/src/hal_usart_sync.o - .text.usart_sync_set_flow_control - 0x0000000000000000 0x30 hal/src/hal_usart_sync.o - .text.usart_sync_set_baud_rate - 0x0000000000000000 0x30 hal/src/hal_usart_sync.o - .text.usart_sync_set_data_order - 0x0000000000000000 0x30 hal/src/hal_usart_sync.o - .text.usart_sync_set_mode - 0x0000000000000000 0x30 hal/src/hal_usart_sync.o - .text.usart_sync_set_parity - 0x0000000000000000 0x30 hal/src/hal_usart_sync.o - .text.usart_sync_set_stopbits - 0x0000000000000000 0x30 hal/src/hal_usart_sync.o - .text.usart_sync_set_character_size - 0x0000000000000000 0x30 hal/src/hal_usart_sync.o - .text.usart_sync_flow_control_status - 0x0000000000000000 0x30 hal/src/hal_usart_sync.o - .text.usart_sync_is_tx_empty - 0x0000000000000000 0x28 hal/src/hal_usart_sync.o - .text.usart_sync_is_rx_not_empty - 0x0000000000000000 0x28 hal/src/hal_usart_sync.o - .text.usart_sync_get_version - 0x0000000000000000 0x4 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0xa78 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x16d hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x22 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x8e hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x51 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x103 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x6a hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x1df hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x22 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x54 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x1c hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x22 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0xd9 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x102d hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x11f hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x706 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0xb5b hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x3c0 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x2d61 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x336 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x3b7 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x668 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x143f hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x651 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x67b hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x6d7 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x172 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x395 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x19dd hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x3a hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x72a hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0xb12 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x5d7 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0xbc0 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x9b9 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x2a3 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x8cb hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x1ea hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x8f4 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x216 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x3f9 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x620 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x10d hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0xb8 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x1df7 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x2e69 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x11ed hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x50e hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x930 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x1ad8 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0xe7 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x13e6 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x36a hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x94 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0xdc hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0xe2 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0xdc hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x149 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x149 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x46 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x4c hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0xc4 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x7d5 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0xb8 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x7c hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0xc20 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x46 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x25b hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x31a hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x170 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x7c hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0xbe hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x4c hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x82 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x1a3 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x46 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x6a hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x46 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x88 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x46 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x24e hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x1c hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x76 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x3a hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x2e hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x196 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x16f hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x16f hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x25d hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x25d hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x25d hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x25d hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x25d hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x25d hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x25d hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x25d hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x52 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0xfa hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0xfa hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0xfa hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0xfa hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0xfa hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0xfa hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0xfa hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0xfa hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x148 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x124 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x106 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0xee hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0xee hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x2e hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x46a hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x3a hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x59f hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x4ff3 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0xcf hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x10 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x10 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x40 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0xe5c hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x9b6 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x94 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0xbe hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x28c hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x4d8 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0xca hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_usart_sync.o - .debug_macro 0x0000000000000000 0xc9 hal/src/hal_usart_sync.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/mclk/hpl_mclk.o - .text 0x0000000000000000 0x0 hpl/mclk/hpl_mclk.o - .data 0x0000000000000000 0x0 hpl/mclk/hpl_mclk.o - .bss 0x0000000000000000 0x0 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0xa78 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x16d hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x22 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x8e hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x51 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x103 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x6a hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x1df hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x22 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x54 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x1c hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x22 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0xd9 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x102d hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x11f hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x706 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0xb5b hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x3c0 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x2d61 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x336 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x3b7 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x668 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x143f hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x651 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x67b hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x6d7 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x172 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x395 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x19dd hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x3a hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x72a hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0xb12 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x5d7 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0xbc0 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x9b9 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x2a3 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x8cb hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x1ea hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x8f4 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x216 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x3f9 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x620 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x10d hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0xb8 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x1df7 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x2e69 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x11ed hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x50e hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x930 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x1ad8 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0xe7 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x13e6 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x36a hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x94 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0xdc hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0xe2 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0xdc hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x149 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x149 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x46 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x4c hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0xc4 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x7d5 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0xb8 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x7c hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0xc20 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x46 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x25b hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x31a hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x170 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x7c hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0xbe hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x4c hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x82 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x1a3 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x46 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x6a hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x46 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x88 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x46 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x24e hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x1c hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x76 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x3a hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x2e hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x196 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x16f hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x16f hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x25d hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x25d hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x25d hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x25d hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x25d hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x25d hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x25d hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x25d hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x52 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0xfa hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0xfa hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0xfa hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0xfa hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0xfa hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0xfa hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0xfa hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0xfa hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x148 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x124 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x106 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0xee hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0xee hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x2e hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x46a hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x3a hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x59f hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x4ff3 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0xcf hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x10 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x10 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x16 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x16 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x16 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x16 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x16 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x16 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x40 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x16 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x16 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x16 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x16 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x16 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x16 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x16 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x16 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x16 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x16 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x16 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x16 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x16 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x16 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x16 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x16 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x16 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x16 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x16 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x16 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x16 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0xe5c hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x9b6 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x94 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x16 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0xbe hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x28c hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x16 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x4d8 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x16 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0xca hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x43 hpl/mclk/hpl_mclk.o - .debug_macro 0x0000000000000000 0x2e hpl/mclk/hpl_mclk.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hpl/ramecc/hpl_ramecc.o - .text 0x0000000000000000 0x0 hpl/ramecc/hpl_ramecc.o - .data 0x0000000000000000 0x0 hpl/ramecc/hpl_ramecc.o - .text._ramecc_init - 0x0000000000000000 0x34 hpl/ramecc/hpl_ramecc.o - .text._ramecc_register_callback - 0x0000000000000000 0x30 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0xa78 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0xc9 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x16d hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x22 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x8e hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x51 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x103 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x6a hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x1df hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x22 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x54 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x1c hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x22 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0xd9 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x102d hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x11f hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x706 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0xb5b hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x3c0 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x2d61 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x336 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x3b7 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x668 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x143f hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x651 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x67b hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x6d7 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x172 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x395 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x19dd hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x3a hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x72a hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0xb12 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x5d7 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0xbc0 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x9b9 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x2a3 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x8cb hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x1ea hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x8f4 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x216 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x3f9 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x620 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x10d hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0xb8 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x1df7 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x2e69 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x11ed hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x50e hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x930 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x1ad8 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0xe7 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x13e6 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x36a hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x94 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0xdc hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0xe2 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0xdc hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x149 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x149 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x46 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x4c hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0xc4 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x7d5 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0xb8 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x7c hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0xc20 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x46 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x25b hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x31a hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x170 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x7c hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0xbe hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x4c hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x82 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x1a3 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x46 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x6a hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x46 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x88 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x46 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x24e hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x1c hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x76 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x3a hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x2e hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x196 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x16f hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x16f hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x25d hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x25d hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x25d hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x25d hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x25d hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x25d hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x25d hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x25d hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x52 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0xfa hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0xfa hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0xfa hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0xfa hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0xfa hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0xfa hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0xfa hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0xfa hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x148 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x124 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x106 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0xee hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0xee hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x2e hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x46a hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x3a hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x59f hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x4ff3 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0xcf hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x10 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x10 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x16 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x16 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x16 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x16 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x16 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x16 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x40 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x16 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x16 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x16 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x16 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x16 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x16 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x16 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x16 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x16 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x16 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x16 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x16 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x16 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x16 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x16 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x16 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x16 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x16 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x16 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x16 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x16 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0xe5c hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x9b6 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x94 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x16 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0xbe hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x28c hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x16 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x4d8 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x16 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0xca hpl/ramecc/hpl_ramecc.o - .debug_macro 0x0000000000000000 0x10 hpl/ramecc/hpl_ramecc.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .group 0x0000000000000000 0xc hal/src/hal_init.o - .text 0x0000000000000000 0x0 hal/src/hal_init.o - .data 0x0000000000000000 0x0 hal/src/hal_init.o - .bss 0x0000000000000000 0x0 hal/src/hal_init.o - .text.init_get_version - 0x0000000000000000 0x4 hal/src/hal_init.o - .debug_info 0x0000000000000000 0x9e hal/src/hal_init.o - .debug_abbrev 0x0000000000000000 0x58 hal/src/hal_init.o - .debug_aranges - 0x0000000000000000 0x20 hal/src/hal_init.o - .debug_ranges 0x0000000000000000 0x10 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x69c hal/src/hal_init.o - .debug_macro 0x0000000000000000 0xa78 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x16d hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x22 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x8e hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x51 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x103 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x6a hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x1df hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x22 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x54 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x1c hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x22 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0xd9 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x102d hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x11f hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x706 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0xb5b hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x3c0 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x2d61 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x336 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x3b7 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x668 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x143f hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x651 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x67b hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x6d7 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x172 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x395 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x19dd hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x3a hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x72a hal/src/hal_init.o - .debug_macro 0x0000000000000000 0xb12 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x5d7 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0xbc0 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x9b9 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x2a3 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x8cb hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x1ea hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x8f4 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x216 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x3f9 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x620 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x10d hal/src/hal_init.o - .debug_macro 0x0000000000000000 0xb8 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x1df7 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x2e69 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x11ed hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x50e hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x930 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x1ad8 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0xe7 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x13e6 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x36a hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x94 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0xdc hal/src/hal_init.o - .debug_macro 0x0000000000000000 0xe2 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0xdc hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x149 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x149 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x46 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x4c hal/src/hal_init.o - .debug_macro 0x0000000000000000 0xc4 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x7d5 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0xb8 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x7c hal/src/hal_init.o - .debug_macro 0x0000000000000000 0xc20 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x46 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x25b hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x31a hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x170 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x7c hal/src/hal_init.o - .debug_macro 0x0000000000000000 0xbe hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x4c hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x82 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x1a3 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x46 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x6a hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x46 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x88 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x46 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x24e hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x1c hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x76 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x3a hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x2e hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x196 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x16f hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x16f hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x25d hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x25d hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x25d hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x25d hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x25d hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x25d hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x25d hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x25d hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x52 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0xfa hal/src/hal_init.o - .debug_macro 0x0000000000000000 0xfa hal/src/hal_init.o - .debug_macro 0x0000000000000000 0xfa hal/src/hal_init.o - .debug_macro 0x0000000000000000 0xfa hal/src/hal_init.o - .debug_macro 0x0000000000000000 0xfa hal/src/hal_init.o - .debug_macro 0x0000000000000000 0xfa hal/src/hal_init.o - .debug_macro 0x0000000000000000 0xfa hal/src/hal_init.o - .debug_macro 0x0000000000000000 0xfa hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x148 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x124 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x106 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0xee hal/src/hal_init.o - .debug_macro 0x0000000000000000 0xee hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x2e hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x46a hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x3a hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x59f hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x4ff3 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0xcf hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x10 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x10 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x40 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0xe5c hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x9b6 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x94 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0xbe hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x28c hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x4d8 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_init.o - .debug_macro 0x0000000000000000 0xca hal/src/hal_init.o - .debug_line 0x0000000000000000 0x96f hal/src/hal_init.o - .debug_str 0x0000000000000000 0x106d93 hal/src/hal_init.o - .comment 0x0000000000000000 0x1f hal/src/hal_init.o - .debug_frame 0x0000000000000000 0x20 hal/src/hal_init.o - .ARM.attributes - 0x0000000000000000 0x32 hal/src/hal_init.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .group 0x0000000000000000 0xc build/gcc/startup_same54.o - .text 0x0000000000000000 0x0 build/gcc/startup_same54.o - .data 0x0000000000000000 0x0 build/gcc/startup_same54.o - .bss 0x0000000000000000 0x0 build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0xa78 build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x22 build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x8e build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x51 build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x103 build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x6a build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x1df build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x4e build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x1c build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x22 build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0xd9 build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x102d build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x11f build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x706 build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0xb5b build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x3c0 build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x2d61 build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x336 build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x3b7 build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x668 build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x143f build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x651 build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x67b build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x6d7 build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x172 build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x395 build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x19dd build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x3a build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x72a build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0xb12 build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x5d7 build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0xbc0 build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x9b9 build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x2a3 build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x8cb build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x1ea build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x8f4 build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x216 build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x3f9 build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x620 build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x10d build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0xb8 build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x1df7 build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x2e69 build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x11ed build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x50e build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x930 build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x1ad8 build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0xe7 build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x13e6 build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x36a build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x94 build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0xdc build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0xe2 build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0xdc build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x149 build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x149 build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x46 build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x4c build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0xc4 build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x7d5 build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0xb8 build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x7c build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0xc20 build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x46 build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x25b build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x31a build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x170 build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x7c build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0xbe build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x4c build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x82 build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x1a3 build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x46 build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x6a build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x46 build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x88 build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x46 build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x24e build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x1c build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x76 build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x3a build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x2e build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x196 build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x16f build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x16f build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x25d build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x25d build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x25d build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x25d build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x25d build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x25d build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x25d build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x25d build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x52 build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0xfa build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0xfa build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0xfa build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0xfa build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0xfa build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0xfa build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0xfa build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0xfa build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x148 build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x124 build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x106 build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0xee build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0xee build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x2e build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x46a build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x3a build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x59f build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0x4ff3 build/gcc/startup_same54.o - .debug_macro 0x0000000000000000 0xcf build/gcc/startup_same54.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .group 0x0000000000000000 0xc main.o - .text 0x0000000000000000 0x0 main.o - .data 0x0000000000000000 0x0 main.o - .bss 0x0000000000000000 0x0 main.o - .debug_macro 0x0000000000000000 0xa78 main.o - .debug_macro 0x0000000000000000 0x16d main.o - .debug_macro 0x0000000000000000 0x22 main.o - .debug_macro 0x0000000000000000 0x8e main.o - .debug_macro 0x0000000000000000 0x51 main.o - .debug_macro 0x0000000000000000 0x103 main.o - .debug_macro 0x0000000000000000 0x6a main.o - .debug_macro 0x0000000000000000 0x1df main.o - .debug_macro 0x0000000000000000 0x22 main.o - .debug_macro 0x0000000000000000 0x54 main.o - .debug_macro 0x0000000000000000 0x1c main.o - .debug_macro 0x0000000000000000 0x22 main.o - .debug_macro 0x0000000000000000 0xd9 main.o - .debug_macro 0x0000000000000000 0x102d main.o - .debug_macro 0x0000000000000000 0x11f main.o - .debug_macro 0x0000000000000000 0x706 main.o - .debug_macro 0x0000000000000000 0xb5b main.o - .debug_macro 0x0000000000000000 0x3c0 main.o - .debug_macro 0x0000000000000000 0x2d61 main.o - .debug_macro 0x0000000000000000 0x336 main.o - .debug_macro 0x0000000000000000 0x3b7 main.o - .debug_macro 0x0000000000000000 0x668 main.o - .debug_macro 0x0000000000000000 0x143f main.o - .debug_macro 0x0000000000000000 0x651 main.o - .debug_macro 0x0000000000000000 0x67b main.o - .debug_macro 0x0000000000000000 0x6d7 main.o - .debug_macro 0x0000000000000000 0x172 main.o - .debug_macro 0x0000000000000000 0x395 main.o - .debug_macro 0x0000000000000000 0x19dd main.o - .debug_macro 0x0000000000000000 0x3a main.o - .debug_macro 0x0000000000000000 0x72a main.o - .debug_macro 0x0000000000000000 0xb12 main.o - .debug_macro 0x0000000000000000 0x5d7 main.o - .debug_macro 0x0000000000000000 0xbc0 main.o - .debug_macro 0x0000000000000000 0x9b9 main.o - .debug_macro 0x0000000000000000 0x2a3 main.o - .debug_macro 0x0000000000000000 0x8cb main.o - .debug_macro 0x0000000000000000 0x1ea main.o - .debug_macro 0x0000000000000000 0x8f4 main.o - .debug_macro 0x0000000000000000 0x216 main.o - .debug_macro 0x0000000000000000 0x3f9 main.o - .debug_macro 0x0000000000000000 0x620 main.o - .debug_macro 0x0000000000000000 0x10d main.o - .debug_macro 0x0000000000000000 0xb8 main.o - .debug_macro 0x0000000000000000 0x1df7 main.o - .debug_macro 0x0000000000000000 0x2e69 main.o - .debug_macro 0x0000000000000000 0x11ed main.o - .debug_macro 0x0000000000000000 0x50e main.o - .debug_macro 0x0000000000000000 0x930 main.o - .debug_macro 0x0000000000000000 0x1ad8 main.o - .debug_macro 0x0000000000000000 0xe7 main.o - .debug_macro 0x0000000000000000 0x13e6 main.o - .debug_macro 0x0000000000000000 0x36a main.o - .debug_macro 0x0000000000000000 0x94 main.o - .debug_macro 0x0000000000000000 0xdc main.o - .debug_macro 0x0000000000000000 0xe2 main.o - .debug_macro 0x0000000000000000 0xdc main.o - .debug_macro 0x0000000000000000 0x149 main.o - .debug_macro 0x0000000000000000 0x149 main.o - .debug_macro 0x0000000000000000 0x46 main.o - .debug_macro 0x0000000000000000 0x4c main.o - .debug_macro 0x0000000000000000 0xc4 main.o - .debug_macro 0x0000000000000000 0x7d5 main.o - .debug_macro 0x0000000000000000 0xb8 main.o - .debug_macro 0x0000000000000000 0x7c main.o - .debug_macro 0x0000000000000000 0xc20 main.o - .debug_macro 0x0000000000000000 0x46 main.o - .debug_macro 0x0000000000000000 0x25b main.o - .debug_macro 0x0000000000000000 0x31a main.o - .debug_macro 0x0000000000000000 0x170 main.o - .debug_macro 0x0000000000000000 0x7c main.o - .debug_macro 0x0000000000000000 0xbe main.o - .debug_macro 0x0000000000000000 0x4c main.o - .debug_macro 0x0000000000000000 0x82 main.o - .debug_macro 0x0000000000000000 0x1a3 main.o - .debug_macro 0x0000000000000000 0x46 main.o - .debug_macro 0x0000000000000000 0x6a main.o - .debug_macro 0x0000000000000000 0x46 main.o - .debug_macro 0x0000000000000000 0x88 main.o - .debug_macro 0x0000000000000000 0x46 main.o - .debug_macro 0x0000000000000000 0x24e main.o - .debug_macro 0x0000000000000000 0x1c main.o - .debug_macro 0x0000000000000000 0x76 main.o - .debug_macro 0x0000000000000000 0x3a main.o - .debug_macro 0x0000000000000000 0x2e main.o - .debug_macro 0x0000000000000000 0x196 main.o - .debug_macro 0x0000000000000000 0x16f main.o - .debug_macro 0x0000000000000000 0x16f main.o - .debug_macro 0x0000000000000000 0x25d main.o - .debug_macro 0x0000000000000000 0x25d main.o - .debug_macro 0x0000000000000000 0x25d main.o - .debug_macro 0x0000000000000000 0x25d main.o - .debug_macro 0x0000000000000000 0x25d main.o - .debug_macro 0x0000000000000000 0x25d main.o - .debug_macro 0x0000000000000000 0x25d main.o - .debug_macro 0x0000000000000000 0x25d main.o - .debug_macro 0x0000000000000000 0x52 main.o - .debug_macro 0x0000000000000000 0xfa main.o - .debug_macro 0x0000000000000000 0xfa main.o - .debug_macro 0x0000000000000000 0xfa main.o - .debug_macro 0x0000000000000000 0xfa main.o - .debug_macro 0x0000000000000000 0xfa main.o - .debug_macro 0x0000000000000000 0xfa main.o - .debug_macro 0x0000000000000000 0xfa main.o - .debug_macro 0x0000000000000000 0xfa main.o - .debug_macro 0x0000000000000000 0x148 main.o - .debug_macro 0x0000000000000000 0x124 main.o - .debug_macro 0x0000000000000000 0x106 main.o - .debug_macro 0x0000000000000000 0xee main.o - .debug_macro 0x0000000000000000 0xee main.o - .debug_macro 0x0000000000000000 0x2e main.o - .debug_macro 0x0000000000000000 0x46a main.o - .debug_macro 0x0000000000000000 0x3a main.o - .debug_macro 0x0000000000000000 0x59f main.o - .debug_macro 0x0000000000000000 0x4ff3 main.o - .debug_macro 0x0000000000000000 0xcf main.o - .debug_macro 0x0000000000000000 0x10 main.o - .debug_macro 0x0000000000000000 0x10 main.o - .debug_macro 0x0000000000000000 0x16 main.o - .debug_macro 0x0000000000000000 0x16 main.o - .debug_macro 0x0000000000000000 0x16 main.o - .debug_macro 0x0000000000000000 0x16 main.o - .debug_macro 0x0000000000000000 0x16 main.o - .debug_macro 0x0000000000000000 0x16 main.o - .debug_macro 0x0000000000000000 0x40 main.o - .debug_macro 0x0000000000000000 0x16 main.o - .debug_macro 0x0000000000000000 0x16 main.o - .debug_macro 0x0000000000000000 0x16 main.o - .debug_macro 0x0000000000000000 0x16 main.o - .debug_macro 0x0000000000000000 0x16 main.o - .debug_macro 0x0000000000000000 0x16 main.o - .debug_macro 0x0000000000000000 0x16 main.o - .debug_macro 0x0000000000000000 0x16 main.o - .debug_macro 0x0000000000000000 0x16 main.o - .debug_macro 0x0000000000000000 0x16 main.o - .debug_macro 0x0000000000000000 0x16 main.o - .debug_macro 0x0000000000000000 0x16 main.o - .debug_macro 0x0000000000000000 0x16 main.o - .debug_macro 0x0000000000000000 0x16 main.o - .debug_macro 0x0000000000000000 0x16 main.o - .debug_macro 0x0000000000000000 0x16 main.o - .debug_macro 0x0000000000000000 0x16 main.o - .debug_macro 0x0000000000000000 0x16 main.o - .debug_macro 0x0000000000000000 0x16 main.o - .debug_macro 0x0000000000000000 0x16 main.o - .debug_macro 0x0000000000000000 0x16 main.o - .debug_macro 0x0000000000000000 0xe5c main.o - .debug_macro 0x0000000000000000 0x9b6 main.o - .debug_macro 0x0000000000000000 0x94 main.o - .debug_macro 0x0000000000000000 0x16 main.o - .debug_macro 0x0000000000000000 0xbe main.o - .debug_macro 0x0000000000000000 0x28c main.o - .debug_macro 0x0000000000000000 0x16 main.o - .debug_macro 0x0000000000000000 0x4d8 main.o - .debug_macro 0x0000000000000000 0x16 main.o - .debug_macro 0x0000000000000000 0xca main.o - .debug_macro 0x0000000000000000 0x1c main.o - .debug_macro 0x0000000000000000 0x16 main.o - .debug_macro 0x0000000000000000 0x185 main.o - .debug_macro 0x0000000000000000 0xc9 main.o - .debug_macro 0x0000000000000000 0x18 main.o - .debug_macro 0x0000000000000000 0x35 main.o - .debug_macro 0x0000000000000000 0x34 main.o - .debug_macro 0x0000000000000000 0x16 main.o - .debug_macro 0x0000000000000000 0x35 main.o - .debug_macro 0x0000000000000000 0x356 main.o - .debug_macro 0x0000000000000000 0x10 main.o - .debug_macro 0x0000000000000000 0x16 main.o - .debug_macro 0x0000000000000000 0x43 main.o - .debug_macro 0x0000000000000000 0x34 main.o - .debug_macro 0x0000000000000000 0x10 main.o - .debug_macro 0x0000000000000000 0x58 main.o - .debug_macro 0x0000000000000000 0x182 main.o - .debug_macro 0x0000000000000000 0x10 main.o - .debug_macro 0x0000000000000000 0x1c main.o - .debug_macro 0x0000000000000000 0x52 main.o - .debug_macro 0x0000000000000000 0x22 main.o - .debug_macro 0x0000000000000000 0x10 main.o - .debug_macro 0x0000000000000000 0x40 main.o - .debug_macro 0x0000000000000000 0xd5 main.o - .debug_macro 0x0000000000000000 0x1c main.o - .debug_macro 0x0000000000000000 0x3d main.o - .debug_macro 0x0000000000000000 0x16 main.o - .debug_macro 0x0000000000000000 0x16f main.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc hpl/osc32kctrl/hpl_osc32kctrl.o - .text 0x0000000000000000 0x0 hpl/osc32kctrl/hpl_osc32kctrl.o - .data 0x0000000000000000 0x0 hpl/osc32kctrl/hpl_osc32kctrl.o - .bss 0x0000000000000000 0x0 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0xa78 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x16d hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x22 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x8e hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x51 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x103 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x6a hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x1df hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x22 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x54 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x1c hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x22 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0xd9 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x102d hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x11f hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x706 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0xb5b hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x3c0 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x2d61 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x336 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x3b7 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x668 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x143f hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x651 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x67b hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x6d7 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x172 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x395 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x19dd hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x3a hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x72a hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0xb12 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x5d7 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0xbc0 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x9b9 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x2a3 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x8cb hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x1ea hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x8f4 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x216 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x3f9 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x620 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x10d hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0xb8 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x1df7 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x2e69 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x11ed hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x50e hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x930 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x1ad8 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0xe7 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x13e6 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x36a hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x94 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0xdc hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0xe2 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0xdc hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x149 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x149 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x46 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x4c hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0xc4 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x7d5 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0xb8 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x7c hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0xc20 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x46 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x25b hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x31a hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x170 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x7c hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0xbe hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x4c hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x82 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x1a3 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x46 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x6a hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x46 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x88 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x46 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x24e hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x1c hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x76 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x3a hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x2e hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x196 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x16f hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x16f hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x25d hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x25d hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x25d hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x25d hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x25d hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x25d hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x25d hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x25d hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x52 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0xfa hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0xfa hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0xfa hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0xfa hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0xfa hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0xfa hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0xfa hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0xfa hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x148 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x124 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x106 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0xee hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0xee hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x2e hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x46a hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x3a hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x59f hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x4ff3 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0xcf hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x10 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x10 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x16 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x16 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x16 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x16 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x16 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x16 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x40 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x16 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x16 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x16 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x16 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x16 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x16 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x16 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x16 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x16 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x16 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x16 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x16 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x16 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x16 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x16 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x16 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x16 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x16 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x16 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x16 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x16 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0xe5c hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x9b6 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x94 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x16 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0xbe hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x28c hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x16 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x4d8 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0x16 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000000000 0xca hpl/osc32kctrl/hpl_osc32kctrl.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .group 0x0000000000000000 0xc examples/driver_examples.o - .text 0x0000000000000000 0x0 examples/driver_examples.o - .data 0x0000000000000000 0xc examples/driver_examples.o - .bss 0x0000000000000000 0x0 examples/driver_examples.o - .rodata.str1.1 - 0x0000000000000000 0xd examples/driver_examples.o - .text.USART_DBG_example - 0x0000000000000000 0x34 examples/driver_examples.o - .text.SPI_SD_MMC_example - 0x0000000000000000 0x34 examples/driver_examples.o - .text.delay_example - 0x0000000000000000 0xc examples/driver_examples.o - .debug_info 0x0000000000000000 0x3a5 examples/driver_examples.o - .debug_abbrev 0x0000000000000000 0x149 examples/driver_examples.o - .debug_aranges - 0x0000000000000000 0x30 examples/driver_examples.o - .debug_ranges 0x0000000000000000 0x20 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x7a2 examples/driver_examples.o - .debug_macro 0x0000000000000000 0xa78 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x16d examples/driver_examples.o - .debug_macro 0x0000000000000000 0x22 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x8e examples/driver_examples.o - .debug_macro 0x0000000000000000 0x51 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x103 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x6a examples/driver_examples.o - .debug_macro 0x0000000000000000 0x1df examples/driver_examples.o - .debug_macro 0x0000000000000000 0x22 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x54 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x1c examples/driver_examples.o - .debug_macro 0x0000000000000000 0x22 examples/driver_examples.o - .debug_macro 0x0000000000000000 0xd9 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x102d examples/driver_examples.o - .debug_macro 0x0000000000000000 0x11f examples/driver_examples.o - .debug_macro 0x0000000000000000 0x706 examples/driver_examples.o - .debug_macro 0x0000000000000000 0xb5b examples/driver_examples.o - .debug_macro 0x0000000000000000 0x3c0 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x2d61 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x336 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x3b7 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x668 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x143f examples/driver_examples.o - .debug_macro 0x0000000000000000 0x651 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x67b examples/driver_examples.o - .debug_macro 0x0000000000000000 0x6d7 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x172 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x395 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x19dd examples/driver_examples.o - .debug_macro 0x0000000000000000 0x3a examples/driver_examples.o - .debug_macro 0x0000000000000000 0x72a examples/driver_examples.o - .debug_macro 0x0000000000000000 0xb12 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x5d7 examples/driver_examples.o - .debug_macro 0x0000000000000000 0xbc0 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x9b9 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x2a3 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x8cb examples/driver_examples.o - .debug_macro 0x0000000000000000 0x1ea examples/driver_examples.o - .debug_macro 0x0000000000000000 0x8f4 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x216 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x3f9 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x620 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x10d examples/driver_examples.o - .debug_macro 0x0000000000000000 0xb8 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x1df7 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x2e69 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x11ed examples/driver_examples.o - .debug_macro 0x0000000000000000 0x50e examples/driver_examples.o - .debug_macro 0x0000000000000000 0x930 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x1ad8 examples/driver_examples.o - .debug_macro 0x0000000000000000 0xe7 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x13e6 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x36a examples/driver_examples.o - .debug_macro 0x0000000000000000 0x94 examples/driver_examples.o - .debug_macro 0x0000000000000000 0xdc examples/driver_examples.o - .debug_macro 0x0000000000000000 0xe2 examples/driver_examples.o - .debug_macro 0x0000000000000000 0xdc examples/driver_examples.o - .debug_macro 0x0000000000000000 0x149 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x149 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x46 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x4c examples/driver_examples.o - .debug_macro 0x0000000000000000 0xc4 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x7d5 examples/driver_examples.o - .debug_macro 0x0000000000000000 0xb8 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x7c examples/driver_examples.o - .debug_macro 0x0000000000000000 0xc20 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x46 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x25b examples/driver_examples.o - .debug_macro 0x0000000000000000 0x31a examples/driver_examples.o - .debug_macro 0x0000000000000000 0x170 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x7c examples/driver_examples.o - .debug_macro 0x0000000000000000 0xbe examples/driver_examples.o - .debug_macro 0x0000000000000000 0x4c examples/driver_examples.o - .debug_macro 0x0000000000000000 0x82 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x1a3 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x46 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x6a examples/driver_examples.o - .debug_macro 0x0000000000000000 0x46 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x88 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x46 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x24e examples/driver_examples.o - .debug_macro 0x0000000000000000 0x1c examples/driver_examples.o - .debug_macro 0x0000000000000000 0x76 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x3a examples/driver_examples.o - .debug_macro 0x0000000000000000 0x2e examples/driver_examples.o - .debug_macro 0x0000000000000000 0x196 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x16f examples/driver_examples.o - .debug_macro 0x0000000000000000 0x16f examples/driver_examples.o - .debug_macro 0x0000000000000000 0x25d examples/driver_examples.o - .debug_macro 0x0000000000000000 0x25d examples/driver_examples.o - .debug_macro 0x0000000000000000 0x25d examples/driver_examples.o - .debug_macro 0x0000000000000000 0x25d examples/driver_examples.o - .debug_macro 0x0000000000000000 0x25d examples/driver_examples.o - .debug_macro 0x0000000000000000 0x25d examples/driver_examples.o - .debug_macro 0x0000000000000000 0x25d examples/driver_examples.o - .debug_macro 0x0000000000000000 0x25d examples/driver_examples.o - .debug_macro 0x0000000000000000 0x52 examples/driver_examples.o - .debug_macro 0x0000000000000000 0xfa examples/driver_examples.o - .debug_macro 0x0000000000000000 0xfa examples/driver_examples.o - .debug_macro 0x0000000000000000 0xfa examples/driver_examples.o - .debug_macro 0x0000000000000000 0xfa examples/driver_examples.o - .debug_macro 0x0000000000000000 0xfa examples/driver_examples.o - .debug_macro 0x0000000000000000 0xfa examples/driver_examples.o - .debug_macro 0x0000000000000000 0xfa examples/driver_examples.o - .debug_macro 0x0000000000000000 0xfa examples/driver_examples.o - .debug_macro 0x0000000000000000 0x148 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x124 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x106 examples/driver_examples.o - .debug_macro 0x0000000000000000 0xee examples/driver_examples.o - .debug_macro 0x0000000000000000 0xee examples/driver_examples.o - .debug_macro 0x0000000000000000 0x2e examples/driver_examples.o - .debug_macro 0x0000000000000000 0x46a examples/driver_examples.o - .debug_macro 0x0000000000000000 0x3a examples/driver_examples.o - .debug_macro 0x0000000000000000 0x59f examples/driver_examples.o - .debug_macro 0x0000000000000000 0x4ff3 examples/driver_examples.o - .debug_macro 0x0000000000000000 0xcf examples/driver_examples.o - .debug_macro 0x0000000000000000 0x10 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x10 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x16 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x16 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x16 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x16 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x16 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x16 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x40 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x16 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x16 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x16 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x16 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x16 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x16 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x16 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x16 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x16 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x16 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x16 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x16 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x16 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x16 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x16 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x16 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x16 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x16 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x16 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x16 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x16 examples/driver_examples.o - .debug_macro 0x0000000000000000 0xe5c examples/driver_examples.o - .debug_macro 0x0000000000000000 0x9b6 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x94 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x16 examples/driver_examples.o - .debug_macro 0x0000000000000000 0xbe examples/driver_examples.o - .debug_macro 0x0000000000000000 0x28c examples/driver_examples.o - .debug_macro 0x0000000000000000 0x16 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x4d8 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x16 examples/driver_examples.o - .debug_macro 0x0000000000000000 0xca examples/driver_examples.o - .debug_macro 0x0000000000000000 0x1c examples/driver_examples.o - .debug_macro 0x0000000000000000 0x16 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x185 examples/driver_examples.o - .debug_macro 0x0000000000000000 0x76 examples/driver_examples.o - .debug_macro 0x0000000000000000 0xc9 examples/driver_examples.o - .debug_line 0x0000000000000000 0xb42 examples/driver_examples.o - .debug_str 0x0000000000000000 0x1087fd examples/driver_examples.o - .comment 0x0000000000000000 0x1f examples/driver_examples.o - .debug_frame 0x0000000000000000 0x58 examples/driver_examples.o - .ARM.attributes - 0x0000000000000000 0x32 examples/driver_examples.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .group 0x0000000000000000 0xc driver_init.o - .text 0x0000000000000000 0x0 driver_init.o - .data 0x0000000000000000 0x0 driver_init.o - .debug_macro 0x0000000000000000 0xa78 driver_init.o - .debug_macro 0x0000000000000000 0x16d driver_init.o - .debug_macro 0x0000000000000000 0x22 driver_init.o - .debug_macro 0x0000000000000000 0x8e driver_init.o - .debug_macro 0x0000000000000000 0x51 driver_init.o - .debug_macro 0x0000000000000000 0x103 driver_init.o - .debug_macro 0x0000000000000000 0x6a driver_init.o - .debug_macro 0x0000000000000000 0x1df driver_init.o - .debug_macro 0x0000000000000000 0x22 driver_init.o - .debug_macro 0x0000000000000000 0x54 driver_init.o - .debug_macro 0x0000000000000000 0x1c driver_init.o - .debug_macro 0x0000000000000000 0x22 driver_init.o - .debug_macro 0x0000000000000000 0xd9 driver_init.o - .debug_macro 0x0000000000000000 0x102d driver_init.o - .debug_macro 0x0000000000000000 0x11f driver_init.o - .debug_macro 0x0000000000000000 0x706 driver_init.o - .debug_macro 0x0000000000000000 0xb5b driver_init.o - .debug_macro 0x0000000000000000 0x3c0 driver_init.o - .debug_macro 0x0000000000000000 0x2d61 driver_init.o - .debug_macro 0x0000000000000000 0x336 driver_init.o - .debug_macro 0x0000000000000000 0x3b7 driver_init.o - .debug_macro 0x0000000000000000 0x668 driver_init.o - .debug_macro 0x0000000000000000 0x143f driver_init.o - .debug_macro 0x0000000000000000 0x651 driver_init.o - .debug_macro 0x0000000000000000 0x67b driver_init.o - .debug_macro 0x0000000000000000 0x6d7 driver_init.o - .debug_macro 0x0000000000000000 0x172 driver_init.o - .debug_macro 0x0000000000000000 0x395 driver_init.o - .debug_macro 0x0000000000000000 0x19dd driver_init.o - .debug_macro 0x0000000000000000 0x3a driver_init.o - .debug_macro 0x0000000000000000 0x72a driver_init.o - .debug_macro 0x0000000000000000 0xb12 driver_init.o - .debug_macro 0x0000000000000000 0x5d7 driver_init.o - .debug_macro 0x0000000000000000 0xbc0 driver_init.o - .debug_macro 0x0000000000000000 0x9b9 driver_init.o - .debug_macro 0x0000000000000000 0x2a3 driver_init.o - .debug_macro 0x0000000000000000 0x8cb driver_init.o - .debug_macro 0x0000000000000000 0x1ea driver_init.o - .debug_macro 0x0000000000000000 0x8f4 driver_init.o - .debug_macro 0x0000000000000000 0x216 driver_init.o - .debug_macro 0x0000000000000000 0x3f9 driver_init.o - .debug_macro 0x0000000000000000 0x620 driver_init.o - .debug_macro 0x0000000000000000 0x10d driver_init.o - .debug_macro 0x0000000000000000 0xb8 driver_init.o - .debug_macro 0x0000000000000000 0x1df7 driver_init.o - .debug_macro 0x0000000000000000 0x2e69 driver_init.o - .debug_macro 0x0000000000000000 0x11ed driver_init.o - .debug_macro 0x0000000000000000 0x50e driver_init.o - .debug_macro 0x0000000000000000 0x930 driver_init.o - .debug_macro 0x0000000000000000 0x1ad8 driver_init.o - .debug_macro 0x0000000000000000 0xe7 driver_init.o - .debug_macro 0x0000000000000000 0x13e6 driver_init.o - .debug_macro 0x0000000000000000 0x36a driver_init.o - .debug_macro 0x0000000000000000 0x94 driver_init.o - .debug_macro 0x0000000000000000 0xdc driver_init.o - .debug_macro 0x0000000000000000 0xe2 driver_init.o - .debug_macro 0x0000000000000000 0xdc driver_init.o - .debug_macro 0x0000000000000000 0x149 driver_init.o - .debug_macro 0x0000000000000000 0x149 driver_init.o - .debug_macro 0x0000000000000000 0x46 driver_init.o - .debug_macro 0x0000000000000000 0x4c driver_init.o - .debug_macro 0x0000000000000000 0xc4 driver_init.o - .debug_macro 0x0000000000000000 0x7d5 driver_init.o - .debug_macro 0x0000000000000000 0xb8 driver_init.o - .debug_macro 0x0000000000000000 0x7c driver_init.o - .debug_macro 0x0000000000000000 0xc20 driver_init.o - .debug_macro 0x0000000000000000 0x46 driver_init.o - .debug_macro 0x0000000000000000 0x25b driver_init.o - .debug_macro 0x0000000000000000 0x31a driver_init.o - .debug_macro 0x0000000000000000 0x170 driver_init.o - .debug_macro 0x0000000000000000 0x7c driver_init.o - .debug_macro 0x0000000000000000 0xbe driver_init.o - .debug_macro 0x0000000000000000 0x4c driver_init.o - .debug_macro 0x0000000000000000 0x82 driver_init.o - .debug_macro 0x0000000000000000 0x1a3 driver_init.o - .debug_macro 0x0000000000000000 0x46 driver_init.o - .debug_macro 0x0000000000000000 0x6a driver_init.o - .debug_macro 0x0000000000000000 0x46 driver_init.o - .debug_macro 0x0000000000000000 0x88 driver_init.o - .debug_macro 0x0000000000000000 0x46 driver_init.o - .debug_macro 0x0000000000000000 0x24e driver_init.o - .debug_macro 0x0000000000000000 0x1c driver_init.o - .debug_macro 0x0000000000000000 0x76 driver_init.o - .debug_macro 0x0000000000000000 0x3a driver_init.o - .debug_macro 0x0000000000000000 0x2e driver_init.o - .debug_macro 0x0000000000000000 0x196 driver_init.o - .debug_macro 0x0000000000000000 0x16f driver_init.o - .debug_macro 0x0000000000000000 0x16f driver_init.o - .debug_macro 0x0000000000000000 0x25d driver_init.o - .debug_macro 0x0000000000000000 0x25d driver_init.o - .debug_macro 0x0000000000000000 0x25d driver_init.o - .debug_macro 0x0000000000000000 0x25d driver_init.o - .debug_macro 0x0000000000000000 0x25d driver_init.o - .debug_macro 0x0000000000000000 0x25d driver_init.o - .debug_macro 0x0000000000000000 0x25d driver_init.o - .debug_macro 0x0000000000000000 0x25d driver_init.o - .debug_macro 0x0000000000000000 0x52 driver_init.o - .debug_macro 0x0000000000000000 0xfa driver_init.o - .debug_macro 0x0000000000000000 0xfa driver_init.o - .debug_macro 0x0000000000000000 0xfa driver_init.o - .debug_macro 0x0000000000000000 0xfa driver_init.o - .debug_macro 0x0000000000000000 0xfa driver_init.o - .debug_macro 0x0000000000000000 0xfa driver_init.o - .debug_macro 0x0000000000000000 0xfa driver_init.o - .debug_macro 0x0000000000000000 0xfa driver_init.o - .debug_macro 0x0000000000000000 0x148 driver_init.o - .debug_macro 0x0000000000000000 0x124 driver_init.o - .debug_macro 0x0000000000000000 0x106 driver_init.o - .debug_macro 0x0000000000000000 0xee driver_init.o - .debug_macro 0x0000000000000000 0xee driver_init.o - .debug_macro 0x0000000000000000 0x2e driver_init.o - .debug_macro 0x0000000000000000 0x46a driver_init.o - .debug_macro 0x0000000000000000 0x3a driver_init.o - .debug_macro 0x0000000000000000 0x59f driver_init.o - .debug_macro 0x0000000000000000 0x4ff3 driver_init.o - .debug_macro 0x0000000000000000 0xcf driver_init.o - .debug_macro 0x0000000000000000 0x10 driver_init.o - .debug_macro 0x0000000000000000 0x10 driver_init.o - .debug_macro 0x0000000000000000 0x16 driver_init.o - .debug_macro 0x0000000000000000 0x16 driver_init.o - .debug_macro 0x0000000000000000 0x16 driver_init.o - .debug_macro 0x0000000000000000 0x16 driver_init.o - .debug_macro 0x0000000000000000 0x16 driver_init.o - .debug_macro 0x0000000000000000 0x16 driver_init.o - .debug_macro 0x0000000000000000 0x40 driver_init.o - .debug_macro 0x0000000000000000 0x16 driver_init.o - .debug_macro 0x0000000000000000 0x16 driver_init.o - .debug_macro 0x0000000000000000 0x16 driver_init.o - .debug_macro 0x0000000000000000 0x16 driver_init.o - .debug_macro 0x0000000000000000 0x16 driver_init.o - .debug_macro 0x0000000000000000 0x16 driver_init.o - .debug_macro 0x0000000000000000 0x16 driver_init.o - .debug_macro 0x0000000000000000 0x16 driver_init.o - .debug_macro 0x0000000000000000 0x16 driver_init.o - .debug_macro 0x0000000000000000 0x16 driver_init.o - .debug_macro 0x0000000000000000 0x16 driver_init.o - .debug_macro 0x0000000000000000 0x16 driver_init.o - .debug_macro 0x0000000000000000 0x16 driver_init.o - .debug_macro 0x0000000000000000 0x16 driver_init.o - .debug_macro 0x0000000000000000 0x16 driver_init.o - .debug_macro 0x0000000000000000 0x16 driver_init.o - .debug_macro 0x0000000000000000 0x16 driver_init.o - .debug_macro 0x0000000000000000 0x16 driver_init.o - .debug_macro 0x0000000000000000 0x16 driver_init.o - .debug_macro 0x0000000000000000 0x16 driver_init.o - .debug_macro 0x0000000000000000 0x16 driver_init.o - .debug_macro 0x0000000000000000 0xe5c driver_init.o - .debug_macro 0x0000000000000000 0x9b6 driver_init.o - .debug_macro 0x0000000000000000 0x94 driver_init.o - .debug_macro 0x0000000000000000 0x16 driver_init.o - .debug_macro 0x0000000000000000 0xbe driver_init.o - .debug_macro 0x0000000000000000 0x28c driver_init.o - .debug_macro 0x0000000000000000 0x16 driver_init.o - .debug_macro 0x0000000000000000 0x4d8 driver_init.o - .debug_macro 0x0000000000000000 0x16 driver_init.o - .debug_macro 0x0000000000000000 0xca driver_init.o - .debug_macro 0x0000000000000000 0x1c driver_init.o - .debug_macro 0x0000000000000000 0x16 driver_init.o - .debug_macro 0x0000000000000000 0x185 driver_init.o - .debug_macro 0x0000000000000000 0x76 driver_init.o - .debug_macro 0x0000000000000000 0xc9 driver_init.o - .debug_macro 0x0000000000000000 0x43 driver_init.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .text 0x0000000000000000 0x0 hpl/sercom/hpl_sercom.o - .data 0x0000000000000000 0x0 hpl/sercom/hpl_sercom.o - .bss 0x0000000000000000 0x0 hpl/sercom/hpl_sercom.o - .text.hri_sercomi2cm_wait_for_sync - 0x0000000000000000 0x8 hpl/sercom/hpl_sercom.o - .text.hri_sercomi2cs_wait_for_sync - 0x0000000000000000 0x8 hpl/sercom/hpl_sercom.o - .text.hri_sercomi2cm_clear_CTRLA_ENABLE_bit - 0x0000000000000000 0x14 hpl/sercom/hpl_sercom.o - .text.hri_sercomi2cs_clear_CTRLA_ENABLE_bit - 0x0000000000000000 0x14 hpl/sercom/hpl_sercom.o - .text.hri_sercomusart_get_CTRLA_ENABLE_bit - 0x0000000000000000 0x14 hpl/sercom/hpl_sercom.o - .text.hri_sercomusart_write_CTRLA_ENABLE_bit - 0x0000000000000000 0x18 hpl/sercom/hpl_sercom.o - .text._sercom_get_irq_num - 0x0000000000000000 0x14 hpl/sercom/hpl_sercom.o - .text._spi_sync_enable - 0x0000000000000000 0x28 hpl/sercom/hpl_sercom.o - .text._spi_sync_disable - 0x0000000000000000 0x1c hpl/sercom/hpl_sercom.o - .text._spi_set_char_size - 0x0000000000000000 0x40 hpl/sercom/hpl_sercom.o - .text._usart_set_baud_rate - 0x0000000000000000 0x50 hpl/sercom/hpl_sercom.o - .text._usart_set_data_order - 0x0000000000000000 0x60 hpl/sercom/hpl_sercom.o - .text._usart_set_mode - 0x0000000000000000 0x60 hpl/sercom/hpl_sercom.o - .text._usart_set_stop_bits - 0x0000000000000000 0x60 hpl/sercom/hpl_sercom.o - .text._usart_set_character_size - 0x0000000000000000 0x60 hpl/sercom/hpl_sercom.o - .text._i2c_s_set_address - 0x0000000000000000 0x60 hpl/sercom/hpl_sercom.o - .text.__NVIC_EnableIRQ - 0x0000000000000000 0x18 hpl/sercom/hpl_sercom.o - .text._spi_async_enable - 0x0000000000000000 0x30 hpl/sercom/hpl_sercom.o - .text.__NVIC_DisableIRQ - 0x0000000000000000 0x24 hpl/sercom/hpl_sercom.o - .text._spi_async_disable - 0x0000000000000000 0x34 hpl/sercom/hpl_sercom.o - .text.__NVIC_ClearPendingIRQ - 0x0000000000000000 0x1c hpl/sercom/hpl_sercom.o - .text._get_i2cm_index - 0x0000000000000000 0x28 hpl/sercom/hpl_sercom.o - .text._i2c_m_enable_implementation - 0x0000000000000000 0x60 hpl/sercom/hpl_sercom.o - .text._sercom_i2c_send_stop - 0x0000000000000000 0x14 hpl/sercom/hpl_sercom.o - .text._sercom_i2c_sync_analyse_flags - 0x0000000000000000 0x164 hpl/sercom/hpl_sercom.o - .text._usart_set_parity - 0x0000000000000000 0x74 hpl/sercom/hpl_sercom.o - .text._spi_set_mode - 0x0000000000000000 0x34 hpl/sercom/hpl_sercom.o - .text._i2c_s_init - 0x0000000000000000 0x70 hpl/sercom/hpl_sercom.o - .text._i2c_m_sync_init_impl - 0x0000000000000000 0xa0 hpl/sercom/hpl_sercom.o - .text._spi_set_data_order - 0x0000000000000000 0x34 hpl/sercom/hpl_sercom.o - .text._usart_async_init - 0x0000000000000000 0x70 hpl/sercom/hpl_sercom.o - .text._usart_sync_deinit - 0x0000000000000000 0x24 hpl/sercom/hpl_sercom.o - .text._usart_async_deinit - 0x0000000000000000 0x38 hpl/sercom/hpl_sercom.o - .text._usart_sync_calculate_baud_rate - 0x0000000000000000 0x4c hpl/sercom/hpl_sercom.o - .text._usart_async_calculate_baud_rate - 0x0000000000000000 0x4c hpl/sercom/hpl_sercom.o - .text._usart_async_enable - 0x0000000000000000 0x14 hpl/sercom/hpl_sercom.o - .text._usart_sync_disable - 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .text._usart_async_disable - 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .text._usart_sync_set_baud_rate - 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .text._usart_async_set_baud_rate - 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .text._usart_sync_set_data_order - 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .text._usart_async_set_data_order - 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .text._usart_sync_set_mode - 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .text._usart_async_set_mode - 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .text._usart_sync_set_parity - 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .text._usart_async_set_parity - 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .text._usart_sync_set_stop_bits - 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .text._usart_async_set_stop_bits - 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .text._usart_sync_set_character_size - 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .text._usart_async_set_character_size - 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .text._usart_sync_get_status - 0x0000000000000000 0x8 hpl/sercom/hpl_sercom.o - .text._usart_async_get_status - 0x0000000000000000 0x8 hpl/sercom/hpl_sercom.o - .text._usart_async_write_byte - 0x0000000000000000 0x6 hpl/sercom/hpl_sercom.o - .text._usart_async_is_byte_sent - 0x0000000000000000 0xa hpl/sercom/hpl_sercom.o - .text._usart_sync_set_flow_control_state - 0x0000000000000000 0x2 hpl/sercom/hpl_sercom.o - .text._usart_async_set_flow_control_state - 0x0000000000000000 0x2 hpl/sercom/hpl_sercom.o - .text._usart_async_get_flow_control_state - 0x0000000000000000 0x6 hpl/sercom/hpl_sercom.o - .text._usart_sync_get_flow_control_state - 0x0000000000000000 0x8 hpl/sercom/hpl_sercom.o - .text._usart_async_enable_byte_sent_irq - 0x0000000000000000 0x8 hpl/sercom/hpl_sercom.o - .text._usart_async_enable_tx_done_irq - 0x0000000000000000 0x8 hpl/sercom/hpl_sercom.o - .text._usart_sync_get_hardware_index - 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .text._usart_async_get_hardware_index - 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .text._usart_async_set_irq_state - 0x0000000000000000 0x54 hpl/sercom/hpl_sercom.o - .text._i2c_m_async_enable - 0x0000000000000000 0x2c hpl/sercom/hpl_sercom.o - .text._i2c_m_async_disable - 0x0000000000000000 0x4c hpl/sercom/hpl_sercom.o - .text._i2c_m_async_set_baudrate - 0x0000000000000000 0x140 hpl/sercom/hpl_sercom.o - .text._i2c_m_async_init - 0x0000000000000000 0x74 hpl/sercom/hpl_sercom.o - .text._i2c_m_async_deinit - 0x0000000000000000 0x40 hpl/sercom/hpl_sercom.o - .text._i2c_m_async_transfer - 0x0000000000000000 0x104 hpl/sercom/hpl_sercom.o - .text._i2c_m_async_register_callback - 0x0000000000000000 0x18 hpl/sercom/hpl_sercom.o - .text._i2c_m_async_send_stop - 0x0000000000000000 0x10 hpl/sercom/hpl_sercom.o - .text._i2c_m_async_get_bytes_left - 0x0000000000000000 0xe hpl/sercom/hpl_sercom.o - .text._i2c_m_sync_init - 0x0000000000000000 0x30 hpl/sercom/hpl_sercom.o - .text._i2c_m_sync_deinit - 0x0000000000000000 0x40 hpl/sercom/hpl_sercom.o - .text._i2c_m_sync_enable - 0x0000000000000000 0x2c hpl/sercom/hpl_sercom.o - .text._i2c_m_sync_disable - 0x0000000000000000 0x38 hpl/sercom/hpl_sercom.o - .text._i2c_m_sync_set_baudrate - 0x0000000000000000 0x140 hpl/sercom/hpl_sercom.o - .text._i2c_m_async_set_irq_state - 0x0000000000000000 0x28 hpl/sercom/hpl_sercom.o - .text._i2c_m_sync_transfer - 0x0000000000000000 0x16c hpl/sercom/hpl_sercom.o - .text._i2c_m_sync_send_stop - 0x0000000000000000 0x10 hpl/sercom/hpl_sercom.o - .text._i2c_s_sync_init - 0x0000000000000000 0x30 hpl/sercom/hpl_sercom.o - .text._i2c_s_async_init - 0x0000000000000000 0x7c hpl/sercom/hpl_sercom.o - .text._i2c_s_sync_deinit - 0x0000000000000000 0x24 hpl/sercom/hpl_sercom.o - .text._i2c_s_async_deinit - 0x0000000000000000 0x38 hpl/sercom/hpl_sercom.o - .text._i2c_s_sync_enable - 0x0000000000000000 0x1c hpl/sercom/hpl_sercom.o - .text._i2c_s_async_enable - 0x0000000000000000 0x1c hpl/sercom/hpl_sercom.o - .text._i2c_s_sync_disable - 0x0000000000000000 0x10 hpl/sercom/hpl_sercom.o - .text._i2c_s_async_disable - 0x0000000000000000 0x10 hpl/sercom/hpl_sercom.o - .text._i2c_s_sync_is_10bit_addressing_on - 0x0000000000000000 0xa hpl/sercom/hpl_sercom.o - .text._i2c_s_async_is_10bit_addressing_on - 0x0000000000000000 0xa hpl/sercom/hpl_sercom.o - .text._i2c_s_sync_set_address - 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .text._i2c_s_async_set_address - 0x0000000000000000 0xc hpl/sercom/hpl_sercom.o - .text._i2c_s_sync_write_byte - 0x0000000000000000 0x6 hpl/sercom/hpl_sercom.o - .text._i2c_s_async_write_byte - 0x0000000000000000 0x6 hpl/sercom/hpl_sercom.o - .text._i2c_s_sync_read_byte - 0x0000000000000000 0x8 hpl/sercom/hpl_sercom.o - .text._i2c_s_sync_is_byte_sent - 0x0000000000000000 0xa hpl/sercom/hpl_sercom.o - .text._i2c_s_sync_is_byte_received - 0x0000000000000000 0xa hpl/sercom/hpl_sercom.o - .text._i2c_s_sync_get_status - 0x0000000000000000 0x8 hpl/sercom/hpl_sercom.o - .text._i2c_s_sync_clear_data_ready_flag - 0x0000000000000000 0xa hpl/sercom/hpl_sercom.o - .text._i2c_s_async_get_status - 0x0000000000000000 0x8 hpl/sercom/hpl_sercom.o - .text._i2c_s_async_abort_transmission - 0x0000000000000000 0xa hpl/sercom/hpl_sercom.o - .text._i2c_s_async_set_irq_state - 0x0000000000000000 0x40 hpl/sercom/hpl_sercom.o - .text._spi_s_sync_init - 0x0000000000000000 0x8 hpl/sercom/hpl_sercom.o - .text._spi_m_async_init - 0x0000000000000000 0x4c hpl/sercom/hpl_sercom.o - .text._spi_s_async_init - 0x0000000000000000 0x8 hpl/sercom/hpl_sercom.o - .text._spi_m_async_deinit - 0x0000000000000000 0x48 hpl/sercom/hpl_sercom.o - .text._spi_s_async_deinit - 0x0000000000000000 0x8 hpl/sercom/hpl_sercom.o - .text._spi_m_sync_deinit - 0x0000000000000000 0x24 hpl/sercom/hpl_sercom.o - .text._spi_s_sync_deinit - 0x0000000000000000 0x8 hpl/sercom/hpl_sercom.o - .text._spi_m_sync_enable - 0x0000000000000000 0x30 hpl/sercom/hpl_sercom.o - .text._spi_s_sync_enable - 0x0000000000000000 0x30 hpl/sercom/hpl_sercom.o - .text._spi_m_async_enable - 0x0000000000000000 0x30 hpl/sercom/hpl_sercom.o - .text._spi_s_async_enable - 0x0000000000000000 0x30 hpl/sercom/hpl_sercom.o - .text._spi_m_sync_disable - 0x0000000000000000 0x30 hpl/sercom/hpl_sercom.o - .text._spi_s_sync_disable - 0x0000000000000000 0x30 hpl/sercom/hpl_sercom.o - .text._spi_m_async_disable - 0x0000000000000000 0x30 hpl/sercom/hpl_sercom.o - .text._spi_s_async_disable - 0x0000000000000000 0x30 hpl/sercom/hpl_sercom.o - .text._spi_m_sync_set_mode - 0x0000000000000000 0x34 hpl/sercom/hpl_sercom.o - .text._spi_m_async_set_mode - 0x0000000000000000 0x34 hpl/sercom/hpl_sercom.o - .text._spi_s_async_set_mode - 0x0000000000000000 0x34 hpl/sercom/hpl_sercom.o - .text._spi_s_sync_set_mode - 0x0000000000000000 0x34 hpl/sercom/hpl_sercom.o - .text._spi_calc_baud_val - 0x0000000000000000 0x40 hpl/sercom/hpl_sercom.o - .text._spi_m_sync_set_baudrate - 0x0000000000000000 0x38 hpl/sercom/hpl_sercom.o - .text._spi_m_async_set_baudrate - 0x0000000000000000 0x38 hpl/sercom/hpl_sercom.o - .text._spi_m_sync_set_char_size - 0x0000000000000000 0x34 hpl/sercom/hpl_sercom.o - .text._spi_m_async_set_char_size - 0x0000000000000000 0x34 hpl/sercom/hpl_sercom.o - .text._spi_s_async_set_char_size - 0x0000000000000000 0x34 hpl/sercom/hpl_sercom.o - .text._spi_s_sync_set_char_size - 0x0000000000000000 0x34 hpl/sercom/hpl_sercom.o - .text._spi_m_sync_set_data_order - 0x0000000000000000 0x34 hpl/sercom/hpl_sercom.o - .text._spi_m_async_set_data_order - 0x0000000000000000 0x34 hpl/sercom/hpl_sercom.o - .text._spi_s_async_set_data_order - 0x0000000000000000 0x34 hpl/sercom/hpl_sercom.o - .text._spi_s_sync_set_data_order - 0x0000000000000000 0x34 hpl/sercom/hpl_sercom.o - .text._spi_m_async_enable_tx - 0x0000000000000000 0x2c hpl/sercom/hpl_sercom.o - .text._spi_s_async_enable_tx - 0x0000000000000000 0x8 hpl/sercom/hpl_sercom.o - .text._spi_m_async_enable_rx - 0x0000000000000000 0x38 hpl/sercom/hpl_sercom.o - .text._spi_s_async_enable_rx - 0x0000000000000000 0x8 hpl/sercom/hpl_sercom.o - .text._spi_m_async_enable_tx_complete - 0x0000000000000000 0x34 hpl/sercom/hpl_sercom.o - .text._spi_s_async_enable_ss_detect - 0x0000000000000000 0x8 hpl/sercom/hpl_sercom.o - .text._spi_m_async_write_one - 0x0000000000000000 0x2c hpl/sercom/hpl_sercom.o - .text._spi_s_async_write_one - 0x0000000000000000 0x2c hpl/sercom/hpl_sercom.o - .text._spi_s_sync_write_one - 0x0000000000000000 0x2c hpl/sercom/hpl_sercom.o - .text._spi_m_async_read_one - 0x0000000000000000 0x28 hpl/sercom/hpl_sercom.o - .text._spi_s_async_read_one - 0x0000000000000000 0x28 hpl/sercom/hpl_sercom.o - .text._spi_s_sync_read_one - 0x0000000000000000 0x28 hpl/sercom/hpl_sercom.o - .text._spi_m_async_register_callback - 0x0000000000000000 0x30 hpl/sercom/hpl_sercom.o - .text._spi_s_async_register_callback - 0x0000000000000000 0x8 hpl/sercom/hpl_sercom.o - .text._spi_s_sync_is_tx_ready - 0x0000000000000000 0x2c hpl/sercom/hpl_sercom.o - .text._spi_s_sync_is_rx_ready - 0x0000000000000000 0x2c hpl/sercom/hpl_sercom.o - .text._spi_s_sync_is_ss_deactivated - 0x0000000000000000 0x2c hpl/sercom/hpl_sercom.o - .text._spi_s_sync_is_error - 0x0000000000000000 0x34 hpl/sercom/hpl_sercom.o - .text._spi_m_async_set_irq_state - 0x0000000000000000 0x34 hpl/sercom/hpl_sercom.o - .text._spi_s_async_set_irq_state - 0x0000000000000000 0x8 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0xa78 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x16d hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x22 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x8e hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x51 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x103 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x6a hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x1df hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x22 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x54 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x1c hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x22 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0xd9 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x102d hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x11f hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x706 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0xb5b hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x3c0 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x2d61 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x336 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x3b7 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x668 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x143f hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x651 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x67b hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x6d7 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x172 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x395 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x19dd hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x3a hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x72a hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0xb12 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x5d7 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0xbc0 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x9b9 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x2a3 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x8cb hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x1ea hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x8f4 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x216 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x3f9 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x620 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x10d hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0xb8 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x1df7 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x2e69 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x11ed hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x50e hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x930 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x1ad8 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0xe7 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x13e6 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x36a hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x94 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0xdc hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0xe2 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0xdc hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x149 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x149 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x46 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x4c hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0xc4 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x7d5 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0xb8 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x7c hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0xc20 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x46 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x25b hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x31a hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x170 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x7c hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0xbe hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x4c hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x82 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x1a3 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x46 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x6a hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x46 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x88 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x46 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x24e hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x1c hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x76 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x3a hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x2e hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x196 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x16f hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x16f hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x25d hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x25d hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x25d hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x25d hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x25d hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x25d hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x25d hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x25d hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x52 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0xfa hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0xfa hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0xfa hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0xfa hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0xfa hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0xfa hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0xfa hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0xfa hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x148 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x124 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x106 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0xee hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0xee hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x2e hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x46a hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x3a hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x59f hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x4ff3 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0xcf hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x10 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x10 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x16 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x16 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x16 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x16 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x16 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x16 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x40 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x16 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x16 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x16 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x16 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x16 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x16 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x16 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x16 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x16 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x16 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x16 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x16 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x16 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x16 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x16 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x16 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x16 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x16 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x16 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x16 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x16 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0xe5c hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x9b6 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x94 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x16 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0xbe hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x28c hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x16 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x4d8 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x16 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0xca hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0xc9 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x43 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000000000 0x16 hpl/sercom/hpl_sercom.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/src/hal_gpio.o - .text 0x0000000000000000 0x0 hal/src/hal_gpio.o - .data 0x0000000000000000 0x0 hal/src/hal_gpio.o - .bss 0x0000000000000000 0x0 hal/src/hal_gpio.o - .text.gpio_get_version - 0x0000000000000000 0x4 hal/src/hal_gpio.o - .debug_info 0x0000000000000000 0x9e hal/src/hal_gpio.o - .debug_abbrev 0x0000000000000000 0x58 hal/src/hal_gpio.o - .debug_aranges - 0x0000000000000000 0x20 hal/src/hal_gpio.o - .debug_ranges 0x0000000000000000 0x10 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x6bf hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0xa78 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x16d hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x22 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x8e hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x51 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x103 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x6a hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x1df hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x22 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x54 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x1c hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x22 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0xd9 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x102d hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x11f hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x706 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0xb5b hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x3c0 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x2d61 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x336 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x3b7 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x668 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x143f hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x651 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x67b hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x6d7 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x172 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x395 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x19dd hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x3a hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x72a hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0xb12 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x5d7 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0xbc0 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x9b9 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x2a3 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x8cb hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x1ea hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x8f4 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x216 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x3f9 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x620 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x10d hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0xb8 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x1df7 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x2e69 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x11ed hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x50e hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x930 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x1ad8 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0xe7 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x13e6 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x36a hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x94 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0xdc hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0xe2 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0xdc hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x149 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x149 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x46 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x4c hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0xc4 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x7d5 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0xb8 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x7c hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0xc20 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x46 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x25b hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x31a hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x170 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x7c hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0xbe hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x4c hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x82 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x1a3 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x46 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x6a hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x46 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x88 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x46 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x24e hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x1c hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x76 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x3a hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x2e hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x196 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x16f hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x16f hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x25d hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x25d hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x25d hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x25d hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x25d hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x25d hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x25d hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x25d hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x52 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0xfa hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0xfa hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0xfa hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0xfa hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0xfa hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0xfa hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0xfa hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0xfa hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x148 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x124 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x106 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0xee hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0xee hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x2e hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x46a hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x3a hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x59f hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x4ff3 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0xcf hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x10 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x10 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x40 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0xe5c hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x9b6 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x94 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0xbe hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x28c hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x4d8 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0xca hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x1c hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_gpio.o - .debug_macro 0x0000000000000000 0x185 hal/src/hal_gpio.o - .debug_line 0x0000000000000000 0x9bf hal/src/hal_gpio.o - .debug_str 0x0000000000000000 0x107e35 hal/src/hal_gpio.o - .comment 0x0000000000000000 0x1f hal/src/hal_gpio.o - .debug_frame 0x0000000000000000 0x20 hal/src/hal_gpio.o - .ARM.attributes - 0x0000000000000000 0x32 hal/src/hal_gpio.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/utils/src/utils_event.o - .text 0x0000000000000000 0x0 hal/utils/src/utils_event.o - .data 0x0000000000000000 0x0 hal/utils/src/utils_event.o - .bss 0x0000000000000000 0x5 hal/utils/src/utils_event.o - .rodata.str1.1 - 0x0000000000000000 0x1f hal/utils/src/utils_event.o - .text.event_subscribe - 0x0000000000000000 0x84 hal/utils/src/utils_event.o - .text.event_unsubscribe - 0x0000000000000000 0x7c hal/utils/src/utils_event.o - .text.event_post - 0x0000000000000000 0x64 hal/utils/src/utils_event.o - .debug_info 0x0000000000000000 0x54b hal/utils/src/utils_event.o - .debug_abbrev 0x0000000000000000 0x1d0 hal/utils/src/utils_event.o - .debug_loc 0x0000000000000000 0x2bf hal/utils/src/utils_event.o - .debug_aranges - 0x0000000000000000 0x30 hal/utils/src/utils_event.o - .debug_ranges 0x0000000000000000 0x20 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x787 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0xa78 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0xc9 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x16d hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x22 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x8e hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x51 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x103 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x6a hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x1df hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x22 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x54 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x1c hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x22 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0xd9 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x102d hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x11f hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x706 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0xb5b hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x3c0 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x2d61 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x336 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x3b7 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x668 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x143f hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x651 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x67b hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x6d7 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x172 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x395 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x19dd hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x3a hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x72a hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0xb12 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x5d7 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0xbc0 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x9b9 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x2a3 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x8cb hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x1ea hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x8f4 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x216 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x3f9 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x620 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x10d hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0xb8 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x1df7 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x2e69 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x11ed hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x50e hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x930 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x1ad8 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0xe7 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x13e6 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x36a hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x94 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0xdc hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0xe2 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0xdc hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x149 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x149 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x46 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x4c hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0xc4 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x7d5 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0xb8 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x7c hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0xc20 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x46 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x25b hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x31a hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x170 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x7c hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0xbe hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x4c hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x82 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x1a3 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x46 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x6a hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x46 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x88 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x46 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x24e hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x1c hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x76 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x3a hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x2e hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x196 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x16f hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x16f hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x25d hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x25d hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x25d hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x25d hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x25d hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x25d hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x25d hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x25d hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x52 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0xfa hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0xfa hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0xfa hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0xfa hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0xfa hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0xfa hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0xfa hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0xfa hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x148 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x124 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x106 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0xee hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0xee hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x2e hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x46a hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x3a hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x59f hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x4ff3 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0xcf hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x10 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x10 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x40 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0xe5c hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x9b6 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x94 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0xbe hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x28c hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x4d8 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0xca hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x1c hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x10 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x64 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x18 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x35 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x34 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x16 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x43 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x34 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x10 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x58 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x182 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x356 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x10 hal/utils/src/utils_event.o - .debug_macro 0x0000000000000000 0x35 hal/utils/src/utils_event.o - .debug_line 0x0000000000000000 0xc4d hal/utils/src/utils_event.o - .debug_str 0x0000000000000000 0x109d5c hal/utils/src/utils_event.o - .comment 0x0000000000000000 0x1f hal/utils/src/utils_event.o - .debug_frame 0x0000000000000000 0x74 hal/utils/src/utils_event.o - .ARM.attributes - 0x0000000000000000 0x32 hal/utils/src/utils_event.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_sleep.o - .text 0x0000000000000000 0x0 hal/src/hal_sleep.o - .data 0x0000000000000000 0x0 hal/src/hal_sleep.o - .bss 0x0000000000000000 0x0 hal/src/hal_sleep.o - .text.sleep 0x0000000000000000 0x20 hal/src/hal_sleep.o - .text.sleep_get_version - 0x0000000000000000 0x4 hal/src/hal_sleep.o - .debug_info 0x0000000000000000 0x114 hal/src/hal_sleep.o - .debug_abbrev 0x0000000000000000 0xaf hal/src/hal_sleep.o - .debug_loc 0x0000000000000000 0x25 hal/src/hal_sleep.o - .debug_aranges - 0x0000000000000000 0x28 hal/src/hal_sleep.o - .debug_ranges 0x0000000000000000 0x18 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x69c hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0xa78 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x16d hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x22 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x8e hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x51 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x103 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x6a hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x1df hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x22 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x54 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x1c hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x22 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0xd9 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x102d hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x11f hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x706 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0xb5b hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x3c0 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x2d61 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x336 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x3b7 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x668 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x143f hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x651 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x67b hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x6d7 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x172 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x395 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x19dd hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x3a hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x72a hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0xb12 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x5d7 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0xbc0 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x9b9 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x2a3 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x8cb hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x1ea hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x8f4 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x216 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x3f9 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x620 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x10d hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0xb8 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x1df7 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x2e69 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x11ed hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x50e hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x930 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x1ad8 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0xe7 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x13e6 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x36a hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x94 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0xdc hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0xe2 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0xdc hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x149 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x149 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x46 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x4c hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0xc4 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x7d5 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0xb8 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x7c hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0xc20 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x46 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x25b hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x31a hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x170 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x7c hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0xbe hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x4c hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x82 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x1a3 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x46 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x6a hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x46 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x88 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x46 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x24e hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x1c hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x76 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x3a hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x2e hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x196 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x16f hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x16f hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x25d hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x25d hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x25d hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x25d hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x25d hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x25d hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x25d hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x25d hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x52 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0xfa hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0xfa hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0xfa hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0xfa hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0xfa hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0xfa hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0xfa hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0xfa hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x148 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x124 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x106 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0xee hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0xee hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x2e hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x46a hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x3a hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x59f hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x4ff3 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0xcf hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x10 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x10 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x40 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0xe5c hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x9b6 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x94 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0xbe hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x28c hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x4d8 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_sleep.o - .debug_macro 0x0000000000000000 0xca hal/src/hal_sleep.o - .debug_line 0x0000000000000000 0x99d hal/src/hal_sleep.o - .debug_str 0x0000000000000000 0x106dcf hal/src/hal_sleep.o - .comment 0x0000000000000000 0x1f hal/src/hal_sleep.o - .debug_frame 0x0000000000000000 0x38 hal/src/hal_sleep.o - .ARM.attributes - 0x0000000000000000 0x32 hal/src/hal_sleep.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .group 0x0000000000000000 0xc hal/src/hal_cache.o - .text 0x0000000000000000 0x0 hal/src/hal_cache.o - .data 0x0000000000000000 0x0 hal/src/hal_cache.o - .bss 0x0000000000000000 0x0 hal/src/hal_cache.o - .text.cache_init - 0x0000000000000000 0x8 hal/src/hal_cache.o - .text.cache_enable - 0x0000000000000000 0x20 hal/src/hal_cache.o - .text.cache_disable - 0x0000000000000000 0x10 hal/src/hal_cache.o - .text.cache_configure - 0x0000000000000000 0x8 hal/src/hal_cache.o - .text.cache_invalidate_all - 0x0000000000000000 0x8 hal/src/hal_cache.o - .debug_info 0x0000000000000000 0x9a4 hal/src/hal_cache.o - .debug_abbrev 0x0000000000000000 0x2d3 hal/src/hal_cache.o - .debug_loc 0x0000000000000000 0x20b hal/src/hal_cache.o - .debug_aranges - 0x0000000000000000 0x40 hal/src/hal_cache.o - .debug_ranges 0x0000000000000000 0xd0 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x68a hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0xa78 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x16d hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x22 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x8e hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x51 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x103 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x6a hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x1df hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x22 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x54 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x1c hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x22 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0xd9 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x102d hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x11f hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x706 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0xb5b hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x3c0 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x2d61 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x336 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x3b7 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x668 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x143f hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x651 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x67b hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x6d7 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x172 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x395 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x19dd hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x3a hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x72a hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0xb12 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x5d7 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0xbc0 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x9b9 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x2a3 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x8cb hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x1ea hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x8f4 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x216 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x3f9 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x620 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x10d hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0xb8 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x1df7 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x2e69 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x11ed hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x50e hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x930 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x1ad8 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0xe7 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x13e6 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x36a hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x94 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0xdc hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0xe2 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0xdc hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x149 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x149 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x46 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x4c hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0xc4 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x7d5 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0xb8 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x7c hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0xc20 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x46 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x25b hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x31a hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x170 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x7c hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0xbe hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x4c hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x82 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x1a3 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x46 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x6a hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x46 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x88 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x46 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x24e hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x1c hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x76 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x3a hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x2e hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x196 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x16f hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x16f hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x25d hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x25d hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x25d hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x25d hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x25d hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x25d hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x25d hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x25d hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x52 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0xfa hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0xfa hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0xfa hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0xfa hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0xfa hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0xfa hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0xfa hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0xfa hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x148 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x124 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x106 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0xee hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0xee hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x2e hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x46a hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x3a hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x59f hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x4ff3 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0xcf hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x10 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x10 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x40 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0xe5c hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x9b6 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x94 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0xbe hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x28c hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x4d8 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0xca hal/src/hal_cache.o - .debug_macro 0x0000000000000000 0x34 hal/src/hal_cache.o - .debug_line 0x0000000000000000 0xa9d hal/src/hal_cache.o - .debug_str 0x0000000000000000 0x1070df hal/src/hal_cache.o - .comment 0x0000000000000000 0x1f hal/src/hal_cache.o - .debug_frame 0x0000000000000000 0x60 hal/src/hal_cache.o - .ARM.attributes - 0x0000000000000000 0x32 hal/src/hal_cache.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc hpl/cmcc/hpl_cmcc.o - .text 0x0000000000000000 0x0 hpl/cmcc/hpl_cmcc.o - .data 0x0000000000000000 0x0 hpl/cmcc/hpl_cmcc.o - .bss 0x0000000000000000 0x0 hpl/cmcc/hpl_cmcc.o - .text._cmcc_enable - 0x0000000000000000 0x20 hpl/cmcc/hpl_cmcc.o - .text._cmcc_init - 0x0000000000000000 0x3c hpl/cmcc/hpl_cmcc.o - .text._cmcc_configure - 0x0000000000000000 0x38 hpl/cmcc/hpl_cmcc.o - .text._cmcc_enable_data_cache - 0x0000000000000000 0x24 hpl/cmcc/hpl_cmcc.o - .text._cmcc_enable_inst_cache - 0x0000000000000000 0x24 hpl/cmcc/hpl_cmcc.o - .text._cmcc_enable_clock_gating - 0x0000000000000000 0x18 hpl/cmcc/hpl_cmcc.o - .text._cmcc_configure_cache_size - 0x0000000000000000 0x20 hpl/cmcc/hpl_cmcc.o - .text._cmcc_lock_way - 0x0000000000000000 0x1c hpl/cmcc/hpl_cmcc.o - .text._cmcc_unlock_way - 0x0000000000000000 0x20 hpl/cmcc/hpl_cmcc.o - .text._cmcc_invalidate_by_line - 0x0000000000000000 0x2e hpl/cmcc/hpl_cmcc.o - .text._cmcc_invalidate_all - 0x0000000000000000 0x1e hpl/cmcc/hpl_cmcc.o - .text._cmcc_configure_monitor - 0x0000000000000000 0xa hpl/cmcc/hpl_cmcc.o - .text._cmcc_enable_monitor - 0x0000000000000000 0x8 hpl/cmcc/hpl_cmcc.o - .text._cmcc_disable_monitor - 0x0000000000000000 0x8 hpl/cmcc/hpl_cmcc.o - .text._cmcc_reset_monitor - 0x0000000000000000 0x8 hpl/cmcc/hpl_cmcc.o - .text._cmcc_get_monitor_event_count - 0x0000000000000000 0x4 hpl/cmcc/hpl_cmcc.o - .debug_info 0x0000000000000000 0x19d1 hpl/cmcc/hpl_cmcc.o - .debug_abbrev 0x0000000000000000 0x3d0 hpl/cmcc/hpl_cmcc.o - .debug_loc 0x0000000000000000 0xdae hpl/cmcc/hpl_cmcc.o - .debug_aranges - 0x0000000000000000 0x98 hpl/cmcc/hpl_cmcc.o - .debug_ranges 0x0000000000000000 0x3f8 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x694 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0xa78 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x16d hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x22 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x8e hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x51 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x103 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x6a hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x1df hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x22 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x54 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x1c hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x22 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0xd9 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x102d hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x11f hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x706 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0xb5b hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x3c0 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x2d61 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x336 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x3b7 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x668 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x143f hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x651 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x67b hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x6d7 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x172 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x395 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x19dd hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x3a hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x72a hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0xb12 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x5d7 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0xbc0 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x9b9 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x2a3 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x8cb hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x1ea hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x8f4 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x216 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x3f9 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x620 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x10d hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0xb8 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x1df7 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x2e69 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x11ed hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x50e hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x930 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x1ad8 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0xe7 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x13e6 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x36a hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x94 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0xdc hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0xe2 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0xdc hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x149 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x149 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x46 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x4c hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0xc4 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x7d5 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0xb8 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x7c hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0xc20 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x46 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x25b hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x31a hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x170 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x7c hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0xbe hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x4c hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x82 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x1a3 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x46 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x6a hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x46 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x88 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x46 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x24e hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x1c hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x76 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x3a hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x2e hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x196 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x16f hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x16f hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x25d hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x25d hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x25d hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x25d hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x25d hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x25d hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x25d hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x25d hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x52 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0xfa hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0xfa hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0xfa hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0xfa hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0xfa hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0xfa hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0xfa hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0xfa hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x148 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x124 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x106 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0xee hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0xee hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x2e hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x46a hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x3a hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x59f hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x4ff3 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0xcf hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x10 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x10 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x16 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x16 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x16 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x16 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x16 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x16 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x40 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x16 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x16 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x16 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x16 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x16 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x16 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x16 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x16 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x16 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x16 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x16 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x16 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x16 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x16 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x16 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x16 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x16 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x16 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x16 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x16 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x16 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0xe5c hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x9b6 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x94 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x16 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0xbe hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x28c hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x16 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x4d8 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x16 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0xca hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x34 hpl/cmcc/hpl_cmcc.o - .debug_macro 0x0000000000000000 0x28 hpl/cmcc/hpl_cmcc.o - .debug_line 0x0000000000000000 0x134b hpl/cmcc/hpl_cmcc.o - .debug_str 0x0000000000000000 0x107465 hpl/cmcc/hpl_cmcc.o - .comment 0x0000000000000000 0x1f hpl/cmcc/hpl_cmcc.o - .debug_frame 0x0000000000000000 0x128 hpl/cmcc/hpl_cmcc.o - .ARM.attributes - 0x0000000000000000 0x32 hpl/cmcc/hpl_cmcc.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .group 0x0000000000000000 0xc atmel_start.o - .text 0x0000000000000000 0x0 atmel_start.o - .data 0x0000000000000000 0x0 atmel_start.o - .bss 0x0000000000000000 0x0 atmel_start.o - .debug_macro 0x0000000000000000 0xa78 atmel_start.o - .debug_macro 0x0000000000000000 0x16d atmel_start.o - .debug_macro 0x0000000000000000 0x22 atmel_start.o - .debug_macro 0x0000000000000000 0x8e atmel_start.o - .debug_macro 0x0000000000000000 0x51 atmel_start.o - .debug_macro 0x0000000000000000 0x103 atmel_start.o - .debug_macro 0x0000000000000000 0x6a atmel_start.o - .debug_macro 0x0000000000000000 0x1df atmel_start.o - .debug_macro 0x0000000000000000 0x22 atmel_start.o - .debug_macro 0x0000000000000000 0x54 atmel_start.o - .debug_macro 0x0000000000000000 0x1c atmel_start.o - .debug_macro 0x0000000000000000 0x22 atmel_start.o - .debug_macro 0x0000000000000000 0xd9 atmel_start.o - .debug_macro 0x0000000000000000 0x102d atmel_start.o - .debug_macro 0x0000000000000000 0x11f atmel_start.o - .debug_macro 0x0000000000000000 0x706 atmel_start.o - .debug_macro 0x0000000000000000 0xb5b atmel_start.o - .debug_macro 0x0000000000000000 0x3c0 atmel_start.o - .debug_macro 0x0000000000000000 0x2d61 atmel_start.o - .debug_macro 0x0000000000000000 0x336 atmel_start.o - .debug_macro 0x0000000000000000 0x3b7 atmel_start.o - .debug_macro 0x0000000000000000 0x668 atmel_start.o - .debug_macro 0x0000000000000000 0x143f atmel_start.o - .debug_macro 0x0000000000000000 0x651 atmel_start.o - .debug_macro 0x0000000000000000 0x67b atmel_start.o - .debug_macro 0x0000000000000000 0x6d7 atmel_start.o - .debug_macro 0x0000000000000000 0x172 atmel_start.o - .debug_macro 0x0000000000000000 0x395 atmel_start.o - .debug_macro 0x0000000000000000 0x19dd atmel_start.o - .debug_macro 0x0000000000000000 0x3a atmel_start.o - .debug_macro 0x0000000000000000 0x72a atmel_start.o - .debug_macro 0x0000000000000000 0xb12 atmel_start.o - .debug_macro 0x0000000000000000 0x5d7 atmel_start.o - .debug_macro 0x0000000000000000 0xbc0 atmel_start.o - .debug_macro 0x0000000000000000 0x9b9 atmel_start.o - .debug_macro 0x0000000000000000 0x2a3 atmel_start.o - .debug_macro 0x0000000000000000 0x8cb atmel_start.o - .debug_macro 0x0000000000000000 0x1ea atmel_start.o - .debug_macro 0x0000000000000000 0x8f4 atmel_start.o - .debug_macro 0x0000000000000000 0x216 atmel_start.o - .debug_macro 0x0000000000000000 0x3f9 atmel_start.o - .debug_macro 0x0000000000000000 0x620 atmel_start.o - .debug_macro 0x0000000000000000 0x10d atmel_start.o - .debug_macro 0x0000000000000000 0xb8 atmel_start.o - .debug_macro 0x0000000000000000 0x1df7 atmel_start.o - .debug_macro 0x0000000000000000 0x2e69 atmel_start.o - .debug_macro 0x0000000000000000 0x11ed atmel_start.o - .debug_macro 0x0000000000000000 0x50e atmel_start.o - .debug_macro 0x0000000000000000 0x930 atmel_start.o - .debug_macro 0x0000000000000000 0x1ad8 atmel_start.o - .debug_macro 0x0000000000000000 0xe7 atmel_start.o - .debug_macro 0x0000000000000000 0x13e6 atmel_start.o - .debug_macro 0x0000000000000000 0x36a atmel_start.o - .debug_macro 0x0000000000000000 0x94 atmel_start.o - .debug_macro 0x0000000000000000 0xdc atmel_start.o - .debug_macro 0x0000000000000000 0xe2 atmel_start.o - .debug_macro 0x0000000000000000 0xdc atmel_start.o - .debug_macro 0x0000000000000000 0x149 atmel_start.o - .debug_macro 0x0000000000000000 0x149 atmel_start.o - .debug_macro 0x0000000000000000 0x46 atmel_start.o - .debug_macro 0x0000000000000000 0x4c atmel_start.o - .debug_macro 0x0000000000000000 0xc4 atmel_start.o - .debug_macro 0x0000000000000000 0x7d5 atmel_start.o - .debug_macro 0x0000000000000000 0xb8 atmel_start.o - .debug_macro 0x0000000000000000 0x7c atmel_start.o - .debug_macro 0x0000000000000000 0xc20 atmel_start.o - .debug_macro 0x0000000000000000 0x46 atmel_start.o - .debug_macro 0x0000000000000000 0x25b atmel_start.o - .debug_macro 0x0000000000000000 0x31a atmel_start.o - .debug_macro 0x0000000000000000 0x170 atmel_start.o - .debug_macro 0x0000000000000000 0x7c atmel_start.o - .debug_macro 0x0000000000000000 0xbe atmel_start.o - .debug_macro 0x0000000000000000 0x4c atmel_start.o - .debug_macro 0x0000000000000000 0x82 atmel_start.o - .debug_macro 0x0000000000000000 0x1a3 atmel_start.o - .debug_macro 0x0000000000000000 0x46 atmel_start.o - .debug_macro 0x0000000000000000 0x6a atmel_start.o - .debug_macro 0x0000000000000000 0x46 atmel_start.o - .debug_macro 0x0000000000000000 0x88 atmel_start.o - .debug_macro 0x0000000000000000 0x46 atmel_start.o - .debug_macro 0x0000000000000000 0x24e atmel_start.o - .debug_macro 0x0000000000000000 0x1c atmel_start.o - .debug_macro 0x0000000000000000 0x76 atmel_start.o - .debug_macro 0x0000000000000000 0x3a atmel_start.o - .debug_macro 0x0000000000000000 0x2e atmel_start.o - .debug_macro 0x0000000000000000 0x196 atmel_start.o - .debug_macro 0x0000000000000000 0x16f atmel_start.o - .debug_macro 0x0000000000000000 0x16f atmel_start.o - .debug_macro 0x0000000000000000 0x25d atmel_start.o - .debug_macro 0x0000000000000000 0x25d atmel_start.o - .debug_macro 0x0000000000000000 0x25d atmel_start.o - .debug_macro 0x0000000000000000 0x25d atmel_start.o - .debug_macro 0x0000000000000000 0x25d atmel_start.o - .debug_macro 0x0000000000000000 0x25d atmel_start.o - .debug_macro 0x0000000000000000 0x25d atmel_start.o - .debug_macro 0x0000000000000000 0x25d atmel_start.o - .debug_macro 0x0000000000000000 0x52 atmel_start.o - .debug_macro 0x0000000000000000 0xfa atmel_start.o - .debug_macro 0x0000000000000000 0xfa atmel_start.o - .debug_macro 0x0000000000000000 0xfa atmel_start.o - .debug_macro 0x0000000000000000 0xfa atmel_start.o - .debug_macro 0x0000000000000000 0xfa atmel_start.o - .debug_macro 0x0000000000000000 0xfa atmel_start.o - .debug_macro 0x0000000000000000 0xfa atmel_start.o - .debug_macro 0x0000000000000000 0xfa atmel_start.o - .debug_macro 0x0000000000000000 0x148 atmel_start.o - .debug_macro 0x0000000000000000 0x124 atmel_start.o - .debug_macro 0x0000000000000000 0x106 atmel_start.o - .debug_macro 0x0000000000000000 0xee atmel_start.o - .debug_macro 0x0000000000000000 0xee atmel_start.o - .debug_macro 0x0000000000000000 0x2e atmel_start.o - .debug_macro 0x0000000000000000 0x46a atmel_start.o - .debug_macro 0x0000000000000000 0x3a atmel_start.o - .debug_macro 0x0000000000000000 0x59f atmel_start.o - .debug_macro 0x0000000000000000 0x4ff3 atmel_start.o - .debug_macro 0x0000000000000000 0xcf atmel_start.o - .debug_macro 0x0000000000000000 0x10 atmel_start.o - .debug_macro 0x0000000000000000 0x10 atmel_start.o - .debug_macro 0x0000000000000000 0x16 atmel_start.o - .debug_macro 0x0000000000000000 0x16 atmel_start.o - .debug_macro 0x0000000000000000 0x16 atmel_start.o - .debug_macro 0x0000000000000000 0x16 atmel_start.o - .debug_macro 0x0000000000000000 0x16 atmel_start.o - .debug_macro 0x0000000000000000 0x16 atmel_start.o - .debug_macro 0x0000000000000000 0x40 atmel_start.o - .debug_macro 0x0000000000000000 0x16 atmel_start.o - .debug_macro 0x0000000000000000 0x16 atmel_start.o - .debug_macro 0x0000000000000000 0x16 atmel_start.o - .debug_macro 0x0000000000000000 0x16 atmel_start.o - .debug_macro 0x0000000000000000 0x16 atmel_start.o - .debug_macro 0x0000000000000000 0x16 atmel_start.o - .debug_macro 0x0000000000000000 0x16 atmel_start.o - .debug_macro 0x0000000000000000 0x16 atmel_start.o - .debug_macro 0x0000000000000000 0x16 atmel_start.o - .debug_macro 0x0000000000000000 0x16 atmel_start.o - .debug_macro 0x0000000000000000 0x16 atmel_start.o - .debug_macro 0x0000000000000000 0x16 atmel_start.o - .debug_macro 0x0000000000000000 0x16 atmel_start.o - .debug_macro 0x0000000000000000 0x16 atmel_start.o - .debug_macro 0x0000000000000000 0x16 atmel_start.o - .debug_macro 0x0000000000000000 0x16 atmel_start.o - .debug_macro 0x0000000000000000 0x16 atmel_start.o - .debug_macro 0x0000000000000000 0x16 atmel_start.o - .debug_macro 0x0000000000000000 0x16 atmel_start.o - .debug_macro 0x0000000000000000 0x16 atmel_start.o - .debug_macro 0x0000000000000000 0x16 atmel_start.o - .debug_macro 0x0000000000000000 0xe5c atmel_start.o - .debug_macro 0x0000000000000000 0x9b6 atmel_start.o - .debug_macro 0x0000000000000000 0x94 atmel_start.o - .debug_macro 0x0000000000000000 0x16 atmel_start.o - .debug_macro 0x0000000000000000 0xbe atmel_start.o - .debug_macro 0x0000000000000000 0x28c atmel_start.o - .debug_macro 0x0000000000000000 0x16 atmel_start.o - .debug_macro 0x0000000000000000 0x4d8 atmel_start.o - .debug_macro 0x0000000000000000 0x16 atmel_start.o - .debug_macro 0x0000000000000000 0xca atmel_start.o - .debug_macro 0x0000000000000000 0x1c atmel_start.o - .debug_macro 0x0000000000000000 0x16 atmel_start.o - .debug_macro 0x0000000000000000 0x185 atmel_start.o - .debug_macro 0x0000000000000000 0x76 atmel_start.o - .debug_macro 0x0000000000000000 0xc9 atmel_start.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .group 0x0000000000000000 0xc hal/src/hal_atomic.o - .text 0x0000000000000000 0x0 hal/src/hal_atomic.o - .data 0x0000000000000000 0x0 hal/src/hal_atomic.o - .bss 0x0000000000000000 0x0 hal/src/hal_atomic.o - .text.atomic_enter_critical - 0x0000000000000000 0xe hal/src/hal_atomic.o - .text.atomic_leave_critical - 0x0000000000000000 0xc hal/src/hal_atomic.o - .text.atomic_get_version - 0x0000000000000000 0x4 hal/src/hal_atomic.o - .debug_info 0x0000000000000000 0x1d7 hal/src/hal_atomic.o - .debug_abbrev 0x0000000000000000 0x159 hal/src/hal_atomic.o - .debug_loc 0x0000000000000000 0x2a hal/src/hal_atomic.o - .debug_aranges - 0x0000000000000000 0x30 hal/src/hal_atomic.o - .debug_ranges 0x0000000000000000 0x20 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x686 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0xa78 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x16d hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x22 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x8e hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x51 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x103 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x6a hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x1df hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x22 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x54 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x1c hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x22 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0xd9 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x102d hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x11f hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x706 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0xb5b hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x3c0 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x2d61 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x336 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x3b7 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x668 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x143f hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x651 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x67b hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x6d7 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x172 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x395 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x19dd hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x3a hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x72a hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0xb12 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x5d7 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0xbc0 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x9b9 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x2a3 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x8cb hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x1ea hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x8f4 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x216 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x3f9 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x620 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x10d hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0xb8 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x1df7 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x2e69 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x11ed hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x50e hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x930 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x1ad8 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0xe7 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x13e6 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x36a hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x94 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0xdc hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0xe2 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0xdc hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x149 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x149 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x46 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x4c hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0xc4 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x7d5 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0xb8 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x7c hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0xc20 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x46 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x25b hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x31a hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x170 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x7c hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0xbe hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x4c hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x82 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x1a3 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x46 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x6a hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x46 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x88 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x46 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x24e hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x1c hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x76 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x3a hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x2e hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x196 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x16f hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x16f hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x25d hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x25d hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x25d hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x25d hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x25d hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x25d hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x25d hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x25d hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x52 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0xfa hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0xfa hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0xfa hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0xfa hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0xfa hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0xfa hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0xfa hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0xfa hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x148 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x124 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x106 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0xee hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0xee hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x2e hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x46a hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x3a hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x59f hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x4ff3 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0xcf hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x10 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x40 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0xe5c hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x9b6 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x94 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0xbe hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x28c hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x4d8 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x16 hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0xca hal/src/hal_atomic.o - .debug_macro 0x0000000000000000 0x10 hal/src/hal_atomic.o - .debug_line 0x0000000000000000 0x9e7 hal/src/hal_atomic.o - .debug_str 0x0000000000000000 0x106de8 hal/src/hal_atomic.o - .comment 0x0000000000000000 0x1f hal/src/hal_atomic.o - .debug_frame 0x0000000000000000 0x40 hal/src/hal_atomic.o - .ARM.attributes - 0x0000000000000000 0x32 hal/src/hal_atomic.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .group 0x0000000000000000 0xc shared/util/pdebug.o - .text 0x0000000000000000 0x0 shared/util/pdebug.o - .data 0x0000000000000000 0x0 shared/util/pdebug.o - .text.passert 0x0000000000000000 0x1c shared/util/pdebug.o - .debug_macro 0x0000000000000000 0xa78 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x16d shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x22 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x8e shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x51 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x103 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x6a shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x1df shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x22 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x54 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x1c shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x22 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0xd9 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x102d shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x11f shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x706 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0xb5b shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x3c0 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x2d61 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x336 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x3b7 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x668 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x143f shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x651 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x67b shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x6d7 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x172 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x395 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x19dd shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x3a shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x72a shared/util/pdebug.o - .debug_macro 0x0000000000000000 0xb12 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x5d7 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0xbc0 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x9b9 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x2a3 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x8cb shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x1ea shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x8f4 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x216 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x3f9 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x620 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x10d shared/util/pdebug.o - .debug_macro 0x0000000000000000 0xb8 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x1df7 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x2e69 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x11ed shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x50e shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x930 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x1ad8 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0xe7 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x13e6 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x36a shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x94 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0xdc shared/util/pdebug.o - .debug_macro 0x0000000000000000 0xe2 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0xdc shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x149 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x149 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x46 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x4c shared/util/pdebug.o - .debug_macro 0x0000000000000000 0xc4 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x7d5 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0xb8 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x7c shared/util/pdebug.o - .debug_macro 0x0000000000000000 0xc20 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x46 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x25b shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x31a shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x170 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x7c shared/util/pdebug.o - .debug_macro 0x0000000000000000 0xbe shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x4c shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x82 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x1a3 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x46 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x6a shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x46 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x88 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x46 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x24e shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x1c shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x76 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x3a shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x2e shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x196 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x16f shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x16f shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x25d shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x25d shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x25d shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x25d shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x25d shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x25d shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x25d shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x25d shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x52 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0xfa shared/util/pdebug.o - .debug_macro 0x0000000000000000 0xfa shared/util/pdebug.o - .debug_macro 0x0000000000000000 0xfa shared/util/pdebug.o - .debug_macro 0x0000000000000000 0xfa shared/util/pdebug.o - .debug_macro 0x0000000000000000 0xfa shared/util/pdebug.o - .debug_macro 0x0000000000000000 0xfa shared/util/pdebug.o - .debug_macro 0x0000000000000000 0xfa shared/util/pdebug.o - .debug_macro 0x0000000000000000 0xfa shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x148 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x124 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x106 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0xee shared/util/pdebug.o - .debug_macro 0x0000000000000000 0xee shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x2e shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x46a shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x3a shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x59f shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x4ff3 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0xcf shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x10 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x10 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x16 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x16 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x16 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x16 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x16 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x16 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x40 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x16 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x16 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x16 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x16 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x16 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x16 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x16 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x16 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x16 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x16 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x16 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x16 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x16 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x16 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x16 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x16 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x16 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x16 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x16 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x16 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x16 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0xe5c shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x9b6 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x94 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x16 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0xbe shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x28c shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x16 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x4d8 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x16 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0xca shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x1c shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x16 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x185 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x76 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0xc9 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x64 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x18 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x35 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x34 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x16 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x35 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x356 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x10 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x16 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x43 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x34 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x10 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x58 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x182 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x10 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x1c shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x52 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x22 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x10 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x40 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0xd5 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x1c shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x3d shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x16 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x16f shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x10 shared/util/pdebug.o - .debug_macro 0x0000000000000000 0x4c shared/util/pdebug.o - .text 0x0000000000000000 0x254 /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_muldf3.o) - .data 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_muldf3.o) - .bss 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_muldf3.o) - .debug_frame 0x0000000000000000 0x30 /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_muldf3.o) - .ARM.attributes - 0x0000000000000000 0x1e /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_muldf3.o) - .text 0x0000000000000000 0x378 /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_addsubdf3.o) - .data 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_addsubdf3.o) - .bss 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_addsubdf3.o) - .debug_frame 0x0000000000000000 0xac /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_addsubdf3.o) - .ARM.attributes - 0x0000000000000000 0x1e /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_addsubdf3.o) - .text 0x0000000000000000 0x424 /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_muldivdf3.o) - .data 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_muldivdf3.o) - .bss 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_muldivdf3.o) - .debug_frame 0x0000000000000000 0x50 /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_muldivdf3.o) - .ARM.attributes - 0x0000000000000000 0x1e /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_muldivdf3.o) - .text 0x0000000000000000 0x40 /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixunsdfsi.o) - .data 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixunsdfsi.o) - .bss 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixunsdfsi.o) - .debug_frame 0x0000000000000000 0x24 /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixunsdfsi.o) - .ARM.attributes - 0x0000000000000000 0x1e /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/libgcc.a(_arm_fixunsdfsi.o) - .text 0x0000000000000000 0xa0 /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/libgcc.a(_aeabi_ldivmod.o) - .data 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/libgcc.a(_aeabi_ldivmod.o) - .bss 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/libgcc.a(_aeabi_ldivmod.o) - .debug_frame 0x0000000000000000 0x44 /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/libgcc.a(_aeabi_ldivmod.o) - .ARM.attributes - 0x0000000000000000 0x1e /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/libgcc.a(_aeabi_ldivmod.o) - .text 0x0000000000000000 0x30 /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/libgcc.a(_aeabi_uldivmod.o) - .data 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/libgcc.a(_aeabi_uldivmod.o) - .bss 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/libgcc.a(_aeabi_uldivmod.o) - .debug_frame 0x0000000000000000 0x2c /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/libgcc.a(_aeabi_uldivmod.o) - .ARM.attributes - 0x0000000000000000 0x1e /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/libgcc.a(_aeabi_uldivmod.o) - .text 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/libgcc.a(_udivmoddi4.o) - .data 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/libgcc.a(_udivmoddi4.o) - .bss 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/libgcc.a(_udivmoddi4.o) - .text.__udivmoddi4 - 0x0000000000000000 0x2a6 /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/libgcc.a(_udivmoddi4.o) - .ARM.extab.text.__udivmoddi4 - 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/libgcc.a(_udivmoddi4.o) - .ARM.exidx.text.__udivmoddi4 - 0x0000000000000000 0x8 /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/libgcc.a(_udivmoddi4.o) - .debug_frame 0x0000000000000000 0x38 /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/libgcc.a(_udivmoddi4.o) - .ARM.attributes - 0x0000000000000000 0x2e /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/libgcc.a(_udivmoddi4.o) - .text 0x0000000000000000 0x4 /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/libgcc.a(_dvmd_tls.o) - .data 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/libgcc.a(_dvmd_tls.o) - .bss 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/libgcc.a(_dvmd_tls.o) - .ARM.attributes - 0x0000000000000000 0x1e /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/libgcc.a(_dvmd_tls.o) - .text 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-atexit.o) - .data 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-atexit.o) - .bss 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-atexit.o) - .text.atexit 0x0000000000000000 0xc /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-atexit.o) - .debug_frame 0x0000000000000000 0x20 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-atexit.o) - .ARM.attributes - 0x0000000000000000 0x2e /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-atexit.o) - .text 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-exit.o) - .data 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-exit.o) - .bss 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-exit.o) - .text.exit 0x0000000000000000 0x28 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-exit.o) - .debug_frame 0x0000000000000000 0x28 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-exit.o) - .ARM.attributes - 0x0000000000000000 0x2e /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-exit.o) - .text 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fini.o) - .data 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fini.o) - .bss 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fini.o) - .text.__libc_fini_array - 0x0000000000000000 0x28 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fini.o) - .debug_frame 0x0000000000000000 0x38 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fini.o) - .ARM.attributes - 0x0000000000000000 0x2e /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fini.o) - .text 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-impure.o) - .data 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-impure.o) - .bss 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-impure.o) - .rodata._global_impure_ptr - 0x0000000000000000 0x4 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-impure.o) - .text 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-init.o) - .data 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-init.o) - .bss 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-init.o) - .text 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memcpy-stub.o) - .data 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memcpy-stub.o) - .bss 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memcpy-stub.o) - .text 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memset.o) - .data 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memset.o) - .bss 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memset.o) - .text 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-printf.o) - .data 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-printf.o) - .bss 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-printf.o) - .text._printf_r - 0x0000000000000000 0x28 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-printf.o) - .text.printf 0x0000000000000000 0x30 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-printf.o) - .debug_frame 0x0000000000000000 0x74 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-printf.o) - .ARM.attributes - 0x0000000000000000 0x2e /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-printf.o) - .data 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strlen.o) - .bss 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strlen.o) - .text 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-vsprintf.o) - .data 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-vsprintf.o) - .bss 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-vsprintf.o) - .text 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-__atexit.o) - .data 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-__atexit.o) - .bss 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-__atexit.o) - .text.__register_exitproc - 0x0000000000000000 0xc4 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-__atexit.o) - .bss._global_atexit0 - 0x0000000000000000 0x8c /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-__atexit.o) - .data.__atexit_dummy - 0x0000000000000000 0x4 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-__atexit.o) - .debug_frame 0x0000000000000000 0x34 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-__atexit.o) - .ARM.attributes - 0x0000000000000000 0x2e /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-__atexit.o) - .text 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-__call_atexit.o) - .data 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-__call_atexit.o) - .bss 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-__call_atexit.o) - .text.__call_exitprocs - 0x0000000000000000 0xbc /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-__call_atexit.o) - .bss._global_atexit - 0x0000000000000000 0x4 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-__call_atexit.o) - .data.__atexit_recursive_mutex - 0x0000000000000000 0x4 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-__call_atexit.o) - .debug_frame 0x0000000000000000 0x48 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-__call_atexit.o) - .ARM.attributes - 0x0000000000000000 0x2e /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-__call_atexit.o) - .text 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o) - .data 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o) - .bss 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o) - .text.std 0x0000000000000000 0x48 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o) - .text._cleanup_r - 0x0000000000000000 0xc /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o) - .text.__fp_lock - 0x0000000000000000 0x18 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o) - .text.__fp_unlock - 0x0000000000000000 0x18 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o) - .text.__sfmoreglue - 0x0000000000000000 0x2c /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o) - .text._cleanup - 0x0000000000000000 0xc /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o) - .text.__sfp_lock_acquire - 0x0000000000000000 0xc /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o) - .text.__sfp_lock_release - 0x0000000000000000 0xc /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o) - .text.__sinit_lock_acquire - 0x0000000000000000 0xc /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o) - .text.__sinit_lock_release - 0x0000000000000000 0xc /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o) - .text.__sinit 0x0000000000000000 0x70 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o) - .text.__sfp 0x0000000000000000 0x8c /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o) - .text.__fp_lock_all - 0x0000000000000000 0x1c /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o) - .text.__fp_unlock_all - 0x0000000000000000 0x1c /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o) - .text 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fwalk.o) - .data 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fwalk.o) - .bss 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fwalk.o) - .text._fwalk 0x0000000000000000 0x3a /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fwalk.o) - .text._fwalk_reent - 0x0000000000000000 0x3e /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fwalk.o) - .debug_frame 0x0000000000000000 0x54 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fwalk.o) - .ARM.attributes - 0x0000000000000000 0x2e /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fwalk.o) - .text 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-lock.o) - .data 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-lock.o) - .bss 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-lock.o) - .text.__retarget_lock_init - 0x0000000000000000 0x2 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-lock.o) - .text.__retarget_lock_init_recursive - 0x0000000000000000 0x2 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-lock.o) - .text.__retarget_lock_close - 0x0000000000000000 0x2 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-lock.o) - .text.__retarget_lock_close_recursive - 0x0000000000000000 0x2 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-lock.o) - .text.__retarget_lock_acquire - 0x0000000000000000 0x2 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-lock.o) - .text.__retarget_lock_try_acquire - 0x0000000000000000 0x4 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-lock.o) - .text.__retarget_lock_try_acquire_recursive - 0x0000000000000000 0x4 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-lock.o) - .text.__retarget_lock_release - 0x0000000000000000 0x2 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-lock.o) - .text 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-mallocr.o) - .data 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-mallocr.o) - .bss 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-mallocr.o) - .text 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-svfprintf.o) - .data 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-svfprintf.o) - .bss 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-svfprintf.o) - .text.__ssprint_r - 0x0000000000000000 0xf6 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-svfprintf.o) - .text 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_i.o) - .data 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_i.o) - .bss 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_i.o) - .text 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf.o) - .data 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf.o) - .bss 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf.o) - .text.__sfputc_r - 0x0000000000000000 0x2a /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf.o) - .text.__sfputs_r - 0x0000000000000000 0x24 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf.o) - .text.__sprint_r - 0x0000000000000000 0x1a /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf.o) - .rodata._vfprintf_r.str1.1 - 0x0000000000000000 0x11 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf.o) - .text._vfprintf_r - 0x0000000000000000 0x260 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf.o) - .text.vfprintf - 0x0000000000000000 0x14 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf.o) - .debug_frame 0x0000000000000000 0xac /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf.o) - .ARM.attributes - 0x0000000000000000 0x2e /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf.o) - .text 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-sbrkr.o) - .data 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-sbrkr.o) - .bss 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-sbrkr.o) - .text 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-stdio.o) - .data 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-stdio.o) - .bss 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-stdio.o) - .text.__sread 0x0000000000000000 0x22 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-stdio.o) - .text.__seofread - 0x0000000000000000 0x4 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-stdio.o) - .text.__swrite - 0x0000000000000000 0x38 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-stdio.o) - .text.__sseek 0x0000000000000000 0x24 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-stdio.o) - .text.__sclose - 0x0000000000000000 0x8 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-stdio.o) - .debug_frame 0x0000000000000000 0x88 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-stdio.o) - .ARM.attributes - 0x0000000000000000 0x2e /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-stdio.o) - .text 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wbuf.o) - .data 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wbuf.o) - .bss 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wbuf.o) - .text.__swbuf_r - 0x0000000000000000 0xa4 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wbuf.o) - .text.__swbuf 0x0000000000000000 0x10 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wbuf.o) - .debug_frame 0x0000000000000000 0x40 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wbuf.o) - .ARM.attributes - 0x0000000000000000 0x2e /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wbuf.o) - .text 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-writer.o) - .data 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-writer.o) - .bss 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-writer.o) - .text._write_r - 0x0000000000000000 0x24 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-writer.o) - .debug_frame 0x0000000000000000 0x2c /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-writer.o) - .ARM.attributes - 0x0000000000000000 0x2e /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-writer.o) - .text 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wsetup.o) - .data 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wsetup.o) - .bss 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wsetup.o) - .text.__swsetup_r - 0x0000000000000000 0xdc /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wsetup.o) - .debug_frame 0x0000000000000000 0x2c /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wsetup.o) - .ARM.attributes - 0x0000000000000000 0x2e /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-wsetup.o) - .text 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-closer.o) - .data 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-closer.o) - .bss 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-closer.o) - .text._close_r - 0x0000000000000000 0x20 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-closer.o) - .debug_frame 0x0000000000000000 0x2c /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-closer.o) - .ARM.attributes - 0x0000000000000000 0x2e /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-closer.o) - .text 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fflush.o) - .data 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fflush.o) - .bss 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fflush.o) - .text.__sflush_r - 0x0000000000000000 0x10c /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fflush.o) - .text._fflush_r - 0x0000000000000000 0x78 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fflush.o) - .text.fflush 0x0000000000000000 0x24 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fflush.o) - .debug_frame 0x0000000000000000 0x5c /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fflush.o) - .ARM.attributes - 0x0000000000000000 0x2e /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fflush.o) - .text 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fvwrite.o) - .data 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fvwrite.o) - .bss 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fvwrite.o) - .text.__sfvwrite_r - 0x0000000000000000 0x294 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fvwrite.o) - .debug_frame 0x0000000000000000 0x3c /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fvwrite.o) - .ARM.attributes - 0x0000000000000000 0x2e /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fvwrite.o) - .text 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-lseekr.o) - .data 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-lseekr.o) - .bss 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-lseekr.o) - .text._lseek_r - 0x0000000000000000 0x24 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-lseekr.o) - .debug_frame 0x0000000000000000 0x2c /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-lseekr.o) - .ARM.attributes - 0x0000000000000000 0x2e /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-lseekr.o) - .text 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-makebuf.o) - .data 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-makebuf.o) - .bss 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-makebuf.o) - .text.__swhatbuf_r - 0x0000000000000000 0x48 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-makebuf.o) - .text.__smakebuf_r - 0x0000000000000000 0x80 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-makebuf.o) - .debug_frame 0x0000000000000000 0x58 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-makebuf.o) - .ARM.attributes - 0x0000000000000000 0x2e /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-makebuf.o) - .data 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memchr.o) - .bss 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memchr.o) - .text 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memmove.o) - .data 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memmove.o) - .bss 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memmove.o) - .text 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mlock.o) - .data 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mlock.o) - .bss 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mlock.o) - .text 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-freer.o) - .data 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-freer.o) - .bss 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-freer.o) - .text 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-reallocr.o) - .data 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-reallocr.o) - .bss 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-reallocr.o) - .text 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-readr.o) - .data 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-readr.o) - .bss 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-readr.o) - .text._read_r 0x0000000000000000 0x24 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-readr.o) - .debug_frame 0x0000000000000000 0x2c /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-readr.o) - .ARM.attributes - 0x0000000000000000 0x2e /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-readr.o) - .text 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-reent.o) - .data 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-reent.o) - .bss 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-reent.o) - .text.cleanup_glue - 0x0000000000000000 0x1a /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-reent.o) - .text._reclaim_reent - 0x0000000000000000 0xb8 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-reent.o) - .text 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fstatr.o) - .data 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fstatr.o) - .bss 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fstatr.o) - .text._fstat_r - 0x0000000000000000 0x24 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fstatr.o) - .debug_frame 0x0000000000000000 0x2c /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fstatr.o) - .ARM.attributes - 0x0000000000000000 0x2e /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-fstatr.o) - .text 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-isattyr.o) - .data 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-isattyr.o) - .bss 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-isattyr.o) - .text._isatty_r - 0x0000000000000000 0x20 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-isattyr.o) - .debug_frame 0x0000000000000000 0x2c /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-isattyr.o) - .ARM.attributes - 0x0000000000000000 0x2e /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-isattyr.o) - .text 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-msizer.o) - .data 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-msizer.o) - .bss 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-msizer.o) - .text 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/crtend.o - .data 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/crtend.o - .bss 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/crtend.o - .eh_frame 0x0000000000000000 0x4 /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/crtend.o - .ARM.attributes - 0x0000000000000000 0x2e /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/crtend.o - .text 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/crtn.o - .data 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/crtn.o - .bss 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/crtn.o - -Memory Configuration - -Name Origin Length Attributes -rom 0x0000000000000000 0x0000000000100000 xr -ram 0x0000000020000000 0x0000000000040000 xrw -bkupram 0x0000000047000000 0x0000000000002000 xrw -qspi 0x0000000004000000 0x0000000001000000 xrw -*default* 0x0000000000000000 0xffffffffffffffff - -Linker script and memory map - -LOAD /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/crti.o -LOAD /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/crtbegin.o -LOAD /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/crt0.o -LOAD hal/src/hal_io.o -LOAD hpl/systick/hpl_systick.o -LOAD hpl/core/hpl_core_m4.o -LOAD hal/utils/src/utils_syscalls.o -LOAD hal/src/hal_spi_m_sync.o -LOAD build/system_same54.o -LOAD hal/src/hal_delay.o -LOAD hpl/pm/hpl_pm.o -LOAD hpl/core/hpl_init.o -LOAD hpl/gclk/hpl_gclk.o -LOAD hal/utils/src/utils_list.o -LOAD hal/utils/src/utils_assert.o -LOAD hpl/dmac/hpl_dmac.o -LOAD hpl/oscctrl/hpl_oscctrl.o -LOAD hal/src/hal_usart_sync.o -LOAD hpl/mclk/hpl_mclk.o -LOAD hpl/ramecc/hpl_ramecc.o -LOAD hal/src/hal_init.o -LOAD build/gcc/startup_same54.o -LOAD main.o -LOAD hpl/osc32kctrl/hpl_osc32kctrl.o -LOAD examples/driver_examples.o -LOAD driver_init.o -LOAD hpl/sercom/hpl_sercom.o -LOAD hal/src/hal_gpio.o -LOAD hal/utils/src/utils_event.o -LOAD hal/src/hal_sleep.o -LOAD hal/src/hal_cache.o -LOAD hpl/cmcc/hpl_cmcc.o -LOAD atmel_start.o -LOAD hal/src/hal_atomic.o -LOAD shared/util/pdebug.o -START GROUP -LOAD /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libm.a -END GROUP -START GROUP -LOAD /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/libgcc.a -LOAD /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a -END GROUP -START GROUP -LOAD /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/libgcc.a -LOAD /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a -END GROUP -LOAD /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/crtend.o -LOAD /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/crtn.o - 0x0000000000010000 STACK_SIZE = DEFINED (STACK_SIZE)?STACK_SIZE:DEFINED (__stack_size__)?__stack_size__:0x10000 - -.text 0x0000000000000000 0x1814 - 0x0000000000000000 . = ALIGN (0x4) - 0x0000000000000000 _sfixed = . - *(.vectors .vectors.*) - .vectors 0x0000000000000000 0x264 build/gcc/startup_same54.o - 0x0000000000000000 exception_table - *(.text .text.* .gnu.linkonce.t.*) - .text.__do_global_dtors_aux - 0x0000000000000264 0x24 /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/crtbegin.o - .text.frame_dummy - 0x0000000000000288 0x1c /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/crtbegin.o - .text.io_write - 0x00000000000002a4 0x30 hal/src/hal_io.o - 0x00000000000002a4 io_write - .text._delay_init - 0x00000000000002d4 0x10 hpl/systick/hpl_systick.o - 0x00000000000002d4 _delay_init - .text._sbrk 0x00000000000002e4 0x1c hal/utils/src/utils_syscalls.o - 0x00000000000002e4 _sbrk - .text.spi_m_sync_init - 0x0000000000000300 0x4c hal/src/hal_spi_m_sync.o - 0x0000000000000300 spi_m_sync_init - .text.spi_m_sync_transfer - 0x000000000000034c 0x3c hal/src/hal_spi_m_sync.o - 0x000000000000034c spi_m_sync_transfer - .text._spi_m_sync_io_write - 0x0000000000000388 0x38 hal/src/hal_spi_m_sync.o - .text._spi_m_sync_io_read - 0x00000000000003c0 0x38 hal/src/hal_spi_m_sync.o - .text.delay_init - 0x00000000000003f8 0x10 hal/src/hal_delay.o - 0x00000000000003f8 delay_init - .text._init_chip - 0x0000000000000408 0x44 hpl/core/hpl_init.o - 0x0000000000000408 _init_chip - .text._gclk_init_generators_by_fref - 0x000000000000044c 0x38 hpl/gclk/hpl_gclk.o - 0x000000000000044c _gclk_init_generators_by_fref - .text.assert 0x0000000000000484 0x6 hal/utils/src/utils_assert.o - 0x0000000000000484 assert - .text._oscctrl_init_sources - 0x000000000000048a 0x2 hpl/oscctrl/hpl_oscctrl.o - 0x000000000000048a _oscctrl_init_sources - .text._oscctrl_init_referenced_generators - 0x000000000000048c 0x3c hpl/oscctrl/hpl_oscctrl.o - 0x000000000000048c _oscctrl_init_referenced_generators - .text.usart_sync_write - 0x00000000000004c8 0x74 hal/src/hal_usart_sync.o - .text.usart_sync_read - 0x000000000000053c 0x60 hal/src/hal_usart_sync.o - .text.usart_sync_init - 0x000000000000059c 0x40 hal/src/hal_usart_sync.o - 0x000000000000059c usart_sync_init - .text.usart_sync_enable - 0x00000000000005dc 0x2c hal/src/hal_usart_sync.o - 0x00000000000005dc usart_sync_enable - .text.usart_sync_get_io_descriptor - 0x0000000000000608 0x24 hal/src/hal_usart_sync.o - 0x0000000000000608 usart_sync_get_io_descriptor - .text._mclk_init - 0x000000000000062c 0xc hpl/mclk/hpl_mclk.o - 0x000000000000062c _mclk_init - .text.RAMECC_Handler - 0x0000000000000638 0x38 hpl/ramecc/hpl_ramecc.o - 0x0000000000000638 RAMECC_Handler - .text.Dummy_Handler - 0x0000000000000670 0x2 build/gcc/startup_same54.o - 0x0000000000000670 EIC_5_Handler - 0x0000000000000670 SVCall_Handler - 0x0000000000000670 SERCOM0_2_Handler - 0x0000000000000670 EIC_13_Handler - 0x0000000000000670 EVSYS_0_Handler - 0x0000000000000670 TCC1_3_Handler - 0x0000000000000670 DAC_3_Handler - 0x0000000000000670 TRNG_Handler - 0x0000000000000670 HardFault_Handler - 0x0000000000000670 TC2_Handler - 0x0000000000000670 PDEC_2_Handler - 0x0000000000000670 EIC_4_Handler - 0x0000000000000670 AC_Handler - 0x0000000000000670 SERCOM3_1_Handler - 0x0000000000000670 SysTick_Handler - 0x0000000000000670 TCC2_3_Handler - 0x0000000000000670 SERCOM3_2_Handler - 0x0000000000000670 PendSV_Handler - 0x0000000000000670 TC7_Handler - 0x0000000000000670 ADC1_1_Handler - 0x0000000000000670 EVSYS_3_Handler - 0x0000000000000670 PDEC_0_Handler - 0x0000000000000670 QSPI_Handler - 0x0000000000000670 NonMaskableInt_Handler - 0x0000000000000670 TCC0_0_Handler - 0x0000000000000670 EIC_3_Handler - 0x0000000000000670 MemManagement_Handler - 0x0000000000000670 DAC_2_Handler - 0x0000000000000670 SERCOM0_0_Handler - 0x0000000000000670 RTC_Handler - 0x0000000000000670 UsageFault_Handler - 0x0000000000000670 SERCOM4_0_Handler - 0x0000000000000670 EIC_10_Handler - 0x0000000000000670 SERCOM0_3_Handler - 0x0000000000000670 EIC_11_Handler - 0x0000000000000670 EIC_9_Handler - 0x0000000000000670 OSC32KCTRL_Handler - 0x0000000000000670 TCC2_1_Handler - 0x0000000000000670 SUPC_1_Handler - 0x0000000000000670 TCC0_5_Handler - 0x0000000000000670 TCC0_6_Handler - 0x0000000000000670 SERCOM6_2_Handler - 0x0000000000000670 EVSYS_1_Handler - 0x0000000000000670 TCC1_4_Handler - 0x0000000000000670 TC6_Handler - 0x0000000000000670 DMAC_0_Handler - 0x0000000000000670 WDT_Handler - 0x0000000000000670 CAN0_Handler - 0x0000000000000670 EIC_8_Handler - 0x0000000000000670 EIC_15_Handler - 0x0000000000000670 SERCOM6_0_Handler - 0x0000000000000670 SERCOM5_0_Handler - 0x0000000000000670 TC4_Handler - 0x0000000000000670 TC1_Handler - 0x0000000000000670 OSCCTRL_4_Handler - 0x0000000000000670 SERCOM4_3_Handler - 0x0000000000000670 EIC_12_Handler - 0x0000000000000670 DMAC_4_Handler - 0x0000000000000670 TCC4_2_Handler - 0x0000000000000670 PAC_Handler - 0x0000000000000670 TCC1_0_Handler - 0x0000000000000670 USB_0_Handler - 0x0000000000000670 OSCCTRL_0_Handler - 0x0000000000000670 EIC_0_Handler - 0x0000000000000670 OSCCTRL_3_Handler - 0x0000000000000670 SERCOM4_1_Handler - 0x0000000000000670 TC3_Handler - 0x0000000000000670 Dummy_Handler - 0x0000000000000670 TCC3_0_Handler - 0x0000000000000670 TCC2_2_Handler - 0x0000000000000670 SERCOM5_1_Handler - 0x0000000000000670 TCC1_1_Handler - 0x0000000000000670 DMAC_2_Handler - 0x0000000000000670 ADC0_0_Handler - 0x0000000000000670 SERCOM0_1_Handler - 0x0000000000000670 OSCCTRL_2_Handler - 0x0000000000000670 ADC1_0_Handler - 0x0000000000000670 TCC1_2_Handler - 0x0000000000000670 SERCOM7_1_Handler - 0x0000000000000670 USB_1_Handler - 0x0000000000000670 PM_Handler - 0x0000000000000670 SERCOM6_3_Handler - 0x0000000000000670 SERCOM2_3_Handler - 0x0000000000000670 DAC_4_Handler - 0x0000000000000670 TCC3_2_Handler - 0x0000000000000670 SERCOM7_0_Handler - 0x0000000000000670 TCC0_2_Handler - 0x0000000000000670 DMAC_1_Handler - 0x0000000000000670 TCC4_0_Handler - 0x0000000000000670 SERCOM7_3_Handler - 0x0000000000000670 GMAC_Handler - 0x0000000000000670 SDHC1_Handler - 0x0000000000000670 USB_3_Handler - 0x0000000000000670 SERCOM7_2_Handler - 0x0000000000000670 CAN1_Handler - 0x0000000000000670 TCC2_0_Handler - 0x0000000000000670 PDEC_1_Handler - 0x0000000000000670 TCC4_1_Handler - 0x0000000000000670 SERCOM5_3_Handler - 0x0000000000000670 USB_2_Handler - 0x0000000000000670 SERCOM6_1_Handler - 0x0000000000000670 SDHC0_Handler - 0x0000000000000670 SERCOM1_1_Handler - 0x0000000000000670 I2S_Handler - 0x0000000000000670 EIC_2_Handler - 0x0000000000000670 PCC_Handler - 0x0000000000000670 DAC_0_Handler - 0x0000000000000670 TCC0_1_Handler - 0x0000000000000670 SERCOM1_3_Handler - 0x0000000000000670 EIC_6_Handler - 0x0000000000000670 OSCCTRL_1_Handler - 0x0000000000000670 SERCOM1_0_Handler - 0x0000000000000670 PUKCC_Handler - 0x0000000000000670 SERCOM2_1_Handler - 0x0000000000000670 SERCOM1_2_Handler - 0x0000000000000670 SERCOM3_0_Handler - 0x0000000000000670 EIC_1_Handler - 0x0000000000000670 SERCOM4_2_Handler - 0x0000000000000670 EVSYS_4_Handler - 0x0000000000000670 EIC_7_Handler - 0x0000000000000670 NVMCTRL_1_Handler - 0x0000000000000670 SERCOM5_2_Handler - 0x0000000000000670 SERCOM3_3_Handler - 0x0000000000000670 ADC0_1_Handler - 0x0000000000000670 SERCOM2_2_Handler - 0x0000000000000670 TCC3_1_Handler - 0x0000000000000670 EIC_14_Handler - 0x0000000000000670 DAC_1_Handler - 0x0000000000000670 NVMCTRL_0_Handler - 0x0000000000000670 MCLK_Handler - 0x0000000000000670 EVSYS_2_Handler - 0x0000000000000670 SUPC_0_Handler - 0x0000000000000670 BusFault_Handler - 0x0000000000000670 FREQM_Handler - 0x0000000000000670 TC0_Handler - 0x0000000000000670 TCC0_3_Handler - 0x0000000000000670 DMAC_3_Handler - 0x0000000000000670 DebugMonitor_Handler - 0x0000000000000670 TCC0_4_Handler - 0x0000000000000670 TC5_Handler - 0x0000000000000670 SERCOM2_0_Handler - 0x0000000000000670 AES_Handler - 0x0000000000000670 ICM_Handler - *fill* 0x0000000000000672 0x2 - .text.Reset_Handler - 0x0000000000000674 0x90 build/gcc/startup_same54.o - 0x0000000000000674 Reset_Handler - .text.startup.main - 0x0000000000000704 0x24 main.o - 0x0000000000000704 main - .text._osc32kctrl_init_sources - 0x0000000000000728 0x20 hpl/osc32kctrl/hpl_osc32kctrl.o - 0x0000000000000728 _osc32kctrl_init_sources - .text._gpio_set_pin_function - 0x0000000000000748 0x46 driver_init.o - *fill* 0x000000000000078e 0x2 - .text.USART_DBG_PORT_init - 0x0000000000000790 0x24 driver_init.o - 0x0000000000000790 USART_DBG_PORT_init - .text.USART_DBG_CLOCK_init - 0x00000000000007b4 0x24 driver_init.o - 0x00000000000007b4 USART_DBG_CLOCK_init - .text.USART_DBG_init - 0x00000000000007d8 0x2c driver_init.o - 0x00000000000007d8 USART_DBG_init - .text.SPI_SD_MMC_PORT_init - 0x0000000000000804 0x94 driver_init.o - 0x0000000000000804 SPI_SD_MMC_PORT_init - .text.SPI_SD_MMC_CLOCK_init - 0x0000000000000898 0x24 driver_init.o - 0x0000000000000898 SPI_SD_MMC_CLOCK_init - .text.SPI_SD_MMC_init - 0x00000000000008bc 0x28 driver_init.o - 0x00000000000008bc SPI_SD_MMC_init - .text.delay_driver_init - 0x00000000000008e4 0x10 driver_init.o - 0x00000000000008e4 delay_driver_init - .text.system_init - 0x00000000000008f4 0x28 driver_init.o - 0x00000000000008f4 system_init - .text.hri_sercomspi_wait_for_sync - 0x000000000000091c 0x8 hpl/sercom/hpl_sercom.o - .text.hri_sercomusart_wait_for_sync - 0x0000000000000924 0x8 hpl/sercom/hpl_sercom.o - .text.hri_sercomspi_clear_CTRLA_ENABLE_bit - 0x000000000000092c 0x14 hpl/sercom/hpl_sercom.o - .text.hri_sercomusart_clear_CTRLA_ENABLE_bit - 0x0000000000000940 0x14 hpl/sercom/hpl_sercom.o - .text._sercom_get_hardware_index - 0x0000000000000954 0x38 hpl/sercom/hpl_sercom.o - .text._usart_init - 0x000000000000098c 0x8c hpl/sercom/hpl_sercom.o - .text._usart_sync_init - 0x0000000000000a18 0x2c hpl/sercom/hpl_sercom.o - 0x0000000000000a18 _usart_sync_init - .text._usart_sync_enable - 0x0000000000000a44 0x14 hpl/sercom/hpl_sercom.o - 0x0000000000000a44 _usart_sync_enable - .text._usart_sync_write_byte - 0x0000000000000a58 0x6 hpl/sercom/hpl_sercom.o - 0x0000000000000a58 _usart_sync_write_byte - .text._usart_sync_read_byte - 0x0000000000000a5e 0x8 hpl/sercom/hpl_sercom.o - 0x0000000000000a5e _usart_sync_read_byte - .text._usart_sync_is_ready_to_send - 0x0000000000000a66 0xa hpl/sercom/hpl_sercom.o - 0x0000000000000a66 _usart_sync_is_ready_to_send - .text._usart_sync_is_transmit_done - 0x0000000000000a70 0xa hpl/sercom/hpl_sercom.o - 0x0000000000000a70 _usart_sync_is_transmit_done - .text._usart_sync_is_byte_received - 0x0000000000000a7a 0xa hpl/sercom/hpl_sercom.o - 0x0000000000000a7a _usart_sync_is_byte_received - .text._spi_m_sync_init - 0x0000000000000a84 0x134 hpl/sercom/hpl_sercom.o - 0x0000000000000a84 _spi_m_sync_init - .text._spi_m_sync_trans - 0x0000000000000bb8 0xc0 hpl/sercom/hpl_sercom.o - 0x0000000000000bb8 _spi_m_sync_trans - .text.atmel_start_init - 0x0000000000000c78 0x8 atmel_start.o - 0x0000000000000c78 atmel_start_init - .text.pprintf 0x0000000000000c80 0x60 shared/util/pdebug.o - 0x0000000000000c80 pprintf - .text.pdebug_init - 0x0000000000000ce0 0x34 shared/util/pdebug.o - 0x0000000000000ce0 pdebug_init - .text.__libc_init_array - 0x0000000000000d14 0x48 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-init.o) - 0x0000000000000d14 __libc_init_array - .text.memcpy 0x0000000000000d5c 0x1c /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memcpy-stub.o) - 0x0000000000000d5c memcpy - .text.memset 0x0000000000000d78 0x10 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memset.o) - 0x0000000000000d78 memset - .text 0x0000000000000d88 0x10 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strlen.o) - 0x0000000000000d88 strlen - .text._vsprintf_r - 0x0000000000000d98 0x2c /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-vsprintf.o) - 0x0000000000000d98 _vsiprintf_r - 0x0000000000000d98 _vsprintf_r - .text.vsprintf - 0x0000000000000dc4 0x14 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-vsprintf.o) - 0x0000000000000dc4 vsprintf - 0x0000000000000dc4 vsiprintf - .text.__retarget_lock_acquire_recursive - 0x0000000000000dd8 0x2 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-lock.o) - 0x0000000000000dd8 __retarget_lock_acquire_recursive - .text.__retarget_lock_release_recursive - 0x0000000000000dda 0x2 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-lock.o) - 0x0000000000000dda __retarget_lock_release_recursive - .text._malloc_r - 0x0000000000000ddc 0xb4 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-mallocr.o) - 0x0000000000000ddc _malloc_r - .text.__ssputs_r - 0x0000000000000e90 0xb6 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-svfprintf.o) - 0x0000000000000e90 __ssputs_r - *fill* 0x0000000000000f46 0x2 - .text._svfprintf_r - 0x0000000000000f48 0x200 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-svfprintf.o) - 0x0000000000000f48 _svfprintf_r - 0x0000000000000f48 _svfiprintf_r - .text._printf_common - 0x0000000000001148 0xda /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_i.o) - 0x0000000000001148 _printf_common - *fill* 0x0000000000001222 0x2 - .text._printf_i - 0x0000000000001224 0x24c /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_i.o) - 0x0000000000001224 _printf_i - .text._sbrk_r 0x0000000000001470 0x20 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-sbrkr.o) - 0x0000000000001470 _sbrk_r - .text 0x0000000000001490 0xa0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memchr.o) - 0x0000000000001490 memchr - .text.memmove 0x0000000000001530 0x34 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memmove.o) - 0x0000000000001530 memmove - .text.__malloc_lock - 0x0000000000001564 0xc /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mlock.o) - 0x0000000000001564 __malloc_lock - .text.__malloc_unlock - 0x0000000000001570 0xc /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mlock.o) - 0x0000000000001570 __malloc_unlock - .text._free_r 0x000000000000157c 0x9c /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-freer.o) - 0x000000000000157c _free_r - .text._realloc_r - 0x0000000000001618 0x4c /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-reallocr.o) - 0x0000000000001618 _realloc_r - .text._malloc_usable_size_r - 0x0000000000001664 0x10 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-msizer.o) - 0x0000000000001664 _malloc_usable_size_r - *(.glue_7t) - .glue_7t 0x0000000000001674 0x0 linker stubs - *(.glue_7) - .glue_7 0x0000000000001674 0x0 linker stubs - *(.rodata .rodata* .gnu.linkonce.r.*) - .rodata.str1.1 - 0x0000000000001674 0x14 hal/src/hal_io.o - .rodata.str1.1 - 0x0000000000001688 0x1c hal/src/hal_spi_m_sync.o - .rodata.str1.1 - 0x00000000000016a4 0x1c hal/src/hal_usart_sync.o - .rodata.str1.1 - 0x00000000000016c0 0x4 main.o - .rodata.str1.1 - 0x00000000000016c4 0x1b hpl/sercom/hpl_sercom.o - *fill* 0x00000000000016df 0x1 - .rodata 0x00000000000016e0 0x49 hpl/sercom/hpl_sercom.o - .rodata.str1.1 - 0x0000000000001729 0x36 shared/util/pdebug.o - *fill* 0x000000000000175f 0x1 - .rodata.__sf_fake_stderr - 0x0000000000001760 0x20 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o) - 0x0000000000001760 __sf_fake_stderr - .rodata.__sf_fake_stdin - 0x0000000000001780 0x20 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o) - 0x0000000000001780 __sf_fake_stdin - .rodata.__sf_fake_stdout - 0x00000000000017a0 0x20 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o) - 0x00000000000017a0 __sf_fake_stdout - .rodata._svfprintf_r.str1.1 - 0x00000000000017c0 0x11 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-svfprintf.o) - .rodata._printf_i.str1.1 - 0x00000000000017d1 0x22 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_i.o) - *(.ARM.extab* .gnu.linkonce.armextab.*) - 0x00000000000017f4 . = ALIGN (0x4) - *fill* 0x00000000000017f3 0x1 - *(.init) - .init 0x00000000000017f4 0x4 /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/crti.o - 0x00000000000017f4 _init - .init 0x00000000000017f8 0x8 /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/crtn.o - 0x0000000000001800 . = ALIGN (0x4) - 0x0000000000001800 __preinit_array_start = . - *(.preinit_array) - 0x0000000000001800 __preinit_array_end = . - 0x0000000000001800 . = ALIGN (0x4) - 0x0000000000001800 __init_array_start = . - *(SORT_BY_NAME(.init_array.*)) - *(.init_array) - .init_array 0x0000000000001800 0x4 /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/crtbegin.o - 0x0000000000001804 __init_array_end = . - 0x0000000000001804 . = ALIGN (0x4) - *crtbegin.o(.ctors) - *(EXCLUDE_FILE(*crtend.o) .ctors) - *(SORT_BY_NAME(.ctors.*)) - *crtend.o(.ctors) - 0x0000000000001804 . = ALIGN (0x4) - *(.fini) - .fini 0x0000000000001804 0x4 /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/crti.o - 0x0000000000001804 _fini - .fini 0x0000000000001808 0x8 /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/crtn.o - 0x0000000000001810 . = ALIGN (0x4) - 0x0000000000001810 __fini_array_start = . - *(.fini_array) - .fini_array 0x0000000000001810 0x4 /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/crtbegin.o - *(SORT_BY_NAME(.fini_array.*)) - 0x0000000000001814 __fini_array_end = . - *crtbegin.o(.dtors) - *(EXCLUDE_FILE(*crtend.o) .dtors) - *(SORT_BY_NAME(.dtors.*)) - *crtend.o(.dtors) - 0x0000000000001814 . = ALIGN (0x4) - 0x0000000000001814 _efixed = . - [!provide] PROVIDE (__exidx_start = .) - -.vfp11_veneer 0x0000000000001814 0x0 - .vfp11_veneer 0x0000000000001814 0x0 linker stubs - -.v4_bx 0x0000000000001814 0x0 - .v4_bx 0x0000000000001814 0x0 linker stubs - -.iplt 0x0000000000001814 0x0 - .iplt 0x0000000000001814 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/crtbegin.o - -.igot.plt 0x0000000000001814 0x0 - .igot.plt 0x0000000000001814 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/crtbegin.o - -.eh_frame 0x0000000000001814 0x0 - .eh_frame 0x0000000000001814 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/crtbegin.o - -.rel.dyn 0x0000000000001814 0x0 - .rel.iplt 0x0000000000001814 0x0 /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/crtbegin.o - -.ARM.exidx - *(.ARM.exidx* .gnu.linkonce.armexidx.*) - [!provide] PROVIDE (__exidx_end = .) - 0x0000000000001814 . = ALIGN (0x4) - 0x0000000000001814 _etext = . - -.relocate 0x0000000020000000 0x64 load address 0x0000000000001814 - 0x0000000020000000 . = ALIGN (0x4) - 0x0000000020000000 _srelocate = . - *(.ramfunc .ramfunc.*) - *(.data .data.*) - .data._impure_ptr - 0x0000000020000000 0x4 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-impure.o) - 0x0000000020000000 _impure_ptr - .data.impure_data - 0x0000000020000004 0x60 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-impure.o) - 0x0000000020000064 . = ALIGN (0x4) - 0x0000000020000064 _erelocate = . - -.bkupram 0x0000000047000000 0x0 - 0x0000000047000000 . = ALIGN (0x8) - 0x0000000047000000 _sbkupram = . - *(.bkupram .bkupram.*) - 0x0000000047000000 . = ALIGN (0x8) - 0x0000000047000000 _ebkupram = . - -.qspi 0x0000000004000000 0x0 - 0x0000000004000000 . = ALIGN (0x8) - 0x0000000004000000 _sqspi = . - *(.qspi .qspi.*) - 0x0000000004000000 . = ALIGN (0x8) - 0x0000000004000000 _eqspi = . - -.bss 0x0000000020000064 0x74 load address 0x0000000000001878 - 0x0000000020000064 . = ALIGN (0x4) - 0x0000000020000064 _sbss = . - 0x0000000020000064 _szero = . - *(.bss .bss.*) - .bss.completed.1 - 0x0000000020000064 0x1 /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/crtbegin.o - *fill* 0x0000000020000065 0x3 - .bss.object.0 0x0000000020000068 0x18 /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/crtbegin.o - .bss 0x0000000020000080 0x4 hal/utils/src/utils_syscalls.o - .bss 0x0000000020000084 0x4 hal/src/hal_delay.o - .bss 0x0000000020000088 0x10 hpl/ramecc/hpl_ramecc.o - 0x0000000020000088 device - .bss 0x0000000020000098 0x24 driver_init.o - 0x0000000020000098 USART_DBG - 0x00000000200000a4 SPI_SD_MMC - .bss 0x00000000200000bc 0x4 shared/util/pdebug.o - .bss.__malloc_free_list - 0x00000000200000c0 0x4 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-mallocr.o) - 0x00000000200000c0 __malloc_free_list - .bss.__malloc_sbrk_start - 0x00000000200000c4 0x4 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-mallocr.o) - 0x00000000200000c4 __malloc_sbrk_start - *(COMMON) - COMMON 0x00000000200000c8 0x9 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-lock.o) - 0x00000000200000c8 __lock___atexit_recursive_mutex - 0x00000000200000c9 __lock___arc4random_mutex - 0x00000000200000ca __lock___env_recursive_mutex - 0x00000000200000cb __lock___sinit_recursive_mutex - 0x00000000200000cc __lock___malloc_recursive_mutex - 0x00000000200000cd __lock___at_quick_exit_mutex - 0x00000000200000ce __lock___dd_hash_mutex - 0x00000000200000cf __lock___tz_mutex - 0x00000000200000d0 __lock___sfp_recursive_mutex - *fill* 0x00000000200000d1 0x3 - COMMON 0x00000000200000d4 0x4 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-reent.o) - 0x00000000200000d4 errno - 0x00000000200000d8 . = ALIGN (0x4) - 0x00000000200000d8 _ebss = . - 0x00000000200000d8 _ezero = . - -.stack 0x00000000200000d8 0x10000 load address 0x00000000000018ec - 0x00000000200000d8 . = ALIGN (0x8) - 0x00000000200000d8 _sstack = . - 0x00000000200100d8 . = (. + STACK_SIZE) - *fill* 0x00000000200000d8 0x10000 - 0x00000000200100d8 . = ALIGN (0x8) - 0x00000000200100d8 _estack = . - 0x00000000200100d8 . = ALIGN (0x4) - 0x00000000200100d8 _end = . -OUTPUT(spi_sd_mmc_lib.elf elf32-littlearm) -LOAD linker stubs - -.ARM.attributes - 0x0000000000000000 0x2e - .ARM.attributes - 0x0000000000000000 0x1e /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/crti.o - .ARM.attributes - 0x000000000000001e 0x2e /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/crtbegin.o - .ARM.attributes - 0x000000000000004c 0x32 hal/src/hal_io.o - .ARM.attributes - 0x000000000000007e 0x32 hpl/systick/hpl_systick.o - .ARM.attributes - 0x00000000000000b0 0x32 hal/utils/src/utils_syscalls.o - .ARM.attributes - 0x00000000000000e2 0x32 hal/src/hal_spi_m_sync.o - .ARM.attributes - 0x0000000000000114 0x32 hal/src/hal_delay.o - .ARM.attributes - 0x0000000000000146 0x32 hpl/core/hpl_init.o - .ARM.attributes - 0x0000000000000178 0x32 hpl/gclk/hpl_gclk.o - .ARM.attributes - 0x00000000000001aa 0x32 hal/utils/src/utils_assert.o - .ARM.attributes - 0x00000000000001dc 0x32 hpl/oscctrl/hpl_oscctrl.o - .ARM.attributes - 0x000000000000020e 0x32 hal/src/hal_usart_sync.o - .ARM.attributes - 0x0000000000000240 0x32 hpl/mclk/hpl_mclk.o - .ARM.attributes - 0x0000000000000272 0x32 hpl/ramecc/hpl_ramecc.o - .ARM.attributes - 0x00000000000002a4 0x32 build/gcc/startup_same54.o - .ARM.attributes - 0x00000000000002d6 0x32 main.o - .ARM.attributes - 0x0000000000000308 0x32 hpl/osc32kctrl/hpl_osc32kctrl.o - .ARM.attributes - 0x000000000000033a 0x32 driver_init.o - .ARM.attributes - 0x000000000000036c 0x32 hpl/sercom/hpl_sercom.o - .ARM.attributes - 0x000000000000039e 0x32 atmel_start.o - .ARM.attributes - 0x00000000000003d0 0x32 shared/util/pdebug.o - .ARM.attributes - 0x0000000000000402 0x2e /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-impure.o) - .ARM.attributes - 0x0000000000000430 0x2e /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-init.o) - .ARM.attributes - 0x000000000000045e 0x2e /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memcpy-stub.o) - .ARM.attributes - 0x000000000000048c 0x2e /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memset.o) - .ARM.attributes - 0x00000000000004ba 0x17 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-strlen.o) - .ARM.attributes - 0x00000000000004d1 0x2e /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-vsprintf.o) - .ARM.attributes - 0x00000000000004ff 0x2e /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o) - .ARM.attributes - 0x000000000000052d 0x2e /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-lock.o) - .ARM.attributes - 0x000000000000055b 0x2e /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-mallocr.o) - .ARM.attributes - 0x0000000000000589 0x2e /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-svfprintf.o) - .ARM.attributes - 0x00000000000005b7 0x2e /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_i.o) - .ARM.attributes - 0x00000000000005e5 0x2e /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-sbrkr.o) - .ARM.attributes - 0x0000000000000613 0x1c /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memchr.o) - .ARM.attributes - 0x000000000000062f 0x2e /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memmove.o) - .ARM.attributes - 0x000000000000065d 0x2e /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mlock.o) - .ARM.attributes - 0x000000000000068b 0x2e /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-freer.o) - .ARM.attributes - 0x00000000000006b9 0x2e /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-reallocr.o) - .ARM.attributes - 0x00000000000006e7 0x2e /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-reent.o) - .ARM.attributes - 0x0000000000000715 0x2e /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-msizer.o) - .ARM.attributes - 0x0000000000000743 0x1e /usr/lib/gcc/arm-none-eabi/10.2.0/thumb/v7e-m/nofp/crtn.o - -.comment 0x0000000000000000 0x1e - .comment 0x0000000000000000 0x1e hal/src/hal_io.o - 0x1f (size before relaxing) - .comment 0x000000000000001e 0x1f hpl/systick/hpl_systick.o - .comment 0x000000000000001e 0x1f hal/utils/src/utils_syscalls.o - .comment 0x000000000000001e 0x1f hal/src/hal_spi_m_sync.o - .comment 0x000000000000001e 0x1f hal/src/hal_delay.o - .comment 0x000000000000001e 0x1f hpl/core/hpl_init.o - .comment 0x000000000000001e 0x1f hpl/gclk/hpl_gclk.o - .comment 0x000000000000001e 0x1f hal/utils/src/utils_assert.o - .comment 0x000000000000001e 0x1f hpl/oscctrl/hpl_oscctrl.o - .comment 0x000000000000001e 0x1f hal/src/hal_usart_sync.o - .comment 0x000000000000001e 0x1f hpl/mclk/hpl_mclk.o - .comment 0x000000000000001e 0x1f hpl/ramecc/hpl_ramecc.o - .comment 0x000000000000001e 0x1f build/gcc/startup_same54.o - .comment 0x000000000000001e 0x1f main.o - .comment 0x000000000000001e 0x1f hpl/osc32kctrl/hpl_osc32kctrl.o - .comment 0x000000000000001e 0x1f driver_init.o - .comment 0x000000000000001e 0x1f hpl/sercom/hpl_sercom.o - .comment 0x000000000000001e 0x1f atmel_start.o - .comment 0x000000000000001e 0x1f shared/util/pdebug.o - -.debug_info 0x0000000000000000 0x17882 - .debug_info 0x0000000000000000 0x2ab hal/src/hal_io.o - .debug_info 0x00000000000002ab 0x24a hpl/systick/hpl_systick.o - .debug_info 0x00000000000004f5 0x4b5 hal/utils/src/utils_syscalls.o - .debug_info 0x00000000000009aa 0xa58 hal/src/hal_spi_m_sync.o - .debug_info 0x0000000000001402 0x1b7 hal/src/hal_delay.o - .debug_info 0x00000000000015b9 0xb87 hpl/core/hpl_init.o - .debug_info 0x0000000000002140 0x6a9 hpl/gclk/hpl_gclk.o - .debug_info 0x00000000000027e9 0xd9 hal/utils/src/utils_assert.o - .debug_info 0x00000000000028c2 0x12c4 hpl/oscctrl/hpl_oscctrl.o - .debug_info 0x0000000000003b86 0xd10 hal/src/hal_usart_sync.o - .debug_info 0x0000000000004896 0x9fe hpl/mclk/hpl_mclk.o - .debug_info 0x0000000000005294 0xc39 hpl/ramecc/hpl_ramecc.o - .debug_info 0x0000000000005ecd 0xc84 build/gcc/startup_same54.o - .debug_info 0x0000000000006b51 0xdb main.o - .debug_info 0x0000000000006c2c 0x848 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_info 0x0000000000007474 0x477b driver_init.o - .debug_info 0x000000000000bbef 0xb7b9 hpl/sercom/hpl_sercom.o - .debug_info 0x00000000000173a8 0x9c atmel_start.o - .debug_info 0x0000000000017444 0x43e shared/util/pdebug.o - -.debug_abbrev 0x0000000000000000 0x2575 - .debug_abbrev 0x0000000000000000 0x11a hal/src/hal_io.o - .debug_abbrev 0x000000000000011a 0x176 hpl/systick/hpl_systick.o - .debug_abbrev 0x0000000000000290 0x198 hal/utils/src/utils_syscalls.o - .debug_abbrev 0x0000000000000428 0x1d4 hal/src/hal_spi_m_sync.o - .debug_abbrev 0x00000000000005fc 0xed hal/src/hal_delay.o - .debug_abbrev 0x00000000000006e9 0x1e7 hpl/core/hpl_init.o - .debug_abbrev 0x00000000000008d0 0x1ef hpl/gclk/hpl_gclk.o - .debug_abbrev 0x0000000000000abf 0x6a hal/utils/src/utils_assert.o - .debug_abbrev 0x0000000000000b29 0x23f hpl/oscctrl/hpl_oscctrl.o - .debug_abbrev 0x0000000000000d68 0x243 hal/src/hal_usart_sync.o - .debug_abbrev 0x0000000000000fab 0x1c7 hpl/mclk/hpl_mclk.o - .debug_abbrev 0x0000000000001172 0x316 hpl/ramecc/hpl_ramecc.o - .debug_abbrev 0x0000000000001488 0x1b9 build/gcc/startup_same54.o - .debug_abbrev 0x0000000000001641 0x80 main.o - .debug_abbrev 0x00000000000016c1 0x20e hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_abbrev 0x00000000000018cf 0x3fe driver_init.o - .debug_abbrev 0x0000000000001ccd 0x694 hpl/sercom/hpl_sercom.o - .debug_abbrev 0x0000000000002361 0x6a atmel_start.o - .debug_abbrev 0x00000000000023cb 0x1aa shared/util/pdebug.o - -.debug_loc 0x0000000000000000 0x8376 - .debug_loc 0x0000000000000000 0x146 hal/src/hal_io.o - .debug_loc 0x0000000000000146 0xe5 hpl/systick/hpl_systick.o - .debug_loc 0x000000000000022b 0x132 hal/utils/src/utils_syscalls.o - .debug_loc 0x000000000000035d 0x5d5 hal/src/hal_spi_m_sync.o - .debug_loc 0x0000000000000932 0x6f hal/src/hal_delay.o - .debug_loc 0x00000000000009a1 0x30 hpl/core/hpl_init.o - .debug_loc 0x00000000000009d1 0x174 hpl/gclk/hpl_gclk.o - .debug_loc 0x0000000000000b45 0x164 hpl/oscctrl/hpl_oscctrl.o - .debug_loc 0x0000000000000ca9 0x72a hal/src/hal_usart_sync.o - .debug_loc 0x00000000000013d3 0x30 hpl/mclk/hpl_mclk.o - .debug_loc 0x0000000000001403 0x123 hpl/ramecc/hpl_ramecc.o - .debug_loc 0x0000000000001526 0x15e hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_loc 0x0000000000001684 0x998 driver_init.o - .debug_loc 0x000000000000201c 0x6239 hpl/sercom/hpl_sercom.o - .debug_loc 0x0000000000008255 0x121 shared/util/pdebug.o - -.debug_aranges 0x0000000000000000 0x950 - .debug_aranges - 0x0000000000000000 0x30 hal/src/hal_io.o - .debug_aranges - 0x0000000000000030 0x40 hpl/systick/hpl_systick.o - .debug_aranges - 0x0000000000000070 0x60 hal/utils/src/utils_syscalls.o - .debug_aranges - 0x00000000000000d0 0x88 hal/src/hal_spi_m_sync.o - .debug_aranges - 0x0000000000000158 0x38 hal/src/hal_delay.o - .debug_aranges - 0x0000000000000190 0x20 hpl/core/hpl_init.o - .debug_aranges - 0x00000000000001b0 0x28 hpl/gclk/hpl_gclk.o - .debug_aranges - 0x00000000000001d8 0x20 hal/utils/src/utils_assert.o - .debug_aranges - 0x00000000000001f8 0x28 hpl/oscctrl/hpl_oscctrl.o - .debug_aranges - 0x0000000000000220 0xa8 hal/src/hal_usart_sync.o - .debug_aranges - 0x00000000000002c8 0x20 hpl/mclk/hpl_mclk.o - .debug_aranges - 0x00000000000002e8 0x30 hpl/ramecc/hpl_ramecc.o - .debug_aranges - 0x0000000000000318 0x28 build/gcc/startup_same54.o - .debug_aranges - 0x0000000000000340 0x20 main.o - .debug_aranges - 0x0000000000000360 0x20 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_aranges - 0x0000000000000380 0x60 driver_init.o - .debug_aranges - 0x00000000000003e0 0x520 hpl/sercom/hpl_sercom.o - .debug_aranges - 0x0000000000000900 0x20 atmel_start.o - .debug_aranges - 0x0000000000000920 0x30 shared/util/pdebug.o - -.debug_ranges 0x0000000000000000 0x1408 - .debug_ranges 0x0000000000000000 0x20 hal/src/hal_io.o - .debug_ranges 0x0000000000000020 0x30 hpl/systick/hpl_systick.o - .debug_ranges 0x0000000000000050 0x50 hal/utils/src/utils_syscalls.o - .debug_ranges 0x00000000000000a0 0x78 hal/src/hal_spi_m_sync.o - .debug_ranges 0x0000000000000118 0x28 hal/src/hal_delay.o - .debug_ranges 0x0000000000000140 0x28 hpl/core/hpl_init.o - .debug_ranges 0x0000000000000168 0x30 hpl/gclk/hpl_gclk.o - .debug_ranges 0x0000000000000198 0x10 hal/utils/src/utils_assert.o - .debug_ranges 0x00000000000001a8 0x30 hpl/oscctrl/hpl_oscctrl.o - .debug_ranges 0x00000000000001d8 0x98 hal/src/hal_usart_sync.o - .debug_ranges 0x0000000000000270 0x10 hpl/mclk/hpl_mclk.o - .debug_ranges 0x0000000000000280 0x50 hpl/ramecc/hpl_ramecc.o - .debug_ranges 0x00000000000002d0 0x18 build/gcc/startup_same54.o - .debug_ranges 0x00000000000002e8 0x10 main.o - .debug_ranges 0x00000000000002f8 0x10 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_ranges 0x0000000000000308 0x2f8 driver_init.o - .debug_ranges 0x0000000000000600 0xdd8 hpl/sercom/hpl_sercom.o - .debug_ranges 0x00000000000013d8 0x10 atmel_start.o - .debug_ranges 0x00000000000013e8 0x20 shared/util/pdebug.o - -.debug_macro 0x0000000000000000 0x32644 - .debug_macro 0x0000000000000000 0x69b hal/src/hal_io.o - .debug_macro 0x000000000000069b 0xa78 hal/src/hal_io.o - .debug_macro 0x0000000000001113 0x16d hal/src/hal_io.o - .debug_macro 0x0000000000001280 0x22 hal/src/hal_io.o - .debug_macro 0x00000000000012a2 0x8e hal/src/hal_io.o - .debug_macro 0x0000000000001330 0x51 hal/src/hal_io.o - .debug_macro 0x0000000000001381 0x103 hal/src/hal_io.o - .debug_macro 0x0000000000001484 0x6a hal/src/hal_io.o - .debug_macro 0x00000000000014ee 0x1df hal/src/hal_io.o - .debug_macro 0x00000000000016cd 0x22 hal/src/hal_io.o - .debug_macro 0x00000000000016ef 0x54 hal/src/hal_io.o - .debug_macro 0x0000000000001743 0x1c hal/src/hal_io.o - .debug_macro 0x000000000000175f 0x22 hal/src/hal_io.o - .debug_macro 0x0000000000001781 0xd9 hal/src/hal_io.o - .debug_macro 0x000000000000185a 0x102d hal/src/hal_io.o - .debug_macro 0x0000000000002887 0x11f hal/src/hal_io.o - .debug_macro 0x00000000000029a6 0x706 hal/src/hal_io.o - .debug_macro 0x00000000000030ac 0xb5b hal/src/hal_io.o - .debug_macro 0x0000000000003c07 0x3c0 hal/src/hal_io.o - .debug_macro 0x0000000000003fc7 0x2d61 hal/src/hal_io.o - .debug_macro 0x0000000000006d28 0x336 hal/src/hal_io.o - .debug_macro 0x000000000000705e 0x3b7 hal/src/hal_io.o - .debug_macro 0x0000000000007415 0x668 hal/src/hal_io.o - .debug_macro 0x0000000000007a7d 0x143f hal/src/hal_io.o - .debug_macro 0x0000000000008ebc 0x651 hal/src/hal_io.o - .debug_macro 0x000000000000950d 0x67b hal/src/hal_io.o - .debug_macro 0x0000000000009b88 0x6d7 hal/src/hal_io.o - .debug_macro 0x000000000000a25f 0x172 hal/src/hal_io.o - .debug_macro 0x000000000000a3d1 0x395 hal/src/hal_io.o - .debug_macro 0x000000000000a766 0x19dd hal/src/hal_io.o - .debug_macro 0x000000000000c143 0x3a hal/src/hal_io.o - .debug_macro 0x000000000000c17d 0x72a hal/src/hal_io.o - .debug_macro 0x000000000000c8a7 0xb12 hal/src/hal_io.o - .debug_macro 0x000000000000d3b9 0x5d7 hal/src/hal_io.o - .debug_macro 0x000000000000d990 0xbc0 hal/src/hal_io.o - .debug_macro 0x000000000000e550 0x9b9 hal/src/hal_io.o - .debug_macro 0x000000000000ef09 0x2a3 hal/src/hal_io.o - .debug_macro 0x000000000000f1ac 0x8cb hal/src/hal_io.o - .debug_macro 0x000000000000fa77 0x1ea hal/src/hal_io.o - .debug_macro 0x000000000000fc61 0x8f4 hal/src/hal_io.o - .debug_macro 0x0000000000010555 0x216 hal/src/hal_io.o - .debug_macro 0x000000000001076b 0x3f9 hal/src/hal_io.o - .debug_macro 0x0000000000010b64 0x620 hal/src/hal_io.o - .debug_macro 0x0000000000011184 0x10d hal/src/hal_io.o - .debug_macro 0x0000000000011291 0xb8 hal/src/hal_io.o - .debug_macro 0x0000000000011349 0x1df7 hal/src/hal_io.o - .debug_macro 0x0000000000013140 0x2e69 hal/src/hal_io.o - .debug_macro 0x0000000000015fa9 0x11ed hal/src/hal_io.o - .debug_macro 0x0000000000017196 0x50e hal/src/hal_io.o - .debug_macro 0x00000000000176a4 0x930 hal/src/hal_io.o - .debug_macro 0x0000000000017fd4 0x1ad8 hal/src/hal_io.o - .debug_macro 0x0000000000019aac 0xe7 hal/src/hal_io.o - .debug_macro 0x0000000000019b93 0x13e6 hal/src/hal_io.o - .debug_macro 0x000000000001af79 0x36a hal/src/hal_io.o - .debug_macro 0x000000000001b2e3 0x94 hal/src/hal_io.o - .debug_macro 0x000000000001b377 0xdc hal/src/hal_io.o - .debug_macro 0x000000000001b453 0xe2 hal/src/hal_io.o - .debug_macro 0x000000000001b535 0xdc hal/src/hal_io.o - .debug_macro 0x000000000001b611 0x149 hal/src/hal_io.o - .debug_macro 0x000000000001b75a 0x149 hal/src/hal_io.o - .debug_macro 0x000000000001b8a3 0x46 hal/src/hal_io.o - .debug_macro 0x000000000001b8e9 0x4c hal/src/hal_io.o - .debug_macro 0x000000000001b935 0xc4 hal/src/hal_io.o - .debug_macro 0x000000000001b9f9 0x7d5 hal/src/hal_io.o - .debug_macro 0x000000000001c1ce 0xb8 hal/src/hal_io.o - .debug_macro 0x000000000001c286 0x7c hal/src/hal_io.o - .debug_macro 0x000000000001c302 0xc20 hal/src/hal_io.o - .debug_macro 0x000000000001cf22 0x46 hal/src/hal_io.o - .debug_macro 0x000000000001cf68 0x25b hal/src/hal_io.o - .debug_macro 0x000000000001d1c3 0x31a hal/src/hal_io.o - .debug_macro 0x000000000001d4dd 0x170 hal/src/hal_io.o - .debug_macro 0x000000000001d64d 0x7c hal/src/hal_io.o - .debug_macro 0x000000000001d6c9 0xbe hal/src/hal_io.o - .debug_macro 0x000000000001d787 0x4c hal/src/hal_io.o - .debug_macro 0x000000000001d7d3 0x82 hal/src/hal_io.o - .debug_macro 0x000000000001d855 0x1a3 hal/src/hal_io.o - .debug_macro 0x000000000001d9f8 0x46 hal/src/hal_io.o - .debug_macro 0x000000000001da3e 0x6a hal/src/hal_io.o - .debug_macro 0x000000000001daa8 0x46 hal/src/hal_io.o - .debug_macro 0x000000000001daee 0x88 hal/src/hal_io.o - .debug_macro 0x000000000001db76 0x46 hal/src/hal_io.o - .debug_macro 0x000000000001dbbc 0x24e hal/src/hal_io.o - .debug_macro 0x000000000001de0a 0x1c hal/src/hal_io.o - .debug_macro 0x000000000001de26 0x76 hal/src/hal_io.o - .debug_macro 0x000000000001de9c 0x3a hal/src/hal_io.o - .debug_macro 0x000000000001ded6 0x2e hal/src/hal_io.o - .debug_macro 0x000000000001df04 0x196 hal/src/hal_io.o - .debug_macro 0x000000000001e09a 0x16f hal/src/hal_io.o - .debug_macro 0x000000000001e209 0x16f hal/src/hal_io.o - .debug_macro 0x000000000001e378 0x25d hal/src/hal_io.o - .debug_macro 0x000000000001e5d5 0x25d hal/src/hal_io.o - .debug_macro 0x000000000001e832 0x25d hal/src/hal_io.o - .debug_macro 0x000000000001ea8f 0x25d hal/src/hal_io.o - .debug_macro 0x000000000001ecec 0x25d hal/src/hal_io.o - .debug_macro 0x000000000001ef49 0x25d hal/src/hal_io.o - .debug_macro 0x000000000001f1a6 0x25d hal/src/hal_io.o - .debug_macro 0x000000000001f403 0x25d hal/src/hal_io.o - .debug_macro 0x000000000001f660 0x52 hal/src/hal_io.o - .debug_macro 0x000000000001f6b2 0xfa hal/src/hal_io.o - .debug_macro 0x000000000001f7ac 0xfa hal/src/hal_io.o - .debug_macro 0x000000000001f8a6 0xfa hal/src/hal_io.o - .debug_macro 0x000000000001f9a0 0xfa hal/src/hal_io.o - .debug_macro 0x000000000001fa9a 0xfa hal/src/hal_io.o - .debug_macro 0x000000000001fb94 0xfa hal/src/hal_io.o - .debug_macro 0x000000000001fc8e 0xfa hal/src/hal_io.o - .debug_macro 0x000000000001fd88 0xfa hal/src/hal_io.o - .debug_macro 0x000000000001fe82 0x148 hal/src/hal_io.o - .debug_macro 0x000000000001ffca 0x124 hal/src/hal_io.o - .debug_macro 0x00000000000200ee 0x106 hal/src/hal_io.o - .debug_macro 0x00000000000201f4 0xee hal/src/hal_io.o - .debug_macro 0x00000000000202e2 0xee hal/src/hal_io.o - .debug_macro 0x00000000000203d0 0x2e hal/src/hal_io.o - .debug_macro 0x00000000000203fe 0x46a hal/src/hal_io.o - .debug_macro 0x0000000000020868 0x3a hal/src/hal_io.o - .debug_macro 0x00000000000208a2 0x59f hal/src/hal_io.o - .debug_macro 0x0000000000020e41 0x4ff3 hal/src/hal_io.o - .debug_macro 0x0000000000025e34 0xcf hal/src/hal_io.o - .debug_macro 0x0000000000025f03 0x10 hal/src/hal_io.o - .debug_macro 0x0000000000025f13 0x10 hal/src/hal_io.o - .debug_macro 0x0000000000025f23 0x16 hal/src/hal_io.o - .debug_macro 0x0000000000025f39 0x16 hal/src/hal_io.o - .debug_macro 0x0000000000025f4f 0x16 hal/src/hal_io.o - .debug_macro 0x0000000000025f65 0x16 hal/src/hal_io.o - .debug_macro 0x0000000000025f7b 0x16 hal/src/hal_io.o - .debug_macro 0x0000000000025f91 0x16 hal/src/hal_io.o - .debug_macro 0x0000000000025fa7 0x40 hal/src/hal_io.o - .debug_macro 0x0000000000025fe7 0x16 hal/src/hal_io.o - .debug_macro 0x0000000000025ffd 0x16 hal/src/hal_io.o - .debug_macro 0x0000000000026013 0x16 hal/src/hal_io.o - .debug_macro 0x0000000000026029 0x16 hal/src/hal_io.o - .debug_macro 0x000000000002603f 0x16 hal/src/hal_io.o - .debug_macro 0x0000000000026055 0x16 hal/src/hal_io.o - .debug_macro 0x000000000002606b 0x16 hal/src/hal_io.o - .debug_macro 0x0000000000026081 0x16 hal/src/hal_io.o - .debug_macro 0x0000000000026097 0x16 hal/src/hal_io.o - .debug_macro 0x00000000000260ad 0x16 hal/src/hal_io.o - .debug_macro 0x00000000000260c3 0x16 hal/src/hal_io.o - .debug_macro 0x00000000000260d9 0x16 hal/src/hal_io.o - .debug_macro 0x00000000000260ef 0x16 hal/src/hal_io.o - .debug_macro 0x0000000000026105 0x16 hal/src/hal_io.o - .debug_macro 0x000000000002611b 0x16 hal/src/hal_io.o - .debug_macro 0x0000000000026131 0x16 hal/src/hal_io.o - .debug_macro 0x0000000000026147 0x16 hal/src/hal_io.o - .debug_macro 0x000000000002615d 0x16 hal/src/hal_io.o - .debug_macro 0x0000000000026173 0x16 hal/src/hal_io.o - .debug_macro 0x0000000000026189 0x16 hal/src/hal_io.o - .debug_macro 0x000000000002619f 0x16 hal/src/hal_io.o - .debug_macro 0x00000000000261b5 0xe5c hal/src/hal_io.o - .debug_macro 0x0000000000027011 0x9b6 hal/src/hal_io.o - .debug_macro 0x00000000000279c7 0x94 hal/src/hal_io.o - .debug_macro 0x0000000000027a5b 0x16 hal/src/hal_io.o - .debug_macro 0x0000000000027a71 0xbe hal/src/hal_io.o - .debug_macro 0x0000000000027b2f 0x28c hal/src/hal_io.o - .debug_macro 0x0000000000027dbb 0x16 hal/src/hal_io.o - .debug_macro 0x0000000000027dd1 0x4d8 hal/src/hal_io.o - .debug_macro 0x00000000000282a9 0x16 hal/src/hal_io.o - .debug_macro 0x00000000000282bf 0xca hal/src/hal_io.o - .debug_macro 0x0000000000028389 0x16 hal/src/hal_io.o - .debug_macro 0x000000000002839f 0x695 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000028a34 0x10 hpl/systick/hpl_systick.o - .debug_macro 0x0000000000028a44 0x1dd hal/utils/src/utils_syscalls.o - .debug_macro 0x0000000000028c21 0x5e hal/utils/src/utils_syscalls.o - .debug_macro 0x0000000000028c7f 0x18 hal/utils/src/utils_syscalls.o - .debug_macro 0x0000000000028c97 0x94 hal/utils/src/utils_syscalls.o - .debug_macro 0x0000000000028d2b 0x35 hal/utils/src/utils_syscalls.o - .debug_macro 0x0000000000028d60 0x34 hal/utils/src/utils_syscalls.o - .debug_macro 0x0000000000028d94 0x16 hal/utils/src/utils_syscalls.o - .debug_macro 0x0000000000028daa 0x57 hal/utils/src/utils_syscalls.o - .debug_macro 0x0000000000028e01 0x97 hal/utils/src/utils_syscalls.o - .debug_macro 0x0000000000028e98 0x356 hal/utils/src/utils_syscalls.o - .debug_macro 0x00000000000291ee 0xf6 hal/utils/src/utils_syscalls.o - .debug_macro 0x00000000000292e4 0x10 hal/utils/src/utils_syscalls.o - .debug_macro 0x00000000000292f4 0x16 hal/utils/src/utils_syscalls.o - .debug_macro 0x000000000002930a 0x43 hal/utils/src/utils_syscalls.o - .debug_macro 0x000000000002934d 0x34 hal/utils/src/utils_syscalls.o - .debug_macro 0x0000000000029381 0x10 hal/utils/src/utils_syscalls.o - .debug_macro 0x0000000000029391 0x58 hal/utils/src/utils_syscalls.o - .debug_macro 0x00000000000293e9 0x182 hal/utils/src/utils_syscalls.o - .debug_macro 0x000000000002956b 0x10 hal/utils/src/utils_syscalls.o - .debug_macro 0x000000000002957b 0x1c hal/utils/src/utils_syscalls.o - .debug_macro 0x0000000000029597 0x52 hal/utils/src/utils_syscalls.o - .debug_macro 0x00000000000295e9 0x22 hal/utils/src/utils_syscalls.o - .debug_macro 0x000000000002960b 0x10 hal/utils/src/utils_syscalls.o - .debug_macro 0x000000000002961b 0x40 hal/utils/src/utils_syscalls.o - .debug_macro 0x000000000002965b 0xd5 hal/utils/src/utils_syscalls.o - .debug_macro 0x0000000000029730 0x1c hal/utils/src/utils_syscalls.o - .debug_macro 0x000000000002974c 0x3d hal/utils/src/utils_syscalls.o - .debug_macro 0x0000000000029789 0x16 hal/utils/src/utils_syscalls.o - .debug_macro 0x000000000002979f 0x16f hal/utils/src/utils_syscalls.o - .debug_macro 0x000000000002990e 0x4c hal/utils/src/utils_syscalls.o - .debug_macro 0x000000000002995a 0x16 hal/utils/src/utils_syscalls.o - .debug_macro 0x0000000000029970 0x35 hal/utils/src/utils_syscalls.o - .debug_macro 0x00000000000299a5 0x10 hal/utils/src/utils_syscalls.o - .debug_macro 0x00000000000299b5 0x10 hal/utils/src/utils_syscalls.o - .debug_macro 0x00000000000299c5 0x35 hal/utils/src/utils_syscalls.o - .debug_macro 0x00000000000299fa 0x12c hal/utils/src/utils_syscalls.o - .debug_macro 0x0000000000029b26 0x6e3 hal/src/hal_spi_m_sync.o - .debug_macro 0x000000000002a209 0x6bd hal/src/hal_delay.o - .debug_macro 0x000000000002a8c6 0x729 hpl/core/hpl_init.o - .debug_macro 0x000000000002afef 0x1c hpl/core/hpl_init.o - .debug_macro 0x000000000002b00b 0x185 hpl/core/hpl_init.o - .debug_macro 0x000000000002b190 0x2e hpl/core/hpl_init.o - .debug_macro 0x000000000002b1be 0xd7b hpl/core/hpl_init.o - .debug_macro 0x000000000002bf39 0x28 hpl/core/hpl_init.o - .debug_macro 0x000000000002bf61 0x34 hpl/core/hpl_init.o - .debug_macro 0x000000000002bf95 0x69f hpl/gclk/hpl_gclk.o - .debug_macro 0x000000000002c634 0x2f0 hpl/gclk/hpl_gclk.o - .debug_macro 0x000000000002c924 0x690 hal/utils/src/utils_assert.o - .debug_macro 0x000000000002cfb4 0x10 hal/utils/src/utils_assert.o - .debug_macro 0x000000000002cfc4 0x69f hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x000000000002d663 0x216 hpl/oscctrl/hpl_oscctrl.o - .debug_macro 0x000000000002d879 0x6c6 hal/src/hal_usart_sync.o - .debug_macro 0x000000000002df3f 0x69a hpl/mclk/hpl_mclk.o - .debug_macro 0x000000000002e5d9 0x6b0 hpl/ramecc/hpl_ramecc.o - .debug_macro 0x000000000002ec89 0x4b2 build/gcc/startup_same54.o - .debug_macro 0x000000000002f13b 0x91c main.o - .debug_macro 0x000000000002fa57 0x76 main.o - .debug_macro 0x000000000002facd 0x64 main.o - .debug_macro 0x000000000002fb31 0x10 main.o - .debug_macro 0x000000000002fb41 0x695 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x00000000000301d6 0x80 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_macro 0x0000000000030256 0x7a1 driver_init.o - .debug_macro 0x00000000000309f7 0x8e2 hpl/sercom/hpl_sercom.o - .debug_macro 0x00000000000312d9 0x70 hpl/sercom/hpl_sercom.o - .debug_macro 0x0000000000031349 0x185 hpl/sercom/hpl_sercom.o - .debug_macro 0x00000000000314ce 0x10 hpl/sercom/hpl_sercom.o - .debug_macro 0x00000000000314de 0x1c hpl/sercom/hpl_sercom.o - .debug_macro 0x00000000000314fa 0x22 hpl/sercom/hpl_sercom.o - .debug_macro 0x000000000003151c 0x10 hpl/sercom/hpl_sercom.o - .debug_macro 0x000000000003152c 0x7a4 atmel_start.o - .debug_macro 0x0000000000031cd0 0x95e shared/util/pdebug.o - .debug_macro 0x000000000003262e 0x16 shared/util/pdebug.o - -.debug_line 0x0000000000000000 0x11073 - .debug_line 0x0000000000000000 0xa1b hal/src/hal_io.o - .debug_line 0x0000000000000a1b 0xa93 hpl/systick/hpl_systick.o - .debug_line 0x00000000000014ae 0x3a4 hal/utils/src/utils_syscalls.o - .debug_line 0x0000000000001852 0xd2f hal/src/hal_spi_m_sync.o - .debug_line 0x0000000000002581 0x9f9 hal/src/hal_delay.o - .debug_line 0x0000000000002f7a 0xaab hpl/core/hpl_init.o - .debug_line 0x0000000000003a25 0xaab hpl/gclk/hpl_gclk.o - .debug_line 0x00000000000044d0 0x97b hal/utils/src/utils_assert.o - .debug_line 0x0000000000004e4b 0xaaf hpl/oscctrl/hpl_oscctrl.o - .debug_line 0x00000000000058fa 0xe4e hal/src/hal_usart_sync.o - .debug_line 0x0000000000006748 0x9ab hpl/mclk/hpl_mclk.o - .debug_line 0x00000000000070f3 0xb4b hpl/ramecc/hpl_ramecc.o - .debug_line 0x0000000000007c3e 0x6b0 build/gcc/startup_same54.o - .debug_line 0x00000000000082ee 0xc2f main.o - .debug_line 0x0000000000008f1d 0xa5d hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_line 0x000000000000997a 0x1062 driver_init.o - .debug_line 0x000000000000a9dc 0x4ec6 hpl/sercom/hpl_sercom.o - .debug_line 0x000000000000f8a2 0xae6 atmel_start.o - .debug_line 0x0000000000010388 0xceb shared/util/pdebug.o - -.debug_str 0x0000000000000000 0x118e12 - .debug_str 0x0000000000000000 0x106983 hal/src/hal_io.o - 0x106e95 (size before relaxing) - .debug_str 0x0000000000106983 0xff hpl/systick/hpl_systick.o - 0x106e40 (size before relaxing) - .debug_str 0x0000000000106a82 0x3ffc hal/utils/src/utils_syscalls.o - 0x756f (size before relaxing) - .debug_str 0x000000000010aa7e 0x84e hal/src/hal_spi_m_sync.o - 0x107782 (size before relaxing) - .debug_str 0x000000000010b2cc 0xdb hal/src/hal_delay.o - 0x106e52 (size before relaxing) - .debug_str 0x000000000010b3a7 0x4354 hpl/core/hpl_init.o - 0x10b182 (size before relaxing) - .debug_str 0x000000000010f6fb 0xcec hpl/gclk/hpl_gclk.o - 0x107b23 (size before relaxing) - .debug_str 0x00000000001103e7 0x2a hal/utils/src/utils_assert.o - 0x106de4 (size before relaxing) - .debug_str 0x0000000000110411 0xbda hpl/oscctrl/hpl_oscctrl.o - 0x108545 (size before relaxing) - .debug_str 0x0000000000110feb 0x522 hal/src/hal_usart_sync.o - 0x107935 (size before relaxing) - .debug_str 0x000000000011150d 0x30a hpl/mclk/hpl_mclk.o - 0x107345 (size before relaxing) - .debug_str 0x0000000000111817 0x9fe hpl/ramecc/hpl_ramecc.o - 0x107d40 (size before relaxing) - .debug_str 0x0000000000112215 0xbf2 build/gcc/startup_same54.o - 0xf1450 (size before relaxing) - .debug_str 0x0000000000112e07 0x2e6 main.o - 0x10bf10 (size before relaxing) - .debug_str 0x00000000001130ed 0x4eb hpl/osc32kctrl/hpl_osc32kctrl.o - 0x107308 (size before relaxing) - .debug_str 0x00000000001135d8 0xcc3 driver_init.o - 0x109ac4 (size before relaxing) - .debug_str 0x000000000011429b 0x4abd hpl/sercom/hpl_sercom.o - 0x10d6bc (size before relaxing) - .debug_str 0x0000000000118d58 0x11 atmel_start.o - 0x108645 (size before relaxing) - .debug_str 0x0000000000118d69 0xa9 shared/util/pdebug.o - 0x10c1e2 (size before relaxing) - -.debug_frame 0x0000000000000000 0x1d94 - .debug_frame 0x0000000000000000 0x68 hal/src/hal_io.o - .debug_frame 0x0000000000000068 0x7c hpl/systick/hpl_systick.o - .debug_frame 0x00000000000000e4 0xa8 hal/utils/src/utils_syscalls.o - .debug_frame 0x000000000000018c 0x1b8 hal/src/hal_spi_m_sync.o - .debug_frame 0x0000000000000344 0x68 hal/src/hal_delay.o - .debug_frame 0x00000000000003ac 0x2c hpl/core/hpl_init.o - .debug_frame 0x00000000000003d8 0x30 hpl/gclk/hpl_gclk.o - .debug_frame 0x0000000000000408 0x20 hal/utils/src/utils_assert.o - .debug_frame 0x0000000000000428 0x30 hpl/oscctrl/hpl_oscctrl.o - .debug_frame 0x0000000000000458 0x1f8 hal/src/hal_usart_sync.o - .debug_frame 0x0000000000000650 0x20 hpl/mclk/hpl_mclk.o - .debug_frame 0x0000000000000670 0x4c hpl/ramecc/hpl_ramecc.o - .debug_frame 0x00000000000006bc 0x38 build/gcc/startup_same54.o - .debug_frame 0x00000000000006f4 0x28 main.o - .debug_frame 0x000000000000071c 0x20 hpl/osc32kctrl/hpl_osc32kctrl.o - .debug_frame 0x000000000000073c 0xe4 driver_init.o - .debug_frame 0x0000000000000820 0xf98 hpl/sercom/hpl_sercom.o - .debug_frame 0x00000000000017b8 0x20 atmel_start.o - .debug_frame 0x00000000000017d8 0x7c shared/util/pdebug.o - .debug_frame 0x0000000000001854 0x2c /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-init.o) - .debug_frame 0x0000000000001880 0x28 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memcpy-stub.o) - .debug_frame 0x00000000000018a8 0x20 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memset.o) - .debug_frame 0x00000000000018c8 0x3c /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-vsprintf.o) - .debug_frame 0x0000000000001904 0x14c /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-findfp.o) - .debug_frame 0x0000000000001a50 0xb0 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-lock.o) - .debug_frame 0x0000000000001b00 0x30 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-mallocr.o) - .debug_frame 0x0000000000001b30 0x90 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-svfprintf.o) - .debug_frame 0x0000000000001bc0 0x60 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-vfprintf_i.o) - .debug_frame 0x0000000000001c20 0x2c /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-sbrkr.o) - .debug_frame 0x0000000000001c4c 0x28 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-memmove.o) - .debug_frame 0x0000000000001c74 0x30 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-mlock.o) - .debug_frame 0x0000000000001ca4 0x38 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-freer.o) - .debug_frame 0x0000000000001cdc 0x3c /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-reallocr.o) - .debug_frame 0x0000000000001d18 0x5c /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-reent.o) - .debug_frame 0x0000000000001d74 0x20 /usr/lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/libc_nano.a(lib_a-nano-msizer.o) diff --git a/config/hpl_sercom_config.h b/config/hpl_sercom_config.h index f0ba551..ad88898 100644 --- a/config/hpl_sercom_config.h +++ b/config/hpl_sercom_config.h @@ -306,7 +306,7 @@ // The SPI data transfer rate // spi_master_baud_rate #ifndef CONF_SERCOM_4_SPI_BAUD -#define CONF_SERCOM_4_SPI_BAUD 50000 +#define CONF_SERCOM_4_SPI_BAUD 10000 #endif // diff --git a/main.c b/main.c index 645dbc4..076768b 100644 --- a/main.c +++ b/main.c @@ -1,5 +1,6 @@ #include #include "pdebug.h" +#include "sd_mmc.h" int main(void) { /* Initializes MCU, drivers and middleware */ @@ -8,6 +9,7 @@ int main(void) printf("Hi\n"); + sd_mmc_init(); /* Replace with your application code */ while (1) { } diff --git a/shared/drivers/.#sd_mmc.c b/shared/drivers/.#sd_mmc.c new file mode 120000 index 0000000..0d5780b --- /dev/null +++ b/shared/drivers/.#sd_mmc.c @@ -0,0 +1 @@ +penguin@penguin-arch-home.4569:1608044795 \ No newline at end of file diff --git a/shared/drivers/impl/sd_mmc_spi_impl.c b/shared/drivers/impl/sd_mmc_spi_impl.c new file mode 100644 index 0000000..a92cc0b --- /dev/null +++ b/shared/drivers/impl/sd_mmc_spi_impl.c @@ -0,0 +1,52 @@ +#include "sd_mmc_spi_impl.h" +#include "hal_io.h" +#include "hal_spi_m_sync.h" + +static struct io_descriptor* spi_inst = NULL; + +int32_t sd_mmc_spi_impl_init(void) +{ + PORT->Group[SD_MMC_SPI_nCS_PORT].DIR.reg |= (1 << SD_MMC_SPI_nCS_PIN); + PORT->Group[SD_MMC_SPI_nCS_PORT].OUT.reg |= (1 << SD_MMC_SPI_nCS_PIN); + + + if(ERR_NONE != spi_m_sync_get_io_descriptor(&SPI_SD_MMC, &spi_inst)) + { + return -1; + } + + if(!spi_inst) + { + return -1; + } + + spi_m_sync_enable(&SPI_SD_MMC); + return 0; +} + +int32_t sd_mmc_spi_impl_read(uint8_t* const bytes, uint16_t len) +{ + return io_read(spi_inst, bytes, len); +} + +int32_t sd_mmc_spi_impl_write(const uint8_t* const bytes, uint16_t len) +{ + return io_write(spi_inst, bytes, len); +} + +int32_t sd_mmc_spi_impl_select_device() +{ + PORT->Group[SD_MMC_SPI_nCS_PORT].OUT.reg &= ~(1 << SD_MMC_SPI_nCS_PIN); + return 0; +} + +int32_t sd_mmc_spi_impl_deselect_device() +{ + PORT->Group[SD_MMC_SPI_nCS_PORT].OUT.reg |= (1 << SD_MMC_SPI_nCS_PIN); + return 0; +} + +bool sd_mmc_spi_impl_check_cd() +{ + return PORT->Group[SD_MMC_SPI_CD_PORT].IN.reg & (1 << SD_MMC_SPI_CD_PIN); +} diff --git a/shared/drivers/impl/sd_mmc_spi_impl.h b/shared/drivers/impl/sd_mmc_spi_impl.h new file mode 100644 index 0000000..7efd91d --- /dev/null +++ b/shared/drivers/impl/sd_mmc_spi_impl.h @@ -0,0 +1,27 @@ +#ifndef _SD_MMC_SPI_IMPL_H_ +#define _SD_MMC_SPI_IMPL_H_ + +#include "atmel_start.h" + +// Example implementation for sd mmc +#define SD_MMC_SPI_nCS PB28 +#define SD_MMC_SPI_nCS_PORT GPIO_PORT(SD_MMC_SPI_nCS) +#define SD_MMC_SPI_nCS_PIN GPIO_PIN(SD_MMC_SPI_nCS) + +#define SD_MMC_SPI_CD PA04 +#define SD_MMC_SPI_CD_PIN GPIO_PIN(SD_MMC_SPI_CD) +#define SD_MMC_SPI_CD_PORT GPIO_PORT(SD_MMC_SPI_CD) + +int32_t sd_mmc_spi_impl_init(void); + +int32_t sd_mmc_spi_impl_read(uint8_t* const bytes, uint16_t len); + +int32_t sd_mmc_spi_impl_write(const uint8_t* const bytes, uint16_t len); + +int32_t sd_mmc_spi_impl_select_device(); + +int32_t sd_mmc_spi_impl_deselect_device(); + +bool sd_mmc_spi_impl_check_cd(); + +#endif diff --git a/shared/drivers/sd_mmc.c b/shared/drivers/sd_mmc.c index aa2ad17..472e174 100644 --- a/shared/drivers/sd_mmc.c +++ b/shared/drivers/sd_mmc.c @@ -1,5 +1,43 @@ #include "sd_mmc.h" +#include "sd_mmc_intf.h" +#include +static bool sd_mmc_check_cd(void) +{ + switch(SD_MMC_CD_MODE) + { + case SD_MMC_CD_MODE_UNUSED: + { + // Always assume the card is detected since we aren't using this function + return true; + }break; + case SD_MMC_CD_MODE_SYNC: + { + return SD_MMC_INTF_CHECK_CD(); + }break; + case SD_MMC_CD_MODE_ASYNC: + { + // Unimplemented + return false; + }break; + default: + { + return false; + } + } + return false; +} + +// send 80 clock cycles +static void sd_mmc_send_clock() +{ + uint8_t i; + uint8_t dummy = 0xFF; + for(i = 0; i < 10; i++) + { + SD_MMC_INTF_WRITE(&dummy, 1); + } +} sd_mmc_err_t sd_mmc_init(void) { @@ -7,31 +45,87 @@ sd_mmc_err_t sd_mmc_init(void) do { + if(0 != SD_MMC_INTF_INIT()) + { + ret = SD_MMC_INIT_FAILURE; + break; + } // power up sequence + delay_ms(1); + sd_mmc_send_clock(); // go idle + sd_mmc_select(0, 0, 0, true); + if(0 != sd_mmc_send_command(CMD0, CMD0_ARG, CMD0_CRC)) + { + ret = SD_MMC_ERR_COMM; + break; + } + + uint8_t res1_ret = 0xFF; + if(0 != sd_mmc_read_res1(&res1_ret)) + { + ret = SD_MMC_ERR_COMM; + break; + } + sd_mmc_deselect(0); + + + + printf("res1: 0x%02x\n", res1_ret); }while(0); return ret; } +sd_mmc_err_t sd_mmc_deselect(uint8_t slot) +{ + UNUSED(slot); + sd_mmc_err_t ret = SD_MMC_SUCCESS; + SD_MMC_INTF_DESELECT_DEVICE(); + return ret; +} sd_mmc_err_t sd_mmc_select(uint8_t slot, uint32_t clock, uint8_t bus_width, bool high_speed) { + UNUSED(slot); + UNUSED(clock); + UNUSED(bus_width); + UNUSED(high_speed); sd_mmc_err_t ret = SD_MMC_SUCCESS; - + SD_MMC_INTF_SELECT_DEVICE(); return ret; } -sd_mmc_err_t sd_mmc_send_command(uint8_t command, uint32_t arg, uint8_t crc) +sd_mmc_err_t sd_mmc_send_command(uint8_t cmd, uint32_t arg, uint8_t crc) { sd_mmc_err_t ret = SD_MMC_SUCCESS; - + uint8_t bytes[6]; + bytes[0] = cmd | 0x40; + bytes[1] = ((uint8_t)(arg >> 24)); + bytes[2] = ((uint8_t)(arg >> 16)); + bytes[3] = ((uint8_t)(arg >> 8)); + bytes[4] = ((uint8_t)(arg)); + bytes[5] = crc | 0x01; + if(6 != SD_MMC_INTF_WRITE(bytes, 6)) + { + ret = SD_MMC_ERR_COMM; + } return ret; } -sd_mmc_err_t sd_mmc_read_res1(void) +sd_mmc_err_t sd_mmc_read_res1(uint8_t* ret_byte) { sd_mmc_err_t ret = SD_MMC_SUCCESS; + uint8_t i = 0; + do + { + i++; + SD_MMC_INTF_READ(ret_byte, 1); + }while(i <= 8 && *ret_byte == 0xFF); + if(*ret_byte == 0xFF) + { + return SD_MMC_TIMEOUT; + } return ret; } diff --git a/shared/drivers/sd_mmc.h b/shared/drivers/sd_mmc.h index cac6d6e..47885c6 100644 --- a/shared/drivers/sd_mmc.h +++ b/shared/drivers/sd_mmc.h @@ -2,7 +2,8 @@ #define _SD_MMC_H_ #include "atmel_start.h" - +#include "sd_mmc_intf.h" +#include "pdebug.h" typedef enum sd_mmc_mode_t { SD_MMC_MODE_SPI = 0, @@ -19,14 +20,41 @@ typedef enum sd_mmc_err_t SD_MMC_ERR_SLOT = 5, SD_MMC_ERR_COMM = 6, SD_MMC_ERR_PARAM = 7, - SD_MMC_ERR_WP = 8 + SD_MMC_ERR_WP = 8, + SD_MMC_INIT_FAILURE = 9, + SD_MMC_TIMEOUT = 10 } sd_mmc_err_t; +// The card detect function can be unused, used regularly, or via interrupt. +// SD_MMC_CD_MODE_UNUSED: The cd pin isn't used +// SD_MMC_CD_MODE_SYNC: The pin is just checked when needed. +// SD_MMC_CD_MODE_ASYNC: The pin's state is stored and updated via interrupt. CURRENTLY UNIMPLEMENTED +typedef enum sd_mmc_cd_mode_t +{ + SD_MMC_CD_MODE_UNUSED = 0, + SD_MMC_CD_MODE_SYNC = 1, + SD_MMC_CD_MODE_ASYNC = 2 +}sd_mmc_cd_mode_t; + sd_mmc_err_t sd_mmc_init(void); sd_mmc_err_t sd_mmc_select(uint8_t slot, uint32_t clock, uint8_t bus_width, bool high_speed); -sd_mmc_err_t sd_mmc_send_command(uint8_t command, uint32_t arg, uint8_t crc); -sd_mmc_err_t sd_mmc_read_res1(void); +sd_mmc_err_t sd_mmc_deselect(uint8_t slot); +sd_mmc_err_t sd_mmc_send_command(uint8_t cmd, uint32_t arg, uint8_t crc); +sd_mmc_err_t sd_mmc_read_res1(uint8_t* ret_byte); + + +#define SD_MMC_CD_MODE SD_MMC_CD_MODE_SYNC + +#ifndef SD_MMC_CD_MODE +#define SD_MMC_CD_MODE SD_MMC_MODE_UNUSED +#endif + +#define CMD0 0 +#define CMD0_ARG 0x00000000 +#define CMD0_CRC 0x94 + +#define UNUSED(v) (void)(v) #endif diff --git a/shared/drivers/sd_mmc_intf.h b/shared/drivers/sd_mmc_intf.h index be0abf5..9bb7375 100644 --- a/shared/drivers/sd_mmc_intf.h +++ b/shared/drivers/sd_mmc_intf.h @@ -1,9 +1,12 @@ #ifndef _SD_MMC_INTF_ #define _SD_MMC_INTF_ +#define DEFAULT_IMPL 0 + // SD MMC Interface // Define FUNCTIONS and stuff here +#include "sd_mmc_spi_impl.h" /** * @brief Selects device for use with the SD MMC driver. * @@ -14,7 +17,7 @@ * @return 0 if successful, else return anything else. * @todo implement mci support and spi support */ -#define SD_MMC_INTF_SELECT_DEVICE() +#define SD_MMC_INTF_SELECT_DEVICE() sd_mmc_spi_impl_select_device() /** * @brief Deselects device for use with the SD MMC driver. @@ -26,7 +29,7 @@ * @return 0 if successul, else return anything else. * @todo implement mci support and mci support */ -#define SD_MMC_INTF_DESELECT_DEVICE() +#define SD_MMC_INTF_DESELECT_DEVICE() sd_mmc_spi_impl_deselect_device() /** * @brief Reads bytes from device in the most primitive form. * @@ -40,7 +43,7 @@ * @return The number of bytes read. Failed reads can be <= 0. * @todo -- */ -#define SD_MMC_INTF_READ(bytes, len) +#define SD_MMC_INTF_READ(bytes, len) sd_mmc_spi_impl_read(bytes, len) /** * @brief Writes bytes from the device in the most primitive form. @@ -52,7 +55,7 @@ * @return The number of bytes written. Failed reads can be <= 0. * @todo -- */ -#define SD_MMC_INTF_WRITE(bytes, len) +#define SD_MMC_INTF_WRITE(bytes, len) sd_mmc_spi_impl_write(bytes, len) /** * @brief Initializes hardware for the device. @@ -63,6 +66,27 @@ * @return 0 if successful, anything else signifies failure * @todo -- */ -#define SD_MMC_INTF_INIT() +#define SD_MMC_INTF_INIT() sd_mmc_spi_impl_init() +/** + * @brief checks the status of the card detect pin. + * + * This function checks the card detect pin. It is implemented by the user, + * so it is up to the user to know if the cd pin should be high or low + * to detect the card. This function is only used in synchronous mode. + * + * @return true if a card was detected, false if not. + */ +#define SD_MMC_INTF_CHECK_CD() sd_mmc_spi_impl_check_cd() +#ifndef SD_MMC_INTF_INIT +#error SD_MMC_INTF_INIT must be defined! +#elif !defined(SD_MMC_INTF_WRITE) +#error SD_MMC_INTF_WRITE must be defined! +#elif !defined(SD_MMC_INTF_READ) +#error SD_MMC_INTF_READ must be defined! +#elif !defined(SD_MMC_INTF_SELECT_DEVICE) +#error SD_MMC_INTF_SELECT_DEVICE must be defined! +#elif !defined(SD_MMC_INTF_DESELECT_DEVICE) +#error SD_MMC_INTF_DESELECT_DEVICE must be defined! +#endif #endif