From efd1e8a1238af8eea53afa0d5acac071d73d1ea5 Mon Sep 17 00:00:00 2001 From: Joey Castillo Date: Sun, 25 Apr 2021 22:43:47 -0400 Subject: WIP simple C-based library for hacking on the watch --- .../Debug/Device_Startup/startup_saml22.d | 239 + .../Debug/Device_Startup/startup_saml22.o | Bin 0 -> 694772 bytes .../Debug/Device_Startup/system_saml22.d | 239 + .../Debug/Device_Startup/system_saml22.o | Bin 0 -> 690096 bytes Smol Watch Project/My Project/Debug/Makefile | 641 + Smol Watch Project/My Project/Debug/My Project.bin | Bin 0 -> 8568 bytes Smol Watch Project/My Project/Debug/My Project.eep | 0 Smol Watch Project/My Project/Debug/My Project.elf | Bin 0 -> 1254688 bytes Smol Watch Project/My Project/Debug/My Project.hex | 537 + Smol Watch Project/My Project/Debug/My Project.lss | 5931 ++++++++++ Smol Watch Project/My Project/Debug/My Project.map | 11740 +++++++++++++++++++ .../My Project/Debug/My Project.srec | 538 + Smol Watch Project/My Project/Debug/atmel_start.d | 433 + Smol Watch Project/My Project/Debug/atmel_start.o | Bin 0 -> 737188 bytes Smol Watch Project/My Project/Debug/driver_init.d | 434 + Smol Watch Project/My Project/Debug/driver_init.o | Bin 0 -> 864696 bytes .../My Project/Debug/examples/driver_examples.d | 424 + .../My Project/Debug/examples/driver_examples.o | Bin 0 -> 744668 bytes .../My Project/Debug/hal/src/hal_adc_sync.d | 345 + .../My Project/Debug/hal/src/hal_adc_sync.o | Bin 0 -> 740344 bytes .../My Project/Debug/hal/src/hal_atomic.d | 335 + .../My Project/Debug/hal/src/hal_atomic.o | Bin 0 -> 723172 bytes .../My Project/Debug/hal/src/hal_calendar.d | 350 + .../My Project/Debug/hal/src/hal_calendar.o | Bin 0 -> 750676 bytes .../My Project/Debug/hal/src/hal_delay.d | 347 + .../My Project/Debug/hal/src/hal_delay.o | Bin 0 -> 724336 bytes .../My Project/Debug/hal/src/hal_ext_irq.d | 340 + .../My Project/Debug/hal/src/hal_ext_irq.o | Bin 0 -> 728112 bytes .../My Project/Debug/hal/src/hal_gpio.d | 347 + .../My Project/Debug/hal/src/hal_gpio.o | Bin 0 -> 725452 bytes .../My Project/Debug/hal/src/hal_i2c_m_sync.d | 347 + .../My Project/Debug/hal/src/hal_i2c_m_sync.o | Bin 0 -> 737660 bytes .../My Project/Debug/hal/src/hal_init.d | 340 + .../My Project/Debug/hal/src/hal_init.o | Bin 0 -> 721728 bytes .../My Project/Debug/hal/src/hal_io.d | 339 + .../My Project/Debug/hal/src/hal_io.o | Bin 0 -> 725176 bytes .../My Project/Debug/hal/src/hal_pwm.d | 347 + .../My Project/Debug/hal/src/hal_pwm.o | Bin 0 -> 733548 bytes .../My Project/Debug/hal/src/hal_slcd_sync.d | 345 + .../My Project/Debug/hal/src/hal_slcd_sync.o | Bin 0 -> 736156 bytes .../My Project/Debug/hal/src/hal_sleep.d | 340 + .../My Project/Debug/hal/src/hal_sleep.o | Bin 0 -> 722720 bytes .../My Project/Debug/hal/utils/src/utils_assert.d | 338 + .../My Project/Debug/hal/utils/src/utils_assert.o | Bin 0 -> 722216 bytes .../My Project/Debug/hal/utils/src/utils_event.d | 387 + .../My Project/Debug/hal/utils/src/utils_event.o | Bin 0 -> 752924 bytes .../My Project/Debug/hal/utils/src/utils_list.d | 340 + .../My Project/Debug/hal/utils/src/utils_list.o | Bin 0 -> 726508 bytes .../Debug/hal/utils/src/utils_syscalls.d | 98 + .../Debug/hal/utils/src/utils_syscalls.o | Bin 0 -> 63392 bytes .../My Project/Debug/hpl/adc/hpl_adc.d | 360 + .../My Project/Debug/hpl/adc/hpl_adc.o | Bin 0 -> 820368 bytes .../Debug/hpl/core/hpl_core_m0plus_base.d | 360 + .../Debug/hpl/core/hpl_core_m0plus_base.o | Bin 0 -> 736280 bytes .../My Project/Debug/hpl/core/hpl_init.d | 364 + .../My Project/Debug/hpl/core/hpl_init.o | Bin 0 -> 743360 bytes .../My Project/Debug/hpl/dmac/hpl_dmac.d | 353 + .../My Project/Debug/hpl/dmac/hpl_dmac.o | Bin 0 -> 764068 bytes .../My Project/Debug/hpl/eic/hpl_eic.d | 384 + .../My Project/Debug/hpl/eic/hpl_eic.o | Bin 0 -> 764920 bytes .../My Project/Debug/hpl/gclk/hpl_gclk.d | 342 + .../My Project/Debug/hpl/gclk/hpl_gclk.o | Bin 0 -> 728028 bytes .../My Project/Debug/hpl/mclk/hpl_mclk.d | 342 + .../My Project/Debug/hpl/mclk/hpl_mclk.o | Bin 0 -> 728952 bytes .../Debug/hpl/osc32kctrl/hpl_osc32kctrl.d | 340 + .../Debug/hpl/osc32kctrl/hpl_osc32kctrl.o | Bin 0 -> 727604 bytes .../My Project/Debug/hpl/oscctrl/hpl_oscctrl.d | 340 + .../My Project/Debug/hpl/oscctrl/hpl_oscctrl.o | Bin 0 -> 731560 bytes .../My Project/Debug/hpl/pm/hpl_pm.d | 342 + .../My Project/Debug/hpl/pm/hpl_pm.o | Bin 0 -> 727328 bytes .../My Project/Debug/hpl/rtc/hpl_rtc.d | 347 + .../My Project/Debug/hpl/rtc/hpl_rtc.o | Bin 0 -> 770260 bytes .../My Project/Debug/hpl/sercom/hpl_sercom.d | 395 + .../My Project/Debug/hpl/sercom/hpl_sercom.o | Bin 0 -> 958428 bytes .../My Project/Debug/hpl/slcd/hpl_slcd.d | 358 + .../My Project/Debug/hpl/slcd/hpl_slcd.o | Bin 0 -> 788764 bytes .../My Project/Debug/hpl/systick/hpl_systick.d | 340 + .../My Project/Debug/hpl/systick/hpl_systick.o | Bin 0 -> 725200 bytes .../My Project/Debug/hpl/tc/hpl_tc.d | 359 + .../My Project/Debug/hpl/tc/hpl_tc.o | Bin 0 -> 760548 bytes .../My Project/Debug/hpl/tcc/hpl_tcc.d | 359 + .../My Project/Debug/hpl/tcc/hpl_tcc.o | Bin 0 -> 767404 bytes Smol Watch Project/My Project/Debug/main.d | 438 + Smol Watch Project/My Project/Debug/main.o | Bin 0 -> 743248 bytes Smol Watch Project/My Project/Debug/makedep.mk | 86 + .../My Project/Debug/sleep_manager/sleep_manager.d | 355 + .../My Project/Debug/sleep_manager/sleep_manager.o | Bin 0 -> 734556 bytes .../My Project/Debug/sleep_manager_main.d | 434 + .../My Project/Debug/sleep_manager_main.o | Bin 0 -> 738104 bytes .../My Project/Debug/watch-library/watch.d | 424 + .../My Project/Debug/watch-library/watch.o | Bin 0 -> 762188 bytes 91 files changed, 33863 insertions(+) create mode 100644 Smol Watch Project/My Project/Debug/Device_Startup/startup_saml22.d create mode 100644 Smol Watch Project/My Project/Debug/Device_Startup/startup_saml22.o create mode 100644 Smol Watch Project/My Project/Debug/Device_Startup/system_saml22.d create mode 100644 Smol Watch Project/My Project/Debug/Device_Startup/system_saml22.o create mode 100644 Smol Watch Project/My Project/Debug/Makefile create mode 100644 Smol Watch Project/My Project/Debug/My Project.bin create mode 100644 Smol Watch Project/My Project/Debug/My Project.eep create mode 100644 Smol Watch Project/My Project/Debug/My Project.elf create mode 100644 Smol Watch Project/My Project/Debug/My Project.hex create mode 100644 Smol Watch Project/My Project/Debug/My Project.lss create mode 100644 Smol Watch Project/My Project/Debug/My Project.map create mode 100644 Smol Watch Project/My Project/Debug/My Project.srec create mode 100644 Smol Watch Project/My Project/Debug/atmel_start.d create mode 100644 Smol Watch Project/My Project/Debug/atmel_start.o create mode 100644 Smol Watch Project/My Project/Debug/driver_init.d create mode 100644 Smol Watch Project/My Project/Debug/driver_init.o create mode 100644 Smol Watch Project/My Project/Debug/examples/driver_examples.d create mode 100644 Smol Watch Project/My Project/Debug/examples/driver_examples.o create mode 100644 Smol Watch Project/My Project/Debug/hal/src/hal_adc_sync.d create mode 100644 Smol Watch Project/My Project/Debug/hal/src/hal_adc_sync.o create mode 100644 Smol Watch Project/My Project/Debug/hal/src/hal_atomic.d create mode 100644 Smol Watch Project/My Project/Debug/hal/src/hal_atomic.o create mode 100644 Smol Watch Project/My Project/Debug/hal/src/hal_calendar.d create mode 100644 Smol Watch Project/My Project/Debug/hal/src/hal_calendar.o create mode 100644 Smol Watch Project/My Project/Debug/hal/src/hal_delay.d create mode 100644 Smol Watch Project/My Project/Debug/hal/src/hal_delay.o create mode 100644 Smol Watch Project/My Project/Debug/hal/src/hal_ext_irq.d create mode 100644 Smol Watch Project/My Project/Debug/hal/src/hal_ext_irq.o create mode 100644 Smol Watch Project/My Project/Debug/hal/src/hal_gpio.d create mode 100644 Smol Watch Project/My Project/Debug/hal/src/hal_gpio.o create mode 100644 Smol Watch Project/My Project/Debug/hal/src/hal_i2c_m_sync.d create mode 100644 Smol Watch Project/My Project/Debug/hal/src/hal_i2c_m_sync.o create mode 100644 Smol Watch Project/My Project/Debug/hal/src/hal_init.d create mode 100644 Smol Watch Project/My Project/Debug/hal/src/hal_init.o create mode 100644 Smol Watch Project/My Project/Debug/hal/src/hal_io.d create mode 100644 Smol Watch Project/My Project/Debug/hal/src/hal_io.o create mode 100644 Smol Watch Project/My Project/Debug/hal/src/hal_pwm.d create mode 100644 Smol Watch Project/My Project/Debug/hal/src/hal_pwm.o create mode 100644 Smol Watch Project/My Project/Debug/hal/src/hal_slcd_sync.d create mode 100644 Smol Watch Project/My Project/Debug/hal/src/hal_slcd_sync.o create mode 100644 Smol Watch Project/My Project/Debug/hal/src/hal_sleep.d create mode 100644 Smol Watch Project/My Project/Debug/hal/src/hal_sleep.o create mode 100644 Smol Watch Project/My Project/Debug/hal/utils/src/utils_assert.d create mode 100644 Smol Watch Project/My Project/Debug/hal/utils/src/utils_assert.o create mode 100644 Smol Watch Project/My Project/Debug/hal/utils/src/utils_event.d create mode 100644 Smol Watch Project/My Project/Debug/hal/utils/src/utils_event.o create mode 100644 Smol Watch Project/My Project/Debug/hal/utils/src/utils_list.d create mode 100644 Smol Watch Project/My Project/Debug/hal/utils/src/utils_list.o create mode 100644 Smol Watch Project/My Project/Debug/hal/utils/src/utils_syscalls.d create mode 100644 Smol Watch Project/My Project/Debug/hal/utils/src/utils_syscalls.o create mode 100644 Smol Watch Project/My Project/Debug/hpl/adc/hpl_adc.d create mode 100644 Smol Watch Project/My Project/Debug/hpl/adc/hpl_adc.o create mode 100644 Smol Watch Project/My Project/Debug/hpl/core/hpl_core_m0plus_base.d create mode 100644 Smol Watch Project/My Project/Debug/hpl/core/hpl_core_m0plus_base.o create mode 100644 Smol Watch Project/My Project/Debug/hpl/core/hpl_init.d create mode 100644 Smol Watch Project/My Project/Debug/hpl/core/hpl_init.o create mode 100644 Smol Watch Project/My Project/Debug/hpl/dmac/hpl_dmac.d create mode 100644 Smol Watch Project/My Project/Debug/hpl/dmac/hpl_dmac.o create mode 100644 Smol Watch Project/My Project/Debug/hpl/eic/hpl_eic.d create mode 100644 Smol Watch Project/My Project/Debug/hpl/eic/hpl_eic.o create mode 100644 Smol Watch Project/My Project/Debug/hpl/gclk/hpl_gclk.d create mode 100644 Smol Watch Project/My Project/Debug/hpl/gclk/hpl_gclk.o create mode 100644 Smol Watch Project/My Project/Debug/hpl/mclk/hpl_mclk.d create mode 100644 Smol Watch Project/My Project/Debug/hpl/mclk/hpl_mclk.o create mode 100644 Smol Watch Project/My Project/Debug/hpl/osc32kctrl/hpl_osc32kctrl.d create mode 100644 Smol Watch Project/My Project/Debug/hpl/osc32kctrl/hpl_osc32kctrl.o create mode 100644 Smol Watch Project/My Project/Debug/hpl/oscctrl/hpl_oscctrl.d create mode 100644 Smol Watch Project/My Project/Debug/hpl/oscctrl/hpl_oscctrl.o create mode 100644 Smol Watch Project/My Project/Debug/hpl/pm/hpl_pm.d create mode 100644 Smol Watch Project/My Project/Debug/hpl/pm/hpl_pm.o create mode 100644 Smol Watch Project/My Project/Debug/hpl/rtc/hpl_rtc.d create mode 100644 Smol Watch Project/My Project/Debug/hpl/rtc/hpl_rtc.o create mode 100644 Smol Watch Project/My Project/Debug/hpl/sercom/hpl_sercom.d create mode 100644 Smol Watch Project/My Project/Debug/hpl/sercom/hpl_sercom.o create mode 100644 Smol Watch Project/My Project/Debug/hpl/slcd/hpl_slcd.d create mode 100644 Smol Watch Project/My Project/Debug/hpl/slcd/hpl_slcd.o create mode 100644 Smol Watch Project/My Project/Debug/hpl/systick/hpl_systick.d create mode 100644 Smol Watch Project/My Project/Debug/hpl/systick/hpl_systick.o create mode 100644 Smol Watch Project/My Project/Debug/hpl/tc/hpl_tc.d create mode 100644 Smol Watch Project/My Project/Debug/hpl/tc/hpl_tc.o create mode 100644 Smol Watch Project/My Project/Debug/hpl/tcc/hpl_tcc.d create mode 100644 Smol Watch Project/My Project/Debug/hpl/tcc/hpl_tcc.o create mode 100644 Smol Watch Project/My Project/Debug/main.d create mode 100644 Smol Watch Project/My Project/Debug/main.o create mode 100644 Smol Watch Project/My Project/Debug/makedep.mk create mode 100644 Smol Watch Project/My Project/Debug/sleep_manager/sleep_manager.d create mode 100644 Smol Watch Project/My Project/Debug/sleep_manager/sleep_manager.o create mode 100644 Smol Watch Project/My Project/Debug/sleep_manager_main.d create mode 100644 Smol Watch Project/My Project/Debug/sleep_manager_main.o create mode 100644 Smol Watch Project/My Project/Debug/watch-library/watch.d create mode 100644 Smol Watch Project/My Project/Debug/watch-library/watch.o (limited to 'Smol Watch Project/My Project/Debug') diff --git a/Smol Watch Project/My Project/Debug/Device_Startup/startup_saml22.d b/Smol Watch Project/My Project/Debug/Device_Startup/startup_saml22.d new file mode 100644 index 00000000..6faec5ea --- /dev/null +++ b/Smol Watch Project/My Project/Debug/Device_Startup/startup_saml22.d @@ -0,0 +1,239 @@ +Device_Startup/startup_saml22.d Device_Startup/startup_saml22.o: \ + ../Device_Startup/startup_saml22.c \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h: diff --git a/Smol Watch Project/My Project/Debug/Device_Startup/startup_saml22.o b/Smol Watch Project/My Project/Debug/Device_Startup/startup_saml22.o new file mode 100644 index 00000000..3f44c5a8 Binary files /dev/null and b/Smol Watch Project/My Project/Debug/Device_Startup/startup_saml22.o differ diff --git a/Smol Watch Project/My Project/Debug/Device_Startup/system_saml22.d b/Smol Watch Project/My Project/Debug/Device_Startup/system_saml22.d new file mode 100644 index 00000000..32952d2c --- /dev/null +++ b/Smol Watch Project/My Project/Debug/Device_Startup/system_saml22.d @@ -0,0 +1,239 @@ +Device_Startup/system_saml22.d Device_Startup/system_saml22.o: \ + ../Device_Startup/system_saml22.c \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h: diff --git a/Smol Watch Project/My Project/Debug/Device_Startup/system_saml22.o b/Smol Watch Project/My Project/Debug/Device_Startup/system_saml22.o new file mode 100644 index 00000000..b295d06e Binary files /dev/null and b/Smol Watch Project/My Project/Debug/Device_Startup/system_saml22.o differ diff --git a/Smol Watch Project/My Project/Debug/Makefile b/Smol Watch Project/My Project/Debug/Makefile new file mode 100644 index 00000000..43608ce1 --- /dev/null +++ b/Smol Watch Project/My Project/Debug/Makefile @@ -0,0 +1,641 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL := cmd.exe +RM := rm -rf + +USER_OBJS := + +LIBS := +PROJ := + +O_SRCS := +C_SRCS := +S_SRCS := +S_UPPER_SRCS := +OBJ_SRCS := +ASM_SRCS := +PREPROCESSING_SRCS := +OBJS := +OBJS_AS_ARGS := +C_DEPS := +C_DEPS_AS_ARGS := +EXECUTABLES := +OUTPUT_FILE_PATH := +OUTPUT_FILE_PATH_AS_ARGS := +AVR_APP_PATH :=$$$AVR_APP_PATH$$$ +QUOTE := " +ADDITIONAL_DEPENDENCIES:= +OUTPUT_FILE_DEP:= +LIB_DEP:= +LINKER_SCRIPT_DEP:= + +# Every subdirectory with source files must be described here +SUBDIRS := \ +../Config/ \ +../Device_Startup/ \ +../documentation/ \ +../examples/ \ +../hal/ \ +../hal/documentation/ \ +../hal/include/ \ +../hal/src/ \ +../hal/utils/ \ +../hal/utils/include/ \ +../hal/utils/src/ \ +../hpl/ \ +../hpl/adc/ \ +../hpl/core/ \ +../hpl/dmac/ \ +../hpl/eic/ \ +../hpl/gclk/ \ +../hpl/mclk/ \ +../hpl/osc32kctrl/ \ +../hpl/oscctrl/ \ +../hpl/pm/ \ +../hpl/port/ \ +../hpl/rtc/ \ +../hpl/sercom/ \ +../hpl/slcd/ \ +../hpl/systick/ \ +../hpl/tcc/ \ +../hpl/tc/ \ +../hri/ \ +../sleep_manager/ \ +../watch-library + + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../atmel_start.c \ +../Device_Startup/startup_saml22.c \ +../Device_Startup/system_saml22.c \ +../driver_init.c \ +../examples/driver_examples.c \ +../hal/src/hal_adc_sync.c \ +../hal/src/hal_atomic.c \ +../hal/src/hal_calendar.c \ +../hal/src/hal_delay.c \ +../hal/src/hal_ext_irq.c \ +../hal/src/hal_gpio.c \ +../hal/src/hal_i2c_m_sync.c \ +../hal/src/hal_init.c \ +../hal/src/hal_io.c \ +../hal/src/hal_pwm.c \ +../hal/src/hal_slcd_sync.c \ +../hal/src/hal_sleep.c \ +../hal/utils/src/utils_assert.c \ +../hal/utils/src/utils_event.c \ +../hal/utils/src/utils_list.c \ +../hal/utils/src/utils_syscalls.c \ +../hpl/adc/hpl_adc.c \ +../hpl/core/hpl_core_m0plus_base.c \ +../hpl/core/hpl_init.c \ +../hpl/dmac/hpl_dmac.c \ +../hpl/eic/hpl_eic.c \ +../hpl/gclk/hpl_gclk.c \ +../hpl/mclk/hpl_mclk.c \ +../hpl/osc32kctrl/hpl_osc32kctrl.c \ +../hpl/oscctrl/hpl_oscctrl.c \ +../hpl/pm/hpl_pm.c \ +../hpl/rtc/hpl_rtc.c \ +../hpl/sercom/hpl_sercom.c \ +../hpl/slcd/hpl_slcd.c \ +../hpl/systick/hpl_systick.c \ +../hpl/tcc/hpl_tcc.c \ +../hpl/tc/hpl_tc.c \ +../main.c \ +../sleep_manager/sleep_manager.c \ +../sleep_manager_main.c \ +../watch-library/watch.c + + +PREPROCESSING_SRCS += + + +ASM_SRCS += + + +OBJS += \ +atmel_start.o \ +Device_Startup/startup_saml22.o \ +Device_Startup/system_saml22.o \ +driver_init.o \ +examples/driver_examples.o \ +hal/src/hal_adc_sync.o \ +hal/src/hal_atomic.o \ +hal/src/hal_calendar.o \ +hal/src/hal_delay.o \ +hal/src/hal_ext_irq.o \ +hal/src/hal_gpio.o \ +hal/src/hal_i2c_m_sync.o \ +hal/src/hal_init.o \ +hal/src/hal_io.o \ +hal/src/hal_pwm.o \ +hal/src/hal_slcd_sync.o \ +hal/src/hal_sleep.o \ +hal/utils/src/utils_assert.o \ +hal/utils/src/utils_event.o \ +hal/utils/src/utils_list.o \ +hal/utils/src/utils_syscalls.o \ +hpl/adc/hpl_adc.o \ +hpl/core/hpl_core_m0plus_base.o \ +hpl/core/hpl_init.o \ +hpl/dmac/hpl_dmac.o \ +hpl/eic/hpl_eic.o \ +hpl/gclk/hpl_gclk.o \ +hpl/mclk/hpl_mclk.o \ +hpl/osc32kctrl/hpl_osc32kctrl.o \ +hpl/oscctrl/hpl_oscctrl.o \ +hpl/pm/hpl_pm.o \ +hpl/rtc/hpl_rtc.o \ +hpl/sercom/hpl_sercom.o \ +hpl/slcd/hpl_slcd.o \ +hpl/systick/hpl_systick.o \ +hpl/tcc/hpl_tcc.o \ +hpl/tc/hpl_tc.o \ +main.o \ +sleep_manager/sleep_manager.o \ +sleep_manager_main.o \ +watch-library/watch.o + +OBJS_AS_ARGS += \ +atmel_start.o \ +Device_Startup/startup_saml22.o \ +Device_Startup/system_saml22.o \ +driver_init.o \ +examples/driver_examples.o \ +hal/src/hal_adc_sync.o \ +hal/src/hal_atomic.o \ +hal/src/hal_calendar.o \ +hal/src/hal_delay.o \ +hal/src/hal_ext_irq.o \ +hal/src/hal_gpio.o \ +hal/src/hal_i2c_m_sync.o \ +hal/src/hal_init.o \ +hal/src/hal_io.o \ +hal/src/hal_pwm.o \ +hal/src/hal_slcd_sync.o \ +hal/src/hal_sleep.o \ +hal/utils/src/utils_assert.o \ +hal/utils/src/utils_event.o \ +hal/utils/src/utils_list.o \ +hal/utils/src/utils_syscalls.o \ +hpl/adc/hpl_adc.o \ +hpl/core/hpl_core_m0plus_base.o \ +hpl/core/hpl_init.o \ +hpl/dmac/hpl_dmac.o \ +hpl/eic/hpl_eic.o \ +hpl/gclk/hpl_gclk.o \ +hpl/mclk/hpl_mclk.o \ +hpl/osc32kctrl/hpl_osc32kctrl.o \ +hpl/oscctrl/hpl_oscctrl.o \ +hpl/pm/hpl_pm.o \ +hpl/rtc/hpl_rtc.o \ +hpl/sercom/hpl_sercom.o \ +hpl/slcd/hpl_slcd.o \ +hpl/systick/hpl_systick.o \ +hpl/tcc/hpl_tcc.o \ +hpl/tc/hpl_tc.o \ +main.o \ +sleep_manager/sleep_manager.o \ +sleep_manager_main.o \ +watch-library/watch.o + +C_DEPS += \ +atmel_start.d \ +Device_Startup/startup_saml22.d \ +Device_Startup/system_saml22.d \ +driver_init.d \ +examples/driver_examples.d \ +hal/src/hal_adc_sync.d \ +hal/src/hal_atomic.d \ +hal/src/hal_calendar.d \ +hal/src/hal_delay.d \ +hal/src/hal_ext_irq.d \ +hal/src/hal_gpio.d \ +hal/src/hal_i2c_m_sync.d \ +hal/src/hal_init.d \ +hal/src/hal_io.d \ +hal/src/hal_pwm.d \ +hal/src/hal_slcd_sync.d \ +hal/src/hal_sleep.d \ +hal/utils/src/utils_assert.d \ +hal/utils/src/utils_event.d \ +hal/utils/src/utils_list.d \ +hal/utils/src/utils_syscalls.d \ +hpl/adc/hpl_adc.d \ +hpl/core/hpl_core_m0plus_base.d \ +hpl/core/hpl_init.d \ +hpl/dmac/hpl_dmac.d \ +hpl/eic/hpl_eic.d \ +hpl/gclk/hpl_gclk.d \ +hpl/mclk/hpl_mclk.d \ +hpl/osc32kctrl/hpl_osc32kctrl.d \ +hpl/oscctrl/hpl_oscctrl.d \ +hpl/pm/hpl_pm.d \ +hpl/rtc/hpl_rtc.d \ +hpl/sercom/hpl_sercom.d \ +hpl/slcd/hpl_slcd.d \ +hpl/systick/hpl_systick.d \ +hpl/tcc/hpl_tcc.d \ +hpl/tc/hpl_tc.d \ +main.d \ +sleep_manager/sleep_manager.d \ +sleep_manager_main.d \ +watch-library/watch.d + +C_DEPS_AS_ARGS += \ +atmel_start.d \ +Device_Startup/startup_saml22.d \ +Device_Startup/system_saml22.d \ +driver_init.d \ +examples/driver_examples.d \ +hal/src/hal_adc_sync.d \ +hal/src/hal_atomic.d \ +hal/src/hal_calendar.d \ +hal/src/hal_delay.d \ +hal/src/hal_ext_irq.d \ +hal/src/hal_gpio.d \ +hal/src/hal_i2c_m_sync.d \ +hal/src/hal_init.d \ +hal/src/hal_io.d \ +hal/src/hal_pwm.d \ +hal/src/hal_slcd_sync.d \ +hal/src/hal_sleep.d \ +hal/utils/src/utils_assert.d \ +hal/utils/src/utils_event.d \ +hal/utils/src/utils_list.d \ +hal/utils/src/utils_syscalls.d \ +hpl/adc/hpl_adc.d \ +hpl/core/hpl_core_m0plus_base.d \ +hpl/core/hpl_init.d \ +hpl/dmac/hpl_dmac.d \ +hpl/eic/hpl_eic.d \ +hpl/gclk/hpl_gclk.d \ +hpl/mclk/hpl_mclk.d \ +hpl/osc32kctrl/hpl_osc32kctrl.d \ +hpl/oscctrl/hpl_oscctrl.d \ +hpl/pm/hpl_pm.d \ +hpl/rtc/hpl_rtc.d \ +hpl/sercom/hpl_sercom.d \ +hpl/slcd/hpl_slcd.d \ +hpl/systick/hpl_systick.d \ +hpl/tcc/hpl_tcc.d \ +hpl/tc/hpl_tc.d \ +main.d \ +sleep_manager/sleep_manager.d \ +sleep_manager_main.d \ +watch-library/watch.d + +OUTPUT_FILE_PATH +=My\ Project.elf + +OUTPUT_FILE_PATH_AS_ARGS +="My Project.elf" + +ADDITIONAL_DEPENDENCIES:= + +OUTPUT_FILE_DEP:= ./makedep.mk + +LIB_DEP+= + +LINKER_SCRIPT_DEP+= \ +../Device_Startup/saml22j18a_flash.ld \ +../Device_Startup/saml22j18a_sram.ld + + +# AVR32/GNU C Compiler +./atmel_start.o: .././atmel_start.c + @echo Building file: $< + @echo Invoking: ARM/GNU C Compiler : 6.3.1 + $(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAML22J18A__ -DDEBUG -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/rtc" -I"../hpl/sercom" -I"../hpl/slcd" -I"../hpl/systick" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"../sleep_manager" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include" -Og -ffunction-sections -mlong-calls -g3 -Wall -mcpu=cortex-m0plus -c -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<" + @echo Finished building: $< + + +Device_Startup/startup_saml22.o: ../Device_Startup/startup_saml22.c + @echo Building file: $< + @echo Invoking: ARM/GNU C Compiler : 6.3.1 + $(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAML22J18A__ -DDEBUG -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/rtc" -I"../hpl/sercom" -I"../hpl/slcd" -I"../hpl/systick" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"../sleep_manager" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include" -Og -ffunction-sections -mlong-calls -g3 -Wall -mcpu=cortex-m0plus -c -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<" + @echo Finished building: $< + + +Device_Startup/system_saml22.o: ../Device_Startup/system_saml22.c + @echo Building file: $< + @echo Invoking: ARM/GNU C Compiler : 6.3.1 + $(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAML22J18A__ -DDEBUG -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/rtc" -I"../hpl/sercom" -I"../hpl/slcd" -I"../hpl/systick" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"../sleep_manager" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include" -Og -ffunction-sections -mlong-calls -g3 -Wall -mcpu=cortex-m0plus -c -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<" + @echo Finished building: $< + + +./driver_init.o: .././driver_init.c + @echo Building file: $< + @echo Invoking: ARM/GNU C Compiler : 6.3.1 + $(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAML22J18A__ -DDEBUG -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/rtc" -I"../hpl/sercom" -I"../hpl/slcd" -I"../hpl/systick" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"../sleep_manager" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include" -Og -ffunction-sections -mlong-calls -g3 -Wall -mcpu=cortex-m0plus -c -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<" + @echo Finished building: $< + + +examples/driver_examples.o: ../examples/driver_examples.c + @echo Building file: $< + @echo Invoking: ARM/GNU C Compiler : 6.3.1 + $(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAML22J18A__ -DDEBUG -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/rtc" -I"../hpl/sercom" -I"../hpl/slcd" -I"../hpl/systick" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"../sleep_manager" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include" -Og -ffunction-sections -mlong-calls -g3 -Wall -mcpu=cortex-m0plus -c -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<" + @echo Finished building: $< + + +hal/src/hal_adc_sync.o: ../hal/src/hal_adc_sync.c + @echo Building file: $< + @echo Invoking: ARM/GNU C Compiler : 6.3.1 + $(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAML22J18A__ -DDEBUG -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/rtc" -I"../hpl/sercom" -I"../hpl/slcd" -I"../hpl/systick" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"../sleep_manager" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include" -Og -ffunction-sections -mlong-calls -g3 -Wall -mcpu=cortex-m0plus -c -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<" + @echo Finished building: $< + + +hal/src/hal_atomic.o: ../hal/src/hal_atomic.c + @echo Building file: $< + @echo Invoking: ARM/GNU C Compiler : 6.3.1 + $(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAML22J18A__ -DDEBUG -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/rtc" -I"../hpl/sercom" -I"../hpl/slcd" -I"../hpl/systick" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"../sleep_manager" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include" -Og -ffunction-sections -mlong-calls -g3 -Wall -mcpu=cortex-m0plus -c -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<" + @echo Finished building: $< + + +hal/src/hal_calendar.o: ../hal/src/hal_calendar.c + @echo Building file: $< + @echo Invoking: ARM/GNU C Compiler : 6.3.1 + $(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAML22J18A__ -DDEBUG -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/rtc" -I"../hpl/sercom" -I"../hpl/slcd" -I"../hpl/systick" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"../sleep_manager" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include" -Og -ffunction-sections -mlong-calls -g3 -Wall -mcpu=cortex-m0plus -c -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<" + @echo Finished building: $< + + +hal/src/hal_delay.o: ../hal/src/hal_delay.c + @echo Building file: $< + @echo Invoking: ARM/GNU C Compiler : 6.3.1 + $(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAML22J18A__ -DDEBUG -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/rtc" -I"../hpl/sercom" -I"../hpl/slcd" -I"../hpl/systick" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"../sleep_manager" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include" -Og -ffunction-sections -mlong-calls -g3 -Wall -mcpu=cortex-m0plus -c -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<" + @echo Finished building: $< + + +hal/src/hal_ext_irq.o: ../hal/src/hal_ext_irq.c + @echo Building file: $< + @echo Invoking: ARM/GNU C Compiler : 6.3.1 + $(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAML22J18A__ -DDEBUG -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/rtc" -I"../hpl/sercom" -I"../hpl/slcd" -I"../hpl/systick" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"../sleep_manager" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include" -Og -ffunction-sections -mlong-calls -g3 -Wall -mcpu=cortex-m0plus -c -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<" + @echo Finished building: $< + + +hal/src/hal_gpio.o: ../hal/src/hal_gpio.c + @echo Building file: $< + @echo Invoking: ARM/GNU C Compiler : 6.3.1 + $(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAML22J18A__ -DDEBUG -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/rtc" -I"../hpl/sercom" -I"../hpl/slcd" -I"../hpl/systick" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"../sleep_manager" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include" -Og -ffunction-sections -mlong-calls -g3 -Wall -mcpu=cortex-m0plus -c -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<" + @echo Finished building: $< + + +hal/src/hal_i2c_m_sync.o: ../hal/src/hal_i2c_m_sync.c + @echo Building file: $< + @echo Invoking: ARM/GNU C Compiler : 6.3.1 + $(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAML22J18A__ -DDEBUG -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/rtc" -I"../hpl/sercom" -I"../hpl/slcd" -I"../hpl/systick" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"../sleep_manager" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include" -Og -ffunction-sections -mlong-calls -g3 -Wall -mcpu=cortex-m0plus -c -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<" + @echo Finished building: $< + + +hal/src/hal_init.o: ../hal/src/hal_init.c + @echo Building file: $< + @echo Invoking: ARM/GNU C Compiler : 6.3.1 + $(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAML22J18A__ -DDEBUG -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/rtc" -I"../hpl/sercom" -I"../hpl/slcd" -I"../hpl/systick" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"../sleep_manager" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include" -Og -ffunction-sections -mlong-calls -g3 -Wall -mcpu=cortex-m0plus -c -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<" + @echo Finished building: $< + + +hal/src/hal_io.o: ../hal/src/hal_io.c + @echo Building file: $< + @echo Invoking: ARM/GNU C Compiler : 6.3.1 + $(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAML22J18A__ -DDEBUG -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/rtc" -I"../hpl/sercom" -I"../hpl/slcd" -I"../hpl/systick" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"../sleep_manager" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include" -Og -ffunction-sections -mlong-calls -g3 -Wall -mcpu=cortex-m0plus -c -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<" + @echo Finished building: $< + + +hal/src/hal_pwm.o: ../hal/src/hal_pwm.c + @echo Building file: $< + @echo Invoking: ARM/GNU C Compiler : 6.3.1 + $(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAML22J18A__ -DDEBUG -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/rtc" -I"../hpl/sercom" -I"../hpl/slcd" -I"../hpl/systick" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"../sleep_manager" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include" -Og -ffunction-sections -mlong-calls -g3 -Wall -mcpu=cortex-m0plus -c -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<" + @echo Finished building: $< + + +hal/src/hal_slcd_sync.o: ../hal/src/hal_slcd_sync.c + @echo Building file: $< + @echo Invoking: ARM/GNU C Compiler : 6.3.1 + $(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAML22J18A__ -DDEBUG -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/rtc" -I"../hpl/sercom" -I"../hpl/slcd" -I"../hpl/systick" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"../sleep_manager" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include" -Og -ffunction-sections -mlong-calls -g3 -Wall -mcpu=cortex-m0plus -c -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<" + @echo Finished building: $< + + +hal/src/hal_sleep.o: ../hal/src/hal_sleep.c + @echo Building file: $< + @echo Invoking: ARM/GNU C Compiler : 6.3.1 + $(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAML22J18A__ -DDEBUG -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/rtc" -I"../hpl/sercom" -I"../hpl/slcd" -I"../hpl/systick" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"../sleep_manager" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include" -Og -ffunction-sections -mlong-calls -g3 -Wall -mcpu=cortex-m0plus -c -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<" + @echo Finished building: $< + + +hal/utils/src/utils_assert.o: ../hal/utils/src/utils_assert.c + @echo Building file: $< + @echo Invoking: ARM/GNU C Compiler : 6.3.1 + $(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAML22J18A__ -DDEBUG -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/rtc" -I"../hpl/sercom" -I"../hpl/slcd" -I"../hpl/systick" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"../sleep_manager" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include" -Og -ffunction-sections -mlong-calls -g3 -Wall -mcpu=cortex-m0plus -c -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<" + @echo Finished building: $< + + +hal/utils/src/utils_event.o: ../hal/utils/src/utils_event.c + @echo Building file: $< + @echo Invoking: ARM/GNU C Compiler : 6.3.1 + $(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAML22J18A__ -DDEBUG -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/rtc" -I"../hpl/sercom" -I"../hpl/slcd" -I"../hpl/systick" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"../sleep_manager" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include" -Og -ffunction-sections -mlong-calls -g3 -Wall -mcpu=cortex-m0plus -c -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<" + @echo Finished building: $< + + +hal/utils/src/utils_list.o: ../hal/utils/src/utils_list.c + @echo Building file: $< + @echo Invoking: ARM/GNU C Compiler : 6.3.1 + $(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAML22J18A__ -DDEBUG -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/rtc" -I"../hpl/sercom" -I"../hpl/slcd" -I"../hpl/systick" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"../sleep_manager" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include" -Og -ffunction-sections -mlong-calls -g3 -Wall -mcpu=cortex-m0plus -c -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<" + @echo Finished building: $< + + +hal/utils/src/utils_syscalls.o: ../hal/utils/src/utils_syscalls.c + @echo Building file: $< + @echo Invoking: ARM/GNU C Compiler : 6.3.1 + $(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAML22J18A__ -DDEBUG -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/rtc" -I"../hpl/sercom" -I"../hpl/slcd" -I"../hpl/systick" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"../sleep_manager" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include" -Og -ffunction-sections -mlong-calls -g3 -Wall -mcpu=cortex-m0plus -c -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<" + @echo Finished building: $< + + +hpl/adc/hpl_adc.o: ../hpl/adc/hpl_adc.c + @echo Building file: $< + @echo Invoking: ARM/GNU C Compiler : 6.3.1 + $(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAML22J18A__ -DDEBUG -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/rtc" -I"../hpl/sercom" -I"../hpl/slcd" -I"../hpl/systick" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"../sleep_manager" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include" -Og -ffunction-sections -mlong-calls -g3 -Wall -mcpu=cortex-m0plus -c -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<" + @echo Finished building: $< + + +hpl/core/hpl_core_m0plus_base.o: ../hpl/core/hpl_core_m0plus_base.c + @echo Building file: $< + @echo Invoking: ARM/GNU C Compiler : 6.3.1 + $(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAML22J18A__ -DDEBUG -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/rtc" -I"../hpl/sercom" -I"../hpl/slcd" -I"../hpl/systick" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"../sleep_manager" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include" -Og -ffunction-sections -mlong-calls -g3 -Wall -mcpu=cortex-m0plus -c -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<" + @echo Finished building: $< + + +hpl/core/hpl_init.o: ../hpl/core/hpl_init.c + @echo Building file: $< + @echo Invoking: ARM/GNU C Compiler : 6.3.1 + $(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAML22J18A__ -DDEBUG -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/rtc" -I"../hpl/sercom" -I"../hpl/slcd" -I"../hpl/systick" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"../sleep_manager" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include" -Og -ffunction-sections -mlong-calls -g3 -Wall -mcpu=cortex-m0plus -c -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<" + @echo Finished building: $< + + +hpl/dmac/hpl_dmac.o: ../hpl/dmac/hpl_dmac.c + @echo Building file: $< + @echo Invoking: ARM/GNU C Compiler : 6.3.1 + $(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAML22J18A__ -DDEBUG -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/rtc" -I"../hpl/sercom" -I"../hpl/slcd" -I"../hpl/systick" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"../sleep_manager" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include" -Og -ffunction-sections -mlong-calls -g3 -Wall -mcpu=cortex-m0plus -c -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<" + @echo Finished building: $< + + +hpl/eic/hpl_eic.o: ../hpl/eic/hpl_eic.c + @echo Building file: $< + @echo Invoking: ARM/GNU C Compiler : 6.3.1 + $(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAML22J18A__ -DDEBUG -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/rtc" -I"../hpl/sercom" -I"../hpl/slcd" -I"../hpl/systick" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"../sleep_manager" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include" -Og -ffunction-sections -mlong-calls -g3 -Wall -mcpu=cortex-m0plus -c -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<" + @echo Finished building: $< + + +hpl/gclk/hpl_gclk.o: ../hpl/gclk/hpl_gclk.c + @echo Building file: $< + @echo Invoking: ARM/GNU C Compiler : 6.3.1 + $(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAML22J18A__ -DDEBUG -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/rtc" -I"../hpl/sercom" -I"../hpl/slcd" -I"../hpl/systick" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"../sleep_manager" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include" -Og -ffunction-sections -mlong-calls -g3 -Wall -mcpu=cortex-m0plus -c -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<" + @echo Finished building: $< + + +hpl/mclk/hpl_mclk.o: ../hpl/mclk/hpl_mclk.c + @echo Building file: $< + @echo Invoking: ARM/GNU C Compiler : 6.3.1 + $(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAML22J18A__ -DDEBUG -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/rtc" -I"../hpl/sercom" -I"../hpl/slcd" -I"../hpl/systick" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"../sleep_manager" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include" -Og -ffunction-sections -mlong-calls -g3 -Wall -mcpu=cortex-m0plus -c -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<" + @echo Finished building: $< + + +hpl/osc32kctrl/hpl_osc32kctrl.o: ../hpl/osc32kctrl/hpl_osc32kctrl.c + @echo Building file: $< + @echo Invoking: ARM/GNU C Compiler : 6.3.1 + $(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAML22J18A__ -DDEBUG -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/rtc" -I"../hpl/sercom" -I"../hpl/slcd" -I"../hpl/systick" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"../sleep_manager" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include" -Og -ffunction-sections -mlong-calls -g3 -Wall -mcpu=cortex-m0plus -c -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<" + @echo Finished building: $< + + +hpl/oscctrl/hpl_oscctrl.o: ../hpl/oscctrl/hpl_oscctrl.c + @echo Building file: $< + @echo Invoking: ARM/GNU C Compiler : 6.3.1 + $(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAML22J18A__ -DDEBUG -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/rtc" -I"../hpl/sercom" -I"../hpl/slcd" -I"../hpl/systick" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"../sleep_manager" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include" -Og -ffunction-sections -mlong-calls -g3 -Wall -mcpu=cortex-m0plus -c -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<" + @echo Finished building: $< + + +hpl/pm/hpl_pm.o: ../hpl/pm/hpl_pm.c + @echo Building file: $< + @echo Invoking: ARM/GNU C Compiler : 6.3.1 + $(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAML22J18A__ -DDEBUG -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/rtc" -I"../hpl/sercom" -I"../hpl/slcd" -I"../hpl/systick" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"../sleep_manager" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include" -Og -ffunction-sections -mlong-calls -g3 -Wall -mcpu=cortex-m0plus -c -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<" + @echo Finished building: $< + + +hpl/rtc/hpl_rtc.o: ../hpl/rtc/hpl_rtc.c + @echo Building file: $< + @echo Invoking: ARM/GNU C Compiler : 6.3.1 + $(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAML22J18A__ -DDEBUG -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/rtc" -I"../hpl/sercom" -I"../hpl/slcd" -I"../hpl/systick" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"../sleep_manager" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include" -Og -ffunction-sections -mlong-calls -g3 -Wall -mcpu=cortex-m0plus -c -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<" + @echo Finished building: $< + + +hpl/sercom/hpl_sercom.o: ../hpl/sercom/hpl_sercom.c + @echo Building file: $< + @echo Invoking: ARM/GNU C Compiler : 6.3.1 + $(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAML22J18A__ -DDEBUG -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/rtc" -I"../hpl/sercom" -I"../hpl/slcd" -I"../hpl/systick" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"../sleep_manager" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include" -Og -ffunction-sections -mlong-calls -g3 -Wall -mcpu=cortex-m0plus -c -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<" + @echo Finished building: $< + + +hpl/slcd/hpl_slcd.o: ../hpl/slcd/hpl_slcd.c + @echo Building file: $< + @echo Invoking: ARM/GNU C Compiler : 6.3.1 + $(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAML22J18A__ -DDEBUG -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/rtc" -I"../hpl/sercom" -I"../hpl/slcd" -I"../hpl/systick" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"../sleep_manager" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include" -Og -ffunction-sections -mlong-calls -g3 -Wall -mcpu=cortex-m0plus -c -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<" + @echo Finished building: $< + + +hpl/systick/hpl_systick.o: ../hpl/systick/hpl_systick.c + @echo Building file: $< + @echo Invoking: ARM/GNU C Compiler : 6.3.1 + $(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAML22J18A__ -DDEBUG -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/rtc" -I"../hpl/sercom" -I"../hpl/slcd" -I"../hpl/systick" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"../sleep_manager" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include" -Og -ffunction-sections -mlong-calls -g3 -Wall -mcpu=cortex-m0plus -c -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<" + @echo Finished building: $< + + +hpl/tcc/hpl_tcc.o: ../hpl/tcc/hpl_tcc.c + @echo Building file: $< + @echo Invoking: ARM/GNU C Compiler : 6.3.1 + $(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAML22J18A__ -DDEBUG -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/rtc" -I"../hpl/sercom" -I"../hpl/slcd" -I"../hpl/systick" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"../sleep_manager" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include" -Og -ffunction-sections -mlong-calls -g3 -Wall -mcpu=cortex-m0plus -c -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<" + @echo Finished building: $< + + +hpl/tc/hpl_tc.o: ../hpl/tc/hpl_tc.c + @echo Building file: $< + @echo Invoking: ARM/GNU C Compiler : 6.3.1 + $(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAML22J18A__ -DDEBUG -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/rtc" -I"../hpl/sercom" -I"../hpl/slcd" -I"../hpl/systick" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"../sleep_manager" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include" -Og -ffunction-sections -mlong-calls -g3 -Wall -mcpu=cortex-m0plus -c -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<" + @echo Finished building: $< + + +./main.o: .././main.c + @echo Building file: $< + @echo Invoking: ARM/GNU C Compiler : 6.3.1 + $(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAML22J18A__ -DDEBUG -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/rtc" -I"../hpl/sercom" -I"../hpl/slcd" -I"../hpl/systick" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"../sleep_manager" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include" -Og -ffunction-sections -mlong-calls -g3 -Wall -mcpu=cortex-m0plus -c -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<" + @echo Finished building: $< + + +sleep_manager/sleep_manager.o: ../sleep_manager/sleep_manager.c + @echo Building file: $< + @echo Invoking: ARM/GNU C Compiler : 6.3.1 + $(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAML22J18A__ -DDEBUG -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/rtc" -I"../hpl/sercom" -I"../hpl/slcd" -I"../hpl/systick" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"../sleep_manager" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include" -Og -ffunction-sections -mlong-calls -g3 -Wall -mcpu=cortex-m0plus -c -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<" + @echo Finished building: $< + + +./sleep_manager_main.o: .././sleep_manager_main.c + @echo Building file: $< + @echo Invoking: ARM/GNU C Compiler : 6.3.1 + $(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAML22J18A__ -DDEBUG -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/rtc" -I"../hpl/sercom" -I"../hpl/slcd" -I"../hpl/systick" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"../sleep_manager" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include" -Og -ffunction-sections -mlong-calls -g3 -Wall -mcpu=cortex-m0plus -c -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<" + @echo Finished building: $< + + +watch-library/watch.o: ../watch-library/watch.c + @echo Building file: $< + @echo Invoking: ARM/GNU C Compiler : 6.3.1 + $(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAML22J18A__ -DDEBUG -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/rtc" -I"../hpl/sercom" -I"../hpl/slcd" -I"../hpl/systick" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"../sleep_manager" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include" -Og -ffunction-sections -mlong-calls -g3 -Wall -mcpu=cortex-m0plus -c -std=gnu99 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<" + @echo Finished building: $< + + + + + +# AVR32/GNU Preprocessing Assembler + + + +# AVR32/GNU Assembler + + + + +ifneq ($(MAKECMDGOALS),clean) +ifneq ($(strip $(C_DEPS)),) +-include $(C_DEPS) +endif +endif + +# Add inputs and outputs from these tool invocations to the build variables + +# All Target +all: $(OUTPUT_FILE_PATH) $(ADDITIONAL_DEPENDENCIES) + +$(OUTPUT_FILE_PATH): $(OBJS) $(USER_OBJS) $(OUTPUT_FILE_DEP) $(LIB_DEP) $(LINKER_SCRIPT_DEP) + @echo Building target: $@ + @echo Invoking: ARM/GNU Linker : 6.3.1 + $(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -o$(OUTPUT_FILE_PATH_AS_ARGS) $(OBJS_AS_ARGS) $(USER_OBJS) $(LIBS) -mthumb -Wl,-Map="My Project.map" --specs=nano.specs -Wl,--start-group -lm -Wl,--end-group -L"..\\Device_Startup" -Wl,--gc-sections -mcpu=cortex-m0plus -Tsaml22j18a_flash.ld + @echo Finished building target: $@ + "C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-objcopy.exe" -O binary "My Project.elf" "My Project.bin" + "C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-objcopy.exe" -O ihex -R .eeprom -R .fuse -R .lock -R .signature "My Project.elf" "My Project.hex" + "C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-objcopy.exe" -j .eeprom --set-section-flags=.eeprom=alloc,load --change-section-lma .eeprom=0 --no-change-warnings -O binary "My Project.elf" "My Project.eep" || exit 0 + "C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-objdump.exe" -h -S "My Project.elf" > "My Project.lss" + "C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-objcopy.exe" -O srec -R .eeprom -R .fuse -R .lock -R .signature "My Project.elf" "My Project.srec" + "C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-size.exe" "My Project.elf" + + + + + + + +# Other Targets +clean: + -$(RM) $(OBJS_AS_ARGS) $(EXECUTABLES) + -$(RM) $(C_DEPS_AS_ARGS) + rm -rf "My Project.elf" "My Project.a" "My Project.hex" "My Project.bin" "My Project.lss" "My Project.eep" "My Project.map" "My Project.srec" + \ No newline at end of file diff --git a/Smol Watch Project/My Project/Debug/My Project.bin b/Smol Watch Project/My Project/Debug/My Project.bin new file mode 100644 index 00000000..bbfb5682 Binary files /dev/null and b/Smol Watch Project/My Project/Debug/My Project.bin differ diff --git a/Smol Watch Project/My Project/Debug/My Project.eep b/Smol Watch Project/My Project/Debug/My Project.eep new file mode 100644 index 00000000..e69de29b diff --git a/Smol Watch Project/My Project/Debug/My Project.elf b/Smol Watch Project/My Project/Debug/My Project.elf new file mode 100644 index 00000000..14870a6f Binary files /dev/null and b/Smol Watch Project/My Project/Debug/My Project.elf differ diff --git a/Smol Watch Project/My Project/Debug/My Project.hex b/Smol Watch Project/My Project/Debug/My Project.hex new file mode 100644 index 00000000..06e00b46 --- /dev/null +++ b/Smol Watch Project/My Project/Debug/My Project.hex @@ -0,0 +1,537 @@ +:1000000020210020210100001D0100001D01000031 +:1000100000000000000000000000000000000000E0 +:100020000000000000000000000000001D010000B2 +:1000300000000000000000001D0100001D01000084 +:100040001D0100001D010000890E0000350C00009C +:100050001D0100001D0100001D0100001D01000028 +:100060001D0100001D0100001D0100001D01000018 +:100070001D0100000000000000000000AD150000A0 +:100080001D0100001D0100001D010000E519000018 +:100090001D0100001D0100001D0100001D010000E8 +:1000A0001D0100001D01000010B5064C2378002B37 +:1000B00007D1054B002B02D0044800E000BF01230C +:1000C000237010BD38000020000000004021000017 +:1000D000084B10B5002B03D00749084800E000BFCB +:1000E00007480368002B00D110BD064B002BFBD046 +:1000F0009847F9E7000000003C0000204021000084 +:10010000402100000000000010B5024B9847024B50 +:10011000984710BD090300008D1B0000FEE700009A +:1001200010B5104A104B9A4209D00F4B0D4A03E00C +:1001300011681960043304320C498B42F8D30C4B1C +:1001400002E000221A6004330A4A9342F9D30A4AB1 +:10015000FF210A4B8B439360094B9847094B984703 +:10016000FEE7C046402100000000002038000020CB +:10017000380000201C01002000ED00E0000000001D +:10018000B11E0000F9190000034A516980239B0049 +:100190000B4353617047C0460008004010B5034B45 +:1001A000984703490348044B984710BD8901000054 +:1001B00000240040B4000020B506000070B5134BC9 +:1001C000DE20195C042291431954195C0125A943CE +:1001D00001242143C9B219541F38195C0F26B143B9 +:1001E00002263143C9B21954DF215E5C96435E5446 +:1001F0005A5CAA432243D2B25A541A5CD0390A40FC +:1002000020210A43D2B21A5470BDC046006000419A +:10021000064B4021C42299500331083A9950044AB0 +:10022000D3693F390B43D3617047C046001C00407F +:100230000008004010B5044B984704490448054B9A +:100240009847054B984710BD110200000008004276 +:10025000F8000020A9080000BD01000010B5024808 +:10026000024B984710BDC04610E000E02D0800008A +:1002700030B50F4B5422995C0125A9430124214339 +:10028000C9B299543A20195C453A9143042211436A +:10029000C9B2195455215A5CAA432243D2B25A54C6 +:1002A0001A5C46390A4040210A43D2B21A5430BD82 +:1002B00000600041054AD16980231B010B43D361D3 +:1002C0004021E023024AD1507047C0460008004058 +:1002D000001C004010B5064B9847064B9847064B4C +:1002E0009847020005490648064B984710BDC0468E +:1002F000B502000071020000D9190000002C004274 +:100300009000002099090000F0B5C64600B51C4BCE +:100310009847C022D205042454601A4B1A499962A6 +:100320001A49996254604220195C04252943C9B2D4 +:10033000195454611C5C01218C431C549427D151E5 +:10034000882691516630124C1C50C0242406A046C9 +:100350001C50C024A4461C5D8C4365465C55082493 +:10036000D45194510B4A1A5042461A501B301A5C11 +:100370008A431A54084B984704BC9046F0BDC046C7 +:100380003D0B00000060004104000240000002C07C +:1003900001000040080000405D020000830701D119 +:1003A000012070470020FCE710B50C0080B2104B14 +:1003B000984700280BD00C2C03D8A4000D4B1B59D8 +:1003C0009F46002010E00C480EE00C480CE00C2C7E +:1003D00003D8A4000A4B1B599F46002004E009489B +:1003E00002E0064800E0084810BD0748FCE7C046A8 +:1003F0009D030000F81E0000803B2600008D2700B2 +:100400002C1F000000EA240080DE2800F0B5C6465C +:1004100000B50C009046866904E01F4B9C4209D34E +:10042000E41A0136B7B238001C4B98470028F4D0C4 +:100430001B4BF3E70125290030001A4B98478442F3 +:1004400003D3241A0135EDB2F5E70121164B9C4286 +:1004500005D9164B9C4664440131C9B2F6E7002227 +:10046000134B9C4205D9134B9C4664440132D2B2D3 +:10047000F6E700233B2C03D93C3C0133DBB2F9E720 +:100480004046C7804571017182704370047000203E +:1004900004BC9046F0BDC0468033E1019D030000DE +:1004A0000085E201A90300007F51010080AEFEFF3C +:1004B0000F0E0000F0F1FFFFF0B5DE4657464E4646 +:1004C0004546E0B583B0CB880093DEB28369994698 +:1004D0006A4613711379F61AF6B24F790B799A4678 +:1004E0008B7898464B789B460B7801930025002427 +:1004F00003E01A4B9C4664440135B5420AD24B4690 +:10050000581980B2164B98470028F2D0154B9C46DC +:100510006444F1E7012505E0E9B20098124B9847E1 +:1005200024180135BD42F7D35346013B0F485843C9 +:100530002418E12000014346584320185B461B0164 +:100540005A469B1A9C000019019B9C46604403B0CC +:100550003CBC90469946A246AB46F0BD8033E101D3 +:100560009D0300000085E201A90300008051010005 +:1005700070B50C00D068CD680B7C052B06D89B00AD +:100580001549CB589F46A84200D33C35E56070BD65 +:10059000A842FBD3E1231B019C466544F6E7A84231 +:1005A000F4D30E4B9C466544F0E7A842EED3508945 +:1005B000517A0B4B98472D18E8E7A842E6D35089AB +:1005C000084B9847002803D1074B9C466544DDE75C +:1005D000064B9C466544D9E7601F0000805101002E +:1005E000A90300009D0300008033E1010085E201C2 +:1005F00070B586B005000C00294B9847060001AA8B +:1006000001002800274B98470396237C052B12D81E +:100610009B00254AD3589F466B465B8963816B4696 +:100620005B7A63726B461B7A23726B469B79A3716C +:100630006B465B796371261D310028001B4B984780 +:10064000E0606A4621002800194B9847E1683200B3 +:100650002800144B984706B070BD6B465B896381D8 +:100660006B465B7A63726B461B7A23726B469B798F +:10067000A371E0E76B465B8963816B465B7A6372CB +:100680006B461B7A2372D6E76B465B8963816B46A8 +:100690005B7A6372CFE76B465B896381CBE7C046C9 +:1006A000550E00000D040000781F0000B904000082 +:1006B0007105000070B504000D00431E9841C0B2E2 +:1006C000E022520009490A4B98472368AB4208D000 +:1006D000002B08D125602000064B9847064BA361EC +:1006E00070BD0020FCE712204042F9E7901F000097 +:1006F000690A0000490D0000B207000010B50400AF +:10070000431E9841C0B2E622FF320449044B984789 +:100710002000044B9847002010BDC046901F0000E9 +:10072000690A0000D90D000030B583B004000D0047 +:10073000431E9841C0B2832292000E490E4B984747 +:1007400020000E4B984701006A4620000C4B98474A +:100750002B786A4613706B785370AB789370694648 +:100760002000084B984701002000074B98470020C5 +:1007700003B030BD901F0000690A0000550E000054 +:100780000D040000B90400001D0E000030B583B058 +:1007900004000D00431E9841C0B2892292000E4908 +:1007A0000E4B984720000E4B984701006A462000E8 +:1007B0000C4B98472B786A4613716B7853716B8892 +:1007C000D38069462000084B984701002000074B62 +:1007D0009847002003B030BD901F0000690A000058 +:1007E000550E00000D040000B90400001D0E0000AD +:1007F00070B504000D00431E9841C0B2064A074977 +:10080000074B98472000074B984701002A0020001B +:10081000054B9847002070BD3B020000901F000070 +:10082000690A0000550E00000D04000010B5024BCF +:100830001860024B984710BD54000020711500004D +:1008400010B584B01438848B01AB1C801400029264 +:10085000064A5A8003911900054B9847002802D197 +:10086000200004B010BD0400FAE7C0460080FFFF7E +:10087000E112000010B584B01438848B01AB1C80E9 +:1008800014000292064A5A8003911900054B9847BA +:10089000002802D1200004B010BD0400FAE7C046D1 +:1008A0000180FFFFE112000070B504000D00431E3F +:1008B0009841C0B25E220749074B984729002000A3 +:1008C000064B9847002803D1054BA361054B636194 +:1008D00070BDC046AC1F0000690A00003112000064 +:1008E000750800004108000010B5014B984710BD85 +:1008F000611200008905890D8023DB001A400A433C +:100900008283100070471430086000207047000098 +:1009100070B504000D00160000280ED000290AD082 +:10092000012034220649074B9847236832002900EA +:100930002000984770BD0020F3E70020F1E7C04693 +:10094000C81F0000690A000070B504000D00160001 +:1009500000280ED000290AD001203D220649074B6D +:1009600098476368320029002000984770BD002036 +:10097000F3E70020F1E7C046C81F0000690A000045 +:1009800010B54369002B00D0984710BD10B583699E +:10099000002B00D0984710BD70B504000D00160064 +:1009A000002815D0002915D0002A0FD001203322AD +:1009B00009490A4B9847E6613368290020009847A7 +:1009C000074B2360074B6360002070BD0020EEE7FB +:1009D0000020ECE70020EAE7DC1F0000690A0000C5 +:1009E000810900008D09000010B5041E15D0C369EF +:1009F000002B10D001204B220A490B4B9847E3698A +:100A00005B6920009847002809D1E3699B682000B2 +:100A10009847002010BD0020EDE70020EBE71120F3 +:100A20004042F7E7DC1F0000690A000070B50400CF +:100A30000D001600002811D0C369002B0CD0012036 +:100A40007D220749074B9847E3691B69320029005B +:100A500020009847002070BD0020F1E70020EFE75C +:100A6000DC1F0000690A0000002800D100BE7047AA +:100A7000F8B505001700CE0807230B4001249C4061 +:100A8000E4B200281ED0002A1ED007291ED900205B +:100A900031221449144B9847AB191B7923421ED1BC +:100AA00029001248124B9847002811D0AF60AD19A9 +:100AB0002B7923432B710D4B9B191A7914431C710D +:100AC0000020F8BD0020E3E70020E1E70120DFE798 +:100AD00000232B7129000548064B9847E6E70220C2 +:100AE0004042EEE7F41F0000690A000058000020B1 +:100AF000F90A0000110B00000368002B03D08B42A1 +:100B000003D01B68F9E7002070470120FCE70000D4 +:100B100070B504000D00064B984701235840C0B241 +:100B200039220449044B984723682B60256070BD27 +:100B3000F90A000014200000690A000010B5094BF2 +:100B40005A685A600220084B9847084B9847084B50 +:100B50009847084B9847084B98471F20074B9847E2 +:100B600010BDC04600400041E90C0000890C0000A7 +:100B7000AD0C0000790C0000E50C0000410C0000F9 +:100B8000F0B583B0254B5A690192019A5A61244B02 +:100B90001868431E9841C0B2DA222249224B984776 +:100BA00001256D422FE0DB00204AD3185D686B1CE5 +:100BB00003D01B4B1B68280098470122A240019BD1 +:100BC0009343019301981A4B9847013844B2631C30 +:100BD00014D00326002001E00139CEB2B042E6D89D +:100BE00033185B10D9B2FF221340DF000F4ABA5C02 +:100BF000A242D8D0F0DA0131C8B2EFE7074B5A6908 +:100C00000192019A5A61019B002B05D00198084B73 +:100C10009847013844B2DAE703B0F0BD002800403D +:100C2000600000204C200000690A00003420000011 +:100C30005D1E000010B5014B984710BD810B0000F0 +:100C4000C30707D5094A0A4B1A62094B5B687D2224 +:100C50001A42FAD1030707D5064A054BDA62044B5C +:100C60005B687D221A42FAD17047C0460501010037 +:100C7000001C004004230100024B08229A71073A2D +:100C80001A71704700080040074A9E239382002390 +:100C90009375D375D3691B0A1B02F82149010B40D8 +:100CA000D3610423137470470014004082220C4B5C +:100CB0001A7538230A4AD35C9B07FAD4084BDB68C1 +:100CC000DB06FBD5064A137D802149420B43DBB28C +:100CD00013753823024AD25C2A3B1A42F9D1704775 +:100CE0000010004070470000094B9B78032213401E +:100CF00098420CD0064AFF239371937803218B43CB +:100D0000084018439070024B9B79002BFBD0704732 +:100D10000004004010B504000268918953890B401B +:100D2000DA0502D45B0407D410BD436898472368F2 +:100D3000802252009A81F7E78368984723688022CF +:100D4000D2019A81F0E7000010B5041E37D0036885 +:100D5000002B32D001202F221A491B4B98471B4BE6 +:100D60001C6021680A691A4B1A42FBD10B889B0749 +:100D70000BD50B88022293430B800A69144B1A424D +:100D8000FBD1226813699B07FCD4226813880121D8 +:100D90000B439BB213801369DB07FCD423681A69E9 +:100DA000D207FCD40B4A1A801969094A1142FBD1B7 +:100DB000236800221A66002010BD0020CBE7002027 +:100DC000C9E7C04664200000690A000064000020F2 +:100DD00003800000008BFFFF10B5041E15D00368D0 +:100DE000002B10D00120732209490A4B9847216833 +:100DF0000B88022213439BB20B800A69064B1A42EE +:100E0000FBD1002010BD0020EDE70020EBE7C0463D +:100E100064200000690A00000380000070B504002F +:100E20000D00002810D00368002B0BD001208B226E +:100E30000649074B98472268956113691B07FCD444 +:100E4000002070BD0020F2E70020F0E764200000E1 +:100E5000690A000010B5041E0FD00368002B0AD0E9 +:100E6000012097220649074B9847226813691B0700 +:100E7000FCD4906910BD0020F3E70020F1E7C046E4 +:100E800064200000690A000010B5024B1868024B8C +:100E9000984710BD64000020150D0000024B9C46D1 +:100EA0006044800AC0B2704700FCFFBD10B50D4B16 +:100EB00098470023002B08D0E62292000A49002020 +:100EC0000A4B98470120404210BD5A00D218D10069 +:100ED000074A5218127D904202D00133DBB2E9E793 +:100EE00058B2F1E79D0E0000CC200000690A000016 +:100EF0007C20000070B505000C0008002D4B9847C1 +:100F0000C0B2E369DB071DD443001B18DA002A4B8B +:100F10009B189A691C231A40E3699B07FCD123683C +:100F20009B0709D5236802218B432360E3699B0754 +:100F3000FCD1E3699B07FCD4012313432360E369DD +:100F40009B07FCD1E369DB07FCD443001B18DA00E4 +:100F5000194B9B189B692360E3699B07FCD14300F5 +:100F60001B18DA00144B9B18DB696360E3695B07AD +:100F7000FCD442001218D1000F4B5B181A6AE260D1 +:100F8000DA7E03231A40AA81023B93429B415B42D3 +:100F9000626A0A490A409B0313436362E3695B0781 +:100FA000FCD443001818C200034B9B18DB8CEB8168 +:100FB000002070BDAD0E00007C200000FFBFFFFFD1 +:100FC00070B5050004692368DB0E01261E40431E30 +:100FD0009841C0B28E4A8F498F4B98476B68012B5E +:100FE0004DD063688D4A13406360E3695B07FCD4AE +:100FF0002B885A054ED56A88D20704D56A88802185 +:10100000C9000A436A805B00854A1A40E3695B07AE +:10101000FCD4636A8021C9010B4013438022120271 +:1010200013436362E3695B07FCD42E697D4A337E18 +:10103000DBB21800511E002A02D00A009B07F6D02E +:101040002368DB0E01221A40E3695B07FCD4638B43 +:101050009BB2C10700D48FE09A072FD501222276D8 +:101060006A88802149010A436A806A886E490A4079 +:101070006A80DB0700D4C6E005204042A2E0002ED3 +:10108000AFD062688023DB0213436360E3695B07D0 +:10109000FCD4ADE75B00FF2213406A8801210A40BF +:1010A0001A43E3695B07FCD4636A8021C9010B40E2 +:1010B00013436362E3695B07FCD4B6E75B071BD4A9 +:1010C0006B885B0534D52A881212520006231A4019 +:1010D000E3695B07FCD4636A8021C9010B401343B9 +:1010E000F12213436362E3695B07FCD46B884F4AC8 +:1010F00013406B80002065E06B68002B04DD6B887B +:101100008022520113436B806B881BB2002B06DBDD +:101110006B88454A13406B800220404252E062686F +:10112000C0239B0213436360E3695B07FCD4EFE7D2 +:101130006868002811D16B881BB2002B04DB6B8818 +:10114000394A13406B803DE06268C0239B02134321 +:101150006360E3695B07FCD4F1E7AB681A78282386 +:10116000E254E3695B07FCD4AB680133AB606B68A6 +:10117000013B6B60002025E0810747D569680029A5 +:101180003CD05B073AD401396960002901D1002ABB +:101190001BD0012917D06B68002B07D16B881BB2BD +:1011A000002B1BDB6B88204A13406B80AA68531C02 +:1011B000AB60E3695B07FCD42823E35C1370022374 +:1011C0002376002070BD002AE5D062688023DB0210 +:1011D00013436360E3695B07FCD4DCE76368124A8E +:1011E00013406360E3695B07FCD46268C0239B0221 +:1011F00013436360E3695B07FCD4D3E702232376E0 +:1012000002204042DEE704204042DBE70020D9E72D +:1012100094050000CC200000690A0000FFFFFBFFDE +:10122000FE070000FFFF0000FFFEFFFFFFFBFFFFC8 +:1012300070B504000D00431E9841C0B2044A054930 +:10124000054B9847256129002000044B984770BD45 +:1012500007050000CC200000690A0000F50E000020 +:1012600070B50400194D431E9841C0B2184A2900B8 +:10127000184EB04724692000431E9841C0B2164A58 +:101280002900B0472368022213432360E3699B07C8 +:10129000FCD104201149E3695B07FCD4628B12097D +:1012A00003231340012B0BD001390029F3DC013853 +:1012B000002807D010236383E3695B07FCD4E9E7C8 +:1012C000002070BD06204042FBE7C046CC20000055 +:1012D00024050000690A0000F4050000FFFF00007B +:1012E000F8B505000E000469431E9841C0B2934A48 +:1012F0009349944FB8472869431E9841C0B2B82219 +:10130000D2008F49B8473000431E9841C0B28E4A80 +:101310008B49B8476B88DB0500D50BE172888023C9 +:101320005B009C461A4372802A00310089C989C239 +:101330006268634613436360E3695B07FCD428007B +:10134000824B9847002800D19DE06B88804A13406B +:101350006B80F8BD05204042A6E073881BB2002BCD +:1013600004DB6B887A4A13406B80F2E76268C02323 +:101370009B0213436360E3695B07FCD4F1E7530707 +:101380001BD46B885B0534D52A88121252000623C1 +:101390001A40E3695B07FCD4636A8021C9010B40F2 +:1013A0001343F12213436362E3695B07FCD46B8848 +:1013B000684A13406B80002065E06B68002B04DDF9 +:1013C0006B888022520113436B806B881BB2002B09 +:1013D00006DB6B885E4A13406B800220404252E07D +:1013E0006268C0239B0213436360E3695B07FCD41C +:1013F000EFE76868002811D16B881BB2002B04DB73 +:101400006B88534A13406B803DE06268C0239B02A7 +:1014100013436360E3695B07FCD4F1E7AB681A78B8 +:101420002823E254E3695B07FCD4AB680133AB606B +:101430006B68013B6B60002025E0BB0778D56B68CB +:10144000002B6DD052076BD4013B6B60002B01D198 +:1014500000294CD0012B48D06B68002B07D16B883A +:101460001BB2002B4CDB6B88394A13406B80AA6897 +:10147000531CAB60E3695B07FCD42823E35C137067 +:101480000223237600206B88DB0500D461E72869FE +:10149000314A037EDBB21F00511E002A00D159E7FA +:1014A0000A009B07F5D00020002800D055E72368EC +:1014B000DB0E01211940E3695B07FCD4628B92B219 +:1014C000FB07BAD5930700D459E7012323766B882D +:1014D000802149010B436B806B881D490B406B8059 +:1014E000D30722D505204042CDE70029B4D0626859 +:1014F0008023DB0213436360E3695B07FCD4ABE743 +:101500006368134A13406360E3695B07FCD4626855 +:10151000C0239B0213436360E3695B07FCD4A2E72B +:101520000223237602204042ADE704204042AAE78E +:101530000020A8E7062040420BE7C046BF05000098 +:10154000CC200000690A0000C1050000C10F0000A6 +:10155000FFFEFFFFFFFBFFFFFFFF0000024B034A00 +:101560005A6005221A60704710E000E0FFFFFF009C +:1015700010B5014B984710BD5D15000070B5050012 +:101580000469E36ADB0705D50123E3620368002BE6 +:1015900000D09847A36A1B0706D50823E3626B684F +:1015A000002B01D02800984770BD000010B5024BF9 +:1015B0001868024B984710BD680000207D15000098 +:1015C0000269136802210B43136013699B07FCD166 +:1015D00070470269136802218B43136013699B07EC +:1015E000FCD17047026913699B07FCD113685B0843 +:1015F00001201840704770B505000469A37ADB0725 +:1016000005D50123A3720368002B00D09847637AA5 +:101610009B0706D50223A3726B68002B01D028001C +:10162000984770BD034B984200D07047024B196039 +:10163000FBE7C046002C00426C00002010B50E4BAA +:101640009C466044800AC3B20020002808D0B02223 +:1016500052000A4900200A4B98470120404210BD21 +:10166000820012189100074A8A5C9A4202D0013027 +:10167000C0B2EAE740B2F2E700E0FFBDE8200000B8 +:10168000690A00000000002070B506000C00080088 +:10169000534B9847050034612369DB0714D4236951 +:1016A0009B07FCD123689B0709D52368022293433B +:1016B000236023699B07FCD123699B07FCD401238A +:1016C000236023699B07FCD12369DB07FCD4AB00B3 +:1016D0005B199A00434B9B185B68236023699B0747 +:1016E000FCD1AA00521991003E4B5B189A7AE27322 +:1016F0001A89E280032222735A680C231340082BB4 +:1017000054D0002B66D1AB005B199A00354B9B1867 +:101710009B89A3832369C0221A42FBD1AB005B19CA +:101720009A00304B9B181B8AE3832369C0221A421C +:10173000FBD1310020002C4B9847AB005B199A007D +:10174000284B9B185B785BB2002B0BDB1F221340EE +:101750001E3A9A401300802224498B50BFF34F8FCA +:10176000BFF36F8FAB005B199A001E4B9B185B7821 +:101770005BB2002B08DB1F2213401E3A9A40130075 +:10178000C022520019498B50AB005D19AA00154BBD +:101790009B185B785BB2002B1FDB1F2213401E3AA5 +:1017A0009A401300114A1360002070BD0D4B5B1866 +:1017B000DB68E3612369C0221A42FBD1AB005B19ED +:1017C0009A00084B9B181B6923622369C0221A42A6 +:1017D000FBD1AEE701204042E7E70020E5E7C04645 +:1017E0003D160000000000202516000000E100E08A +:1017F00070B50E001500046920001B4B984782004D +:1018000012189100194B5B18DE601D615A680C2399 +:101810001340082B16D083001B189A00134B9B18FB +:101820009B89A3832369C0221A42FBD18300181825 +:1018300082000E4B9B181B8AE3832369C0221A4245 +:10184000FBD170BDE6612369C0221A42FBD183003F +:1018500018188200054B9B181B6923622369C0225C +:101860001A42FBD1EDE7C0463D1600000000002003 +:1018700010B5046920000C4B9847830018188200AB +:101880000A4B9B185A680C231340082B06D0236977 +:10189000C0221A42FBD1A08B80B210BD2369C022A6 +:1018A0001A42FBD1E069F8E73D1600000000002075 +:1018B00010B504692000144B984783001818820063 +:1018C000124B9B185A680C231340082B11D0236924 +:1018D000C0221A42FBD1A18B89B22369C0221A42CD +:1018E000FBD1E38B9BB2FA2080005843084B98470A +:1018F00010BD2369C0221A42FBD1E1692369C022CD +:101900001A42FBD1236AEEE73D16000000000020DA +:10191000451D000070B504692000164B984705006E +:10192000C22215490120154B9847A8004019820092 +:10193000134B9B185B785BB2002B0BDB1F22134011 +:101940001E3A9A40130080220E498B50BFF34F8FEE +:10195000BFF36F8F236802229343236023699B07A1 +:10196000FCD123680122134323602369DB07FCD4E5 +:1019700070BDC0463D160000E8200000690A000066 +:101980000000002000E100E070B504000E0015002A +:10199000431E9841C0B21822FF320D490D4B9847A3 +:1019A000002E08D12369002D02D101221A7204E011 +:1019B00001225A7201E0012E00D070BD2369002D72 +:1019C00002D002225A72F8E702221A72F5E7C046E4 +:1019D000E8200000690A0000014814307047C04642 +:1019E0000000002010B5024B1868024B984710BD4C +:1019F0006C000020F715000030B58BB0234B9847E2 +:101A000002AC234BE3800423637119222271A3707B +:101A100000256570257004A81E4B98471E4B9847FB +:101A20001E4B9847029861681D4B984724201D4B18 +:101A3000984710219823C022D205D1501A4B9847BD +:101A40006B46DC1DDD71991DD0230B7001227720C0 +:101A5000164B9847012221007720154B9847237891 +:101A6000602B01D1134B984702AB1C7801E0114B5E +:101A70009847250002AC20000F4B98472478A542D8 +:101A8000F8D0E307F3D40D4B9847F2E709010000C3 +:101A9000E5070000B11B0000B51B0000191C000089 +:101AA000351C0000751C0000B91C0000E51C00007E +:101AB000151D0000051C0000611C0000F11B00004A +:101AC00070B582B00E00002813D1164B1D680CE0D3 +:101AD000737801AC63700123237020006B68984712 +:101AE00032782378134033702D68002DF0D102B086 +:101AF00070BD022804D00128F9D10A4B9C680DE082 +:101B0000084B5C6803E0F0B2636898472468002CD7 +:101B1000F9D1ECE7F0B2636898472468002CF9D15A +:101B2000E5E7C0467000002070B5084E084C0C3444 +:101B3000320001212000074DA8473200002120007B +:101B4000A847320002212000A84770BDC11A00003A +:101B500070000020710A000010B50400431E984177 +:101B6000C0B240220349044B984721000348044B6C +:101B7000984710BDFC200000690A0000700000209A +:101B8000110B0000002303707047000010B5044BD8 +:101B900098470448044B4360044B984710BDC04627 +:101BA000291B000088000020851B0000591B000035 +:101BB0007047000010B5064B9847064C00220649B6 +:101BC0002000064B98472000054B984710BDC046A3 +:101BD000D502000090000020102700002D0A000010 +:101BE000E9090000014B9883D9837047002C00421B +:101BF00010B500210148024B984710BDFFFF0000BF +:101C0000E51B000010B502490020024B984710BDAB +:101C1000FFFF0000E51B000010B5034B9847034889 +:101C2000034B984710BDC0469D010000B400002042 +:101C3000FD06000010B582B000900191054C01A98D +:101C40002000054B984769462000044B984702B096 +:101C500010BDC046B40000208D0700002907000019 +:101C600010B501000148024B984710BDB400002098 +:101C7000F107000070B543091F2404400125290025 +:101C8000A140DA01C020C005101881600E04360C96 +:101C90008020C0053043074EB44662449062090C70 +:101CA000C020000601439162101940300378AB4315 +:101CB000037070BD0060004110B5054B9847054C9E +:101CC00005492000054B98472000054B984710BD5B +:101CD00035020000F800002018010020070900006C +:101CE000E908000070B50C00150080221201010007 +:101CF0000448054B9847054B18682A002100044BFF +:101D0000984770BDF8000020F50800001801002079 +:101D10001109000070B50C001500802212010100AD +:101D20000448054B9847054B18682A002100044BCE +:101D3000984770BDF8000020F50800001801002049 +:101D400049090000002243088B4274D303098B42E7 +:101D50005FD3030A8B4244D3030B8B4228D3030C7B +:101D60008B420DD3FF22090212BA030C8B4202D31D +:101D70001212090265D0030B8B4219D300E0090A45 +:101D8000C30B8B4201D3CB03C01A5241830B8B424E +:101D900001D38B03C01A5241430B8B4201D34B0337 +:101DA000C01A5241030B8B4201D30B03C01A52419C +:101DB000C30A8B4201D3CB02C01A5241830A8B4221 +:101DC00001D38B02C01A5241430A8B4201D34B020A +:101DD000C01A5241030A8B4201D30B02C01A52416E +:101DE000CDD2C3098B4201D3CB01C01A5241830922 +:101DF0008B4201D38B01C01A524143098B4201D35C +:101E00004B01C01A524103098B4201D30B01C01A86 +:101E10005241C3088B4201D3CB00C01A5241830800 +:101E20008B4201D38B00C01A524143088B4201D32D +:101E30004B00C01A5241411A00D20146524110468D +:101E40007047FFE701B5002000F006F802BDC0466C +:101E50000029F7D076E770477047C04610B50023D9 +:101E6000002802D000F004F8431C180010BDC04642 +:101E7000414208401C2101231B04984201D3000C5D +:101E800010391B0A984201D3000A08391B099842ED +:101E900001D30009043902A2105C401A7047C04601 +:101EA0001B1C1D1D1E1E1E1E1F1F1F1F1F1F1F1F51 +:101EB00070B500260C4D0D4C641BA410A64209D130 +:101EC000002600F02DF90A4D0A4C641BA410A6420E +:101ED00005D170BDB300EB5898470136EEE7B3006B +:101EE000EB5898470136F2E72C2100002C21000026 +:101EF0002C21000030210000C2030000E603000096 +:101F0000C6030000E6030000CA030000E603000069 +:101F1000CA030000E6030000E6030000CA03000055 +:101F2000E6030000CA030000E6030000DA03000035 +:101F3000EA030000DE030000EA030000E203000001 +:101F4000EA030000E2030000EA030000EA030000E5 +:101F5000E2030000EA030000E2030000EA030000DD +:101F60008C05000086050000900500009E0500001D +:101F7000AA050000BA050000360600001806000099 +:101F80005A0600007406000088060000960600004D +:101F90002E2E2F68616C2F7372632F68616C5F63E4 +:101FA000616C656E6461722E630000002E2E2F68D6 +:101FB000616C2F7372632F68616C5F6932635F6D50 +:101FC0005F73796E632E63002E2E2F68616C2F7302 +:101FD00072632F68616C5F696F2E63002E2E2F680D +:101FE000616C2F7372632F68616C5F70776D2E6305 +:101FF000000000002E2E2F68616C2F7574696C73C1 +:102000002F7372632F7574696C735F6576656E7478 +:102010002E6300002E2E2F68616C2F7574696C730F +:102020002F7372632F7574696C735F6C6973742E90 +:10203000630000000500000025000000060000000D +:102040001600000007000000170000002E2E2F6869 +:10205000706C2F6569632F68706C5F6569632E63B0 +:10206000000000002E2E2F68706C2F7274632F6892 +:10207000706C5F7274632E6300000000000000004B +:102080000000000000000000000000000000000050 +:102090000100000014002000000100000E0F0000ED +:1020A0000000D70000093D00000000000000000013 +:1020B0000000000000000000000000000000000020 +:1020C0000000000000000000000000002E2E2F681D +:1020D000706C2F736572636F6D2F68706C5F7365C2 +:1020E00072636F6D2E6300002E2E2F68706C2F743C +:1020F000632F68706C5F74632E6300002E2E2F7345 +:102100006C6565705F6D616E616765722F736C657C +:1021100065705F6D616E616765722E63000000001F +:10212000F8B5C046F8BC08BC9E467047D100000018 +:10213000F8B5C046F8BC08BC9E467047A900000030 +:102140000313000000000000000000329F0F000099 +:10215000CF0700008916000015190000C115000006 +:10216000D3150000F1170000E515000071180000FC +:08217000B118000089190000FC +:00000001FF diff --git a/Smol Watch Project/My Project/Debug/My Project.lss b/Smol Watch Project/My Project/Debug/My Project.lss new file mode 100644 index 00000000..b6e56b2d --- /dev/null +++ b/Smol Watch Project/My Project/Debug/My Project.lss @@ -0,0 +1,5931 @@ + +My Project.elf: file format elf32-littlearm + +Sections: +Idx Name Size VMA LMA File off Algn + 0 .text 00002140 00000000 00000000 00010000 2**2 + CONTENTS, ALLOC, LOAD, READONLY, CODE + 1 .relocate 00000038 20000000 00002140 00020000 2**2 + CONTENTS, ALLOC, LOAD, DATA + 2 .bss 000000e4 20000038 00002178 00020038 2**2 + ALLOC + 3 .stack 00002004 2000011c 0000225c 00020038 2**0 + ALLOC + 4 .ARM.attributes 00000028 00000000 00000000 00020038 2**0 + CONTENTS, READONLY + 5 .comment 00000059 00000000 00000000 00020060 2**0 + CONTENTS, READONLY + 6 .debug_info 000315e1 00000000 00000000 000200b9 2**0 + CONTENTS, READONLY, DEBUGGING + 7 .debug_abbrev 00004084 00000000 00000000 0005169a 2**0 + CONTENTS, READONLY, DEBUGGING + 8 .debug_loc 00011a80 00000000 00000000 0005571e 2**0 + CONTENTS, READONLY, DEBUGGING + 9 .debug_aranges 00000d00 00000000 00000000 0006719e 2**0 + CONTENTS, READONLY, DEBUGGING + 10 .debug_ranges 00000d80 00000000 00000000 00067e9e 2**0 + CONTENTS, READONLY, DEBUGGING + 11 .debug_macro 0001de3f 00000000 00000000 00068c1e 2**0 + CONTENTS, READONLY, DEBUGGING + 12 .debug_line 00015702 00000000 00000000 00086a5d 2**0 + CONTENTS, READONLY, DEBUGGING + 13 .debug_str 000912d9 00000000 00000000 0009c15f 2**0 + CONTENTS, READONLY, DEBUGGING + 14 .debug_frame 000020dc 00000000 00000000 0012d438 2**2 + CONTENTS, READONLY, DEBUGGING + +Disassembly of section .text: + +00000000 : + 0: 20 21 00 20 21 01 00 00 1d 01 00 00 1d 01 00 00 !. !........... + ... + 2c: 1d 01 00 00 00 00 00 00 00 00 00 00 1d 01 00 00 ................ + 3c: 1d 01 00 00 1d 01 00 00 1d 01 00 00 89 0e 00 00 ................ + 4c: 35 0c 00 00 1d 01 00 00 1d 01 00 00 1d 01 00 00 5............... + 5c: 1d 01 00 00 1d 01 00 00 1d 01 00 00 1d 01 00 00 ................ + 6c: 1d 01 00 00 1d 01 00 00 00 00 00 00 00 00 00 00 ................ + 7c: ad 15 00 00 1d 01 00 00 1d 01 00 00 1d 01 00 00 ................ + 8c: e5 19 00 00 1d 01 00 00 1d 01 00 00 1d 01 00 00 ................ + 9c: 1d 01 00 00 1d 01 00 00 1d 01 00 00 ............ + +000000a8 <__do_global_dtors_aux>: + a8: b510 push {r4, lr} + aa: 4c06 ldr r4, [pc, #24] ; (c4 <__do_global_dtors_aux+0x1c>) + ac: 7823 ldrb r3, [r4, #0] + ae: 2b00 cmp r3, #0 + b0: d107 bne.n c2 <__do_global_dtors_aux+0x1a> + b2: 4b05 ldr r3, [pc, #20] ; (c8 <__do_global_dtors_aux+0x20>) + b4: 2b00 cmp r3, #0 + b6: d002 beq.n be <__do_global_dtors_aux+0x16> + b8: 4804 ldr r0, [pc, #16] ; (cc <__do_global_dtors_aux+0x24>) + ba: e000 b.n be <__do_global_dtors_aux+0x16> + bc: bf00 nop + be: 2301 movs r3, #1 + c0: 7023 strb r3, [r4, #0] + c2: bd10 pop {r4, pc} + c4: 20000038 .word 0x20000038 + c8: 00000000 .word 0x00000000 + cc: 00002140 .word 0x00002140 + +000000d0 : + d0: 4b08 ldr r3, [pc, #32] ; (f4 ) + d2: b510 push {r4, lr} + d4: 2b00 cmp r3, #0 + d6: d003 beq.n e0 + d8: 4907 ldr r1, [pc, #28] ; (f8 ) + da: 4808 ldr r0, [pc, #32] ; (fc ) + dc: e000 b.n e0 + de: bf00 nop + e0: 4807 ldr r0, [pc, #28] ; (100 ) + e2: 6803 ldr r3, [r0, #0] + e4: 2b00 cmp r3, #0 + e6: d100 bne.n ea + e8: bd10 pop {r4, pc} + ea: 4b06 ldr r3, [pc, #24] ; (104 ) + ec: 2b00 cmp r3, #0 + ee: d0fb beq.n e8 + f0: 4798 blx r3 + f2: e7f9 b.n e8 + f4: 00000000 .word 0x00000000 + f8: 2000003c .word 0x2000003c + fc: 00002140 .word 0x00002140 + 100: 00002140 .word 0x00002140 + 104: 00000000 .word 0x00000000 + +00000108 : + +/** + * Initializes MCU, drivers and middleware in the project + **/ +void atmel_start_init(void) +{ + 108: b510 push {r4, lr} + system_init(); + 10a: 4b02 ldr r3, [pc, #8] ; (114 ) + 10c: 4798 blx r3 + sleep_manager_init(); + 10e: 4b02 ldr r3, [pc, #8] ; (118 ) + 110: 4798 blx r3 +} + 112: bd10 pop {r4, pc} + 114: 00000309 .word 0x00000309 + 118: 00001b8d .word 0x00001b8d + +0000011c : + +/** + * \brief Default interrupt handler for unused IRQs. + */ +void Dummy_Handler(void) +{ + 11c: e7fe b.n 11c + ... + +00000120 : +{ + 120: b510 push {r4, lr} + if (pSrc != pDest) { + 122: 4a10 ldr r2, [pc, #64] ; (164 ) + 124: 4b10 ldr r3, [pc, #64] ; (168 ) + 126: 429a cmp r2, r3 + 128: d009 beq.n 13e + 12a: 4b0f ldr r3, [pc, #60] ; (168 ) + 12c: 4a0d ldr r2, [pc, #52] ; (164 ) + 12e: e003 b.n 138 + *pDest++ = *pSrc++; + 130: 6811 ldr r1, [r2, #0] + 132: 6019 str r1, [r3, #0] + 134: 3304 adds r3, #4 + 136: 3204 adds r2, #4 + for (; pDest < &_erelocate;) { + 138: 490c ldr r1, [pc, #48] ; (16c ) + 13a: 428b cmp r3, r1 + 13c: d3f8 bcc.n 130 + *pDest++ = *pSrc++; + 13e: 4b0c ldr r3, [pc, #48] ; (170 ) + 140: e002 b.n 148 + *pDest++ = 0; + 142: 2200 movs r2, #0 + 144: 601a str r2, [r3, #0] + 146: 3304 adds r3, #4 + for (pDest = &_szero; pDest < &_ezero;) { + 148: 4a0a ldr r2, [pc, #40] ; (174 ) + 14a: 4293 cmp r3, r2 + 14c: d3f9 bcc.n 142 + SCB->VTOR = ((uint32_t) pSrc & SCB_VTOR_TBLOFF_Msk); + 14e: 4a0a ldr r2, [pc, #40] ; (178 ) + 150: 21ff movs r1, #255 ; 0xff + 152: 4b0a ldr r3, [pc, #40] ; (17c ) + 154: 438b bics r3, r1 + 156: 6093 str r3, [r2, #8] + __libc_init_array(); + 158: 4b09 ldr r3, [pc, #36] ; (180 ) + 15a: 4798 blx r3 + main(); + 15c: 4b09 ldr r3, [pc, #36] ; (184 ) + 15e: 4798 blx r3 + 160: e7fe b.n 160 + 162: 46c0 nop ; (mov r8, r8) + 164: 00002140 .word 0x00002140 + 168: 20000000 .word 0x20000000 + 16c: 20000038 .word 0x20000038 + 170: 20000038 .word 0x20000038 + 174: 2000011c .word 0x2000011c + 178: e000ed00 .word 0xe000ed00 + 17c: 00000000 .word 0x00000000 + 180: 00001eb1 .word 0x00001eb1 + 184: 000019f9 .word 0x000019f9 + +00000188 : + uint8_t tmp; + PORT_CRITICAL_SECTION_ENTER(); + tmp = ((Port *)hw)->Group[submodule_index].PINCFG[index].reg; + tmp &= ~PORT_PINCFG_PMUXEN; + tmp |= value << PORT_PINCFG_PMUXEN_Pos; + ((Port *)hw)->Group[submodule_index].PINCFG[index].reg = tmp; + 188: 4a03 ldr r2, [pc, #12] ; (198 ) + tmp = ((Port *)hw)->Group[submodule_index].PMUX[index].reg; + 18a: 6951 ldr r1, [r2, #20] + 18c: 2380 movs r3, #128 ; 0x80 + tmp &= ~PORT_PMUX_PMUXE_Msk; + 18e: 009b lsls r3, r3, #2 + 190: 430b orrs r3, r1 + tmp |= PORT_PMUX_PMUXE(data); + 192: 6153 str r3, [r2, #20] + 194: 4770 bx lr + ((Port *)hw)->Group[submodule_index].PMUX[index].reg = tmp; + 196: 46c0 nop ; (mov r8, r8) + tmp = ((Port *)hw)->Group[submodule_index].PINCFG[index].reg; + 198: 40000800 .word 0x40000800 + +0000019c : + tmp &= ~PORT_PINCFG_PMUXEN; + 19c: b510 push {r4, lr} + tmp |= value << PORT_PINCFG_PMUXEN_Pos; + 19e: 4b03 ldr r3, [pc, #12] ; (1ac ) + 1a0: 4798 blx r3 + ((Port *)hw)->Group[submodule_index].PINCFG[index].reg = tmp; + 1a2: 4903 ldr r1, [pc, #12] ; (1b0 ) + tmp = ((Port *)hw)->Group[submodule_index].PMUX[index].reg; + 1a4: 4803 ldr r0, [pc, #12] ; (1b4 ) + tmp &= ~PORT_PMUX_PMUXO_Msk; + 1a6: 4b04 ldr r3, [pc, #16] ; (1b8 ) + tmp |= PORT_PMUX_PMUXO(data); + 1a8: 4798 blx r3 + 1aa: bd10 pop {r4, pc} + ((Port *)hw)->Group[submodule_index].PMUX[index].reg = tmp; + 1ac: 00000189 .word 0x00000189 + tmp = ((Port *)hw)->Group[submodule_index].PINCFG[index].reg; + 1b0: 40002400 .word 0x40002400 + tmp |= value << PORT_PINCFG_PMUXEN_Pos; + 1b4: 200000b4 .word 0x200000b4 + ((Port *)hw)->Group[submodule_index].PINCFG[index].reg = tmp; + 1b8: 000006b5 .word 0x000006b5 + +000001bc : + tmp = ((Port *)hw)->Group[submodule_index].PMUX[index].reg; + 1bc: b570 push {r4, r5, r6, lr} + tmp &= ~PORT_PMUX_PMUXE_Msk; + 1be: 4b13 ldr r3, [pc, #76] ; (20c ) + 1c0: 20de movs r0, #222 ; 0xde + tmp |= PORT_PMUX_PMUXE(data); + 1c2: 5c19 ldrb r1, [r3, r0] + 1c4: 2204 movs r2, #4 + ((Port *)hw)->Group[submodule_index].PMUX[index].reg = tmp; + 1c6: 4391 bics r1, r2 + tmp = ((Port *)hw)->Group[submodule_index].PINCFG[index].reg; + 1c8: 5419 strb r1, [r3, r0] + 1ca: 5c19 ldrb r1, [r3, r0] + tmp &= ~PORT_PINCFG_PMUXEN; + 1cc: 2501 movs r5, #1 + tmp |= value << PORT_PINCFG_PMUXEN_Pos; + 1ce: 43a9 bics r1, r5 + 1d0: 2401 movs r4, #1 + ((Port *)hw)->Group[submodule_index].PINCFG[index].reg = tmp; + 1d2: 4321 orrs r1, r4 + tmp = ((Port *)hw)->Group[submodule_index].PMUX[index].reg; + 1d4: b2c9 uxtb r1, r1 + tmp &= ~PORT_PMUX_PMUXO_Msk; + 1d6: 5419 strb r1, [r3, r0] + tmp |= PORT_PMUX_PMUXO(data); + 1d8: 381f subs r0, #31 + 1da: 5c19 ldrb r1, [r3, r0] + ((Port *)hw)->Group[submodule_index].PMUX[index].reg = tmp; + 1dc: 260f movs r6, #15 + tmp = ((Port *)hw)->Group[submodule_index].PINCFG[index].reg; + 1de: 43b1 bics r1, r6 + 1e0: 2602 movs r6, #2 + tmp &= ~PORT_PINCFG_PMUXEN; + 1e2: 4331 orrs r1, r6 + tmp |= value << PORT_PINCFG_PMUXEN_Pos; + 1e4: b2c9 uxtb r1, r1 + 1e6: 5419 strb r1, [r3, r0] + ((Port *)hw)->Group[submodule_index].PINCFG[index].reg = tmp; + 1e8: 21df movs r1, #223 ; 0xdf + tmp = ((Port *)hw)->Group[submodule_index].PMUX[index].reg; + 1ea: 5c5e ldrb r6, [r3, r1] + 1ec: 4396 bics r6, r2 + tmp &= ~PORT_PMUX_PMUXE_Msk; + 1ee: 545e strb r6, [r3, r1] + 1f0: 5c5a ldrb r2, [r3, r1] + tmp |= PORT_PMUX_PMUXE(data); + 1f2: 43aa bics r2, r5 + 1f4: 4322 orrs r2, r4 + ((Port *)hw)->Group[submodule_index].PMUX[index].reg = tmp; + 1f6: b2d2 uxtb r2, r2 + tmp = ((Port *)hw)->Group[submodule_index].PINCFG[index].reg; + 1f8: 545a strb r2, [r3, r1] + 1fa: 5c1a ldrb r2, [r3, r0] + tmp &= ~PORT_PINCFG_PMUXEN; + 1fc: 39d0 subs r1, #208 ; 0xd0 + tmp |= value << PORT_PINCFG_PMUXEN_Pos; + 1fe: 400a ands r2, r1 + 200: 2120 movs r1, #32 + ((Port *)hw)->Group[submodule_index].PINCFG[index].reg = tmp; + 202: 430a orrs r2, r1 + tmp = ((Port *)hw)->Group[submodule_index].PMUX[index].reg; + 204: b2d2 uxtb r2, r2 + tmp &= ~PORT_PMUX_PMUXO_Msk; + 206: 541a strb r2, [r3, r0] + tmp |= PORT_PMUX_PMUXO(data); + 208: bd70 pop {r4, r5, r6, pc} + 20a: 46c0 nop ; (mov r8, r8) + ((Port *)hw)->Group[submodule_index].PMUX[index].reg = tmp; + 20c: 41006000 .word 0x41006000 + +00000210 : + tmp = ((Port *)hw)->Group[submodule_index].PINCFG[index].reg; + 210: 4b06 ldr r3, [pc, #24] ; (22c ) + tmp &= ~PORT_PINCFG_PMUXEN; + 212: 2140 movs r1, #64 ; 0x40 + tmp |= value << PORT_PINCFG_PMUXEN_Pos; + 214: 22c4 movs r2, #196 ; 0xc4 + 216: 5099 str r1, [r3, r2] + ((Port *)hw)->Group[submodule_index].PINCFG[index].reg = tmp; + 218: 3103 adds r1, #3 + tmp = ((Port *)hw)->Group[submodule_index].PMUX[index].reg; + 21a: 3a08 subs r2, #8 + 21c: 5099 str r1, [r3, r2] + tmp &= ~PORT_PMUX_PMUXE_Msk; + 21e: 4a04 ldr r2, [pc, #16] ; (230 ) + 220: 69d3 ldr r3, [r2, #28] + tmp |= PORT_PMUX_PMUXE(data); + 222: 393f subs r1, #63 ; 0x3f + 224: 430b orrs r3, r1 + ((Port *)hw)->Group[submodule_index].PMUX[index].reg = tmp; + 226: 61d3 str r3, [r2, #28] + tmp = ((Port *)hw)->Group[submodule_index].PINCFG[index].reg; + 228: 4770 bx lr + 22a: 46c0 nop ; (mov r8, r8) + tmp &= ~PORT_PINCFG_PMUXEN; + 22c: 40001c00 .word 0x40001c00 + tmp |= value << PORT_PINCFG_PMUXEN_Pos; + 230: 40000800 .word 0x40000800 + +00000234 : + tmp = ((Port *)hw)->Group[submodule_index].PMUX[index].reg; + 234: b510 push {r4, lr} + tmp &= ~PORT_PMUX_PMUXO_Msk; + 236: 4b04 ldr r3, [pc, #16] ; (248 ) + tmp |= PORT_PMUX_PMUXO(data); + 238: 4798 blx r3 + 23a: 4904 ldr r1, [pc, #16] ; (24c ) + ((Port *)hw)->Group[submodule_index].PMUX[index].reg = tmp; + 23c: 4804 ldr r0, [pc, #16] ; (250 ) + tmp = ((Port *)hw)->Group[submodule_index].PINCFG[index].reg; + 23e: 4b05 ldr r3, [pc, #20] ; (254 ) + 240: 4798 blx r3 + tmp &= ~PORT_PINCFG_PMUXEN; + 242: 4b05 ldr r3, [pc, #20] ; (258 ) + tmp |= value << PORT_PINCFG_PMUXEN_Pos; + 244: 4798 blx r3 + 246: bd10 pop {r4, pc} + ((Port *)hw)->Group[submodule_index].PINCFG[index].reg = tmp; + 248: 00000211 .word 0x00000211 + tmp = ((Port *)hw)->Group[submodule_index].PMUX[index].reg; + 24c: 42000800 .word 0x42000800 + tmp &= ~PORT_PMUX_PMUXE_Msk; + 250: 200000f8 .word 0x200000f8 + tmp |= PORT_PMUX_PMUXE(data); + 254: 000008a9 .word 0x000008a9 + tmp = ((Port *)hw)->Group[submodule_index].PINCFG[index].reg; + 258: 000001bd .word 0x000001bd + +0000025c : + tmp &= ~PORT_PINCFG_PMUXEN; + 25c: b510 push {r4, lr} + tmp |= value << PORT_PINCFG_PMUXEN_Pos; + 25e: 4802 ldr r0, [pc, #8] ; (268 ) + 260: 4b02 ldr r3, [pc, #8] ; (26c ) + ((Port *)hw)->Group[submodule_index].PINCFG[index].reg = tmp; + 262: 4798 blx r3 + tmp = ((Port *)hw)->Group[submodule_index].PMUX[index].reg; + 264: bd10 pop {r4, pc} + tmp &= ~PORT_PMUX_PMUXO_Msk; + 266: 46c0 nop ; (mov r8, r8) + tmp |= PORT_PMUX_PMUXO(data); + 268: e000e010 .word 0xe000e010 + ((Port *)hw)->Group[submodule_index].PMUX[index].reg = tmp; + 26c: 0000082d .word 0x0000082d + +00000270 : + tmp = ((Port *)hw)->Group[submodule_index].PINCFG[index].reg; + 270: b530 push {r4, r5, lr} + tmp &= ~PORT_PINCFG_PMUXEN; + 272: 4b0f ldr r3, [pc, #60] ; (2b0 ) + tmp |= value << PORT_PINCFG_PMUXEN_Pos; + 274: 2254 movs r2, #84 ; 0x54 + 276: 5c99 ldrb r1, [r3, r2] + ((Port *)hw)->Group[submodule_index].PINCFG[index].reg = tmp; + 278: 2501 movs r5, #1 + tmp = ((Port *)hw)->Group[submodule_index].PMUX[index].reg; + 27a: 43a9 bics r1, r5 + 27c: 2401 movs r4, #1 + tmp &= ~PORT_PMUX_PMUXE_Msk; + 27e: 4321 orrs r1, r4 + 280: b2c9 uxtb r1, r1 + 282: 5499 strb r1, [r3, r2] + tmp |= PORT_PMUX_PMUXE(data); + 284: 203a movs r0, #58 ; 0x3a + 286: 5c19 ldrb r1, [r3, r0] + ((Port *)hw)->Group[submodule_index].PMUX[index].reg = tmp; + 288: 3a45 subs r2, #69 ; 0x45 + tmp = ((Port *)hw)->Group[submodule_index].PINCFG[index].reg; + 28a: 4391 bics r1, r2 + 28c: 2204 movs r2, #4 + tmp &= ~PORT_PINCFG_PMUXEN; + 28e: 4311 orrs r1, r2 + tmp |= value << PORT_PINCFG_PMUXEN_Pos; + 290: b2c9 uxtb r1, r1 + 292: 5419 strb r1, [r3, r0] + ((Port *)hw)->Group[submodule_index].PINCFG[index].reg = tmp; + 294: 2155 movs r1, #85 ; 0x55 + tmp = ((Port *)hw)->Group[submodule_index].PMUX[index].reg; + 296: 5c5a ldrb r2, [r3, r1] + tmp &= ~PORT_PMUX_PMUXO_Msk; + 298: 43aa bics r2, r5 + tmp |= PORT_PMUX_PMUXO(data); + 29a: 4322 orrs r2, r4 + 29c: b2d2 uxtb r2, r2 + ((Port *)hw)->Group[submodule_index].PMUX[index].reg = tmp; + 29e: 545a strb r2, [r3, r1] + gpio_set_pin_function(SEG21, PINMUX_PA19B_SLCD_LP35); + + gpio_set_pin_function(SEG22, PINMUX_PB16B_SLCD_LP42); + + gpio_set_pin_function(SEG23, PINMUX_PB17B_SLCD_LP43); +} + 2a0: 5c1a ldrb r2, [r3, r0] + 2a2: 3946 subs r1, #70 ; 0x46 + 2a4: 400a ands r2, r1 + 2a6: 2140 movs r1, #64 ; 0x40 + 2a8: 430a orrs r2, r1 + 2aa: b2d2 uxtb r2, r2 + 2ac: 541a strb r2, [r3, r0] +} + 2ae: bd30 pop {r4, r5, pc} + 2b0: 41006000 .word 0x41006000 + +000002b4 : +} + +static inline void hri_mclk_set_APBCMASK_TC3_bit(const void *const hw) +{ + MCLK_CRITICAL_SECTION_ENTER(); + ((Mclk *)hw)->APBCMASK.reg |= MCLK_APBCMASK_TC3; + 2b4: 4a05 ldr r2, [pc, #20] ; (2cc ) + 2b6: 69d1 ldr r1, [r2, #28] + 2b8: 2380 movs r3, #128 ; 0x80 + 2ba: 011b lsls r3, r3, #4 + 2bc: 430b orrs r3, r1 + 2be: 61d3 str r3, [r2, #28] +} + +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; + 2c0: 2140 movs r1, #64 ; 0x40 + 2c2: 23e0 movs r3, #224 ; 0xe0 + 2c4: 4a02 ldr r2, [pc, #8] ; (2d0 ) + 2c6: 50d1 str r1, [r2, r3] +} + 2c8: 4770 bx lr + 2ca: 46c0 nop ; (mov r8, r8) + 2cc: 40000800 .word 0x40000800 + 2d0: 40001c00 .word 0x40001c00 + +000002d4 : +{ + 2d4: b510 push {r4, lr} + PWM_0_CLOCK_init(); + 2d6: 4b06 ldr r3, [pc, #24] ; (2f0 ) + 2d8: 4798 blx r3 + PWM_0_PORT_init(); + 2da: 4b06 ldr r3, [pc, #24] ; (2f4 ) + 2dc: 4798 blx r3 + pwm_init(&PWM_0, TC3, _tc_get_pwm()); + 2de: 4b06 ldr r3, [pc, #24] ; (2f8 ) + 2e0: 4798 blx r3 + 2e2: 0002 movs r2, r0 + 2e4: 4905 ldr r1, [pc, #20] ; (2fc ) + 2e6: 4806 ldr r0, [pc, #24] ; (300 ) + 2e8: 4b06 ldr r3, [pc, #24] ; (304 ) + 2ea: 4798 blx r3 +} + 2ec: bd10 pop {r4, pc} + 2ee: 46c0 nop ; (mov r8, r8) + 2f0: 000002b5 .word 0x000002b5 + 2f4: 00000271 .word 0x00000271 + 2f8: 000019d9 .word 0x000019d9 + 2fc: 42002c00 .word 0x42002c00 + 300: 20000090 .word 0x20000090 + 304: 00000999 .word 0x00000999 + +00000308 : + slcd_sync_init(&SEGMENT_LCD_0, SLCD); + SEGMENT_LCD_0_PORT_init(); +} + +void system_init(void) +{ + 308: b5f0 push {r4, r5, r6, r7, lr} + 30a: 46c6 mov lr, r8 + 30c: b500 push {lr} + * Currently the following initialization functions are supported: + * - System clock initialization + */ +static inline void init_mcu(void) +{ + _init_chip(); + 30e: 4b1c ldr r3, [pc, #112] ; (380 ) + 310: 4798 blx r3 + ((Port *)hw)->Group[submodule_index].DIRCLR.reg = mask; + 312: 22c0 movs r2, #192 ; 0xc0 + 314: 05d2 lsls r2, r2, #23 + 316: 2404 movs r4, #4 + 318: 6054 str r4, [r2, #4] + +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; + 31a: 4b1a ldr r3, [pc, #104] ; (384 ) + 31c: 491a ldr r1, [pc, #104] ; (388 ) + 31e: 6299 str r1, [r3, #40] ; 0x28 + 320: 491a ldr r1, [pc, #104] ; (38c ) + 322: 6299 str r1, [r3, #40] ; 0x28 + ((Port *)hw)->Group[submodule_index].DIRCLR.reg = mask; + 324: 6054 str r4, [r2, #4] + ((Port *)hw)->Group[submodule_index].PINCFG[index].reg |= PORT_PINCFG_PULLEN; + 326: 2042 movs r0, #66 ; 0x42 + 328: 5c19 ldrb r1, [r3, r0] + 32a: 2504 movs r5, #4 + 32c: 4329 orrs r1, r5 + 32e: b2c9 uxtb r1, r1 + 330: 5419 strb r1, [r3, r0] + ((Port *)hw)->Group[submodule_index].OUTCLR.reg = mask; + 332: 6154 str r4, [r2, #20] + tmp = ((Port *)hw)->Group[submodule_index].PINCFG[index].reg; + 334: 5c1c ldrb r4, [r3, r0] + tmp &= ~PORT_PINCFG_PMUXEN; + 336: 2101 movs r1, #1 + 338: 438c bics r4, r1 + ((Port *)hw)->Group[submodule_index].PINCFG[index].reg = tmp; + 33a: 541c strb r4, [r3, r0] + ((Port *)hw)->Group[submodule_index].OUTCLR.reg = mask; + 33c: 2794 movs r7, #148 ; 0x94 + 33e: 51d1 str r1, [r2, r7] + ((Port *)hw)->Group[submodule_index].DIRSET.reg = mask; + 340: 2688 movs r6, #136 ; 0x88 + 342: 5191 str r1, [r2, r6] + ((Port *)hw)->Group[submodule_index].WRCONFIG.reg = data; + 344: 3066 adds r0, #102 ; 0x66 + 346: 4c12 ldr r4, [pc, #72] ; (390 ) + 348: 501c str r4, [r3, r0] + 34a: 24c0 movs r4, #192 ; 0xc0 + 34c: 0624 lsls r4, r4, #24 + 34e: 46a0 mov r8, r4 + 350: 501c str r4, [r3, r0] + tmp = ((Port *)hw)->Group[submodule_index].PINCFG[index].reg; + 352: 24c0 movs r4, #192 ; 0xc0 + 354: 46a4 mov ip, r4 + 356: 5d1c ldrb r4, [r3, r4] + tmp &= ~PORT_PINCFG_PMUXEN; + 358: 438c bics r4, r1 + ((Port *)hw)->Group[submodule_index].PINCFG[index].reg = tmp; + 35a: 4665 mov r5, ip + 35c: 555c strb r4, [r3, r5] + ((Port *)hw)->Group[submodule_index].OUTCLR.reg = mask; + 35e: 2408 movs r4, #8 + 360: 51d4 str r4, [r2, r7] + ((Port *)hw)->Group[submodule_index].DIRSET.reg = mask; + 362: 5194 str r4, [r2, r6] + ((Port *)hw)->Group[submodule_index].WRCONFIG.reg = data; + 364: 4a0b ldr r2, [pc, #44] ; (394 ) + 366: 501a str r2, [r3, r0] + 368: 4642 mov r2, r8 + 36a: 501a str r2, [r3, r0] + tmp = ((Port *)hw)->Group[submodule_index].PINCFG[index].reg; + 36c: 301b adds r0, #27 + 36e: 5c1a ldrb r2, [r3, r0] + tmp &= ~PORT_PINCFG_PMUXEN; + 370: 438a bics r2, r1 + ((Port *)hw)->Group[submodule_index].PINCFG[index].reg = tmp; + 372: 541a strb r2, [r3, r0] + // Set pin direction to output + gpio_set_pin_direction(D0, GPIO_DIRECTION_OUT); + + gpio_set_pin_function(D0, GPIO_PIN_FUNCTION_OFF); + + delay_driver_init(); + 374: 4b08 ldr r3, [pc, #32] ; (398 ) + 376: 4798 blx r3 + PWM_0_init(); + + PWM_1_init(); + SEGMENT_LCD_0_init(); +*/ +} + 378: bc04 pop {r2} + 37a: 4690 mov r8, r2 + 37c: bdf0 pop {r4, r5, r6, r7, pc} + 37e: 46c0 nop ; (mov r8, r8) + 380: 00000b3d .word 0x00000b3d + 384: 41006000 .word 0x41006000 + 388: 40020004 .word 0x40020004 + 38c: c0020000 .word 0xc0020000 + 390: 40000001 .word 0x40000001 + 394: 40000008 .word 0x40000008 + 398: 0000025d .word 0x0000025d + +0000039c : + * \retval false not leap year. + * \retval true leap year. + */ +static bool leap_year(uint16_t year) +{ + if (year & 3) { + 39c: 0783 lsls r3, r0, #30 + 39e: d101 bne.n 3a4 + return false; + } else { + return true; + 3a0: 2001 movs r0, #1 + } +} + 3a2: 4770 bx lr + return false; + 3a4: 2000 movs r0, #0 + 3a6: e7fc b.n 3a2 + +000003a8 : + +/** \brief calculate the seconds in specified year/month + * \retval 0 month error. + */ +static uint32_t get_secs_in_month(uint32_t year, uint8_t month) +{ + 3a8: b510 push {r4, lr} + 3aa: 000c movs r4, r1 + uint32_t sec_in_month = 0; + + if (leap_year(year)) { + 3ac: b280 uxth r0, r0 + 3ae: 4b10 ldr r3, [pc, #64] ; (3f0 ) + 3b0: 4798 blx r3 + 3b2: 2800 cmp r0, #0 + 3b4: d00b beq.n 3ce + switch (month) { + 3b6: 2c0c cmp r4, #12 + 3b8: d803 bhi.n 3c2 + 3ba: 00a4 lsls r4, r4, #2 + 3bc: 4b0d ldr r3, [pc, #52] ; (3f4 ) + 3be: 591b ldr r3, [r3, r4] + 3c0: 469f mov pc, r3 + uint32_t sec_in_month = 0; + 3c2: 2000 movs r0, #0 + 3c4: e010 b.n 3e8 + case 10: + case 12: + sec_in_month = SECS_IN_31DAYS; + break; + case 2: + sec_in_month = SECS_IN_29DAYS; + 3c6: 480c ldr r0, [pc, #48] ; (3f8 ) + break; + 3c8: e00e b.n 3e8 + case 4: + case 6: + case 9: + case 11: + sec_in_month = SECS_IN_30DAYS; + 3ca: 480c ldr r0, [pc, #48] ; (3fc ) + break; + 3cc: e00c b.n 3e8 + default: + break; + } + } else { + switch (month) { + 3ce: 2c0c cmp r4, #12 + 3d0: d803 bhi.n 3da + 3d2: 00a4 lsls r4, r4, #2 + 3d4: 4b0a ldr r3, [pc, #40] ; (400 ) + 3d6: 591b ldr r3, [r3, r4] + 3d8: 469f mov pc, r3 + uint32_t sec_in_month = 0; + 3da: 2000 movs r0, #0 + 3dc: e004 b.n 3e8 + case 10: + case 12: + sec_in_month = SECS_IN_31DAYS; + break; + case 2: + sec_in_month = SECS_IN_28DAYS; + 3de: 4809 ldr r0, [pc, #36] ; (404 ) + break; + 3e0: e002 b.n 3e8 + case 4: + case 6: + case 9: + case 11: + sec_in_month = SECS_IN_30DAYS; + 3e2: 4806 ldr r0, [pc, #24] ; (3fc ) + break; + 3e4: e000 b.n 3e8 + sec_in_month = SECS_IN_31DAYS; + 3e6: 4808 ldr r0, [pc, #32] ; (408 ) + break; + } + } + + return sec_in_month; +} + 3e8: bd10 pop {r4, pc} + sec_in_month = SECS_IN_31DAYS; + 3ea: 4807 ldr r0, [pc, #28] ; (408 ) + return sec_in_month; + 3ec: e7fc b.n 3e8 + 3ee: 46c0 nop ; (mov r8, r8) + 3f0: 0000039d .word 0x0000039d + 3f4: 00001ef8 .word 0x00001ef8 + 3f8: 00263b80 .word 0x00263b80 + 3fc: 00278d00 .word 0x00278d00 + 400: 00001f2c .word 0x00001f2c + 404: 0024ea00 .word 0x0024ea00 + 408: 0028de80 .word 0x0028de80 + +0000040c : + +/** \brief convert timestamp to date/time + */ +static int32_t convert_timestamp_to_datetime(struct calendar_descriptor *const calendar, uint32_t ts, + struct calendar_date_time *dt) +{ + 40c: b5f0 push {r4, r5, r6, r7, lr} + 40e: 46c6 mov lr, r8 + 410: b500 push {lr} + 412: 000c movs r4, r1 + 414: 4690 mov r8, r2 + uint32_t tmp, sec_in_year, sec_in_month; + uint32_t tmp_year = calendar->base_year; + 416: 6986 ldr r6, [r0, #24] + 418: e004 b.n 424 + + tmp = ts; + + /* Find year */ + while (true) { + sec_in_year = leap_year(tmp_year) ? SECS_IN_LEAP_YEAR : SECS_IN_NON_LEAP_YEAR; + 41a: 4b1f ldr r3, [pc, #124] ; (498 ) + + if (tmp >= sec_in_year) { + 41c: 429c cmp r4, r3 + 41e: d309 bcc.n 434 + tmp -= sec_in_year; + 420: 1ae4 subs r4, r4, r3 + tmp_year++; + 422: 3601 adds r6, #1 + sec_in_year = leap_year(tmp_year) ? SECS_IN_LEAP_YEAR : SECS_IN_NON_LEAP_YEAR; + 424: b2b7 uxth r7, r6 + 426: 0038 movs r0, r7 + 428: 4b1c ldr r3, [pc, #112] ; (49c ) + 42a: 4798 blx r3 + 42c: 2800 cmp r0, #0 + 42e: d0f4 beq.n 41a + 430: 4b1b ldr r3, [pc, #108] ; (4a0 ) + 432: e7f3 b.n 41c + 434: 2501 movs r5, #1 + break; + } + } + /* Find month of year */ + while (true) { + sec_in_month = get_secs_in_month(tmp_year, tmp_month); + 436: 0029 movs r1, r5 + 438: 0030 movs r0, r6 + 43a: 4b1a ldr r3, [pc, #104] ; (4a4 ) + 43c: 4798 blx r3 + + if (tmp >= sec_in_month) { + 43e: 4284 cmp r4, r0 + 440: d303 bcc.n 44a + tmp -= sec_in_month; + 442: 1a24 subs r4, r4, r0 + tmp_month++; + 444: 3501 adds r5, #1 + 446: b2ed uxtb r5, r5 + sec_in_month = get_secs_in_month(tmp_year, tmp_month); + 448: e7f5 b.n 436 + 44a: 2101 movs r1, #1 + break; + } + } + /* Find day of month */ + while (true) { + if (tmp >= SECS_IN_DAY) { + 44c: 4b16 ldr r3, [pc, #88] ; (4a8 ) + 44e: 429c cmp r4, r3 + 450: d905 bls.n 45e + tmp -= SECS_IN_DAY; + 452: 4b16 ldr r3, [pc, #88] ; (4ac ) + 454: 469c mov ip, r3 + 456: 4464 add r4, ip + tmp_day++; + 458: 3101 adds r1, #1 + 45a: b2c9 uxtb r1, r1 + if (tmp >= SECS_IN_DAY) { + 45c: e7f6 b.n 44c + 45e: 2200 movs r2, #0 + break; + } + } + /* Find hour of day */ + while (true) { + if (tmp >= SECS_IN_HOUR) { + 460: 4b13 ldr r3, [pc, #76] ; (4b0 ) + 462: 429c cmp r4, r3 + 464: d905 bls.n 472 + tmp -= SECS_IN_HOUR; + 466: 4b13 ldr r3, [pc, #76] ; (4b4 ) + 468: 469c mov ip, r3 + 46a: 4464 add r4, ip + tmp_hour++; + 46c: 3201 adds r2, #1 + 46e: b2d2 uxtb r2, r2 + if (tmp >= SECS_IN_HOUR) { + 470: e7f6 b.n 460 + 472: 2300 movs r3, #0 + break; + } + } + /* Find minute in hour */ + while (true) { + if (tmp >= SECS_IN_MINUTE) { + 474: 2c3b cmp r4, #59 ; 0x3b + 476: d903 bls.n 480 + tmp -= SECS_IN_MINUTE; + 478: 3c3c subs r4, #60 ; 0x3c + tmp_minutes++; + 47a: 3301 adds r3, #1 + 47c: b2db uxtb r3, r3 + if (tmp >= SECS_IN_MINUTE) { + 47e: e7f9 b.n 474 + } else { + break; + } + } + + dt->date.year = tmp_year; + 480: 4640 mov r0, r8 + 482: 80c7 strh r7, [r0, #6] + dt->date.month = tmp_month; + 484: 7145 strb r5, [r0, #5] + dt->date.day = tmp_day; + 486: 7101 strb r1, [r0, #4] + dt->time.hour = tmp_hour; + 488: 7082 strb r2, [r0, #2] + dt->time.min = tmp_minutes; + 48a: 7043 strb r3, [r0, #1] + dt->time.sec = tmp; + 48c: 7004 strb r4, [r0, #0] + + return ERR_NONE; +} + 48e: 2000 movs r0, #0 + 490: bc04 pop {r2} + 492: 4690 mov r8, r2 + 494: bdf0 pop {r4, r5, r6, r7, pc} + 496: 46c0 nop ; (mov r8, r8) + 498: 01e13380 .word 0x01e13380 + 49c: 0000039d .word 0x0000039d + 4a0: 01e28500 .word 0x01e28500 + 4a4: 000003a9 .word 0x000003a9 + 4a8: 0001517f .word 0x0001517f + 4ac: fffeae80 .word 0xfffeae80 + 4b0: 00000e0f .word 0x00000e0f + 4b4: fffff1f0 .word 0xfffff1f0 + +000004b8 : + +/** \brief convert date/time to timestamp + * \return timestamp + */ +static uint32_t convert_datetime_to_timestamp(struct calendar_descriptor *const calendar, struct calendar_date_time *dt) +{ + 4b8: b5f0 push {r4, r5, r6, r7, lr} + 4ba: 46de mov lr, fp + 4bc: 4657 mov r7, sl + 4be: 464e mov r6, r9 + 4c0: 4645 mov r5, r8 + 4c2: b5e0 push {r5, r6, r7, lr} + 4c4: b083 sub sp, #12 + uint32_t tmp = 0; + uint32_t i = 0; + uint8_t year, month, day, hour, minutes, seconds; + + year = dt->date.year - calendar->base_year; + 4c6: 88cb ldrh r3, [r1, #6] + 4c8: 9300 str r3, [sp, #0] + 4ca: b2de uxtb r6, r3 + 4cc: 6983 ldr r3, [r0, #24] + 4ce: 4699 mov r9, r3 + 4d0: 466a mov r2, sp + 4d2: 7113 strb r3, [r2, #4] + 4d4: 7913 ldrb r3, [r2, #4] + 4d6: 1af6 subs r6, r6, r3 + 4d8: b2f6 uxtb r6, r6 + month = dt->date.month; + 4da: 794f ldrb r7, [r1, #5] + day = dt->date.day; + 4dc: 790b ldrb r3, [r1, #4] + 4de: 469a mov sl, r3 + hour = dt->time.hour; + 4e0: 788b ldrb r3, [r1, #2] + 4e2: 4698 mov r8, r3 + minutes = dt->time.min; + 4e4: 784b ldrb r3, [r1, #1] + 4e6: 469b mov fp, r3 + seconds = dt->time.sec; + 4e8: 780b ldrb r3, [r1, #0] + 4ea: 9301 str r3, [sp, #4] + + /* tot up year field */ + for (i = 0; i < year; ++i) { + 4ec: 2500 movs r5, #0 + uint32_t tmp = 0; + 4ee: 2400 movs r4, #0 + for (i = 0; i < year; ++i) { + 4f0: e003 b.n 4fa + if (leap_year(calendar->base_year + i)) { + tmp += SECS_IN_LEAP_YEAR; + } else { + tmp += SECS_IN_NON_LEAP_YEAR; + 4f2: 4b1a ldr r3, [pc, #104] ; (55c ) + 4f4: 469c mov ip, r3 + 4f6: 4464 add r4, ip + for (i = 0; i < year; ++i) { + 4f8: 3501 adds r5, #1 + 4fa: 42b5 cmp r5, r6 + 4fc: d20a bcs.n 514 + if (leap_year(calendar->base_year + i)) { + 4fe: 464b mov r3, r9 + 500: 1958 adds r0, r3, r5 + 502: b280 uxth r0, r0 + 504: 4b16 ldr r3, [pc, #88] ; (560 ) + 506: 4798 blx r3 + 508: 2800 cmp r0, #0 + 50a: d0f2 beq.n 4f2 + tmp += SECS_IN_LEAP_YEAR; + 50c: 4b15 ldr r3, [pc, #84] ; (564 ) + 50e: 469c mov ip, r3 + 510: 4464 add r4, ip + 512: e7f1 b.n 4f8 + 514: 2501 movs r5, #1 + 516: e005 b.n 524 + } + } + + /* tot up month field */ + for (i = 1; i < month; ++i) { + tmp += get_secs_in_month(dt->date.year, i); + 518: b2e9 uxtb r1, r5 + 51a: 9800 ldr r0, [sp, #0] + 51c: 4b12 ldr r3, [pc, #72] ; (568 ) + 51e: 4798 blx r3 + 520: 1824 adds r4, r4, r0 + for (i = 1; i < month; ++i) { + 522: 3501 adds r5, #1 + 524: 42bd cmp r5, r7 + 526: d3f7 bcc.n 518 + } + + /* tot up day/hour/minute/second fields */ + tmp += (day - 1) * SECS_IN_DAY; + 528: 4653 mov r3, sl + 52a: 3b01 subs r3, #1 + 52c: 480f ldr r0, [pc, #60] ; (56c ) + 52e: 4358 muls r0, r3 + 530: 1824 adds r4, r4, r0 + tmp += hour * SECS_IN_HOUR; + 532: 20e1 movs r0, #225 ; 0xe1 + 534: 0100 lsls r0, r0, #4 + 536: 4643 mov r3, r8 + 538: 4358 muls r0, r3 + 53a: 1820 adds r0, r4, r0 + tmp += minutes * SECS_IN_MINUTE; + 53c: 465b mov r3, fp + 53e: 011b lsls r3, r3, #4 + 540: 465a mov r2, fp + 542: 1a9b subs r3, r3, r2 + 544: 009c lsls r4, r3, #2 + 546: 1900 adds r0, r0, r4 + tmp += seconds; + 548: 9b01 ldr r3, [sp, #4] + 54a: 469c mov ip, r3 + 54c: 4460 add r0, ip + + return tmp; +} + 54e: b003 add sp, #12 + 550: bc3c pop {r2, r3, r4, r5} + 552: 4690 mov r8, r2 + 554: 4699 mov r9, r3 + 556: 46a2 mov sl, r4 + 558: 46ab mov fp, r5 + 55a: bdf0 pop {r4, r5, r6, r7, pc} + 55c: 01e13380 .word 0x01e13380 + 560: 0000039d .word 0x0000039d + 564: 01e28500 .word 0x01e28500 + 568: 000003a9 .word 0x000003a9 + 56c: 00015180 .word 0x00015180 + +00000570 : + +/** \brief calibrate timestamp to make desired timestamp ahead of current timestamp + */ +static void calibrate_timestamp(struct calendar_descriptor *const calendar, struct calendar_alarm *alarm, + struct calendar_alarm *current_dt) +{ + 570: b570 push {r4, r5, r6, lr} + 572: 000c movs r4, r1 + uint32_t alarm_ts; + uint32_t current_ts = current_dt->cal_alarm.timestamp; + 574: 68d0 ldr r0, [r2, #12] + + alarm_ts = alarm->cal_alarm.timestamp; + 576: 68cd ldr r5, [r1, #12] + + /* calibrate timestamp */ + switch (alarm->cal_alarm.option) { + 578: 7c0b ldrb r3, [r1, #16] + 57a: 2b05 cmp r3, #5 + 57c: d806 bhi.n 58c + 57e: 009b lsls r3, r3, #2 + 580: 4915 ldr r1, [pc, #84] ; (5d8 ) + 582: 58cb ldr r3, [r1, r3] + 584: 469f mov pc, r3 + case CALENDAR_ALARM_MATCH_SEC: + + if (alarm_ts <= current_ts) { + 586: 42a8 cmp r0, r5 + 588: d300 bcc.n 58c + alarm_ts += SECS_IN_MINUTE; + 58a: 353c adds r5, #60 ; 0x3c + default: + break; + } + + /* desired timestamp after calibration */ + alarm->cal_alarm.timestamp = alarm_ts; + 58c: 60e5 str r5, [r4, #12] +} + 58e: bd70 pop {r4, r5, r6, pc} + if (alarm_ts <= current_ts) { + 590: 42a8 cmp r0, r5 + 592: d3fb bcc.n 58c + alarm_ts += SECS_IN_HOUR; + 594: 23e1 movs r3, #225 ; 0xe1 + 596: 011b lsls r3, r3, #4 + 598: 469c mov ip, r3 + 59a: 4465 add r5, ip + 59c: e7f6 b.n 58c + if (alarm_ts <= current_ts) { + 59e: 42a8 cmp r0, r5 + 5a0: d3f4 bcc.n 58c + alarm_ts += SECS_IN_DAY; + 5a2: 4b0e ldr r3, [pc, #56] ; (5dc ) + 5a4: 469c mov ip, r3 + 5a6: 4465 add r5, ip + 5a8: e7f0 b.n 58c + if (alarm_ts <= current_ts) { + 5aa: 42a8 cmp r0, r5 + 5ac: d3ee bcc.n 58c + alarm_ts += get_secs_in_month(current_dt->cal_alarm.datetime.date.year, + 5ae: 8950 ldrh r0, [r2, #10] + 5b0: 7a51 ldrb r1, [r2, #9] + 5b2: 4b0b ldr r3, [pc, #44] ; (5e0 ) + 5b4: 4798 blx r3 + 5b6: 182d adds r5, r5, r0 + 5b8: e7e8 b.n 58c + if (alarm_ts <= current_ts) { + 5ba: 42a8 cmp r0, r5 + 5bc: d3e6 bcc.n 58c + if (leap_year(current_dt->cal_alarm.datetime.date.year)) { + 5be: 8950 ldrh r0, [r2, #10] + 5c0: 4b08 ldr r3, [pc, #32] ; (5e4 ) + 5c2: 4798 blx r3 + 5c4: 2800 cmp r0, #0 + 5c6: d103 bne.n 5d0 + alarm_ts += SECS_IN_NON_LEAP_YEAR; + 5c8: 4b07 ldr r3, [pc, #28] ; (5e8 ) + 5ca: 469c mov ip, r3 + 5cc: 4465 add r5, ip + 5ce: e7dd b.n 58c + alarm_ts += SECS_IN_LEAP_YEAR; + 5d0: 4b06 ldr r3, [pc, #24] ; (5ec ) + 5d2: 469c mov ip, r3 + 5d4: 4465 add r5, ip + 5d6: e7d9 b.n 58c + 5d8: 00001f60 .word 0x00001f60 + 5dc: 00015180 .word 0x00015180 + 5e0: 000003a9 .word 0x000003a9 + 5e4: 0000039d .word 0x0000039d + 5e8: 01e13380 .word 0x01e13380 + 5ec: 01e28500 .word 0x01e28500 + +000005f0 : + +/** \brief complete alarm to absolute date/time, then fill up the timestamp + */ +static void fill_alarm(struct calendar_descriptor *const calendar, struct calendar_alarm *alarm) +{ + 5f0: b570 push {r4, r5, r6, lr} + 5f2: b086 sub sp, #24 + 5f4: 0005 movs r5, r0 + 5f6: 000c movs r4, r1 + struct calendar_alarm current_dt; + uint32_t tmp, current_ts; + + /* get current date/time */ + current_ts = _calendar_get_counter(&calendar->device); + 5f8: 4b29 ldr r3, [pc, #164] ; (6a0 ) + 5fa: 4798 blx r3 + 5fc: 0006 movs r6, r0 + convert_timestamp_to_datetime(calendar, current_ts, ¤t_dt.cal_alarm.datetime); + 5fe: aa01 add r2, sp, #4 + 600: 0001 movs r1, r0 + 602: 0028 movs r0, r5 + 604: 4b27 ldr r3, [pc, #156] ; (6a4 ) + 606: 4798 blx r3 + + current_dt.cal_alarm.timestamp = current_ts; + 608: 9603 str r6, [sp, #12] + + /* complete alarm */ + switch (alarm->cal_alarm.option) { + 60a: 7c23 ldrb r3, [r4, #16] + 60c: 2b05 cmp r3, #5 + 60e: d812 bhi.n 636 + 610: 009b lsls r3, r3, #2 + 612: 4a25 ldr r2, [pc, #148] ; (6a8 ) + 614: 58d3 ldr r3, [r2, r3] + 616: 469f mov pc, r3 + case CALENDAR_ALARM_MATCH_SEC: + alarm->cal_alarm.datetime.date.year = current_dt.cal_alarm.datetime.date.year; + 618: 466b mov r3, sp + 61a: 895b ldrh r3, [r3, #10] + 61c: 8163 strh r3, [r4, #10] + alarm->cal_alarm.datetime.date.month = current_dt.cal_alarm.datetime.date.month; + 61e: 466b mov r3, sp + 620: 7a5b ldrb r3, [r3, #9] + 622: 7263 strb r3, [r4, #9] + alarm->cal_alarm.datetime.date.day = current_dt.cal_alarm.datetime.date.day; + 624: 466b mov r3, sp + 626: 7a1b ldrb r3, [r3, #8] + 628: 7223 strb r3, [r4, #8] + alarm->cal_alarm.datetime.time.hour = current_dt.cal_alarm.datetime.time.hour; + 62a: 466b mov r3, sp + 62c: 799b ldrb r3, [r3, #6] + 62e: 71a3 strb r3, [r4, #6] + alarm->cal_alarm.datetime.time.min = current_dt.cal_alarm.datetime.time.min; + 630: 466b mov r3, sp + 632: 795b ldrb r3, [r3, #5] + 634: 7163 strb r3, [r4, #5] + default: + break; + } + + /* fill up the timestamp */ + tmp = convert_datetime_to_timestamp(calendar, &alarm->cal_alarm.datetime); + 636: 1d26 adds r6, r4, #4 + 638: 0031 movs r1, r6 + 63a: 0028 movs r0, r5 + 63c: 4b1b ldr r3, [pc, #108] ; (6ac ) + 63e: 4798 blx r3 + alarm->cal_alarm.timestamp = tmp; + 640: 60e0 str r0, [r4, #12] + + /* calibrate the timestamp */ + calibrate_timestamp(calendar, alarm, ¤t_dt); + 642: 466a mov r2, sp + 644: 0021 movs r1, r4 + 646: 0028 movs r0, r5 + 648: 4b19 ldr r3, [pc, #100] ; (6b0 ) + 64a: 4798 blx r3 + convert_timestamp_to_datetime(calendar, alarm->cal_alarm.timestamp, &alarm->cal_alarm.datetime); + 64c: 68e1 ldr r1, [r4, #12] + 64e: 0032 movs r2, r6 + 650: 0028 movs r0, r5 + 652: 4b14 ldr r3, [pc, #80] ; (6a4 ) + 654: 4798 blx r3 +} + 656: b006 add sp, #24 + 658: bd70 pop {r4, r5, r6, pc} + alarm->cal_alarm.datetime.date.year = current_dt.cal_alarm.datetime.date.year; + 65a: 466b mov r3, sp + 65c: 895b ldrh r3, [r3, #10] + 65e: 8163 strh r3, [r4, #10] + alarm->cal_alarm.datetime.date.month = current_dt.cal_alarm.datetime.date.month; + 660: 466b mov r3, sp + 662: 7a5b ldrb r3, [r3, #9] + 664: 7263 strb r3, [r4, #9] + alarm->cal_alarm.datetime.date.day = current_dt.cal_alarm.datetime.date.day; + 666: 466b mov r3, sp + 668: 7a1b ldrb r3, [r3, #8] + 66a: 7223 strb r3, [r4, #8] + alarm->cal_alarm.datetime.time.hour = current_dt.cal_alarm.datetime.time.hour; + 66c: 466b mov r3, sp + 66e: 799b ldrb r3, [r3, #6] + 670: 71a3 strb r3, [r4, #6] + break; + 672: e7e0 b.n 636 + alarm->cal_alarm.datetime.date.year = current_dt.cal_alarm.datetime.date.year; + 674: 466b mov r3, sp + 676: 895b ldrh r3, [r3, #10] + 678: 8163 strh r3, [r4, #10] + alarm->cal_alarm.datetime.date.month = current_dt.cal_alarm.datetime.date.month; + 67a: 466b mov r3, sp + 67c: 7a5b ldrb r3, [r3, #9] + 67e: 7263 strb r3, [r4, #9] + alarm->cal_alarm.datetime.date.day = current_dt.cal_alarm.datetime.date.day; + 680: 466b mov r3, sp + 682: 7a1b ldrb r3, [r3, #8] + 684: 7223 strb r3, [r4, #8] + break; + 686: e7d6 b.n 636 + alarm->cal_alarm.datetime.date.year = current_dt.cal_alarm.datetime.date.year; + 688: 466b mov r3, sp + 68a: 895b ldrh r3, [r3, #10] + 68c: 8163 strh r3, [r4, #10] + alarm->cal_alarm.datetime.date.month = current_dt.cal_alarm.datetime.date.month; + 68e: 466b mov r3, sp + 690: 7a5b ldrb r3, [r3, #9] + 692: 7263 strb r3, [r4, #9] + break; + 694: e7cf b.n 636 + alarm->cal_alarm.datetime.date.year = current_dt.cal_alarm.datetime.date.year; + 696: 466b mov r3, sp + 698: 895b ldrh r3, [r3, #10] + 69a: 8163 strh r3, [r4, #10] + break; + 69c: e7cb b.n 636 + 69e: 46c0 nop ; (mov r8, r8) + 6a0: 00000e55 .word 0x00000e55 + 6a4: 0000040d .word 0x0000040d + 6a8: 00001f78 .word 0x00001f78 + 6ac: 000004b9 .word 0x000004b9 + 6b0: 00000571 .word 0x00000571 + +000006b4 : +} + +/** \brief Initialize Calendar + */ +int32_t calendar_init(struct calendar_descriptor *const calendar, const void *hw) +{ + 6b4: b570 push {r4, r5, r6, lr} + 6b6: 0004 movs r4, r0 + 6b8: 000d movs r5, r1 + int32_t ret = 0; + + /* Sanity check arguments */ + ASSERT(calendar); + 6ba: 1e43 subs r3, r0, #1 + 6bc: 4198 sbcs r0, r3 + 6be: b2c0 uxtb r0, r0 + 6c0: 22e0 movs r2, #224 ; 0xe0 + 6c2: 0052 lsls r2, r2, #1 + 6c4: 4909 ldr r1, [pc, #36] ; (6ec ) + 6c6: 4b0a ldr r3, [pc, #40] ; (6f0 ) + 6c8: 4798 blx r3 + + if (calendar->device.hw == hw) { + 6ca: 6823 ldr r3, [r4, #0] + 6cc: 42ab cmp r3, r5 + 6ce: d008 beq.n 6e2 + /* Already initialized with current configuration */ + return ERR_NONE; + } else if (calendar->device.hw != NULL) { + 6d0: 2b00 cmp r3, #0 + 6d2: d108 bne.n 6e6 + /* Initialized with another configuration */ + return ERR_ALREADY_INITIALIZED; + } + calendar->device.hw = (void *)hw; + 6d4: 6025 str r5, [r4, #0] + ret = _calendar_init(&calendar->device); + 6d6: 0020 movs r0, r4 + 6d8: 4b06 ldr r3, [pc, #24] ; (6f4 ) + 6da: 4798 blx r3 + calendar->base_year = DEFAULT_BASE_YEAR; + 6dc: 4b06 ldr r3, [pc, #24] ; (6f8 ) + 6de: 61a3 str r3, [r4, #24] + + return ret; +} + 6e0: bd70 pop {r4, r5, r6, pc} + return ERR_NONE; + 6e2: 2000 movs r0, #0 + 6e4: e7fc b.n 6e0 + return ERR_ALREADY_INITIALIZED; + 6e6: 2012 movs r0, #18 + 6e8: 4240 negs r0, r0 + 6ea: e7f9 b.n 6e0 + 6ec: 00001f90 .word 0x00001f90 + 6f0: 00000a69 .word 0x00000a69 + 6f4: 00000d49 .word 0x00000d49 + 6f8: 000007b2 .word 0x000007b2 + +000006fc : +} + +/** \brief Enable the Calendar + */ +int32_t calendar_enable(struct calendar_descriptor *const calendar) +{ + 6fc: b510 push {r4, lr} + 6fe: 0004 movs r4, r0 + /* Sanity check arguments */ + ASSERT(calendar); + 700: 1e43 subs r3, r0, #1 + 702: 4198 sbcs r0, r3 + 704: b2c0 uxtb r0, r0 + 706: 22e6 movs r2, #230 ; 0xe6 + 708: 32ff adds r2, #255 ; 0xff + 70a: 4904 ldr r1, [pc, #16] ; (71c ) + 70c: 4b04 ldr r3, [pc, #16] ; (720 ) + 70e: 4798 blx r3 + + _calendar_enable(&calendar->device); + 710: 0020 movs r0, r4 + 712: 4b04 ldr r3, [pc, #16] ; (724 ) + 714: 4798 blx r3 + + return ERR_NONE; +} + 716: 2000 movs r0, #0 + 718: bd10 pop {r4, pc} + 71a: 46c0 nop ; (mov r8, r8) + 71c: 00001f90 .word 0x00001f90 + 720: 00000a69 .word 0x00000a69 + 724: 00000dd9 .word 0x00000dd9 + +00000728 : +} + +/** \brief Set time for calendar + */ +int32_t calendar_set_time(struct calendar_descriptor *const calendar, struct calendar_time *const p_calendar_time) +{ + 728: b530 push {r4, r5, lr} + 72a: b083 sub sp, #12 + 72c: 0004 movs r4, r0 + 72e: 000d movs r5, r1 + struct calendar_date_time dt; + uint32_t current_ts, new_ts; + + /* Sanity check arguments */ + ASSERT(calendar); + 730: 1e43 subs r3, r0, #1 + 732: 4198 sbcs r0, r3 + 734: b2c0 uxtb r0, r0 + 736: 2283 movs r2, #131 ; 0x83 + 738: 0092 lsls r2, r2, #2 + 73a: 490e ldr r1, [pc, #56] ; (774 ) + 73c: 4b0e ldr r3, [pc, #56] ; (778 ) + 73e: 4798 blx r3 + + /* convert time to timestamp */ + current_ts = _calendar_get_counter(&calendar->device); + 740: 0020 movs r0, r4 + 742: 4b0e ldr r3, [pc, #56] ; (77c ) + 744: 4798 blx r3 + 746: 0001 movs r1, r0 + convert_timestamp_to_datetime(calendar, current_ts, &dt); + 748: 466a mov r2, sp + 74a: 0020 movs r0, r4 + 74c: 4b0c ldr r3, [pc, #48] ; (780 ) + 74e: 4798 blx r3 + dt.time.sec = p_calendar_time->sec; + 750: 782b ldrb r3, [r5, #0] + 752: 466a mov r2, sp + 754: 7013 strb r3, [r2, #0] + dt.time.min = p_calendar_time->min; + 756: 786b ldrb r3, [r5, #1] + 758: 7053 strb r3, [r2, #1] + dt.time.hour = p_calendar_time->hour; + 75a: 78ab ldrb r3, [r5, #2] + 75c: 7093 strb r3, [r2, #2] + + new_ts = convert_datetime_to_timestamp(calendar, &dt); + 75e: 4669 mov r1, sp + 760: 0020 movs r0, r4 + 762: 4b08 ldr r3, [pc, #32] ; (784 ) + 764: 4798 blx r3 + 766: 0001 movs r1, r0 + + _calendar_set_counter(&calendar->device, new_ts); + 768: 0020 movs r0, r4 + 76a: 4b07 ldr r3, [pc, #28] ; (788 ) + 76c: 4798 blx r3 + + return ERR_NONE; +} + 76e: 2000 movs r0, #0 + 770: b003 add sp, #12 + 772: bd30 pop {r4, r5, pc} + 774: 00001f90 .word 0x00001f90 + 778: 00000a69 .word 0x00000a69 + 77c: 00000e55 .word 0x00000e55 + 780: 0000040d .word 0x0000040d + 784: 000004b9 .word 0x000004b9 + 788: 00000e1d .word 0x00000e1d + +0000078c : + +/** \brief Set date for calendar + */ +int32_t calendar_set_date(struct calendar_descriptor *const calendar, struct calendar_date *const p_calendar_date) +{ + 78c: b530 push {r4, r5, lr} + 78e: b083 sub sp, #12 + 790: 0004 movs r4, r0 + 792: 000d movs r5, r1 + struct calendar_date_time dt; + uint32_t current_ts, new_ts; + + /* Sanity check arguments */ + ASSERT(calendar); + 794: 1e43 subs r3, r0, #1 + 796: 4198 sbcs r0, r3 + 798: b2c0 uxtb r0, r0 + 79a: 2289 movs r2, #137 ; 0x89 + 79c: 0092 lsls r2, r2, #2 + 79e: 490e ldr r1, [pc, #56] ; (7d8 ) + 7a0: 4b0e ldr r3, [pc, #56] ; (7dc ) + 7a2: 4798 blx r3 + + /* convert date to timestamp */ + current_ts = _calendar_get_counter(&calendar->device); + 7a4: 0020 movs r0, r4 + 7a6: 4b0e ldr r3, [pc, #56] ; (7e0 ) + 7a8: 4798 blx r3 + 7aa: 0001 movs r1, r0 + convert_timestamp_to_datetime(calendar, current_ts, &dt); + 7ac: 466a mov r2, sp + 7ae: 0020 movs r0, r4 + 7b0: 4b0c ldr r3, [pc, #48] ; (7e4 ) + 7b2: 4798 blx r3 + dt.date.day = p_calendar_date->day; + 7b4: 782b ldrb r3, [r5, #0] + 7b6: 466a mov r2, sp + 7b8: 7113 strb r3, [r2, #4] + dt.date.month = p_calendar_date->month; + 7ba: 786b ldrb r3, [r5, #1] + 7bc: 7153 strb r3, [r2, #5] + dt.date.year = p_calendar_date->year; + 7be: 886b ldrh r3, [r5, #2] + 7c0: 80d3 strh r3, [r2, #6] + + new_ts = convert_datetime_to_timestamp(calendar, &dt); + 7c2: 4669 mov r1, sp + 7c4: 0020 movs r0, r4 + 7c6: 4b08 ldr r3, [pc, #32] ; (7e8 ) + 7c8: 4798 blx r3 + 7ca: 0001 movs r1, r0 + + _calendar_set_counter(&calendar->device, new_ts); + 7cc: 0020 movs r0, r4 + 7ce: 4b07 ldr r3, [pc, #28] ; (7ec ) + 7d0: 4798 blx r3 + + return ERR_NONE; +} + 7d2: 2000 movs r0, #0 + 7d4: b003 add sp, #12 + 7d6: bd30 pop {r4, r5, pc} + 7d8: 00001f90 .word 0x00001f90 + 7dc: 00000a69 .word 0x00000a69 + 7e0: 00000e55 .word 0x00000e55 + 7e4: 0000040d .word 0x0000040d + 7e8: 000004b9 .word 0x000004b9 + 7ec: 00000e1d .word 0x00000e1d + +000007f0 : + +/** \brief Get date/time for calendar + */ +int32_t calendar_get_date_time(struct calendar_descriptor *const calendar, struct calendar_date_time *const date_time) +{ + 7f0: b570 push {r4, r5, r6, lr} + 7f2: 0004 movs r4, r0 + 7f4: 000d movs r5, r1 + uint32_t current_ts; + + /* Sanity check arguments */ + ASSERT(calendar); + 7f6: 1e43 subs r3, r0, #1 + 7f8: 4198 sbcs r0, r3 + 7fa: b2c0 uxtb r0, r0 + 7fc: 4a06 ldr r2, [pc, #24] ; (818 ) + 7fe: 4907 ldr r1, [pc, #28] ; (81c ) + 800: 4b07 ldr r3, [pc, #28] ; (820 ) + 802: 4798 blx r3 + + /* convert current timestamp to date/time */ + current_ts = _calendar_get_counter(&calendar->device); + 804: 0020 movs r0, r4 + 806: 4b07 ldr r3, [pc, #28] ; (824 ) + 808: 4798 blx r3 + 80a: 0001 movs r1, r0 + convert_timestamp_to_datetime(calendar, current_ts, date_time); + 80c: 002a movs r2, r5 + 80e: 0020 movs r0, r4 + 810: 4b05 ldr r3, [pc, #20] ; (828 ) + 812: 4798 blx r3 + + return ERR_NONE; +} + 814: 2000 movs r0, #0 + 816: bd70 pop {r4, r5, r6, pc} + 818: 0000023b .word 0x0000023b + 81c: 00001f90 .word 0x00001f90 + 820: 00000a69 .word 0x00000a69 + 824: 00000e55 .word 0x00000e55 + 828: 0000040d .word 0x0000040d + +0000082c : + +/** + * \brief Initialize Delay driver + */ +void delay_init(void *const hw) +{ + 82c: b510 push {r4, lr} + _delay_init(hardware = hw); + 82e: 4b02 ldr r3, [pc, #8] ; (838 ) + 830: 6018 str r0, [r3, #0] + 832: 4b02 ldr r3, [pc, #8] ; (83c ) + 834: 4798 blx r3 +} + 836: bd10 pop {r4, pc} + 838: 20000054 .word 0x20000054 + 83c: 00001571 .word 0x00001571 + +00000840 : + +/** + * \brief Sync version of I2C I/O write + */ +static int32_t i2c_m_sync_write(struct io_descriptor *io, const uint8_t *buf, const uint16_t n) +{ + 840: b510 push {r4, lr} + 842: b084 sub sp, #16 + struct i2c_m_sync_desc *i2c = CONTAINER_OF(io, struct i2c_m_sync_desc, io); + struct _i2c_m_msg msg; + int32_t ret; + + msg.addr = i2c->slave_addr; + 844: 3814 subs r0, #20 + 846: 8b84 ldrh r4, [r0, #28] + 848: ab01 add r3, sp, #4 + 84a: 801c strh r4, [r3, #0] + msg.len = n; + 84c: 0014 movs r4, r2 + 84e: 9202 str r2, [sp, #8] + msg.flags = I2C_M_STOP; + 850: 4a06 ldr r2, [pc, #24] ; (86c ) + 852: 805a strh r2, [r3, #2] + msg.buffer = (uint8_t *)buf; + 854: 9103 str r1, [sp, #12] + + ret = _i2c_m_sync_transfer(&i2c->device, &msg); + 856: 0019 movs r1, r3 + 858: 4b05 ldr r3, [pc, #20] ; (870 ) + 85a: 4798 blx r3 + + if (ret) { + 85c: 2800 cmp r0, #0 + 85e: d102 bne.n 866 + return ret; + } + + return n; +} + 860: 0020 movs r0, r4 + 862: b004 add sp, #16 + 864: bd10 pop {r4, pc} + return ret; + 866: 0004 movs r4, r0 + 868: e7fa b.n 860 + 86a: 46c0 nop ; (mov r8, r8) + 86c: ffff8000 .word 0xffff8000 + 870: 000012e1 .word 0x000012e1 + +00000874 : +{ + 874: b510 push {r4, lr} + 876: b084 sub sp, #16 + msg.addr = i2c->slave_addr; + 878: 3814 subs r0, #20 + 87a: 8b84 ldrh r4, [r0, #28] + 87c: ab01 add r3, sp, #4 + 87e: 801c strh r4, [r3, #0] + msg.len = n; + 880: 0014 movs r4, r2 + 882: 9202 str r2, [sp, #8] + msg.flags = I2C_M_STOP | I2C_M_RD; + 884: 4a06 ldr r2, [pc, #24] ; (8a0 ) + 886: 805a strh r2, [r3, #2] + msg.buffer = buf; + 888: 9103 str r1, [sp, #12] + ret = _i2c_m_sync_transfer(&i2c->device, &msg); + 88a: 0019 movs r1, r3 + 88c: 4b05 ldr r3, [pc, #20] ; (8a4 ) + 88e: 4798 blx r3 + if (ret) { + 890: 2800 cmp r0, #0 + 892: d102 bne.n 89a +} + 894: 0020 movs r0, r4 + 896: b004 add sp, #16 + 898: bd10 pop {r4, pc} + return ret; + 89a: 0004 movs r4, r0 + 89c: e7fa b.n 894 + 89e: 46c0 nop ; (mov r8, r8) + 8a0: ffff8001 .word 0xffff8001 + 8a4: 000012e1 .word 0x000012e1 + +000008a8 : + +/** + * \brief Sync version of i2c initialize + */ +int32_t i2c_m_sync_init(struct i2c_m_sync_desc *i2c, void *hw) +{ + 8a8: b570 push {r4, r5, r6, lr} + 8aa: 0004 movs r4, r0 + 8ac: 000d movs r5, r1 + int32_t init_status; + ASSERT(i2c); + 8ae: 1e43 subs r3, r0, #1 + 8b0: 4198 sbcs r0, r3 + 8b2: b2c0 uxtb r0, r0 + 8b4: 225e movs r2, #94 ; 0x5e + 8b6: 4907 ldr r1, [pc, #28] ; (8d4 ) + 8b8: 4b07 ldr r3, [pc, #28] ; (8d8 ) + 8ba: 4798 blx r3 + + init_status = _i2c_m_sync_init(&i2c->device, hw); + 8bc: 0029 movs r1, r5 + 8be: 0020 movs r0, r4 + 8c0: 4b06 ldr r3, [pc, #24] ; (8dc ) + 8c2: 4798 blx r3 + if (init_status) { + 8c4: 2800 cmp r0, #0 + 8c6: d103 bne.n 8d0 + return init_status; + } + + /* Init I/O */ + i2c->io.read = i2c_m_sync_read; + 8c8: 4b05 ldr r3, [pc, #20] ; (8e0 ) + 8ca: 61a3 str r3, [r4, #24] + i2c->io.write = i2c_m_sync_write; + 8cc: 4b05 ldr r3, [pc, #20] ; (8e4 ) + 8ce: 6163 str r3, [r4, #20] + + return ERR_NONE; +} + 8d0: bd70 pop {r4, r5, r6, pc} + 8d2: 46c0 nop ; (mov r8, r8) + 8d4: 00001fac .word 0x00001fac + 8d8: 00000a69 .word 0x00000a69 + 8dc: 00001231 .word 0x00001231 + 8e0: 00000875 .word 0x00000875 + 8e4: 00000841 .word 0x00000841 + +000008e8 : + +/** + * \brief Sync version of i2c enable + */ +int32_t i2c_m_sync_enable(struct i2c_m_sync_desc *i2c) +{ + 8e8: b510 push {r4, lr} + return _i2c_m_sync_enable(&i2c->device); + 8ea: 4b01 ldr r3, [pc, #4] ; (8f0 ) + 8ec: 4798 blx r3 +} + 8ee: bd10 pop {r4, pc} + 8f0: 00001261 .word 0x00001261 + +000008f4 : +/** + * \brief Sync version of i2c set slave address + */ +int32_t i2c_m_sync_set_slaveaddr(struct i2c_m_sync_desc *i2c, int16_t addr, int32_t addr_len) +{ + return i2c->slave_addr = (addr & 0x3ff) | (addr_len & I2C_M_TEN); + 8f4: 0589 lsls r1, r1, #22 + 8f6: 0d89 lsrs r1, r1, #22 + 8f8: 2380 movs r3, #128 ; 0x80 + 8fa: 00db lsls r3, r3, #3 + 8fc: 401a ands r2, r3 + 8fe: 430a orrs r2, r1 + 900: 8382 strh r2, [r0, #28] +} + 902: 0010 movs r0, r2 + 904: 4770 bx lr + +00000906 : +/** + * \brief Retrieve I/O descriptor + */ +int32_t i2c_m_sync_get_io_descriptor(struct i2c_m_sync_desc *const i2c, struct io_descriptor **io) +{ + *io = &i2c->io; + 906: 3014 adds r0, #20 + 908: 6008 str r0, [r1, #0] + return ERR_NONE; +} + 90a: 2000 movs r0, #0 + 90c: 4770 bx lr + ... + +00000910 : + +/** + * \brief I/O write interface + */ +int32_t io_write(struct io_descriptor *const io_descr, const uint8_t *const buf, const uint16_t length) +{ + 910: b570 push {r4, r5, r6, lr} + 912: 0004 movs r4, r0 + 914: 000d movs r5, r1 + 916: 0016 movs r6, r2 + ASSERT(io_descr && buf); + 918: 2800 cmp r0, #0 + 91a: d00e beq.n 93a + 91c: 2900 cmp r1, #0 + 91e: d00a beq.n 936 + 920: 2001 movs r0, #1 + 922: 2234 movs r2, #52 ; 0x34 + 924: 4906 ldr r1, [pc, #24] ; (940 ) + 926: 4b07 ldr r3, [pc, #28] ; (944 ) + 928: 4798 blx r3 + return io_descr->write(io_descr, buf, length); + 92a: 6823 ldr r3, [r4, #0] + 92c: 0032 movs r2, r6 + 92e: 0029 movs r1, r5 + 930: 0020 movs r0, r4 + 932: 4798 blx r3 +} + 934: bd70 pop {r4, r5, r6, pc} + ASSERT(io_descr && buf); + 936: 2000 movs r0, #0 + 938: e7f3 b.n 922 + 93a: 2000 movs r0, #0 + 93c: e7f1 b.n 922 + 93e: 46c0 nop ; (mov r8, r8) + 940: 00001fc8 .word 0x00001fc8 + 944: 00000a69 .word 0x00000a69 + +00000948 : + +/** + * \brief I/O read interface + */ +int32_t io_read(struct io_descriptor *const io_descr, uint8_t *const buf, const uint16_t length) +{ + 948: b570 push {r4, r5, r6, lr} + 94a: 0004 movs r4, r0 + 94c: 000d movs r5, r1 + 94e: 0016 movs r6, r2 + ASSERT(io_descr && buf); + 950: 2800 cmp r0, #0 + 952: d00e beq.n 972 + 954: 2900 cmp r1, #0 + 956: d00a beq.n 96e + 958: 2001 movs r0, #1 + 95a: 223d movs r2, #61 ; 0x3d + 95c: 4906 ldr r1, [pc, #24] ; (978 ) + 95e: 4b07 ldr r3, [pc, #28] ; (97c ) + 960: 4798 blx r3 + return io_descr->read(io_descr, buf, length); + 962: 6863 ldr r3, [r4, #4] + 964: 0032 movs r2, r6 + 966: 0029 movs r1, r5 + 968: 0020 movs r0, r4 + 96a: 4798 blx r3 +} + 96c: bd70 pop {r4, r5, r6, pc} + ASSERT(io_descr && buf); + 96e: 2000 movs r0, #0 + 970: e7f3 b.n 95a + 972: 2000 movs r0, #0 + 974: e7f1 b.n 95a + 976: 46c0 nop ; (mov r8, r8) + 978: 00001fc8 .word 0x00001fc8 + 97c: 00000a69 .word 0x00000a69 + +00000980 : + +/** + * \internal Process interrupts caused by period experied + */ +static void pwm_period_expired(struct _pwm_device *device) +{ + 980: b510 push {r4, lr} + struct pwm_descriptor *const descr = CONTAINER_OF(device, struct pwm_descriptor, device); + + if (descr->pwm_cb.period) { + 982: 6943 ldr r3, [r0, #20] + 984: 2b00 cmp r3, #0 + 986: d000 beq.n 98a + descr->pwm_cb.period(descr); + 988: 4798 blx r3 + } +} + 98a: bd10 pop {r4, pc} + +0000098c : + +/** + * \internal Process interrupts caused by pwm fault + */ +static void pwm_detect_fault(struct _pwm_device *device) +{ + 98c: b510 push {r4, lr} + struct pwm_descriptor *const descr = CONTAINER_OF(device, struct pwm_descriptor, device); + + if (descr->pwm_cb.error) { + 98e: 6983 ldr r3, [r0, #24] + 990: 2b00 cmp r3, #0 + 992: d000 beq.n 996 + descr->pwm_cb.error(descr); + 994: 4798 blx r3 + } +} + 996: bd10 pop {r4, pc} + +00000998 : +{ + 998: b570 push {r4, r5, r6, lr} + 99a: 0004 movs r4, r0 + 99c: 000d movs r5, r1 + 99e: 0016 movs r6, r2 + ASSERT(descr && hw && func); + 9a0: 2800 cmp r0, #0 + 9a2: d015 beq.n 9d0 + 9a4: 2900 cmp r1, #0 + 9a6: d015 beq.n 9d4 + 9a8: 2a00 cmp r2, #0 + 9aa: d00f beq.n 9cc + 9ac: 2001 movs r0, #1 + 9ae: 2233 movs r2, #51 ; 0x33 + 9b0: 4909 ldr r1, [pc, #36] ; (9d8 ) + 9b2: 4b0a ldr r3, [pc, #40] ; (9dc ) + 9b4: 4798 blx r3 + descr->func = func; + 9b6: 61e6 str r6, [r4, #28] + descr->func->init(&descr->device, hw); + 9b8: 6833 ldr r3, [r6, #0] + 9ba: 0029 movs r1, r5 + 9bc: 0020 movs r0, r4 + 9be: 4798 blx r3 + descr->device.callback.pwm_period_cb = pwm_period_expired; + 9c0: 4b07 ldr r3, [pc, #28] ; (9e0 ) + 9c2: 6023 str r3, [r4, #0] + descr->device.callback.pwm_error_cb = pwm_detect_fault; + 9c4: 4b07 ldr r3, [pc, #28] ; (9e4 ) + 9c6: 6063 str r3, [r4, #4] +} + 9c8: 2000 movs r0, #0 + 9ca: bd70 pop {r4, r5, r6, pc} + ASSERT(descr && hw && func); + 9cc: 2000 movs r0, #0 + 9ce: e7ee b.n 9ae + 9d0: 2000 movs r0, #0 + 9d2: e7ec b.n 9ae + 9d4: 2000 movs r0, #0 + 9d6: e7ea b.n 9ae + 9d8: 00001fdc .word 0x00001fdc + 9dc: 00000a69 .word 0x00000a69 + 9e0: 00000981 .word 0x00000981 + 9e4: 0000098d .word 0x0000098d + +000009e8 : +{ + 9e8: b510 push {r4, lr} + 9ea: 1e04 subs r4, r0, #0 + ASSERT(descr && descr->func); + 9ec: d015 beq.n a1a + 9ee: 69c3 ldr r3, [r0, #28] + 9f0: 2b00 cmp r3, #0 + 9f2: d010 beq.n a16 + 9f4: 2001 movs r0, #1 + 9f6: 224b movs r2, #75 ; 0x4b + 9f8: 490a ldr r1, [pc, #40] ; (a24 ) + 9fa: 4b0b ldr r3, [pc, #44] ; (a28 ) + 9fc: 4798 blx r3 + if (descr->func->is_pwm_enabled(&descr->device)) { + 9fe: 69e3 ldr r3, [r4, #28] + a00: 695b ldr r3, [r3, #20] + a02: 0020 movs r0, r4 + a04: 4798 blx r3 + a06: 2800 cmp r0, #0 + a08: d109 bne.n a1e + descr->func->start_pwm(&descr->device); + a0a: 69e3 ldr r3, [r4, #28] + a0c: 689b ldr r3, [r3, #8] + a0e: 0020 movs r0, r4 + a10: 4798 blx r3 + return ERR_NONE; + a12: 2000 movs r0, #0 +} + a14: bd10 pop {r4, pc} + ASSERT(descr && descr->func); + a16: 2000 movs r0, #0 + a18: e7ed b.n 9f6 + a1a: 2000 movs r0, #0 + a1c: e7eb b.n 9f6 + return ERR_DENIED; + a1e: 2011 movs r0, #17 + a20: 4240 negs r0, r0 + a22: e7f7 b.n a14 + a24: 00001fdc .word 0x00001fdc + a28: 00000a69 .word 0x00000a69 + +00000a2c : +{ + a2c: b570 push {r4, r5, r6, lr} + a2e: 0004 movs r4, r0 + a30: 000d movs r5, r1 + a32: 0016 movs r6, r2 + ASSERT(descr && descr->func); + a34: 2800 cmp r0, #0 + a36: d011 beq.n a5c + a38: 69c3 ldr r3, [r0, #28] + a3a: 2b00 cmp r3, #0 + a3c: d00c beq.n a58 + a3e: 2001 movs r0, #1 + a40: 227d movs r2, #125 ; 0x7d + a42: 4907 ldr r1, [pc, #28] ; (a60 ) + a44: 4b07 ldr r3, [pc, #28] ; (a64 ) + a46: 4798 blx r3 + descr->func->set_pwm_param(&descr->device, period, duty_cycle); + a48: 69e3 ldr r3, [r4, #28] + a4a: 691b ldr r3, [r3, #16] + a4c: 0032 movs r2, r6 + a4e: 0029 movs r1, r5 + a50: 0020 movs r0, r4 + a52: 4798 blx r3 +} + a54: 2000 movs r0, #0 + a56: bd70 pop {r4, r5, r6, pc} + ASSERT(descr && descr->func); + a58: 2000 movs r0, #0 + a5a: e7f1 b.n a40 + a5c: 2000 movs r0, #0 + a5e: e7ef b.n a40 + a60: 00001fdc .word 0x00001fdc + a64: 00000a69 .word 0x00000a69 + +00000a68 : +/** + * \brief Assert function + */ +void assert(const bool condition, const char *const file, const int line) +{ + if (!(condition)) { + a68: 2800 cmp r0, #0 + a6a: d100 bne.n a6e + __asm("BKPT #0"); + a6c: be00 bkpt 0x0000 + } + (void)file; + (void)line; +} + a6e: 4770 bx lr + +00000a70 : + +static struct list_descriptor events; +static uint8_t subscribed[EVENT_MASK_SIZE]; + +int32_t event_subscribe(struct event *const event, const event_id_t id, event_cb_t cb) +{ + a70: b5f8 push {r3, r4, r5, r6, r7, lr} + a72: 0005 movs r5, r0 + a74: 0017 movs r7, r2 + /* get byte and bit number of the given event in the event mask */ + const uint8_t position = id >> 3; + a76: 08ce lsrs r6, r1, #3 + const uint8_t mask = 1 << (id & 0x7); + a78: 2307 movs r3, #7 + a7a: 400b ands r3, r1 + a7c: 2401 movs r4, #1 + a7e: 409c lsls r4, r3 + a80: b2e4 uxtb r4, r4 + + ASSERT(event && cb && (id < EVENT_MAX_AMOUNT)); + a82: 2800 cmp r0, #0 + a84: d01e beq.n ac4 + a86: 2a00 cmp r2, #0 + a88: d01e beq.n ac8 + a8a: 2907 cmp r1, #7 + a8c: d91e bls.n acc + a8e: 2000 movs r0, #0 + a90: 2231 movs r2, #49 ; 0x31 + a92: 4914 ldr r1, [pc, #80] ; (ae4 ) + a94: 4b14 ldr r3, [pc, #80] ; (ae8 ) + a96: 4798 blx r3 + + if (event->mask[position] & mask) { + a98: 19ab adds r3, r5, r6 + a9a: 791b ldrb r3, [r3, #4] + a9c: 4223 tst r3, r4 + a9e: d11e bne.n ade + return ERR_NO_CHANGE; /* Already subscribed */ + } + + if (!is_list_element(&events, event)) { + aa0: 0029 movs r1, r5 + aa2: 4812 ldr r0, [pc, #72] ; (aec ) + aa4: 4b12 ldr r3, [pc, #72] ; (af0 ) + aa6: 4798 blx r3 + aa8: 2800 cmp r0, #0 + aaa: d011 beq.n ad0 + memset(event->mask, 0, EVENT_MASK_SIZE); + list_insert_as_head(&events, event); + } + event->cb = cb; + aac: 60af str r7, [r5, #8] + event->mask[position] |= mask; + aae: 19ad adds r5, r5, r6 + ab0: 792b ldrb r3, [r5, #4] + ab2: 4323 orrs r3, r4 + ab4: 712b strb r3, [r5, #4] + + subscribed[position] |= mask; + ab6: 4b0d ldr r3, [pc, #52] ; (aec ) + ab8: 199b adds r3, r3, r6 + aba: 791a ldrb r2, [r3, #4] + abc: 4314 orrs r4, r2 + abe: 711c strb r4, [r3, #4] + + return ERR_NONE; + ac0: 2000 movs r0, #0 +} + ac2: bdf8 pop {r3, r4, r5, r6, r7, pc} + ASSERT(event && cb && (id < EVENT_MAX_AMOUNT)); + ac4: 2000 movs r0, #0 + ac6: e7e3 b.n a90 + ac8: 2000 movs r0, #0 + aca: e7e1 b.n a90 + acc: 2001 movs r0, #1 + ace: e7df b.n a90 + memset(event->mask, 0, EVENT_MASK_SIZE); + ad0: 2300 movs r3, #0 + ad2: 712b strb r3, [r5, #4] + list_insert_as_head(&events, event); + ad4: 0029 movs r1, r5 + ad6: 4805 ldr r0, [pc, #20] ; (aec ) + ad8: 4b06 ldr r3, [pc, #24] ; (af4 ) + ada: 4798 blx r3 + adc: e7e6 b.n aac + return ERR_NO_CHANGE; /* Already subscribed */ + ade: 2002 movs r0, #2 + ae0: 4240 negs r0, r0 + ae2: e7ee b.n ac2 + ae4: 00001ff4 .word 0x00001ff4 + ae8: 00000a69 .word 0x00000a69 + aec: 20000058 .word 0x20000058 + af0: 00000af9 .word 0x00000af9 + af4: 00000b11 .word 0x00000b11 + +00000af8 : + * \brief Check whether element belongs to list + */ +bool is_list_element(const struct list_descriptor *const list, const void *const element) +{ + struct list_element *it; + for (it = list->head; it; it = it->next) { + af8: 6803 ldr r3, [r0, #0] + afa: 2b00 cmp r3, #0 + afc: d003 beq.n b06 + if (it == element) { + afe: 428b cmp r3, r1 + b00: d003 beq.n b0a + for (it = list->head; it; it = it->next) { + b02: 681b ldr r3, [r3, #0] + b04: e7f9 b.n afa + return true; + } + } + + return false; + b06: 2000 movs r0, #0 +} + b08: 4770 bx lr + return true; + b0a: 2001 movs r0, #1 + b0c: e7fc b.n b08 + ... + +00000b10 : + +/** + * \brief Insert an element as list head + */ +void list_insert_as_head(struct list_descriptor *const list, void *const element) +{ + b10: b570 push {r4, r5, r6, lr} + b12: 0004 movs r4, r0 + b14: 000d movs r5, r1 + ASSERT(!is_list_element(list, element)); + b16: 4b06 ldr r3, [pc, #24] ; (b30 ) + b18: 4798 blx r3 + b1a: 2301 movs r3, #1 + b1c: 4058 eors r0, r3 + b1e: b2c0 uxtb r0, r0 + b20: 2239 movs r2, #57 ; 0x39 + b22: 4904 ldr r1, [pc, #16] ; (b34 ) + b24: 4b04 ldr r3, [pc, #16] ; (b38 ) + b26: 4798 blx r3 + + ((struct list_element *)element)->next = list->head; + b28: 6823 ldr r3, [r4, #0] + b2a: 602b str r3, [r5, #0] + list->head = (struct list_element *)element; + b2c: 6025 str r5, [r4, #0] +} + b2e: bd70 pop {r4, r5, r6, pc} + b30: 00000af9 .word 0x00000af9 + b34: 00002014 .word 0x00002014 + b38: 00000a69 .word 0x00000a69 + +00000b3c <_init_chip>: + +/** + * \brief Initialize the hardware abstraction layer + */ +void _init_chip(void) +{ + b3c: b510 push {r4, lr} +} + +static inline void hri_nvmctrl_set_CTRLB_RWS_bf(const void *const hw, hri_nvmctrl_ctrlb_reg_t mask) +{ + NVMCTRL_CRITICAL_SECTION_ENTER(); + ((Nvmctrl *)hw)->CTRLB.reg |= NVMCTRL_CTRLB_RWS(mask); + b3e: 4b09 ldr r3, [pc, #36] ; (b64 <_init_chip+0x28>) + b40: 685a ldr r2, [r3, #4] + b42: 605a str r2, [r3, #4] + hri_nvmctrl_set_CTRLB_RWS_bf(NVMCTRL, CONF_NVM_WAIT_STATE); + + _set_performance_level(2); + b44: 2002 movs r0, #2 + b46: 4b08 ldr r3, [pc, #32] ; (b68 <_init_chip+0x2c>) + b48: 4798 blx r3 + + _osc32kctrl_init_sources(); + b4a: 4b08 ldr r3, [pc, #32] ; (b6c <_init_chip+0x30>) + b4c: 4798 blx r3 + _oscctrl_init_sources(); + b4e: 4b08 ldr r3, [pc, #32] ; (b70 <_init_chip+0x34>) + b50: 4798 blx r3 + _mclk_init(); + b52: 4b08 ldr r3, [pc, #32] ; (b74 <_init_chip+0x38>) + b54: 4798 blx r3 +#if _GCLK_INIT_1ST + _gclk_init_generators_by_fref(_GCLK_INIT_1ST); +#endif + _oscctrl_init_referenced_generators(); + b56: 4b08 ldr r3, [pc, #32] ; (b78 <_init_chip+0x3c>) + b58: 4798 blx r3 + _gclk_init_generators_by_fref(_GCLK_INIT_LAST); + b5a: 201f movs r0, #31 + b5c: 4b07 ldr r3, [pc, #28] ; (b7c <_init_chip+0x40>) + b5e: 4798 blx r3 +#endif + +#if (CONF_PORT_EVCTRL_PORT_0 | CONF_PORT_EVCTRL_PORT_1 | CONF_PORT_EVCTRL_PORT_2 | CONF_PORT_EVCTRL_PORT_3) + _port_event_init(); +#endif +} + b60: bd10 pop {r4, pc} + b62: 46c0 nop ; (mov r8, r8) + b64: 41004000 .word 0x41004000 + b68: 00000ce9 .word 0x00000ce9 + b6c: 00000c89 .word 0x00000c89 + b70: 00000cad .word 0x00000cad + b74: 00000c79 .word 0x00000c79 + b78: 00000ce5 .word 0x00000ce5 + b7c: 00000c41 .word 0x00000c41 + +00000b80 <_ext_irq_handler>: + +/** + * \brief Inter EIC interrupt handler + */ +static void _ext_irq_handler(void) +{ + b80: b5f0 push {r4, r5, r6, r7, lr} + b82: b083 sub sp, #12 + return tmp; +} + +static inline hri_eic_intflag_reg_t hri_eic_read_INTFLAG_reg(const void *const hw) +{ + return ((Eic *)hw)->INTFLAG.reg; + b84: 4b25 ldr r3, [pc, #148] ; (c1c <_ext_irq_handler+0x9c>) + b86: 695a ldr r2, [r3, #20] + volatile uint32_t flags = hri_eic_read_INTFLAG_reg(EIC); + b88: 9201 str r2, [sp, #4] + int8_t pos; + uint32_t pin = INVALID_PIN_NUMBER; + + hri_eic_clear_INTFLAG_reg(EIC, flags); + b8a: 9a01 ldr r2, [sp, #4] +} + +static inline void hri_eic_clear_INTFLAG_reg(const void *const hw, hri_eic_intflag_reg_t mask) +{ + ((Eic *)hw)->INTFLAG.reg = mask; + b8c: 615a str r2, [r3, #20] + + ASSERT(callback); + b8e: 4b24 ldr r3, [pc, #144] ; (c20 <_ext_irq_handler+0xa0>) + b90: 6818 ldr r0, [r3, #0] + b92: 1e43 subs r3, r0, #1 + b94: 4198 sbcs r0, r3 + b96: b2c0 uxtb r0, r0 + b98: 22da movs r2, #218 ; 0xda + b9a: 4922 ldr r1, [pc, #136] ; (c24 <_ext_irq_handler+0xa4>) + b9c: 4b22 ldr r3, [pc, #136] ; (c28 <_ext_irq_handler+0xa8>) + b9e: 4798 blx r3 + uint32_t pin = INVALID_PIN_NUMBER; + ba0: 2501 movs r5, #1 + ba2: 426d negs r5, r5 + + while (flags) { + ba4: e02f b.n c06 <_ext_irq_handler+0x86> + uint8_t lower = 0, middle, upper = EXT_IRQ_AMOUNT; + + while (upper >= lower) { + middle = (upper + lower) >> 1; + if (_map[middle].extint == pos) { + pin = _map[middle].pin; + ba6: 00db lsls r3, r3, #3 + ba8: 4a20 ldr r2, [pc, #128] ; (c2c <_ext_irq_handler+0xac>) + baa: 18d3 adds r3, r2, r3 + bac: 685d ldr r5, [r3, #4] + } else { + upper = middle - 1; + } + } + + if (INVALID_PIN_NUMBER != pin) { + bae: 1c6b adds r3, r5, #1 + bb0: d003 beq.n bba <_ext_irq_handler+0x3a> + callback(pin); + bb2: 4b1b ldr r3, [pc, #108] ; (c20 <_ext_irq_handler+0xa0>) + bb4: 681b ldr r3, [r3, #0] + bb6: 0028 movs r0, r5 + bb8: 4798 blx r3 + } + flags &= ~(1ul << pos); + bba: 2201 movs r2, #1 + bbc: 40a2 lsls r2, r4 + bbe: 9b01 ldr r3, [sp, #4] + bc0: 4393 bics r3, r2 + bc2: 9301 str r3, [sp, #4] + pos = ffs(flags) - 1; + bc4: 9801 ldr r0, [sp, #4] + bc6: 4b1a ldr r3, [pc, #104] ; (c30 <_ext_irq_handler+0xb0>) + bc8: 4798 blx r3 + bca: 3801 subs r0, #1 + bcc: b244 sxtb r4, r0 + while (-1 != pos) { + bce: 1c63 adds r3, r4, #1 + bd0: d014 beq.n bfc <_ext_irq_handler+0x7c> + bd2: 2603 movs r6, #3 + bd4: 2000 movs r0, #0 + bd6: e001 b.n bdc <_ext_irq_handler+0x5c> + upper = middle - 1; + bd8: 3901 subs r1, #1 + bda: b2ce uxtb r6, r1 + while (upper >= lower) { + bdc: 42b0 cmp r0, r6 + bde: d8e6 bhi.n bae <_ext_irq_handler+0x2e> + middle = (upper + lower) >> 1; + be0: 1833 adds r3, r6, r0 + be2: 105b asrs r3, r3, #1 + be4: b2d9 uxtb r1, r3 + be6: 22ff movs r2, #255 ; 0xff + be8: 4013 ands r3, r2 + if (_map[middle].extint == pos) { + bea: 00df lsls r7, r3, #3 + bec: 4a0f ldr r2, [pc, #60] ; (c2c <_ext_irq_handler+0xac>) + bee: 5cba ldrb r2, [r7, r2] + bf0: 42a2 cmp r2, r4 + bf2: d0d8 beq.n ba6 <_ext_irq_handler+0x26> + if (_map[middle].extint < pos) { + bf4: daf0 bge.n bd8 <_ext_irq_handler+0x58> + lower = middle + 1; + bf6: 3101 adds r1, #1 + bf8: b2c8 uxtb r0, r1 + bfa: e7ef b.n bdc <_ext_irq_handler+0x5c> + return ((Eic *)hw)->INTFLAG.reg; + bfc: 4b07 ldr r3, [pc, #28] ; (c1c <_ext_irq_handler+0x9c>) + bfe: 695a ldr r2, [r3, #20] + } + flags = hri_eic_read_INTFLAG_reg(EIC); + c00: 9201 str r2, [sp, #4] + hri_eic_clear_INTFLAG_reg(EIC, flags); + c02: 9a01 ldr r2, [sp, #4] + ((Eic *)hw)->INTFLAG.reg = mask; + c04: 615a str r2, [r3, #20] + while (flags) { + c06: 9b01 ldr r3, [sp, #4] + c08: 2b00 cmp r3, #0 + c0a: d005 beq.n c18 <_ext_irq_handler+0x98> + pos = ffs(flags) - 1; + c0c: 9801 ldr r0, [sp, #4] + c0e: 4b08 ldr r3, [pc, #32] ; (c30 <_ext_irq_handler+0xb0>) + c10: 4798 blx r3 + c12: 3801 subs r0, #1 + c14: b244 sxtb r4, r0 + while (-1 != pos) { + c16: e7da b.n bce <_ext_irq_handler+0x4e> + } +} + c18: b003 add sp, #12 + c1a: bdf0 pop {r4, r5, r6, r7, pc} + c1c: 40002800 .word 0x40002800 + c20: 20000060 .word 0x20000060 + c24: 0000204c .word 0x0000204c + c28: 00000a69 .word 0x00000a69 + c2c: 00002034 .word 0x00002034 + c30: 00001e5d .word 0x00001e5d + +00000c34 : + +/** + * \brief EIC interrupt handler + */ +void EIC_Handler(void) +{ + c34: b510 push {r4, lr} + _ext_irq_handler(); + c36: 4b01 ldr r3, [pc, #4] ; (c3c ) + c38: 4798 blx r3 +} + c3a: bd10 pop {r4, pc} + c3c: 00000b81 .word 0x00000b81 + +00000c40 <_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)) { + c40: 07c3 lsls r3, r0, #31 + c42: d507 bpl.n c54 <_gclk_init_generators_by_fref+0x14> + ((Gclk *)hw)->GENCTRL[index].reg = data; + c44: 4a09 ldr r2, [pc, #36] ; (c6c <_gclk_init_generators_by_fref+0x2c>) + c46: 4b0a ldr r3, [pc, #40] ; (c70 <_gclk_init_generators_by_fref+0x30>) + c48: 621a str r2, [r3, #32] + while (((Gclk *)hw)->SYNCBUSY.reg & reg) { + c4a: 4b09 ldr r3, [pc, #36] ; (c70 <_gclk_init_generators_by_fref+0x30>) + c4c: 685b ldr r3, [r3, #4] + c4e: 227d movs r2, #125 ; 0x7d + c50: 421a tst r2, r3 + c52: d1fa bne.n c4a <_gclk_init_generators_by_fref+0xa> + | (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)) { + c54: 0703 lsls r3, r0, #28 + c56: d507 bpl.n c68 <_gclk_init_generators_by_fref+0x28> + ((Gclk *)hw)->GENCTRL[index].reg = data; + c58: 4a06 ldr r2, [pc, #24] ; (c74 <_gclk_init_generators_by_fref+0x34>) + c5a: 4b05 ldr r3, [pc, #20] ; (c70 <_gclk_init_generators_by_fref+0x30>) + c5c: 62da str r2, [r3, #44] ; 0x2c + while (((Gclk *)hw)->SYNCBUSY.reg & reg) { + c5e: 4b04 ldr r3, [pc, #16] ; (c70 <_gclk_init_generators_by_fref+0x30>) + c60: 685b ldr r3, [r3, #4] + c62: 227d movs r2, #125 ; 0x7d + c64: 421a tst r2, r3 + c66: d1fa bne.n c5e <_gclk_init_generators_by_fref+0x1e> + | (CONF_GCLK_GEN_4_DIVSEL << GCLK_GENCTRL_DIVSEL_Pos) | (CONF_GCLK_GEN_4_OE << GCLK_GENCTRL_OE_Pos) + | (CONF_GCLK_GEN_4_OOV << GCLK_GENCTRL_OOV_Pos) | (CONF_GCLK_GEN_4_IDC << GCLK_GENCTRL_IDC_Pos) + | (CONF_GCLK_GENERATOR_4_CONFIG << GCLK_GENCTRL_GENEN_Pos) | CONF_GCLK_GEN_4_SOURCE); + } +#endif +} + c68: 4770 bx lr + c6a: 46c0 nop ; (mov r8, r8) + c6c: 00010105 .word 0x00010105 + c70: 40001c00 .word 0x40001c00 + c74: 00012304 .word 0x00012304 + +00000c78 <_mclk_init>: + ((Mclk *)hw)->BUPDIV.reg = data; + c78: 4b02 ldr r3, [pc, #8] ; (c84 <_mclk_init+0xc>) + c7a: 2208 movs r2, #8 + c7c: 719a strb r2, [r3, #6] + ((Mclk *)hw)->CPUDIV.reg = data; + c7e: 3a07 subs r2, #7 + c80: 711a strb r2, [r3, #4] +void _mclk_init(void) +{ + void *hw = (void *)MCLK; + hri_mclk_write_BUPDIV_reg(hw, MCLK_BUPDIV_BUPDIV(CONF_MCLK_BUPDIV)); + hri_mclk_write_CPUDIV_reg(hw, MCLK_CPUDIV_CPUDIV(CONF_MCLK_CPUDIV)); +} + c82: 4770 bx lr + c84: 40000800 .word 0x40000800 + +00000c88 <_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; + c88: 4a07 ldr r2, [pc, #28] ; (ca8 <_osc32kctrl_init_sources+0x20>) + c8a: 239e movs r3, #158 ; 0x9e + c8c: 8293 strh r3, [r2, #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; + c8e: 2300 movs r3, #0 + c90: 7593 strb r3, [r2, #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; + c92: 75d3 strb r3, [r2, #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; + c94: 69d3 ldr r3, [r2, #28] + tmp = (tmp & OSC32KCTRL_OSCULP32K_CALIB_Msk) >> OSC32KCTRL_OSCULP32K_CALIB_Pos; + c96: 0a1b lsrs r3, r3, #8 + calib = hri_osc32kctrl_read_OSCULP32K_CALIB_bf(hw); + hri_osc32kctrl_write_OSCULP32K_reg(hw, +#if CONF_OSC32K_CALIB_ENABLE == 1 + OSC32KCTRL_OSCULP32K_CALIB(CONF_OSC32K_CALIB) +#else + OSC32KCTRL_OSCULP32K_CALIB(calib) + c98: 021b lsls r3, r3, #8 + c9a: 21f8 movs r1, #248 ; 0xf8 + c9c: 0149 lsls r1, r1, #5 + c9e: 400b ands r3, r1 +} + +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; + ca0: 61d3 str r3, [r2, #28] + ((Osc32kctrl *)hw)->RTCCTRL.reg = data; + ca2: 2304 movs r3, #4 + ca4: 7413 strb r3, [r2, #16] +#endif +#endif + + hri_osc32kctrl_write_RTCCTRL_reg(hw, OSC32KCTRL_RTCCTRL_RTCSEL(CONF_RTCCTRL)); + (void)calib; +} + ca6: 4770 bx lr + ca8: 40001400 .word 0x40001400 + +00000cac <_oscctrl_init_sources>: +} + +static inline void hri_oscctrl_write_OSC16MCTRL_reg(const void *const hw, hri_oscctrl_osc16mctrl_reg_t data) +{ + OSCCTRL_CRITICAL_SECTION_ENTER(); + ((Oscctrl *)hw)->OSC16MCTRL.reg = data; + cac: 2282 movs r2, #130 ; 0x82 + cae: 4b0c ldr r3, [pc, #48] ; (ce0 <_oscctrl_init_sources+0x34>) + cb0: 751a strb r2, [r3, #20] + while (((Oscctrl *)hw)->DPLLSYNCBUSY.reg & reg) { + cb2: 2338 movs r3, #56 ; 0x38 + cb4: 4a0a ldr r2, [pc, #40] ; (ce0 <_oscctrl_init_sources+0x34>) + cb6: 5cd3 ldrb r3, [r2, r3] + cb8: 079b lsls r3, r3, #30 + cba: d4fa bmi.n cb2 <_oscctrl_init_sources+0x6> + return (((Oscctrl *)hw)->STATUS.reg & OSCCTRL_STATUS_OSC16MRDY) >> OSCCTRL_STATUS_OSC16MRDY_Pos; + cbc: 4b08 ldr r3, [pc, #32] ; (ce0 <_oscctrl_init_sources+0x34>) + cbe: 68db ldr r3, [r3, #12] +#endif +#endif + +#if CONF_OSC16M_CONFIG == 1 +#if CONF_OSC16M_ENABLE == 1 + while (!hri_oscctrl_get_STATUS_OSC16MRDY_bit(hw)) + cc0: 06db lsls r3, r3, #27 + cc2: d5fb bpl.n cbc <_oscctrl_init_sources+0x10> + ((Oscctrl *)hw)->OSC16MCTRL.reg |= OSCCTRL_OSC16MCTRL_ONDEMAND; + cc4: 4a06 ldr r2, [pc, #24] ; (ce0 <_oscctrl_init_sources+0x34>) + cc6: 7d13 ldrb r3, [r2, #20] + cc8: 2180 movs r1, #128 ; 0x80 + cca: 4249 negs r1, r1 + ccc: 430b orrs r3, r1 + cce: b2db uxtb r3, r3 + cd0: 7513 strb r3, [r2, #20] + while (((Oscctrl *)hw)->DPLLSYNCBUSY.reg & reg) { + cd2: 2338 movs r3, #56 ; 0x38 + cd4: 4a02 ldr r2, [pc, #8] ; (ce0 <_oscctrl_init_sources+0x34>) + cd6: 5cd2 ldrb r2, [r2, r3] + cd8: 3b2a subs r3, #42 ; 0x2a + cda: 421a tst r2, r3 + cdc: d1f9 bne.n cd2 <_oscctrl_init_sources+0x26> +#if CONF_OSC16M_ONDEMAND == 1 + hri_oscctrl_set_OSC16MCTRL_ONDEMAND_bit(hw); +#endif +#endif + (void)hw; +} + cde: 4770 bx lr + ce0: 40001000 .word 0x40001000 + +00000ce4 <_oscctrl_init_referenced_generators>: +#if CONF_DFLL_CONFIG == 1 + while (hri_gclk_read_SYNCBUSY_reg(GCLK)) + ; +#endif + (void)hw, (void)tmp; +} + ce4: 4770 bx lr + ... + +00000ce8 <_set_performance_level>: +} + +static inline hri_pm_plcfg_reg_t hri_pm_get_PLCFG_PLSEL_bf(const void *const hw, hri_pm_plcfg_reg_t mask) +{ + uint8_t tmp; + tmp = ((Pm *)hw)->PLCFG.reg; + ce8: 4b09 ldr r3, [pc, #36] ; (d10 <_set_performance_level+0x28>) + cea: 789b ldrb r3, [r3, #2] + tmp = (tmp & PM_PLCFG_PLSEL(mask)) >> PM_PLCFG_PLSEL_Pos; + cec: 2203 movs r2, #3 + cee: 4013 ands r3, r2 +/** + * \brief Set performance level + */ +void _set_performance_level(const uint8_t level) +{ + if (hri_pm_get_PLCFG_PLSEL_bf(PM, PM_PLCFG_PLSEL_Msk) != level) { + cf0: 4298 cmp r0, r3 + cf2: d00c beq.n d0e <_set_performance_level+0x26> + ((Pm *)hw)->INTFLAG.reg = mask; + cf4: 4a06 ldr r2, [pc, #24] ; (d10 <_set_performance_level+0x28>) + cf6: 23ff movs r3, #255 ; 0xff + cf8: 7193 strb r3, [r2, #6] + +static inline void hri_pm_write_PLCFG_PLSEL_bf(const void *const hw, hri_pm_plcfg_reg_t data) +{ + uint8_t tmp; + PM_CRITICAL_SECTION_ENTER(); + tmp = ((Pm *)hw)->PLCFG.reg; + cfa: 7893 ldrb r3, [r2, #2] + tmp &= ~PM_PLCFG_PLSEL_Msk; + cfc: 2103 movs r1, #3 + cfe: 438b bics r3, r1 + tmp |= PM_PLCFG_PLSEL(data); + d00: 4008 ands r0, r1 + d02: 4318 orrs r0, r3 + ((Pm *)hw)->PLCFG.reg = tmp; + d04: 7090 strb r0, [r2, #2] + return ((Pm *)hw)->INTFLAG.reg; + d06: 4b02 ldr r3, [pc, #8] ; (d10 <_set_performance_level+0x28>) + d08: 799b ldrb r3, [r3, #6] + hri_pm_clear_INTFLAG_reg(PM, 0xFF); + hri_pm_write_PLCFG_PLSEL_bf(PM, level); + while (!hri_pm_read_INTFLAG_reg(PM)) + d0a: 2b00 cmp r3, #0 + d0c: d0fb beq.n d06 <_set_performance_level+0x1e> + ; + } +} + d0e: 4770 bx lr + d10: 40000400 .word 0x40000400 + +00000d14 <_rtc_interrupt_handler>: + * \brief RTC interrupt handler + * + * \param[in] dev The pointer to calendar device struct + */ +static void _rtc_interrupt_handler(struct calendar_dev *dev) +{ + d14: b510 push {r4, lr} + d16: 0004 movs r4, r0 + /* Read and mask interrupt flag register */ + uint16_t interrupt_status = hri_rtcmode0_read_INTFLAG_reg(dev->hw); + d18: 6802 ldr r2, [r0, #0] + return tmp; +} + +static inline hri_rtcmode0_intflag_reg_t hri_rtcmode0_read_INTFLAG_reg(const void *const hw) +{ + return ((Rtc *)hw)->MODE0.INTFLAG.reg; + d1a: 8991 ldrh r1, [r2, #12] + return tmp; +} + +static inline hri_rtcmode0_intenset_reg_t hri_rtcmode0_read_INTEN_reg(const void *const hw) +{ + return ((Rtc *)hw)->MODE0.INTENSET.reg; + d1c: 8953 ldrh r3, [r2, #10] + uint16_t interrupt_enabled = hri_rtcmode0_read_INTEN_reg(dev->hw); + + if ((interrupt_status & interrupt_enabled) & RTC_MODE2_INTFLAG_ALARM0) { + d1e: 400b ands r3, r1 + d20: 05da lsls r2, r3, #23 + d22: d402 bmi.n d2a <_rtc_interrupt_handler+0x16> + dev->callback(dev); + + /* Clear interrupt flag */ + hri_rtcmode0_clear_interrupt_CMP0_bit(dev->hw); + } else if ((interrupt_status & interrupt_enabled) & RTC_MODE2_INTFLAG_TAMPER) { + d24: 045b lsls r3, r3, #17 + d26: d407 bmi.n d38 <_rtc_interrupt_handler+0x24> + dev->callback_tamper(dev); + + /* Clear interrupt flag */ + hri_rtcmode0_clear_interrupt_TAMPER_bit(dev->hw); + } +} + d28: bd10 pop {r4, pc} + dev->callback(dev); + d2a: 6843 ldr r3, [r0, #4] + d2c: 4798 blx r3 + hri_rtcmode0_clear_interrupt_CMP0_bit(dev->hw); + d2e: 6823 ldr r3, [r4, #0] + ((Rtc *)hw)->MODE0.INTFLAG.reg = RTC_MODE0_INTFLAG_CMP0; + d30: 2280 movs r2, #128 ; 0x80 + d32: 0052 lsls r2, r2, #1 + d34: 819a strh r2, [r3, #12] + d36: e7f7 b.n d28 <_rtc_interrupt_handler+0x14> + dev->callback_tamper(dev); + d38: 6883 ldr r3, [r0, #8] + d3a: 4798 blx r3 + hri_rtcmode0_clear_interrupt_TAMPER_bit(dev->hw); + d3c: 6823 ldr r3, [r4, #0] + ((Rtc *)hw)->MODE0.INTFLAG.reg = RTC_MODE0_INTFLAG_TAMPER; + d3e: 2280 movs r2, #128 ; 0x80 + d40: 01d2 lsls r2, r2, #7 + d42: 819a strh r2, [r3, #12] +} + d44: e7f0 b.n d28 <_rtc_interrupt_handler+0x14> + ... + +00000d48 <_calendar_init>: +{ + d48: b510 push {r4, lr} + d4a: 1e04 subs r4, r0, #0 + ASSERT(dev && dev->hw); + d4c: d037 beq.n dbe <_calendar_init+0x76> + d4e: 6803 ldr r3, [r0, #0] + d50: 2b00 cmp r3, #0 + d52: d032 beq.n dba <_calendar_init+0x72> + d54: 2001 movs r0, #1 + d56: 222f movs r2, #47 ; 0x2f + d58: 491a ldr r1, [pc, #104] ; (dc4 <_calendar_init+0x7c>) + d5a: 4b1b ldr r3, [pc, #108] ; (dc8 <_calendar_init+0x80>) + d5c: 4798 blx r3 + _rtc_dev = dev; + d5e: 4b1b ldr r3, [pc, #108] ; (dcc <_calendar_init+0x84>) + d60: 601c str r4, [r3, #0] + if (hri_rtcmode0_get_CTRLA_ENABLE_bit(dev->hw)) { + d62: 6821 ldr r1, [r4, #0] + while (((Rtc *)hw)->MODE0.SYNCBUSY.reg & reg) { + d64: 690a ldr r2, [r1, #16] + d66: 4b1a ldr r3, [pc, #104] ; (dd0 <_calendar_init+0x88>) + d68: 421a tst r2, r3 + d6a: d1fb bne.n d64 <_calendar_init+0x1c> + +static inline bool hri_rtcmode0_get_CTRLA_ENABLE_bit(const void *const hw) +{ + uint16_t tmp; + hri_rtcmode0_wait_for_sync(hw, RTC_MODE0_SYNCBUSY_SWRST | RTC_MODE0_SYNCBUSY_ENABLE | RTC_MODE0_SYNCBUSY_COUNTSYNC); + tmp = ((Rtc *)hw)->MODE0.CTRLA.reg; + d6c: 880b ldrh r3, [r1, #0] + d6e: 079b lsls r3, r3, #30 + d70: d50b bpl.n d8a <_calendar_init+0x42> +} + +static inline void hri_rtcmode0_clear_CTRLA_ENABLE_bit(const void *const hw) +{ + RTC_CRITICAL_SECTION_ENTER(); + ((Rtc *)hw)->MODE0.CTRLA.reg &= ~RTC_MODE0_CTRLA_ENABLE; + d72: 880b ldrh r3, [r1, #0] + d74: 2202 movs r2, #2 + d76: 4393 bics r3, r2 + d78: 800b strh r3, [r1, #0] + while (((Rtc *)hw)->MODE0.SYNCBUSY.reg & reg) { + d7a: 690a ldr r2, [r1, #16] + d7c: 4b14 ldr r3, [pc, #80] ; (dd0 <_calendar_init+0x88>) + d7e: 421a tst r2, r3 + d80: d1fb bne.n d7a <_calendar_init+0x32> + hri_rtcmode0_wait_for_sync(dev->hw, RTC_MODE0_SYNCBUSY_ENABLE); + d82: 6822 ldr r2, [r4, #0] + d84: 6913 ldr r3, [r2, #16] + d86: 079b lsls r3, r3, #30 + d88: d4fc bmi.n d84 <_calendar_init+0x3c> + hri_rtcmode0_set_CTRLA_SWRST_bit(dev->hw); + d8a: 6822 ldr r2, [r4, #0] + ((Rtc *)hw)->MODE0.CTRLA.reg |= RTC_MODE0_CTRLA_SWRST; + d8c: 8813 ldrh r3, [r2, #0] + d8e: 2101 movs r1, #1 + d90: 430b orrs r3, r1 + d92: b29b uxth r3, r3 + d94: 8013 strh r3, [r2, #0] + while (((Rtc *)hw)->MODE0.SYNCBUSY.reg & reg) { + d96: 6913 ldr r3, [r2, #16] + d98: 07db lsls r3, r3, #31 + d9a: d4fc bmi.n d96 <_calendar_init+0x4e> + hri_rtcmode0_wait_for_sync(dev->hw, RTC_MODE0_SYNCBUSY_SWRST); + d9c: 6823 ldr r3, [r4, #0] + d9e: 691a ldr r2, [r3, #16] + da0: 07d2 lsls r2, r2, #31 + da2: d4fc bmi.n d9e <_calendar_init+0x56> +} + +static inline void hri_rtcmode0_write_CTRLA_reg(const void *const hw, hri_rtcmode0_ctrla_reg_t data) +{ + RTC_CRITICAL_SECTION_ENTER(); + ((Rtc *)hw)->MODE0.CTRLA.reg = data; + da4: 4a0b ldr r2, [pc, #44] ; (dd4 <_calendar_init+0x8c>) + da6: 801a strh r2, [r3, #0] + while (((Rtc *)hw)->MODE0.SYNCBUSY.reg & reg) { + da8: 6919 ldr r1, [r3, #16] + daa: 4a09 ldr r2, [pc, #36] ; (dd0 <_calendar_init+0x88>) + dac: 4211 tst r1, r2 + dae: d1fb bne.n da8 <_calendar_init+0x60> + dev->hw, + db0: 6823 ldr r3, [r4, #0] +} + +static inline void hri_rtc_write_TAMPCTRL_reg(const void *const hw, hri_rtc_tampctrl_reg_t data) +{ + RTC_CRITICAL_SECTION_ENTER(); + ((Rtc *)hw)->MODE0.TAMPCTRL.reg = data; + db2: 2200 movs r2, #0 + db4: 661a str r2, [r3, #96] ; 0x60 +} + db6: 2000 movs r0, #0 + db8: bd10 pop {r4, pc} + ASSERT(dev && dev->hw); + dba: 2000 movs r0, #0 + dbc: e7cb b.n d56 <_calendar_init+0xe> + dbe: 2000 movs r0, #0 + dc0: e7c9 b.n d56 <_calendar_init+0xe> + dc2: 46c0 nop ; (mov r8, r8) + dc4: 00002064 .word 0x00002064 + dc8: 00000a69 .word 0x00000a69 + dcc: 20000064 .word 0x20000064 + dd0: 00008003 .word 0x00008003 + dd4: ffff8b00 .word 0xffff8b00 + +00000dd8 <_calendar_enable>: +{ + dd8: b510 push {r4, lr} + dda: 1e04 subs r4, r0, #0 + ASSERT(dev && dev->hw); + ddc: d015 beq.n e0a <_calendar_enable+0x32> + dde: 6803 ldr r3, [r0, #0] + de0: 2b00 cmp r3, #0 + de2: d010 beq.n e06 <_calendar_enable+0x2e> + de4: 2001 movs r0, #1 + de6: 2273 movs r2, #115 ; 0x73 + de8: 4909 ldr r1, [pc, #36] ; (e10 <_calendar_enable+0x38>) + dea: 4b0a ldr r3, [pc, #40] ; (e14 <_calendar_enable+0x3c>) + dec: 4798 blx r3 + hri_rtcmode0_set_CTRLA_ENABLE_bit(dev->hw); + dee: 6821 ldr r1, [r4, #0] + ((Rtc *)hw)->MODE0.CTRLA.reg |= RTC_MODE0_CTRLA_ENABLE; + df0: 880b ldrh r3, [r1, #0] + df2: 2202 movs r2, #2 + df4: 4313 orrs r3, r2 + df6: b29b uxth r3, r3 + df8: 800b strh r3, [r1, #0] + while (((Rtc *)hw)->MODE0.SYNCBUSY.reg & reg) { + dfa: 690a ldr r2, [r1, #16] + dfc: 4b06 ldr r3, [pc, #24] ; (e18 <_calendar_enable+0x40>) + dfe: 421a tst r2, r3 + e00: d1fb bne.n dfa <_calendar_enable+0x22> +} + e02: 2000 movs r0, #0 + e04: bd10 pop {r4, pc} + ASSERT(dev && dev->hw); + e06: 2000 movs r0, #0 + e08: e7ed b.n de6 <_calendar_enable+0xe> + e0a: 2000 movs r0, #0 + e0c: e7eb b.n de6 <_calendar_enable+0xe> + e0e: 46c0 nop ; (mov r8, r8) + e10: 00002064 .word 0x00002064 + e14: 00000a69 .word 0x00000a69 + e18: 00008003 .word 0x00008003 + +00000e1c <_calendar_set_counter>: +{ + e1c: b570 push {r4, r5, r6, lr} + e1e: 0004 movs r4, r0 + e20: 000d movs r5, r1 + ASSERT(dev && dev->hw); + e22: 2800 cmp r0, #0 + e24: d010 beq.n e48 <_calendar_set_counter+0x2c> + e26: 6803 ldr r3, [r0, #0] + e28: 2b00 cmp r3, #0 + e2a: d00b beq.n e44 <_calendar_set_counter+0x28> + e2c: 2001 movs r0, #1 + e2e: 228b movs r2, #139 ; 0x8b + e30: 4906 ldr r1, [pc, #24] ; (e4c <_calendar_set_counter+0x30>) + e32: 4b07 ldr r3, [pc, #28] ; (e50 <_calendar_set_counter+0x34>) + e34: 4798 blx r3 + hri_rtcmode0_write_COUNT_reg(dev->hw, counter); + e36: 6822 ldr r2, [r4, #0] + ((Rtc *)hw)->MODE0.COUNT.reg = data; + e38: 6195 str r5, [r2, #24] + while (((Rtc *)hw)->MODE0.SYNCBUSY.reg & reg) { + e3a: 6913 ldr r3, [r2, #16] + e3c: 071b lsls r3, r3, #28 + e3e: d4fc bmi.n e3a <_calendar_set_counter+0x1e> +} + e40: 2000 movs r0, #0 + e42: bd70 pop {r4, r5, r6, pc} + ASSERT(dev && dev->hw); + e44: 2000 movs r0, #0 + e46: e7f2 b.n e2e <_calendar_set_counter+0x12> + e48: 2000 movs r0, #0 + e4a: e7f0 b.n e2e <_calendar_set_counter+0x12> + e4c: 00002064 .word 0x00002064 + e50: 00000a69 .word 0x00000a69 + +00000e54 <_calendar_get_counter>: +{ + e54: b510 push {r4, lr} + e56: 1e04 subs r4, r0, #0 + ASSERT(dev && dev->hw); + e58: d00f beq.n e7a <_calendar_get_counter+0x26> + e5a: 6803 ldr r3, [r0, #0] + e5c: 2b00 cmp r3, #0 + e5e: d00a beq.n e76 <_calendar_get_counter+0x22> + e60: 2001 movs r0, #1 + e62: 2297 movs r2, #151 ; 0x97 + e64: 4906 ldr r1, [pc, #24] ; (e80 <_calendar_get_counter+0x2c>) + e66: 4b07 ldr r3, [pc, #28] ; (e84 <_calendar_get_counter+0x30>) + e68: 4798 blx r3 + return hri_rtcmode0_read_COUNT_reg(dev->hw); + e6a: 6822 ldr r2, [r4, #0] + e6c: 6913 ldr r3, [r2, #16] + e6e: 071b lsls r3, r3, #28 + e70: d4fc bmi.n e6c <_calendar_get_counter+0x18> + return ((Rtc *)hw)->MODE0.COUNT.reg; + e72: 6990 ldr r0, [r2, #24] +} + e74: bd10 pop {r4, pc} + ASSERT(dev && dev->hw); + e76: 2000 movs r0, #0 + e78: e7f3 b.n e62 <_calendar_get_counter+0xe> + e7a: 2000 movs r0, #0 + e7c: e7f1 b.n e62 <_calendar_get_counter+0xe> + e7e: 46c0 nop ; (mov r8, r8) + e80: 00002064 .word 0x00002064 + e84: 00000a69 .word 0x00000a69 + +00000e88 : + +/** + * \brief Rtc interrupt handler + */ +void RTC_Handler(void) +{ + e88: b510 push {r4, lr} + _rtc_interrupt_handler(_rtc_dev); + e8a: 4b02 ldr r3, [pc, #8] ; (e94 ) + e8c: 6818 ldr r0, [r3, #0] + e8e: 4b02 ldr r3, [pc, #8] ; (e98 ) + e90: 4798 blx r3 +} + e92: bd10 pop {r4, pc} + e94: 20000064 .word 0x20000064 + e98: 00000d15 .word 0x00000d15 + +00000e9c <_sercom_get_hardware_index>: +{ +#ifdef _UNIT_TEST_ + return ((uint32_t)hw - (uint32_t)SERCOM0) / sizeof(Sercom); +#endif + + return ((uint32_t)hw - (uint32_t)SERCOM0) >> 10; + e9c: 4b02 ldr r3, [pc, #8] ; (ea8 <_sercom_get_hardware_index+0xc>) + e9e: 469c mov ip, r3 + ea0: 4460 add r0, ip + ea2: 0a80 lsrs r0, r0, #10 + ea4: b2c0 uxtb r0, r0 +} + ea6: 4770 bx lr + ea8: bdfffc00 .word 0xbdfffc00 + +00000eac <_get_i2cm_index>: + * \param[in] hw The pointer to hardware instance + + * \return The ordinal number of the given sercom hardware instance + */ +static int8_t _get_i2cm_index(const void *const hw) +{ + eac: b510 push {r4, lr} + uint8_t sercom_offset = _sercom_get_hardware_index(hw); + eae: 4b0d ldr r3, [pc, #52] ; (ee4 <_get_i2cm_index+0x38>) + eb0: 4798 blx r3 + uint8_t i; + + for (i = 0; i < ARRAY_SIZE(_i2cms); i++) { + eb2: 2300 movs r3, #0 + eb4: 2b00 cmp r3, #0 + eb6: d008 beq.n eca <_get_i2cm_index+0x1e> + if (_i2cms[i].number == sercom_offset) { + return i; + } + } + + ASSERT(false); + eb8: 22e6 movs r2, #230 ; 0xe6 + eba: 0092 lsls r2, r2, #2 + ebc: 490a ldr r1, [pc, #40] ; (ee8 <_get_i2cm_index+0x3c>) + ebe: 2000 movs r0, #0 + ec0: 4b0a ldr r3, [pc, #40] ; (eec <_get_i2cm_index+0x40>) + ec2: 4798 blx r3 + return -1; + ec4: 2001 movs r0, #1 + ec6: 4240 negs r0, r0 +} + ec8: bd10 pop {r4, pc} + if (_i2cms[i].number == sercom_offset) { + eca: 005a lsls r2, r3, #1 + ecc: 18d2 adds r2, r2, r3 + ece: 00d1 lsls r1, r2, #3 + ed0: 4a07 ldr r2, [pc, #28] ; (ef0 <_get_i2cm_index+0x44>) + ed2: 1852 adds r2, r2, r1 + ed4: 7d12 ldrb r2, [r2, #20] + ed6: 4290 cmp r0, r2 + ed8: d002 beq.n ee0 <_get_i2cm_index+0x34> + for (i = 0; i < ARRAY_SIZE(_i2cms); i++) { + eda: 3301 adds r3, #1 + edc: b2db uxtb r3, r3 + ede: e7e9 b.n eb4 <_get_i2cm_index+0x8> + return i; + ee0: b258 sxtb r0, r3 + ee2: e7f1 b.n ec8 <_get_i2cm_index+0x1c> + ee4: 00000e9d .word 0x00000e9d + ee8: 000020cc .word 0x000020cc + eec: 00000a69 .word 0x00000a69 + ef0: 0000207c .word 0x0000207c + +00000ef4 <_i2c_m_sync_init_impl>: + } + return ERR_NONE; +} + +static int32_t _i2c_m_sync_init_impl(struct _i2c_m_service *const service, void *const hw) +{ + ef4: b570 push {r4, r5, r6, lr} + ef6: 0005 movs r5, r0 + ef8: 000c movs r4, r1 + uint8_t i = _get_i2cm_index(hw); + efa: 0008 movs r0, r1 + efc: 4b2d ldr r3, [pc, #180] ; (fb4 <_i2c_m_sync_init_impl+0xc0>) + efe: 4798 blx r3 + f00: b2c0 uxtb r0, r0 + }; +} + +static inline bool hri_sercomi2cm_is_syncing(const void *const hw, hri_sercomi2cm_syncbusy_reg_t reg) +{ + return ((Sercom *)hw)->I2CM.SYNCBUSY.reg & reg; + f02: 69e3 ldr r3, [r4, #28] + + if (!hri_sercomi2cm_is_syncing(hw, SERCOM_I2CM_SYNCBUSY_SWRST)) { + f04: 07db lsls r3, r3, #31 + f06: d41d bmi.n f44 <_i2c_m_sync_init_impl+0x50> + uint32_t mode = _i2cms[i].ctrl_a & SERCOM_I2CM_CTRLA_MODE_Msk; + f08: 0043 lsls r3, r0, #1 + f0a: 181b adds r3, r3, r0 + f0c: 00da lsls r2, r3, #3 + f0e: 4b2a ldr r3, [pc, #168] ; (fb8 <_i2c_m_sync_init_impl+0xc4>) + f10: 189b adds r3, r3, r2 + f12: 699a ldr r2, [r3, #24] + f14: 231c movs r3, #28 + f16: 401a ands r2, r3 + while (((Sercom *)hw)->I2CM.SYNCBUSY.reg & reg) { + f18: 69e3 ldr r3, [r4, #28] + f1a: 079b lsls r3, r3, #30 + f1c: d1fc bne.n f18 <_i2c_m_sync_init_impl+0x24> +static inline hri_sercomi2cm_ctrla_reg_t hri_sercomi2cm_get_CTRLA_reg(const void *const hw, + hri_sercomi2cm_ctrla_reg_t mask) +{ + uint32_t tmp; + hri_sercomi2cm_wait_for_sync(hw, SERCOM_I2CM_SYNCBUSY_SWRST | SERCOM_I2CM_SYNCBUSY_ENABLE); + tmp = ((Sercom *)hw)->I2CM.CTRLA.reg; + f1e: 6823 ldr r3, [r4, #0] + if (hri_sercomi2cm_get_CTRLA_reg(hw, SERCOM_I2CM_CTRLA_ENABLE)) { + f20: 079b lsls r3, r3, #30 + f22: d509 bpl.n f38 <_i2c_m_sync_init_impl+0x44> + ((Sercom *)hw)->I2CM.CTRLA.reg &= ~SERCOM_I2CM_CTRLA_ENABLE; + f24: 6823 ldr r3, [r4, #0] + f26: 2102 movs r1, #2 + f28: 438b bics r3, r1 + f2a: 6023 str r3, [r4, #0] + while (((Sercom *)hw)->I2CM.SYNCBUSY.reg & reg) { + f2c: 69e3 ldr r3, [r4, #28] + f2e: 079b lsls r3, r3, #30 + f30: d1fc bne.n f2c <_i2c_m_sync_init_impl+0x38> + f32: 69e3 ldr r3, [r4, #28] + f34: 079b lsls r3, r3, #30 + f36: d4fc bmi.n f32 <_i2c_m_sync_init_impl+0x3e> + hri_sercomi2cm_clear_CTRLA_ENABLE_bit(hw); + hri_sercomi2cm_wait_for_sync(hw, SERCOM_I2CM_SYNCBUSY_ENABLE); + } + hri_sercomi2cm_write_CTRLA_reg(hw, SERCOM_I2CM_CTRLA_SWRST | mode); + f38: 2301 movs r3, #1 + f3a: 4313 orrs r3, r2 +} + +static inline void hri_sercomi2cm_write_CTRLA_reg(const void *const hw, hri_sercomi2cm_ctrla_reg_t data) +{ + SERCOM_CRITICAL_SECTION_ENTER(); + ((Sercom *)hw)->I2CM.CTRLA.reg = data; + f3c: 6023 str r3, [r4, #0] + while (((Sercom *)hw)->I2CM.SYNCBUSY.reg & reg) { + f3e: 69e3 ldr r3, [r4, #28] + f40: 079b lsls r3, r3, #30 + f42: d1fc bne.n f3e <_i2c_m_sync_init_impl+0x4a> + f44: 69e3 ldr r3, [r4, #28] + f46: 07db lsls r3, r3, #31 + f48: d4fc bmi.n f44 <_i2c_m_sync_init_impl+0x50> + } + hri_sercomi2cm_wait_for_sync(hw, SERCOM_I2CM_SYNCBUSY_SWRST); + + hri_sercomi2cm_write_CTRLA_reg(hw, _i2cms[i].ctrl_a); + f4a: 0043 lsls r3, r0, #1 + f4c: 181b adds r3, r3, r0 + f4e: 00da lsls r2, r3, #3 + f50: 4b19 ldr r3, [pc, #100] ; (fb8 <_i2c_m_sync_init_impl+0xc4>) + f52: 189b adds r3, r3, r2 + f54: 699b ldr r3, [r3, #24] + ((Sercom *)hw)->I2CM.CTRLA.reg = data; + f56: 6023 str r3, [r4, #0] + while (((Sercom *)hw)->I2CM.SYNCBUSY.reg & reg) { + f58: 69e3 ldr r3, [r4, #28] + f5a: 079b lsls r3, r3, #30 + f5c: d1fc bne.n f58 <_i2c_m_sync_init_impl+0x64> + hri_sercomi2cm_write_CTRLB_reg(hw, _i2cms[i].ctrl_b); + f5e: 0043 lsls r3, r0, #1 + f60: 181b adds r3, r3, r0 + f62: 00da lsls r2, r3, #3 + f64: 4b14 ldr r3, [pc, #80] ; (fb8 <_i2c_m_sync_init_impl+0xc4>) + f66: 189b adds r3, r3, r2 + f68: 69db ldr r3, [r3, #28] +} + +static inline void hri_sercomi2cm_write_CTRLB_reg(const void *const hw, hri_sercomi2cm_ctrlb_reg_t data) +{ + SERCOM_CRITICAL_SECTION_ENTER(); + ((Sercom *)hw)->I2CM.CTRLB.reg = data; + f6a: 6063 str r3, [r4, #4] + while (((Sercom *)hw)->I2CM.SYNCBUSY.reg & reg) { + f6c: 69e3 ldr r3, [r4, #28] + f6e: 075b lsls r3, r3, #29 + f70: d4fc bmi.n f6c <_i2c_m_sync_init_impl+0x78> + hri_sercomi2cm_write_BAUD_reg(hw, _i2cms[i].baud); + f72: 0042 lsls r2, r0, #1 + f74: 1812 adds r2, r2, r0 + f76: 00d1 lsls r1, r2, #3 + f78: 4b0f ldr r3, [pc, #60] ; (fb8 <_i2c_m_sync_init_impl+0xc4>) + f7a: 185b adds r3, r3, r1 +} + +static inline void hri_sercomi2cm_write_BAUD_reg(const void *const hw, hri_sercomi2cm_baud_reg_t data) +{ + SERCOM_CRITICAL_SECTION_ENTER(); + ((Sercom *)hw)->I2CM.BAUD.reg = data; + f7c: 6a1a ldr r2, [r3, #32] + f7e: 60e2 str r2, [r4, #12] + + service->mode = (_i2cms[i].ctrl_a & SERCOM_I2CM_CTRLA_SPEED_Msk) >> SERCOM_I2CM_CTRLA_SPEED_Pos; + f80: 7eda ldrb r2, [r3, #27] + f82: 2303 movs r3, #3 + f84: 401a ands r2, r3 + f86: 81aa strh r2, [r5, #12] + hri_sercomi2cm_write_ADDR_HS_bit(hw, service->mode < I2C_HS ? 0 : 1); + f88: 3b02 subs r3, #2 + f8a: 4293 cmp r3, r2 + f8c: 419b sbcs r3, r3 + f8e: 425b negs r3, r3 + +static inline void hri_sercomi2cm_write_ADDR_HS_bit(const void *const hw, bool value) +{ + uint32_t tmp; + SERCOM_CRITICAL_SECTION_ENTER(); + tmp = ((Sercom *)hw)->I2CM.ADDR.reg; + f90: 6a62 ldr r2, [r4, #36] ; 0x24 + tmp &= ~SERCOM_I2CM_ADDR_HS; + f92: 490a ldr r1, [pc, #40] ; (fbc <_i2c_m_sync_init_impl+0xc8>) + f94: 400a ands r2, r1 + tmp |= value << SERCOM_I2CM_ADDR_HS_Pos; + f96: 039b lsls r3, r3, #14 + f98: 4313 orrs r3, r2 + ((Sercom *)hw)->I2CM.ADDR.reg = tmp; + f9a: 6263 str r3, [r4, #36] ; 0x24 + while (((Sercom *)hw)->I2CM.SYNCBUSY.reg & reg) { + f9c: 69e3 ldr r3, [r4, #28] + f9e: 075b lsls r3, r3, #29 + fa0: d4fc bmi.n f9c <_i2c_m_sync_init_impl+0xa8> + + service->trise = _i2cms[i].trise; + fa2: 0043 lsls r3, r0, #1 + fa4: 1818 adds r0, r3, r0 + fa6: 00c2 lsls r2, r0, #3 + fa8: 4b03 ldr r3, [pc, #12] ; (fb8 <_i2c_m_sync_init_impl+0xc4>) + faa: 189b adds r3, r3, r2 + fac: 8cdb ldrh r3, [r3, #38] ; 0x26 + fae: 81eb strh r3, [r5, #14] + + return ERR_NONE; +} + fb0: 2000 movs r0, #0 + fb2: bd70 pop {r4, r5, r6, pc} + fb4: 00000ead .word 0x00000ead + fb8: 0000207c .word 0x0000207c + fbc: ffffbfff .word 0xffffbfff + +00000fc0 <_sercom_i2c_sync_send_address>: +{ + fc0: b570 push {r4, r5, r6, lr} + fc2: 0005 movs r5, r0 + void * hw = i2c_dev->hw; + fc4: 6904 ldr r4, [r0, #16] + tmp = ((Sercom *)hw)->I2CM.CTRLA.reg; + fc6: 6823 ldr r3, [r4, #0] + tmp = (tmp & SERCOM_I2CM_CTRLA_SCLSM) >> SERCOM_I2CM_CTRLA_SCLSM_Pos; + fc8: 0edb lsrs r3, r3, #27 + fca: 2601 movs r6, #1 + fcc: 401e ands r6, r3 + ASSERT(i2c_dev); + fce: 1e43 subs r3, r0, #1 + fd0: 4198 sbcs r0, r3 + fd2: b2c0 uxtb r0, r0 + fd4: 4a8e ldr r2, [pc, #568] ; (1210 <_sercom_i2c_sync_send_address+0x250>) + fd6: 498f ldr r1, [pc, #572] ; (1214 <_sercom_i2c_sync_send_address+0x254>) + fd8: 4b8f ldr r3, [pc, #572] ; (1218 <_sercom_i2c_sync_send_address+0x258>) + fda: 4798 blx r3 + if (msg->len == 1 && sclsm) { + fdc: 686b ldr r3, [r5, #4] + fde: 2b01 cmp r3, #1 + fe0: d04d beq.n 107e <_sercom_i2c_sync_send_address+0xbe> + ((Sercom *)hw)->I2CM.CTRLB.reg &= ~SERCOM_I2CM_CTRLB_ACKACT; + fe2: 6863 ldr r3, [r4, #4] + fe4: 4a8d ldr r2, [pc, #564] ; (121c <_sercom_i2c_sync_send_address+0x25c>) + fe6: 4013 ands r3, r2 + fe8: 6063 str r3, [r4, #4] + while (((Sercom *)hw)->I2CM.SYNCBUSY.reg & reg) { + fea: 69e3 ldr r3, [r4, #28] + fec: 075b lsls r3, r3, #29 + fee: d4fc bmi.n fea <_sercom_i2c_sync_send_address+0x2a> + if (msg->addr & I2C_M_TEN) { + ff0: 882b ldrh r3, [r5, #0] + ff2: 055a lsls r2, r3, #21 + ff4: d54e bpl.n 1094 <_sercom_i2c_sync_send_address+0xd4> + if (msg->flags & I2C_M_RD) { + ff6: 886a ldrh r2, [r5, #2] + ff8: 07d2 lsls r2, r2, #31 + ffa: d504 bpl.n 1006 <_sercom_i2c_sync_send_address+0x46> + msg->flags |= I2C_M_TEN; + ffc: 886a ldrh r2, [r5, #2] + ffe: 2180 movs r1, #128 ; 0x80 + 1000: 00c9 lsls r1, r1, #3 + 1002: 430a orrs r2, r1 + 1004: 806a strh r2, [r5, #2] + ((msg->addr & TEN_ADDR_MASK) << 1) | SERCOM_I2CM_ADDR_TENBITEN + 1006: 005b lsls r3, r3, #1 + | (hri_sercomi2cm_read_ADDR_reg(hw) & SERCOM_I2CM_ADDR_HS)); + 1008: 4a85 ldr r2, [pc, #532] ; (1220 <_sercom_i2c_sync_send_address+0x260>) + 100a: 401a ands r2, r3 + 100c: 69e3 ldr r3, [r4, #28] + 100e: 075b lsls r3, r3, #29 + 1010: d4fc bmi.n 100c <_sercom_i2c_sync_send_address+0x4c> +} + +static inline hri_sercomi2cm_addr_reg_t hri_sercomi2cm_read_ADDR_reg(const void *const hw) +{ + hri_sercomi2cm_wait_for_sync(hw, SERCOM_I2CM_SYNCBUSY_SYSOP); + return ((Sercom *)hw)->I2CM.ADDR.reg; + 1012: 6a63 ldr r3, [r4, #36] ; 0x24 + 1014: 2180 movs r1, #128 ; 0x80 + 1016: 01c9 lsls r1, r1, #7 + 1018: 400b ands r3, r1 + 101a: 4313 orrs r3, r2 + hri_sercomi2cm_write_ADDR_reg(hw, + 101c: 2280 movs r2, #128 ; 0x80 + 101e: 0212 lsls r2, r2, #8 + 1020: 4313 orrs r3, r2 + ((Sercom *)hw)->I2CM.ADDR.reg = data; + 1022: 6263 str r3, [r4, #36] ; 0x24 + while (((Sercom *)hw)->I2CM.SYNCBUSY.reg & reg) { + 1024: 69e3 ldr r3, [r4, #28] + 1026: 075b lsls r3, r3, #29 + 1028: d4fc bmi.n 1024 <_sercom_i2c_sync_send_address+0x64> + void * hw = i2c_dev->hw; + 102a: 692e ldr r6, [r5, #16] + uint32_t timeout = 65535; + 102c: 4a7d ldr r2, [pc, #500] ; (1224 <_sercom_i2c_sync_send_address+0x264>) + return ((Sercom *)hw)->I2CM.INTFLAG.reg; + 102e: 7e33 ldrb r3, [r6, #24] + 1030: b2db uxtb r3, r3 + *flags = hri_sercomi2cm_read_INTFLAG_reg(hw); + 1032: 0018 movs r0, r3 + if (timeout-- == 0) { + 1034: 1e51 subs r1, r2, #1 + 1036: 2a00 cmp r2, #0 + 1038: d002 beq.n 1040 <_sercom_i2c_sync_send_address+0x80> + 103a: 000a movs r2, r1 + } while (!(*flags & MB_FLAG) && !(*flags & SB_FLAG)); + 103c: 079b lsls r3, r3, #30 + 103e: d0f6 beq.n 102e <_sercom_i2c_sync_send_address+0x6e> + tmp = ((Sercom *)hw)->I2CM.CTRLA.reg; + 1040: 6823 ldr r3, [r4, #0] + tmp = (tmp & SERCOM_I2CM_CTRLA_SCLSM) >> SERCOM_I2CM_CTRLA_SCLSM_Pos; + 1042: 0edb lsrs r3, r3, #27 + 1044: 2201 movs r2, #1 + 1046: 401a ands r2, r3 + while (((Sercom *)hw)->I2CM.SYNCBUSY.reg & reg) { + 1048: 69e3 ldr r3, [r4, #28] + 104a: 075b lsls r3, r3, #29 + 104c: d4fc bmi.n 1048 <_sercom_i2c_sync_send_address+0x88> +} + +static inline hri_sercomi2cm_status_reg_t hri_sercomi2cm_read_STATUS_reg(const void *const hw) +{ + hri_sercomi2cm_wait_for_sync(hw, SERCOM_I2CM_SYNCBUSY_SYSOP); + return ((Sercom *)hw)->I2CM.STATUS.reg; + 104e: 8b63 ldrh r3, [r4, #26] + 1050: b29b uxth r3, r3 + if (flags & MB_FLAG) { + 1052: 07c1 lsls r1, r0, #31 + 1054: d400 bmi.n 1058 <_sercom_i2c_sync_send_address+0x98> + 1056: e08f b.n 1178 <_sercom_i2c_sync_send_address+0x1b8> + if (status & SERCOM_I2CM_STATUS_ARBLOST) { + 1058: 079a lsls r2, r3, #30 + 105a: d52f bpl.n 10bc <_sercom_i2c_sync_send_address+0xfc> + ((Sercom *)hw)->I2CM.INTFLAG.reg = SERCOM_I2CM_INTFLAG_MB; + 105c: 2201 movs r2, #1 + 105e: 7622 strb r2, [r4, #24] + msg->flags |= I2C_M_FAIL; + 1060: 886a ldrh r2, [r5, #2] + 1062: 2180 movs r1, #128 ; 0x80 + 1064: 0149 lsls r1, r1, #5 + 1066: 430a orrs r2, r1 + 1068: 806a strh r2, [r5, #2] + msg->flags &= ~I2C_M_BUSY; + 106a: 886a ldrh r2, [r5, #2] + 106c: 496e ldr r1, [pc, #440] ; (1228 <_sercom_i2c_sync_send_address+0x268>) + 106e: 400a ands r2, r1 + 1070: 806a strh r2, [r5, #2] + if (status & SERCOM_I2CM_STATUS_BUSERR) { + 1072: 07db lsls r3, r3, #31 + 1074: d400 bmi.n 1078 <_sercom_i2c_sync_send_address+0xb8> + 1076: e0c6 b.n 1206 <_sercom_i2c_sync_send_address+0x246> + return I2C_ERR_BUS; + 1078: 2005 movs r0, #5 + 107a: 4240 negs r0, r0 + 107c: e0a2 b.n 11c4 <_sercom_i2c_sync_send_address+0x204> + if (msg->len == 1 && sclsm) { + 107e: 2e00 cmp r6, #0 + 1080: d0af beq.n fe2 <_sercom_i2c_sync_send_address+0x22> + ((Sercom *)hw)->I2CM.CTRLB.reg |= SERCOM_I2CM_CTRLB_ACKACT; + 1082: 6862 ldr r2, [r4, #4] + 1084: 2380 movs r3, #128 ; 0x80 + 1086: 02db lsls r3, r3, #11 + 1088: 4313 orrs r3, r2 + 108a: 6063 str r3, [r4, #4] + while (((Sercom *)hw)->I2CM.SYNCBUSY.reg & reg) { + 108c: 69e3 ldr r3, [r4, #28] + 108e: 075b lsls r3, r3, #29 + 1090: d4fc bmi.n 108c <_sercom_i2c_sync_send_address+0xcc> + 1092: e7ad b.n ff0 <_sercom_i2c_sync_send_address+0x30> + ((msg->addr & SEVEN_ADDR_MASK) << 1) | (msg->flags & I2C_M_RD ? I2C_M_RD : 0x0) + 1094: 005b lsls r3, r3, #1 + 1096: 22ff movs r2, #255 ; 0xff + 1098: 4013 ands r3, r2 + 109a: 886a ldrh r2, [r5, #2] + 109c: 2101 movs r1, #1 + 109e: 400a ands r2, r1 + 10a0: 431a orrs r2, r3 + 10a2: 69e3 ldr r3, [r4, #28] + 10a4: 075b lsls r3, r3, #29 + 10a6: d4fc bmi.n 10a2 <_sercom_i2c_sync_send_address+0xe2> + return ((Sercom *)hw)->I2CM.ADDR.reg; + 10a8: 6a63 ldr r3, [r4, #36] ; 0x24 + | (hri_sercomi2cm_read_ADDR_reg(hw) & SERCOM_I2CM_ADDR_HS)); + 10aa: 2180 movs r1, #128 ; 0x80 + 10ac: 01c9 lsls r1, r1, #7 + 10ae: 400b ands r3, r1 + hri_sercomi2cm_write_ADDR_reg(hw, + 10b0: 4313 orrs r3, r2 + ((Sercom *)hw)->I2CM.ADDR.reg = data; + 10b2: 6263 str r3, [r4, #36] ; 0x24 + while (((Sercom *)hw)->I2CM.SYNCBUSY.reg & reg) { + 10b4: 69e3 ldr r3, [r4, #28] + 10b6: 075b lsls r3, r3, #29 + 10b8: d4fc bmi.n 10b4 <_sercom_i2c_sync_send_address+0xf4> + 10ba: e7b6 b.n 102a <_sercom_i2c_sync_send_address+0x6a> + if (status & SERCOM_I2CM_STATUS_RXNACK) { + 10bc: 075b lsls r3, r3, #29 + 10be: d41b bmi.n 10f8 <_sercom_i2c_sync_send_address+0x138> + if (msg->flags & I2C_M_TEN) { + 10c0: 886b ldrh r3, [r5, #2] + 10c2: 055b lsls r3, r3, #21 + 10c4: d534 bpl.n 1130 <_sercom_i2c_sync_send_address+0x170> + ((((msg->addr & TEN_ADDR_MASK) >> 8) | TEN_ADDR_FRAME) << 1) | I2C_M_RD + 10c6: 882a ldrh r2, [r5, #0] + 10c8: 1212 asrs r2, r2, #8 + 10ca: 0052 lsls r2, r2, #1 + | (hri_sercomi2cm_read_ADDR_reg(hw) & SERCOM_I2CM_ADDR_HS)); + 10cc: 2306 movs r3, #6 + 10ce: 401a ands r2, r3 + 10d0: 69e3 ldr r3, [r4, #28] + 10d2: 075b lsls r3, r3, #29 + 10d4: d4fc bmi.n 10d0 <_sercom_i2c_sync_send_address+0x110> + return ((Sercom *)hw)->I2CM.ADDR.reg; + 10d6: 6a63 ldr r3, [r4, #36] ; 0x24 + 10d8: 2180 movs r1, #128 ; 0x80 + 10da: 01c9 lsls r1, r1, #7 + 10dc: 400b ands r3, r1 + 10de: 4313 orrs r3, r2 + hri_sercomi2cm_write_ADDR_reg(hw, + 10e0: 22f1 movs r2, #241 ; 0xf1 + 10e2: 4313 orrs r3, r2 + ((Sercom *)hw)->I2CM.ADDR.reg = data; + 10e4: 6263 str r3, [r4, #36] ; 0x24 + while (((Sercom *)hw)->I2CM.SYNCBUSY.reg & reg) { + 10e6: 69e3 ldr r3, [r4, #28] + 10e8: 075b lsls r3, r3, #29 + 10ea: d4fc bmi.n 10e6 <_sercom_i2c_sync_send_address+0x126> + msg->flags &= ~I2C_M_TEN; + 10ec: 886b ldrh r3, [r5, #2] + 10ee: 4a4f ldr r2, [pc, #316] ; (122c <_sercom_i2c_sync_send_address+0x26c>) + 10f0: 4013 ands r3, r2 + 10f2: 806b strh r3, [r5, #2] + return I2C_OK; + 10f4: 2000 movs r0, #0 + 10f6: e065 b.n 11c4 <_sercom_i2c_sync_send_address+0x204> + if (msg->len > 0) { + 10f8: 686b ldr r3, [r5, #4] + 10fa: 2b00 cmp r3, #0 + 10fc: dd04 ble.n 1108 <_sercom_i2c_sync_send_address+0x148> + msg->flags |= I2C_M_FAIL; + 10fe: 886b ldrh r3, [r5, #2] + 1100: 2280 movs r2, #128 ; 0x80 + 1102: 0152 lsls r2, r2, #5 + 1104: 4313 orrs r3, r2 + 1106: 806b strh r3, [r5, #2] + if (msg->flags & I2C_M_STOP) { + 1108: 886b ldrh r3, [r5, #2] + 110a: b21b sxth r3, r3 + 110c: 2b00 cmp r3, #0 + 110e: db06 blt.n 111e <_sercom_i2c_sync_send_address+0x15e> + msg->flags &= ~I2C_M_BUSY; + 1110: 886b ldrh r3, [r5, #2] + 1112: 4a45 ldr r2, [pc, #276] ; (1228 <_sercom_i2c_sync_send_address+0x268>) + 1114: 4013 ands r3, r2 + 1116: 806b strh r3, [r5, #2] + return I2C_NACK; + 1118: 2002 movs r0, #2 + 111a: 4240 negs r0, r0 + 111c: e052 b.n 11c4 <_sercom_i2c_sync_send_address+0x204> + ((Sercom *)hw)->I2CM.CTRLB.reg |= SERCOM_I2CM_CTRLB_CMD(mask); + 111e: 6862 ldr r2, [r4, #4] + 1120: 23c0 movs r3, #192 ; 0xc0 + 1122: 029b lsls r3, r3, #10 + 1124: 4313 orrs r3, r2 + 1126: 6063 str r3, [r4, #4] + while (((Sercom *)hw)->I2CM.SYNCBUSY.reg & reg) { + 1128: 69e3 ldr r3, [r4, #28] + 112a: 075b lsls r3, r3, #29 + 112c: d4fc bmi.n 1128 <_sercom_i2c_sync_send_address+0x168> + 112e: e7ef b.n 1110 <_sercom_i2c_sync_send_address+0x150> + if (msg->len == 0) { + 1130: 6868 ldr r0, [r5, #4] + 1132: 2800 cmp r0, #0 + 1134: d111 bne.n 115a <_sercom_i2c_sync_send_address+0x19a> + if (msg->flags & I2C_M_STOP) { + 1136: 886b ldrh r3, [r5, #2] + 1138: b21b sxth r3, r3 + 113a: 2b00 cmp r3, #0 + 113c: db04 blt.n 1148 <_sercom_i2c_sync_send_address+0x188> + msg->flags &= ~I2C_M_BUSY; + 113e: 886b ldrh r3, [r5, #2] + 1140: 4a39 ldr r2, [pc, #228] ; (1228 <_sercom_i2c_sync_send_address+0x268>) + 1142: 4013 ands r3, r2 + 1144: 806b strh r3, [r5, #2] + 1146: e03d b.n 11c4 <_sercom_i2c_sync_send_address+0x204> + ((Sercom *)hw)->I2CM.CTRLB.reg |= SERCOM_I2CM_CTRLB_CMD(mask); + 1148: 6862 ldr r2, [r4, #4] + 114a: 23c0 movs r3, #192 ; 0xc0 + 114c: 029b lsls r3, r3, #10 + 114e: 4313 orrs r3, r2 + 1150: 6063 str r3, [r4, #4] + while (((Sercom *)hw)->I2CM.SYNCBUSY.reg & reg) { + 1152: 69e3 ldr r3, [r4, #28] + 1154: 075b lsls r3, r3, #29 + 1156: d4fc bmi.n 1152 <_sercom_i2c_sync_send_address+0x192> + 1158: e7f1 b.n 113e <_sercom_i2c_sync_send_address+0x17e> + hri_sercomi2cm_write_DATA_reg(hw, *msg->buffer); + 115a: 68ab ldr r3, [r5, #8] + 115c: 781a ldrb r2, [r3, #0] + ((Sercom *)hw)->I2CM.DATA.reg = data; + 115e: 2328 movs r3, #40 ; 0x28 + 1160: 54e2 strb r2, [r4, r3] + while (((Sercom *)hw)->I2CM.SYNCBUSY.reg & reg) { + 1162: 69e3 ldr r3, [r4, #28] + 1164: 075b lsls r3, r3, #29 + 1166: d4fc bmi.n 1162 <_sercom_i2c_sync_send_address+0x1a2> + msg->buffer++; + 1168: 68ab ldr r3, [r5, #8] + 116a: 3301 adds r3, #1 + 116c: 60ab str r3, [r5, #8] + msg->len--; + 116e: 686b ldr r3, [r5, #4] + 1170: 3b01 subs r3, #1 + 1172: 606b str r3, [r5, #4] + return I2C_OK; + 1174: 2000 movs r0, #0 + 1176: e025 b.n 11c4 <_sercom_i2c_sync_send_address+0x204> + } else if (flags & SB_FLAG) { + 1178: 0781 lsls r1, r0, #30 + 117a: d547 bpl.n 120c <_sercom_i2c_sync_send_address+0x24c> + if ((msg->len) && !(status & SERCOM_I2CM_STATUS_RXNACK)) { + 117c: 6869 ldr r1, [r5, #4] + 117e: 2900 cmp r1, #0 + 1180: d03c beq.n 11fc <_sercom_i2c_sync_send_address+0x23c> + 1182: 075b lsls r3, r3, #29 + 1184: d43a bmi.n 11fc <_sercom_i2c_sync_send_address+0x23c> + msg->len--; + 1186: 3901 subs r1, #1 + 1188: 6069 str r1, [r5, #4] + if ((msg->len == 0 && !sclsm) || (msg->len == 1 && sclsm)) { + 118a: 2900 cmp r1, #0 + 118c: d101 bne.n 1192 <_sercom_i2c_sync_send_address+0x1d2> + 118e: 2a00 cmp r2, #0 + 1190: d01b beq.n 11ca <_sercom_i2c_sync_send_address+0x20a> + 1192: 2901 cmp r1, #1 + 1194: d017 beq.n 11c6 <_sercom_i2c_sync_send_address+0x206> + if (msg->len == 0) { + 1196: 686b ldr r3, [r5, #4] + 1198: 2b00 cmp r3, #0 + 119a: d107 bne.n 11ac <_sercom_i2c_sync_send_address+0x1ec> + if (msg->flags & I2C_M_STOP) { + 119c: 886b ldrh r3, [r5, #2] + 119e: b21b sxth r3, r3 + 11a0: 2b00 cmp r3, #0 + 11a2: db1b blt.n 11dc <_sercom_i2c_sync_send_address+0x21c> + msg->flags &= ~I2C_M_BUSY; + 11a4: 886b ldrh r3, [r5, #2] + 11a6: 4a20 ldr r2, [pc, #128] ; (1228 <_sercom_i2c_sync_send_address+0x268>) + 11a8: 4013 ands r3, r2 + 11aa: 806b strh r3, [r5, #2] + *msg->buffer++ = hri_sercomi2cm_read_DATA_reg(hw); + 11ac: 68aa ldr r2, [r5, #8] + 11ae: 1c53 adds r3, r2, #1 + 11b0: 60ab str r3, [r5, #8] + 11b2: 69e3 ldr r3, [r4, #28] + 11b4: 075b lsls r3, r3, #29 + 11b6: d4fc bmi.n 11b2 <_sercom_i2c_sync_send_address+0x1f2> + return ((Sercom *)hw)->I2CM.DATA.reg; + 11b8: 2328 movs r3, #40 ; 0x28 + 11ba: 5ce3 ldrb r3, [r4, r3] + 11bc: 7013 strb r3, [r2, #0] + ((Sercom *)hw)->I2CM.INTFLAG.reg = SERCOM_I2CM_INTFLAG_SB; + 11be: 2302 movs r3, #2 + 11c0: 7623 strb r3, [r4, #24] + return I2C_OK; + 11c2: 2000 movs r0, #0 +} + 11c4: bd70 pop {r4, r5, r6, pc} + if ((msg->len == 0 && !sclsm) || (msg->len == 1 && sclsm)) { + 11c6: 2a00 cmp r2, #0 + 11c8: d0e5 beq.n 1196 <_sercom_i2c_sync_send_address+0x1d6> + ((Sercom *)hw)->I2CM.CTRLB.reg |= SERCOM_I2CM_CTRLB_ACKACT; + 11ca: 6862 ldr r2, [r4, #4] + 11cc: 2380 movs r3, #128 ; 0x80 + 11ce: 02db lsls r3, r3, #11 + 11d0: 4313 orrs r3, r2 + 11d2: 6063 str r3, [r4, #4] + while (((Sercom *)hw)->I2CM.SYNCBUSY.reg & reg) { + 11d4: 69e3 ldr r3, [r4, #28] + 11d6: 075b lsls r3, r3, #29 + 11d8: d4fc bmi.n 11d4 <_sercom_i2c_sync_send_address+0x214> + 11da: e7dc b.n 1196 <_sercom_i2c_sync_send_address+0x1d6> + ((Sercom *)hw)->I2CM.CTRLB.reg &= ~SERCOM_I2CM_CTRLB_SMEN; + 11dc: 6863 ldr r3, [r4, #4] + 11de: 4a12 ldr r2, [pc, #72] ; (1228 <_sercom_i2c_sync_send_address+0x268>) + 11e0: 4013 ands r3, r2 + 11e2: 6063 str r3, [r4, #4] + while (((Sercom *)hw)->I2CM.SYNCBUSY.reg & reg) { + 11e4: 69e3 ldr r3, [r4, #28] + 11e6: 075b lsls r3, r3, #29 + 11e8: d4fc bmi.n 11e4 <_sercom_i2c_sync_send_address+0x224> + ((Sercom *)hw)->I2CM.CTRLB.reg |= SERCOM_I2CM_CTRLB_CMD(mask); + 11ea: 6862 ldr r2, [r4, #4] + 11ec: 23c0 movs r3, #192 ; 0xc0 + 11ee: 029b lsls r3, r3, #10 + 11f0: 4313 orrs r3, r2 + 11f2: 6063 str r3, [r4, #4] + while (((Sercom *)hw)->I2CM.SYNCBUSY.reg & reg) { + 11f4: 69e3 ldr r3, [r4, #28] + 11f6: 075b lsls r3, r3, #29 + 11f8: d4fc bmi.n 11f4 <_sercom_i2c_sync_send_address+0x234> + 11fa: e7d3 b.n 11a4 <_sercom_i2c_sync_send_address+0x1e4> + ((Sercom *)hw)->I2CM.INTFLAG.reg = SERCOM_I2CM_INTFLAG_SB; + 11fc: 2302 movs r3, #2 + 11fe: 7623 strb r3, [r4, #24] + return I2C_NACK; + 1200: 2002 movs r0, #2 + 1202: 4240 negs r0, r0 + 1204: e7de b.n 11c4 <_sercom_i2c_sync_send_address+0x204> + return I2C_ERR_BAD_ADDRESS; + 1206: 2004 movs r0, #4 + 1208: 4240 negs r0, r0 + 120a: e7db b.n 11c4 <_sercom_i2c_sync_send_address+0x204> + return I2C_OK; + 120c: 2000 movs r0, #0 + return _sercom_i2c_sync_analyse_flags(hw, flags, msg); + 120e: e7d9 b.n 11c4 <_sercom_i2c_sync_send_address+0x204> + 1210: 00000594 .word 0x00000594 + 1214: 000020cc .word 0x000020cc + 1218: 00000a69 .word 0x00000a69 + 121c: fffbffff .word 0xfffbffff + 1220: 000007fe .word 0x000007fe + 1224: 0000ffff .word 0x0000ffff + 1228: fffffeff .word 0xfffffeff + 122c: fffffbff .word 0xfffffbff + +00001230 <_i2c_m_sync_init>: +{ + 1230: b570 push {r4, r5, r6, lr} + 1232: 0004 movs r4, r0 + 1234: 000d movs r5, r1 + ASSERT(i2c_dev); + 1236: 1e43 subs r3, r0, #1 + 1238: 4198 sbcs r0, r3 + 123a: b2c0 uxtb r0, r0 + 123c: 4a04 ldr r2, [pc, #16] ; (1250 <_i2c_m_sync_init+0x20>) + 123e: 4905 ldr r1, [pc, #20] ; (1254 <_i2c_m_sync_init+0x24>) + 1240: 4b05 ldr r3, [pc, #20] ; (1258 <_i2c_m_sync_init+0x28>) + 1242: 4798 blx r3 + i2c_dev->hw = hw; + 1244: 6125 str r5, [r4, #16] + return _i2c_m_sync_init_impl(&i2c_dev->service, hw); + 1246: 0029 movs r1, r5 + 1248: 0020 movs r0, r4 + 124a: 4b04 ldr r3, [pc, #16] ; (125c <_i2c_m_sync_init+0x2c>) + 124c: 4798 blx r3 +} + 124e: bd70 pop {r4, r5, r6, pc} + 1250: 00000507 .word 0x00000507 + 1254: 000020cc .word 0x000020cc + 1258: 00000a69 .word 0x00000a69 + 125c: 00000ef5 .word 0x00000ef5 + +00001260 <_i2c_m_sync_enable>: +{ + 1260: b570 push {r4, r5, r6, lr} + 1262: 0004 movs r4, r0 + ASSERT(i2c_dev); + 1264: 4d19 ldr r5, [pc, #100] ; (12cc <_i2c_m_sync_enable+0x6c>) + 1266: 1e43 subs r3, r0, #1 + 1268: 4198 sbcs r0, r3 + 126a: b2c0 uxtb r0, r0 + 126c: 4a18 ldr r2, [pc, #96] ; (12d0 <_i2c_m_sync_enable+0x70>) + 126e: 0029 movs r1, r5 + 1270: 4e18 ldr r6, [pc, #96] ; (12d4 <_i2c_m_sync_enable+0x74>) + 1272: 47b0 blx r6 + return _i2c_m_enable_implementation(i2c_dev->hw); + 1274: 6924 ldr r4, [r4, #16] + ASSERT(hw); + 1276: 0020 movs r0, r4 + 1278: 1e43 subs r3, r0, #1 + 127a: 4198 sbcs r0, r3 + 127c: b2c0 uxtb r0, r0 + 127e: 4a16 ldr r2, [pc, #88] ; (12d8 <_i2c_m_sync_enable+0x78>) + 1280: 0029 movs r1, r5 + 1282: 47b0 blx r6 + ((Sercom *)hw)->I2CM.CTRLA.reg |= SERCOM_I2CM_CTRLA_ENABLE; + 1284: 6823 ldr r3, [r4, #0] + 1286: 2202 movs r2, #2 + 1288: 4313 orrs r3, r2 + 128a: 6023 str r3, [r4, #0] + while (((Sercom *)hw)->I2CM.SYNCBUSY.reg & reg) { + 128c: 69e3 ldr r3, [r4, #28] + 128e: 079b lsls r3, r3, #30 + 1290: d1fc bne.n 128c <_i2c_m_sync_enable+0x2c> + 1292: 2004 movs r0, #4 + 1294: 4911 ldr r1, [pc, #68] ; (12dc <_i2c_m_sync_enable+0x7c>) + 1296: 69e3 ldr r3, [r4, #28] + 1298: 075b lsls r3, r3, #29 + 129a: d4fc bmi.n 1296 <_i2c_m_sync_enable+0x36> + return (((Sercom *)hw)->I2CM.STATUS.reg & SERCOM_I2CM_STATUS_BUSSTATE_Msk) >> SERCOM_I2CM_STATUS_BUSSTATE_Pos; + 129c: 8b62 ldrh r2, [r4, #26] + 129e: 0912 lsrs r2, r2, #4 + 12a0: 2303 movs r3, #3 + 12a2: 4013 ands r3, r2 + while (hri_sercomi2cm_read_STATUS_BUSSTATE_bf(hw) != I2C_IDLE) { + 12a4: 2b01 cmp r3, #1 + 12a6: d00b beq.n 12c0 <_i2c_m_sync_enable+0x60> + timeout--; + 12a8: 3901 subs r1, #1 + if (timeout <= 0) { + 12aa: 2900 cmp r1, #0 + 12ac: dcf3 bgt.n 1296 <_i2c_m_sync_enable+0x36> + if (--timeout_attempt) + 12ae: 3801 subs r0, #1 + 12b0: 2800 cmp r0, #0 + 12b2: d007 beq.n 12c4 <_i2c_m_sync_enable+0x64> +} + +static inline void hri_sercomi2cm_clear_STATUS_reg(const void *const hw, hri_sercomi2cm_status_reg_t mask) +{ + SERCOM_CRITICAL_SECTION_ENTER(); + ((Sercom *)hw)->I2CM.STATUS.reg = mask; + 12b4: 2310 movs r3, #16 + 12b6: 8363 strh r3, [r4, #26] + while (((Sercom *)hw)->I2CM.SYNCBUSY.reg & reg) { + 12b8: 69e3 ldr r3, [r4, #28] + 12ba: 075b lsls r3, r3, #29 + 12bc: d4fc bmi.n 12b8 <_i2c_m_sync_enable+0x58> + 12be: e7e9 b.n 1294 <_i2c_m_sync_enable+0x34> + return ERR_NONE; + 12c0: 2000 movs r0, #0 +} + 12c2: bd70 pop {r4, r5, r6, pc} + return I2C_ERR_BUSY; + 12c4: 2006 movs r0, #6 + 12c6: 4240 negs r0, r0 + return _i2c_m_enable_implementation(i2c_dev->hw); + 12c8: e7fb b.n 12c2 <_i2c_m_sync_enable+0x62> + 12ca: 46c0 nop ; (mov r8, r8) + 12cc: 000020cc .word 0x000020cc + 12d0: 00000524 .word 0x00000524 + 12d4: 00000a69 .word 0x00000a69 + 12d8: 000005f4 .word 0x000005f4 + 12dc: 0000ffff .word 0x0000ffff + +000012e0 <_i2c_m_sync_transfer>: +{ + 12e0: b5f8 push {r3, r4, r5, r6, r7, lr} + 12e2: 0005 movs r5, r0 + 12e4: 000e movs r6, r1 + void * hw = i2c_dev->hw; + 12e6: 6904 ldr r4, [r0, #16] + ASSERT(i2c_dev); + 12e8: 1e43 subs r3, r0, #1 + 12ea: 4198 sbcs r0, r3 + 12ec: b2c0 uxtb r0, r0 + 12ee: 4a93 ldr r2, [pc, #588] ; (153c <_i2c_m_sync_transfer+0x25c>) + 12f0: 4993 ldr r1, [pc, #588] ; (1540 <_i2c_m_sync_transfer+0x260>) + 12f2: 4f94 ldr r7, [pc, #592] ; (1544 <_i2c_m_sync_transfer+0x264>) + 12f4: 47b8 blx r7 + ASSERT(i2c_dev->hw); + 12f6: 6928 ldr r0, [r5, #16] + 12f8: 1e43 subs r3, r0, #1 + 12fa: 4198 sbcs r0, r3 + 12fc: b2c0 uxtb r0, r0 + 12fe: 22b8 movs r2, #184 ; 0xb8 + 1300: 00d2 lsls r2, r2, #3 + 1302: 498f ldr r1, [pc, #572] ; (1540 <_i2c_m_sync_transfer+0x260>) + 1304: 47b8 blx r7 + ASSERT(msg); + 1306: 0030 movs r0, r6 + 1308: 1e43 subs r3, r0, #1 + 130a: 4198 sbcs r0, r3 + 130c: b2c0 uxtb r0, r0 + 130e: 4a8e ldr r2, [pc, #568] ; (1548 <_i2c_m_sync_transfer+0x268>) + 1310: 498b ldr r1, [pc, #556] ; (1540 <_i2c_m_sync_transfer+0x260>) + 1312: 47b8 blx r7 + if (i2c_dev->service.msg.flags & I2C_M_BUSY) { + 1314: 886b ldrh r3, [r5, #2] + 1316: 05db lsls r3, r3, #23 + 1318: d500 bpl.n 131c <_i2c_m_sync_transfer+0x3c> + 131a: e10b b.n 1534 <_i2c_m_sync_transfer+0x254> + msg->flags |= I2C_M_BUSY; + 131c: 8872 ldrh r2, [r6, #2] + 131e: 2380 movs r3, #128 ; 0x80 + 1320: 005b lsls r3, r3, #1 + 1322: 469c mov ip, r3 + 1324: 431a orrs r2, r3 + 1326: 8072 strh r2, [r6, #2] + i2c_dev->service.msg = *msg; + 1328: 002a movs r2, r5 + 132a: 0031 movs r1, r6 + 132c: c989 ldmia r1!, {r0, r3, r7} + 132e: c289 stmia r2!, {r0, r3, r7} + ((Sercom *)hw)->I2CM.CTRLB.reg |= SERCOM_I2CM_CTRLB_SMEN; + 1330: 6862 ldr r2, [r4, #4] + 1332: 4663 mov r3, ip + 1334: 4313 orrs r3, r2 + 1336: 6063 str r3, [r4, #4] + while (((Sercom *)hw)->I2CM.SYNCBUSY.reg & reg) { + 1338: 69e3 ldr r3, [r4, #28] + 133a: 075b lsls r3, r3, #29 + 133c: d4fc bmi.n 1338 <_i2c_m_sync_transfer+0x58> + ret = _sercom_i2c_sync_send_address(i2c_dev); + 133e: 0028 movs r0, r5 + 1340: 4b82 ldr r3, [pc, #520] ; (154c <_i2c_m_sync_transfer+0x26c>) + 1342: 4798 blx r3 + if (ret) { + 1344: 2800 cmp r0, #0 + 1346: d100 bne.n 134a <_i2c_m_sync_transfer+0x6a> + 1348: e09d b.n 1486 <_i2c_m_sync_transfer+0x1a6> + i2c_dev->service.msg.flags &= ~I2C_M_BUSY; + 134a: 886b ldrh r3, [r5, #2] + 134c: 4a80 ldr r2, [pc, #512] ; (1550 <_i2c_m_sync_transfer+0x270>) + 134e: 4013 ands r3, r2 + 1350: 806b strh r3, [r5, #2] +} + 1352: bdf8 pop {r3, r4, r5, r6, r7, pc} + return I2C_ERR_BUS; + 1354: 2005 movs r0, #5 + 1356: 4240 negs r0, r0 + 1358: e0a6 b.n 14a8 <_i2c_m_sync_transfer+0x1c8> + if (msg->flags & I2C_M_STOP) { + 135a: 8873 ldrh r3, [r6, #2] + 135c: b21b sxth r3, r3 + 135e: 2b00 cmp r3, #0 + 1360: db04 blt.n 136c <_i2c_m_sync_transfer+0x8c> + i2c_dev->service.msg.flags &= ~I2C_M_BUSY; + 1362: 886b ldrh r3, [r5, #2] + 1364: 4a7a ldr r2, [pc, #488] ; (1550 <_i2c_m_sync_transfer+0x270>) + 1366: 4013 ands r3, r2 + 1368: 806b strh r3, [r5, #2] + return ret; + 136a: e7f2 b.n 1352 <_i2c_m_sync_transfer+0x72> + ((Sercom *)hw)->I2CM.CTRLB.reg |= SERCOM_I2CM_CTRLB_CMD(mask); + 136c: 6862 ldr r2, [r4, #4] + 136e: 23c0 movs r3, #192 ; 0xc0 + 1370: 029b lsls r3, r3, #10 + 1372: 4313 orrs r3, r2 + 1374: 6063 str r3, [r4, #4] + while (((Sercom *)hw)->I2CM.SYNCBUSY.reg & reg) { + 1376: 69e3 ldr r3, [r4, #28] + 1378: 075b lsls r3, r3, #29 + 137a: d4fc bmi.n 1376 <_i2c_m_sync_transfer+0x96> + 137c: e7f1 b.n 1362 <_i2c_m_sync_transfer+0x82> + if (status & SERCOM_I2CM_STATUS_RXNACK) { + 137e: 0753 lsls r3, r2, #29 + 1380: d41b bmi.n 13ba <_i2c_m_sync_transfer+0xda> + if (msg->flags & I2C_M_TEN) { + 1382: 886b ldrh r3, [r5, #2] + 1384: 055b lsls r3, r3, #21 + 1386: d534 bpl.n 13f2 <_i2c_m_sync_transfer+0x112> + ((((msg->addr & TEN_ADDR_MASK) >> 8) | TEN_ADDR_FRAME) << 1) | I2C_M_RD + 1388: 882a ldrh r2, [r5, #0] + 138a: 1212 asrs r2, r2, #8 + 138c: 0052 lsls r2, r2, #1 + | (hri_sercomi2cm_read_ADDR_reg(hw) & SERCOM_I2CM_ADDR_HS)); + 138e: 2306 movs r3, #6 + 1390: 401a ands r2, r3 + 1392: 69e3 ldr r3, [r4, #28] + 1394: 075b lsls r3, r3, #29 + 1396: d4fc bmi.n 1392 <_i2c_m_sync_transfer+0xb2> + return ((Sercom *)hw)->I2CM.ADDR.reg; + 1398: 6a63 ldr r3, [r4, #36] ; 0x24 + 139a: 2180 movs r1, #128 ; 0x80 + 139c: 01c9 lsls r1, r1, #7 + 139e: 400b ands r3, r1 + 13a0: 4313 orrs r3, r2 + hri_sercomi2cm_write_ADDR_reg(hw, + 13a2: 22f1 movs r2, #241 ; 0xf1 + 13a4: 4313 orrs r3, r2 + ((Sercom *)hw)->I2CM.ADDR.reg = data; + 13a6: 6263 str r3, [r4, #36] ; 0x24 + while (((Sercom *)hw)->I2CM.SYNCBUSY.reg & reg) { + 13a8: 69e3 ldr r3, [r4, #28] + 13aa: 075b lsls r3, r3, #29 + 13ac: d4fc bmi.n 13a8 <_i2c_m_sync_transfer+0xc8> + msg->flags &= ~I2C_M_TEN; + 13ae: 886b ldrh r3, [r5, #2] + 13b0: 4a68 ldr r2, [pc, #416] ; (1554 <_i2c_m_sync_transfer+0x274>) + 13b2: 4013 ands r3, r2 + 13b4: 806b strh r3, [r5, #2] + return I2C_OK; + 13b6: 2000 movs r0, #0 + 13b8: e065 b.n 1486 <_i2c_m_sync_transfer+0x1a6> + if (msg->len > 0) { + 13ba: 686b ldr r3, [r5, #4] + 13bc: 2b00 cmp r3, #0 + 13be: dd04 ble.n 13ca <_i2c_m_sync_transfer+0xea> + msg->flags |= I2C_M_FAIL; + 13c0: 886b ldrh r3, [r5, #2] + 13c2: 2280 movs r2, #128 ; 0x80 + 13c4: 0152 lsls r2, r2, #5 + 13c6: 4313 orrs r3, r2 + 13c8: 806b strh r3, [r5, #2] + if (msg->flags & I2C_M_STOP) { + 13ca: 886b ldrh r3, [r5, #2] + 13cc: b21b sxth r3, r3 + 13ce: 2b00 cmp r3, #0 + 13d0: db06 blt.n 13e0 <_i2c_m_sync_transfer+0x100> + msg->flags &= ~I2C_M_BUSY; + 13d2: 886b ldrh r3, [r5, #2] + 13d4: 4a5e ldr r2, [pc, #376] ; (1550 <_i2c_m_sync_transfer+0x270>) + 13d6: 4013 ands r3, r2 + 13d8: 806b strh r3, [r5, #2] + return I2C_NACK; + 13da: 2002 movs r0, #2 + 13dc: 4240 negs r0, r0 + 13de: e052 b.n 1486 <_i2c_m_sync_transfer+0x1a6> + ((Sercom *)hw)->I2CM.CTRLB.reg |= SERCOM_I2CM_CTRLB_CMD(mask); + 13e0: 6862 ldr r2, [r4, #4] + 13e2: 23c0 movs r3, #192 ; 0xc0 + 13e4: 029b lsls r3, r3, #10 + 13e6: 4313 orrs r3, r2 + 13e8: 6063 str r3, [r4, #4] + while (((Sercom *)hw)->I2CM.SYNCBUSY.reg & reg) { + 13ea: 69e3 ldr r3, [r4, #28] + 13ec: 075b lsls r3, r3, #29 + 13ee: d4fc bmi.n 13ea <_i2c_m_sync_transfer+0x10a> + 13f0: e7ef b.n 13d2 <_i2c_m_sync_transfer+0xf2> + if (msg->len == 0) { + 13f2: 6868 ldr r0, [r5, #4] + 13f4: 2800 cmp r0, #0 + 13f6: d111 bne.n 141c <_i2c_m_sync_transfer+0x13c> + if (msg->flags & I2C_M_STOP) { + 13f8: 886b ldrh r3, [r5, #2] + 13fa: b21b sxth r3, r3 + 13fc: 2b00 cmp r3, #0 + 13fe: db04 blt.n 140a <_i2c_m_sync_transfer+0x12a> + msg->flags &= ~I2C_M_BUSY; + 1400: 886b ldrh r3, [r5, #2] + 1402: 4a53 ldr r2, [pc, #332] ; (1550 <_i2c_m_sync_transfer+0x270>) + 1404: 4013 ands r3, r2 + 1406: 806b strh r3, [r5, #2] + 1408: e03d b.n 1486 <_i2c_m_sync_transfer+0x1a6> + ((Sercom *)hw)->I2CM.CTRLB.reg |= SERCOM_I2CM_CTRLB_CMD(mask); + 140a: 6862 ldr r2, [r4, #4] + 140c: 23c0 movs r3, #192 ; 0xc0 + 140e: 029b lsls r3, r3, #10 + 1410: 4313 orrs r3, r2 + 1412: 6063 str r3, [r4, #4] + while (((Sercom *)hw)->I2CM.SYNCBUSY.reg & reg) { + 1414: 69e3 ldr r3, [r4, #28] + 1416: 075b lsls r3, r3, #29 + 1418: d4fc bmi.n 1414 <_i2c_m_sync_transfer+0x134> + 141a: e7f1 b.n 1400 <_i2c_m_sync_transfer+0x120> + hri_sercomi2cm_write_DATA_reg(hw, *msg->buffer); + 141c: 68ab ldr r3, [r5, #8] + 141e: 781a ldrb r2, [r3, #0] + ((Sercom *)hw)->I2CM.DATA.reg = data; + 1420: 2328 movs r3, #40 ; 0x28 + 1422: 54e2 strb r2, [r4, r3] + while (((Sercom *)hw)->I2CM.SYNCBUSY.reg & reg) { + 1424: 69e3 ldr r3, [r4, #28] + 1426: 075b lsls r3, r3, #29 + 1428: d4fc bmi.n 1424 <_i2c_m_sync_transfer+0x144> + msg->buffer++; + 142a: 68ab ldr r3, [r5, #8] + 142c: 3301 adds r3, #1 + 142e: 60ab str r3, [r5, #8] + msg->len--; + 1430: 686b ldr r3, [r5, #4] + 1432: 3b01 subs r3, #1 + 1434: 606b str r3, [r5, #4] + return I2C_OK; + 1436: 2000 movs r0, #0 + 1438: e025 b.n 1486 <_i2c_m_sync_transfer+0x1a6> + } else if (flags & SB_FLAG) { + 143a: 07bb lsls r3, r7, #30 + 143c: d578 bpl.n 1530 <_i2c_m_sync_transfer+0x250> + if ((msg->len) && !(status & SERCOM_I2CM_STATUS_RXNACK)) { + 143e: 686b ldr r3, [r5, #4] + 1440: 2b00 cmp r3, #0 + 1442: d06d beq.n 1520 <_i2c_m_sync_transfer+0x240> + 1444: 0752 lsls r2, r2, #29 + 1446: d46b bmi.n 1520 <_i2c_m_sync_transfer+0x240> + msg->len--; + 1448: 3b01 subs r3, #1 + 144a: 606b str r3, [r5, #4] + if ((msg->len == 0 && !sclsm) || (msg->len == 1 && sclsm)) { + 144c: 2b00 cmp r3, #0 + 144e: d101 bne.n 1454 <_i2c_m_sync_transfer+0x174> + 1450: 2900 cmp r1, #0 + 1452: d04c beq.n 14ee <_i2c_m_sync_transfer+0x20e> + 1454: 2b01 cmp r3, #1 + 1456: d048 beq.n 14ea <_i2c_m_sync_transfer+0x20a> + if (msg->len == 0) { + 1458: 686b ldr r3, [r5, #4] + 145a: 2b00 cmp r3, #0 + 145c: d107 bne.n 146e <_i2c_m_sync_transfer+0x18e> + if (msg->flags & I2C_M_STOP) { + 145e: 886b ldrh r3, [r5, #2] + 1460: b21b sxth r3, r3 + 1462: 2b00 cmp r3, #0 + 1464: db4c blt.n 1500 <_i2c_m_sync_transfer+0x220> + msg->flags &= ~I2C_M_BUSY; + 1466: 886b ldrh r3, [r5, #2] + 1468: 4a39 ldr r2, [pc, #228] ; (1550 <_i2c_m_sync_transfer+0x270>) + 146a: 4013 ands r3, r2 + 146c: 806b strh r3, [r5, #2] + *msg->buffer++ = hri_sercomi2cm_read_DATA_reg(hw); + 146e: 68aa ldr r2, [r5, #8] + 1470: 1c53 adds r3, r2, #1 + 1472: 60ab str r3, [r5, #8] + 1474: 69e3 ldr r3, [r4, #28] + 1476: 075b lsls r3, r3, #29 + 1478: d4fc bmi.n 1474 <_i2c_m_sync_transfer+0x194> + return ((Sercom *)hw)->I2CM.DATA.reg; + 147a: 2328 movs r3, #40 ; 0x28 + 147c: 5ce3 ldrb r3, [r4, r3] + 147e: 7013 strb r3, [r2, #0] + ((Sercom *)hw)->I2CM.INTFLAG.reg = SERCOM_I2CM_INTFLAG_SB; + 1480: 2302 movs r3, #2 + 1482: 7623 strb r3, [r4, #24] + return I2C_OK; + 1484: 2000 movs r0, #0 + while (i2c_dev->service.msg.flags & I2C_M_BUSY) { + 1486: 886b ldrh r3, [r5, #2] + 1488: 05db lsls r3, r3, #23 + 148a: d400 bmi.n 148e <_i2c_m_sync_transfer+0x1ae> + 148c: e761 b.n 1352 <_i2c_m_sync_transfer+0x72> + void * hw = i2c_dev->hw; + 148e: 6928 ldr r0, [r5, #16] + uint32_t timeout = 65535; + 1490: 4a31 ldr r2, [pc, #196] ; (1558 <_i2c_m_sync_transfer+0x278>) + return ((Sercom *)hw)->I2CM.INTFLAG.reg; + 1492: 7e03 ldrb r3, [r0, #24] + 1494: b2db uxtb r3, r3 + *flags = hri_sercomi2cm_read_INTFLAG_reg(hw); + 1496: 001f movs r7, r3 + if (timeout-- == 0) { + 1498: 1e51 subs r1, r2, #1 + 149a: 2a00 cmp r2, #0 + 149c: d100 bne.n 14a0 <_i2c_m_sync_transfer+0x1c0> + 149e: e759 b.n 1354 <_i2c_m_sync_transfer+0x74> + 14a0: 000a movs r2, r1 + } while (!(*flags & MB_FLAG) && !(*flags & SB_FLAG)); + 14a2: 079b lsls r3, r3, #30 + 14a4: d0f5 beq.n 1492 <_i2c_m_sync_transfer+0x1b2> + return I2C_OK; + 14a6: 2000 movs r0, #0 + if (ret) { + 14a8: 2800 cmp r0, #0 + 14aa: d000 beq.n 14ae <_i2c_m_sync_transfer+0x1ce> + 14ac: e755 b.n 135a <_i2c_m_sync_transfer+0x7a> + tmp = ((Sercom *)hw)->I2CM.CTRLA.reg; + 14ae: 6823 ldr r3, [r4, #0] + tmp = (tmp & SERCOM_I2CM_CTRLA_SCLSM) >> SERCOM_I2CM_CTRLA_SCLSM_Pos; + 14b0: 0edb lsrs r3, r3, #27 + 14b2: 2101 movs r1, #1 + 14b4: 4019 ands r1, r3 + while (((Sercom *)hw)->I2CM.SYNCBUSY.reg & reg) { + 14b6: 69e3 ldr r3, [r4, #28] + 14b8: 075b lsls r3, r3, #29 + 14ba: d4fc bmi.n 14b6 <_i2c_m_sync_transfer+0x1d6> + return ((Sercom *)hw)->I2CM.STATUS.reg; + 14bc: 8b62 ldrh r2, [r4, #26] + 14be: b292 uxth r2, r2 + if (flags & MB_FLAG) { + 14c0: 07fb lsls r3, r7, #31 + 14c2: d5ba bpl.n 143a <_i2c_m_sync_transfer+0x15a> + if (status & SERCOM_I2CM_STATUS_ARBLOST) { + 14c4: 0793 lsls r3, r2, #30 + 14c6: d400 bmi.n 14ca <_i2c_m_sync_transfer+0x1ea> + 14c8: e759 b.n 137e <_i2c_m_sync_transfer+0x9e> + ((Sercom *)hw)->I2CM.INTFLAG.reg = SERCOM_I2CM_INTFLAG_MB; + 14ca: 2301 movs r3, #1 + 14cc: 7623 strb r3, [r4, #24] + msg->flags |= I2C_M_FAIL; + 14ce: 886b ldrh r3, [r5, #2] + 14d0: 2180 movs r1, #128 ; 0x80 + 14d2: 0149 lsls r1, r1, #5 + 14d4: 430b orrs r3, r1 + 14d6: 806b strh r3, [r5, #2] + msg->flags &= ~I2C_M_BUSY; + 14d8: 886b ldrh r3, [r5, #2] + 14da: 491d ldr r1, [pc, #116] ; (1550 <_i2c_m_sync_transfer+0x270>) + 14dc: 400b ands r3, r1 + 14de: 806b strh r3, [r5, #2] + if (status & SERCOM_I2CM_STATUS_BUSERR) { + 14e0: 07d3 lsls r3, r2, #31 + 14e2: d522 bpl.n 152a <_i2c_m_sync_transfer+0x24a> + return I2C_ERR_BUS; + 14e4: 2005 movs r0, #5 + 14e6: 4240 negs r0, r0 + 14e8: e7cd b.n 1486 <_i2c_m_sync_transfer+0x1a6> + if ((msg->len == 0 && !sclsm) || (msg->len == 1 && sclsm)) { + 14ea: 2900 cmp r1, #0 + 14ec: d0b4 beq.n 1458 <_i2c_m_sync_transfer+0x178> + ((Sercom *)hw)->I2CM.CTRLB.reg |= SERCOM_I2CM_CTRLB_ACKACT; + 14ee: 6862 ldr r2, [r4, #4] + 14f0: 2380 movs r3, #128 ; 0x80 + 14f2: 02db lsls r3, r3, #11 + 14f4: 4313 orrs r3, r2 + 14f6: 6063 str r3, [r4, #4] + while (((Sercom *)hw)->I2CM.SYNCBUSY.reg & reg) { + 14f8: 69e3 ldr r3, [r4, #28] + 14fa: 075b lsls r3, r3, #29 + 14fc: d4fc bmi.n 14f8 <_i2c_m_sync_transfer+0x218> + 14fe: e7ab b.n 1458 <_i2c_m_sync_transfer+0x178> + ((Sercom *)hw)->I2CM.CTRLB.reg &= ~SERCOM_I2CM_CTRLB_SMEN; + 1500: 6863 ldr r3, [r4, #4] + 1502: 4a13 ldr r2, [pc, #76] ; (1550 <_i2c_m_sync_transfer+0x270>) + 1504: 4013 ands r3, r2 + 1506: 6063 str r3, [r4, #4] + while (((Sercom *)hw)->I2CM.SYNCBUSY.reg & reg) { + 1508: 69e3 ldr r3, [r4, #28] + 150a: 075b lsls r3, r3, #29 + 150c: d4fc bmi.n 1508 <_i2c_m_sync_transfer+0x228> + ((Sercom *)hw)->I2CM.CTRLB.reg |= SERCOM_I2CM_CTRLB_CMD(mask); + 150e: 6862 ldr r2, [r4, #4] + 1510: 23c0 movs r3, #192 ; 0xc0 + 1512: 029b lsls r3, r3, #10 + 1514: 4313 orrs r3, r2 + 1516: 6063 str r3, [r4, #4] + while (((Sercom *)hw)->I2CM.SYNCBUSY.reg & reg) { + 1518: 69e3 ldr r3, [r4, #28] + 151a: 075b lsls r3, r3, #29 + 151c: d4fc bmi.n 1518 <_i2c_m_sync_transfer+0x238> + 151e: e7a2 b.n 1466 <_i2c_m_sync_transfer+0x186> + ((Sercom *)hw)->I2CM.INTFLAG.reg = SERCOM_I2CM_INTFLAG_SB; + 1520: 2302 movs r3, #2 + 1522: 7623 strb r3, [r4, #24] + return I2C_NACK; + 1524: 2002 movs r0, #2 + 1526: 4240 negs r0, r0 + 1528: e7ad b.n 1486 <_i2c_m_sync_transfer+0x1a6> + return I2C_ERR_BAD_ADDRESS; + 152a: 2004 movs r0, #4 + 152c: 4240 negs r0, r0 + 152e: e7aa b.n 1486 <_i2c_m_sync_transfer+0x1a6> + return I2C_OK; + 1530: 2000 movs r0, #0 + 1532: e7a8 b.n 1486 <_i2c_m_sync_transfer+0x1a6> + return I2C_ERR_BUSY; + 1534: 2006 movs r0, #6 + 1536: 4240 negs r0, r0 + 1538: e70b b.n 1352 <_i2c_m_sync_transfer+0x72> + 153a: 46c0 nop ; (mov r8, r8) + 153c: 000005bf .word 0x000005bf + 1540: 000020cc .word 0x000020cc + 1544: 00000a69 .word 0x00000a69 + 1548: 000005c1 .word 0x000005c1 + 154c: 00000fc1 .word 0x00000fc1 + 1550: fffffeff .word 0xfffffeff + 1554: fffffbff .word 0xfffffbff + 1558: 0000ffff .word 0x0000ffff + +0000155c <_system_time_init>: + * \brief Initialize system time module + */ +void _system_time_init(void *const hw) +{ + (void)hw; + SysTick->LOAD = (0xFFFFFF << SysTick_LOAD_RELOAD_Pos); + 155c: 4b02 ldr r3, [pc, #8] ; (1568 <_system_time_init+0xc>) + 155e: 4a03 ldr r2, [pc, #12] ; (156c <_system_time_init+0x10>) + 1560: 605a str r2, [r3, #4] + SysTick->CTRL = (1 << SysTick_CTRL_ENABLE_Pos) | (CONF_SYSTICK_TICKINT << SysTick_CTRL_TICKINT_Pos) + 1562: 2205 movs r2, #5 + 1564: 601a str r2, [r3, #0] + | (1 << SysTick_CTRL_CLKSOURCE_Pos); +} + 1566: 4770 bx lr + 1568: e000e010 .word 0xe000e010 + 156c: 00ffffff .word 0x00ffffff + +00001570 <_delay_init>: +/** + * \brief Initialize delay functionality + */ +void _delay_init(void *const hw) +{ + 1570: b510 push {r4, lr} + _system_time_init(hw); + 1572: 4b01 ldr r3, [pc, #4] ; (1578 <_delay_init+0x8>) + 1574: 4798 blx r3 +} + 1576: bd10 pop {r4, pc} + 1578: 0000155d .word 0x0000155d + +0000157c : + * \internal TC interrupt handler for PWM + * + * \param[in] instance TC instance number + */ +static void tcc_pwm_interrupt_handler(struct _pwm_device *device) +{ + 157c: b570 push {r4, r5, r6, lr} + 157e: 0005 movs r5, r0 + void *const hw = device->hw; + 1580: 6904 ldr r4, [r0, #16] + ((Tcc *)hw)->INTFLAG.reg = TCC_INTFLAG_MC3; +} + +static inline bool hri_tcc_get_interrupt_OVF_bit(const void *const hw) +{ + return (((Tcc *)hw)->INTFLAG.reg & TCC_INTFLAG_OVF) >> TCC_INTFLAG_OVF_Pos; + 1582: 6ae3 ldr r3, [r4, #44] ; 0x2c + + if (hri_tcc_get_interrupt_OVF_bit(hw)) { + 1584: 07db lsls r3, r3, #31 + 1586: d505 bpl.n 1594 +} + +static inline void hri_tcc_clear_interrupt_OVF_bit(const void *const hw) +{ + ((Tcc *)hw)->INTFLAG.reg = TCC_INTFLAG_OVF; + 1588: 2301 movs r3, #1 + 158a: 62e3 str r3, [r4, #44] ; 0x2c + hri_tcc_clear_interrupt_OVF_bit(hw); + if (NULL != device->callback.pwm_period_cb) { + 158c: 6803 ldr r3, [r0, #0] + 158e: 2b00 cmp r3, #0 + 1590: d000 beq.n 1594 + device->callback.pwm_period_cb(device); + 1592: 4798 blx r3 + ((Tcc *)hw)->INTENSET.reg = TCC_INTENSET_ERR; +} + +static inline bool hri_tcc_get_INTEN_ERR_bit(const void *const hw) +{ + return (((Tcc *)hw)->INTENSET.reg & TCC_INTENSET_ERR) >> TCC_INTENSET_ERR_Pos; + 1594: 6aa3 ldr r3, [r4, #40] ; 0x28 + } + } + if (hri_tcc_get_INTEN_ERR_bit(hw)) { + 1596: 071b lsls r3, r3, #28 + 1598: d506 bpl.n 15a8 + ((Tcc *)hw)->INTFLAG.reg = TCC_INTFLAG_ERR; + 159a: 2308 movs r3, #8 + 159c: 62e3 str r3, [r4, #44] ; 0x2c + hri_tcc_clear_interrupt_ERR_bit(hw); + if (NULL != device->callback.pwm_error_cb) { + 159e: 686b ldr r3, [r5, #4] + 15a0: 2b00 cmp r3, #0 + 15a2: d001 beq.n 15a8 + device->callback.pwm_error_cb(device); + 15a4: 0028 movs r0, r5 + 15a6: 4798 blx r3 + } + } +} + 15a8: bd70 pop {r4, r5, r6, pc} + ... + +000015ac : + +/** + * \brief TCC interrupt handler + */ +void TCC0_Handler(void) +{ + 15ac: b510 push {r4, lr} + tcc_pwm_interrupt_handler(_tcc0_dev); + 15ae: 4b02 ldr r3, [pc, #8] ; (15b8 ) + 15b0: 6818 ldr r0, [r3, #0] + 15b2: 4b02 ldr r3, [pc, #8] ; (15bc ) + 15b4: 4798 blx r3 +} + 15b6: bd10 pop {r4, pc} + 15b8: 20000068 .word 0x20000068 + 15bc: 0000157d .word 0x0000157d + +000015c0 <_tc_start_pwm>: +/** + * \brief Start PWM + */ +void _tc_start_pwm(struct _pwm_device *const device) +{ + hri_tc_set_CTRLA_ENABLE_bit(device->hw); + 15c0: 6902 ldr r2, [r0, #16] +} + +static inline void hri_tc_set_CTRLA_ENABLE_bit(const void *const hw) +{ + TC_CRITICAL_SECTION_ENTER(); + ((Tc *)hw)->COUNT16.CTRLA.reg |= TC_CTRLA_ENABLE; + 15c2: 6813 ldr r3, [r2, #0] + 15c4: 2102 movs r1, #2 + 15c6: 430b orrs r3, r1 + 15c8: 6013 str r3, [r2, #0] + while (((Tc *)hw)->COUNT8.SYNCBUSY.reg & reg) { + 15ca: 6913 ldr r3, [r2, #16] + 15cc: 079b lsls r3, r3, #30 + 15ce: d1fc bne.n 15ca <_tc_start_pwm+0xa> +} + 15d0: 4770 bx lr + +000015d2 <_tc_stop_pwm>: +/** + * \brief Stop PWM + */ +void _tc_stop_pwm(struct _pwm_device *const device) +{ + hri_tc_clear_CTRLA_ENABLE_bit(device->hw); + 15d2: 6902 ldr r2, [r0, #16] +} + +static inline void hri_tc_clear_CTRLA_ENABLE_bit(const void *const hw) +{ + TC_CRITICAL_SECTION_ENTER(); + ((Tc *)hw)->COUNT16.CTRLA.reg &= ~TC_CTRLA_ENABLE; + 15d4: 6813 ldr r3, [r2, #0] + 15d6: 2102 movs r1, #2 + 15d8: 438b bics r3, r1 + 15da: 6013 str r3, [r2, #0] + while (((Tc *)hw)->COUNT8.SYNCBUSY.reg & reg) { + 15dc: 6913 ldr r3, [r2, #16] + 15de: 079b lsls r3, r3, #30 + 15e0: d1fc bne.n 15dc <_tc_stop_pwm+0xa> +} + 15e2: 4770 bx lr + +000015e4 <_tc_is_pwm_enabled>: +/** + * \brief Check if PWM is running + */ +bool _tc_is_pwm_enabled(const struct _pwm_device *const device) +{ + return hri_tc_get_CTRLA_ENABLE_bit(device->hw); + 15e4: 6902 ldr r2, [r0, #16] + 15e6: 6913 ldr r3, [r2, #16] + 15e8: 079b lsls r3, r3, #30 + 15ea: d1fc bne.n 15e6 <_tc_is_pwm_enabled+0x2> + tmp = ((Tc *)hw)->COUNT16.CTRLA.reg; + 15ec: 6813 ldr r3, [r2, #0] + tmp = (tmp & TC_CTRLA_ENABLE) >> TC_CTRLA_ENABLE_Pos; + 15ee: 085b lsrs r3, r3, #1 + return (bool)tmp; + 15f0: 2001 movs r0, #1 + 15f2: 4018 ands r0, r3 +} + 15f4: 4770 bx lr + +000015f6 : + * \internal TC interrupt handler for PWM + * + * \param[in] instance TC instance number + */ +static void tc_pwm_interrupt_handler(struct _pwm_device *device) +{ + 15f6: b570 push {r4, r5, r6, lr} + 15f8: 0005 movs r5, r0 + void *const hw = device->hw; + 15fa: 6904 ldr r4, [r0, #16] + return (((Tc *)hw)->COUNT16.INTFLAG.reg & TC_INTFLAG_OVF) >> TC_INTFLAG_OVF_Pos; + 15fc: 7aa3 ldrb r3, [r4, #10] + + if (hri_tc_get_interrupt_OVF_bit(hw)) { + 15fe: 07db lsls r3, r3, #31 + 1600: d505 bpl.n 160e + ((Tc *)hw)->COUNT16.INTFLAG.reg = TC_INTFLAG_OVF; + 1602: 2301 movs r3, #1 + 1604: 72a3 strb r3, [r4, #10] + hri_tc_clear_interrupt_OVF_bit(hw); + if (NULL != device->callback.pwm_period_cb) { + 1606: 6803 ldr r3, [r0, #0] + 1608: 2b00 cmp r3, #0 + 160a: d000 beq.n 160e + device->callback.pwm_period_cb(device); + 160c: 4798 blx r3 + return (((Tc *)hw)->COUNT16.INTENSET.reg & TC_INTENSET_ERR) >> TC_INTENSET_ERR_Pos; + 160e: 7a63 ldrb r3, [r4, #9] + } + } + if (hri_tc_get_INTEN_ERR_bit(hw)) { + 1610: 079b lsls r3, r3, #30 + 1612: d506 bpl.n 1622 + ((Tc *)hw)->COUNT16.INTFLAG.reg = TC_INTFLAG_ERR; + 1614: 2302 movs r3, #2 + 1616: 72a3 strb r3, [r4, #10] + hri_tc_clear_interrupt_ERR_bit(hw); + if (NULL != device->callback.pwm_error_cb) { + 1618: 686b ldr r3, [r5, #4] + 161a: 2b00 cmp r3, #0 + 161c: d001 beq.n 1622 + device->callback.pwm_error_cb(device); + 161e: 0028 movs r0, r5 + 1620: 4798 blx r3 + } + } +} + 1622: bd70 pop {r4, r5, r6, pc} + +00001624 <_tc_init_irq_param>: +/** + * \brief Init irq param with the given tc hardware instance + */ +static void _tc_init_irq_param(const void *const hw, void *dev) +{ + if (hw == TC3) { + 1624: 4b03 ldr r3, [pc, #12] ; (1634 <_tc_init_irq_param+0x10>) + 1626: 4298 cmp r0, r3 + 1628: d000 beq.n 162c <_tc_init_irq_param+0x8> + _tc3_dev = (struct _pwm_device *)dev; + } +} + 162a: 4770 bx lr + _tc3_dev = (struct _pwm_device *)dev; + 162c: 4b02 ldr r3, [pc, #8] ; (1638 <_tc_init_irq_param+0x14>) + 162e: 6019 str r1, [r3, #0] +} + 1630: e7fb b.n 162a <_tc_init_irq_param+0x6> + 1632: 46c0 nop ; (mov r8, r8) + 1634: 42002c00 .word 0x42002c00 + 1638: 2000006c .word 0x2000006c + +0000163c : +{ + 163c: b510 push {r4, lr} + * + * \param[in] hw The pointer to hardware instance + */ +static inline uint8_t _get_hardware_offset(const void *const hw) +{ + return (((uint32_t)hw - (uint32_t)TC0) >> 10); + 163e: 4b0e ldr r3, [pc, #56] ; (1678 ) + 1640: 469c mov ip, r3 + 1642: 4460 add r0, ip + 1644: 0a80 lsrs r0, r0, #10 + 1646: b2c3 uxtb r3, r0 + for (i = 0; i < ARRAY_SIZE(_tcs); i++) { + 1648: 2000 movs r0, #0 + 164a: 2800 cmp r0, #0 + 164c: d008 beq.n 1660 + ASSERT(false); + 164e: 22b0 movs r2, #176 ; 0xb0 + 1650: 0052 lsls r2, r2, #1 + 1652: 490a ldr r1, [pc, #40] ; (167c ) + 1654: 2000 movs r0, #0 + 1656: 4b0a ldr r3, [pc, #40] ; (1680 ) + 1658: 4798 blx r3 + return -1; + 165a: 2001 movs r0, #1 + 165c: 4240 negs r0, r0 +} + 165e: bd10 pop {r4, pc} + if (_tcs[i].number == index) { + 1660: 0082 lsls r2, r0, #2 + 1662: 1812 adds r2, r2, r0 + 1664: 0091 lsls r1, r2, #2 + 1666: 4a07 ldr r2, [pc, #28] ; (1684 ) + 1668: 5c8a ldrb r2, [r1, r2] + 166a: 429a cmp r2, r3 + 166c: d002 beq.n 1674 + for (i = 0; i < ARRAY_SIZE(_tcs); i++) { + 166e: 3001 adds r0, #1 + 1670: b2c0 uxtb r0, r0 + 1672: e7ea b.n 164a + return i; + 1674: b240 sxtb r0, r0 + 1676: e7f2 b.n 165e + 1678: bdffe000 .word 0xbdffe000 + 167c: 000020e8 .word 0x000020e8 + 1680: 00000a69 .word 0x00000a69 + 1684: 20000000 .word 0x20000000 + +00001688 <_tc_pwm_init>: +{ + 1688: b570 push {r4, r5, r6, lr} + 168a: 0006 movs r6, r0 + 168c: 000c movs r4, r1 + int8_t i = get_tc_index(hw); + 168e: 0008 movs r0, r1 + 1690: 4b53 ldr r3, [pc, #332] ; (17e0 <_tc_pwm_init+0x158>) + 1692: 4798 blx r3 + 1694: 0005 movs r5, r0 + device->hw = hw; + 1696: 6134 str r4, [r6, #16] + return ((Tc *)hw)->COUNT8.SYNCBUSY.reg & reg; + 1698: 6923 ldr r3, [r4, #16] + if (!hri_tc_is_syncing(hw, TC_SYNCBUSY_SWRST)) { + 169a: 07db lsls r3, r3, #31 + 169c: d414 bmi.n 16c8 <_tc_pwm_init+0x40> + while (((Tc *)hw)->COUNT8.SYNCBUSY.reg & reg) { + 169e: 6923 ldr r3, [r4, #16] + 16a0: 079b lsls r3, r3, #30 + 16a2: d1fc bne.n 169e <_tc_pwm_init+0x16> + +static inline hri_tc_ctrla_reg_t hri_tc_get_CTRLA_reg(const void *const hw, hri_tc_ctrla_reg_t mask) +{ + uint32_t tmp; + hri_tc_wait_for_sync(hw, TC_SYNCBUSY_SWRST | TC_SYNCBUSY_ENABLE); + tmp = ((Tc *)hw)->COUNT16.CTRLA.reg; + 16a4: 6823 ldr r3, [r4, #0] + if (hri_tc_get_CTRLA_reg(hw, TC_CTRLA_ENABLE)) { + 16a6: 079b lsls r3, r3, #30 + 16a8: d509 bpl.n 16be <_tc_pwm_init+0x36> + ((Tc *)hw)->COUNT16.CTRLA.reg &= ~TC_CTRLA_ENABLE; + 16aa: 6823 ldr r3, [r4, #0] + 16ac: 2202 movs r2, #2 + 16ae: 4393 bics r3, r2 + 16b0: 6023 str r3, [r4, #0] + while (((Tc *)hw)->COUNT8.SYNCBUSY.reg & reg) { + 16b2: 6923 ldr r3, [r4, #16] + 16b4: 079b lsls r3, r3, #30 + 16b6: d1fc bne.n 16b2 <_tc_pwm_init+0x2a> + 16b8: 6923 ldr r3, [r4, #16] + 16ba: 079b lsls r3, r3, #30 + 16bc: d4fc bmi.n 16b8 <_tc_pwm_init+0x30> +} + +static inline void hri_tc_write_CTRLA_reg(const void *const hw, hri_tc_ctrla_reg_t data) +{ + TC_CRITICAL_SECTION_ENTER(); + ((Tc *)hw)->COUNT16.CTRLA.reg = data; + 16be: 2301 movs r3, #1 + 16c0: 6023 str r3, [r4, #0] + while (((Tc *)hw)->COUNT8.SYNCBUSY.reg & reg) { + 16c2: 6923 ldr r3, [r4, #16] + 16c4: 079b lsls r3, r3, #30 + 16c6: d1fc bne.n 16c2 <_tc_pwm_init+0x3a> + 16c8: 6923 ldr r3, [r4, #16] + 16ca: 07db lsls r3, r3, #31 + 16cc: d4fc bmi.n 16c8 <_tc_pwm_init+0x40> + hri_tc_write_CTRLA_reg(hw, _tcs[i].ctrl_a); + 16ce: 00ab lsls r3, r5, #2 + 16d0: 195b adds r3, r3, r5 + 16d2: 009a lsls r2, r3, #2 + 16d4: 4b43 ldr r3, [pc, #268] ; (17e4 <_tc_pwm_init+0x15c>) + 16d6: 189b adds r3, r3, r2 + 16d8: 685b ldr r3, [r3, #4] + ((Tc *)hw)->COUNT16.CTRLA.reg = data; + 16da: 6023 str r3, [r4, #0] + while (((Tc *)hw)->COUNT8.SYNCBUSY.reg & reg) { + 16dc: 6923 ldr r3, [r4, #16] + 16de: 079b lsls r3, r3, #30 + 16e0: d1fc bne.n 16dc <_tc_pwm_init+0x54> + hri_tc_write_DBGCTRL_reg(hw, _tcs[i].dbg_ctrl); + 16e2: 00aa lsls r2, r5, #2 + 16e4: 1952 adds r2, r2, r5 + 16e6: 0091 lsls r1, r2, #2 + 16e8: 4b3e ldr r3, [pc, #248] ; (17e4 <_tc_pwm_init+0x15c>) + 16ea: 185b adds r3, r3, r1 + 16ec: 7a9a ldrb r2, [r3, #10] +} + +static inline void hri_tc_write_DBGCTRL_reg(const void *const hw, hri_tc_dbgctrl_reg_t data) +{ + TC_CRITICAL_SECTION_ENTER(); + ((Tc *)hw)->COUNT16.DBGCTRL.reg = data; + 16ee: 73e2 strb r2, [r4, #15] + hri_tc_write_EVCTRL_reg(hw, _tcs[i].event_ctrl); + 16f0: 891a ldrh r2, [r3, #8] + ((Tc *)hw)->COUNT16.EVCTRL.reg = data; + 16f2: 80e2 strh r2, [r4, #6] + ((Tc *)hw)->COUNT16.WAVE.reg = data; + 16f4: 2203 movs r2, #3 + 16f6: 7322 strb r2, [r4, #12] + if ((_tcs[i].ctrl_a & TC_CTRLA_MODE_Msk) == TC_CTRLA_MODE_COUNT32) { + 16f8: 685a ldr r2, [r3, #4] + 16fa: 230c movs r3, #12 + 16fc: 4013 ands r3, r2 + 16fe: 2b08 cmp r3, #8 + 1700: d054 beq.n 17ac <_tc_pwm_init+0x124> + } else if ((_tcs[i].ctrl_a & TC_CTRLA_MODE_Msk) == TC_CTRLA_MODE_COUNT16) { + 1702: 2b00 cmp r3, #0 + 1704: d166 bne.n 17d4 <_tc_pwm_init+0x14c> + hri_tccount16_write_CC_reg(hw, 0, (uint16_t)_tcs[i].cc0); + 1706: 00ab lsls r3, r5, #2 + 1708: 195b adds r3, r3, r5 + 170a: 009a lsls r2, r3, #2 + 170c: 4b35 ldr r3, [pc, #212] ; (17e4 <_tc_pwm_init+0x15c>) + 170e: 189b adds r3, r3, r2 + 1710: 899b ldrh r3, [r3, #12] +} + +static inline void hri_tccount16_write_CC_reg(const void *const hw, uint8_t index, hri_tccount16_cc_reg_t data) +{ + TC_CRITICAL_SECTION_ENTER(); + ((Tc *)hw)->COUNT16.CC[index].reg = data; + 1712: 83a3 strh r3, [r4, #28] + while (((Tc *)hw)->COUNT8.SYNCBUSY.reg & reg) { + 1714: 6923 ldr r3, [r4, #16] + 1716: 22c0 movs r2, #192 ; 0xc0 + 1718: 421a tst r2, r3 + 171a: d1fb bne.n 1714 <_tc_pwm_init+0x8c> + hri_tccount16_write_CC_reg(hw, 1, (uint16_t)_tcs[i].cc1); + 171c: 00ab lsls r3, r5, #2 + 171e: 195b adds r3, r3, r5 + 1720: 009a lsls r2, r3, #2 + 1722: 4b30 ldr r3, [pc, #192] ; (17e4 <_tc_pwm_init+0x15c>) + 1724: 189b adds r3, r3, r2 + 1726: 8a1b ldrh r3, [r3, #16] + ((Tc *)hw)->COUNT16.CC[index].reg = data; + 1728: 83e3 strh r3, [r4, #30] + while (((Tc *)hw)->COUNT8.SYNCBUSY.reg & reg) { + 172a: 6923 ldr r3, [r4, #16] + 172c: 22c0 movs r2, #192 ; 0xc0 + 172e: 421a tst r2, r3 + 1730: d1fb bne.n 172a <_tc_pwm_init+0xa2> + _tc_init_irq_param(hw, (void *)device); + 1732: 0031 movs r1, r6 + 1734: 0020 movs r0, r4 + 1736: 4b2c ldr r3, [pc, #176] ; (17e8 <_tc_pwm_init+0x160>) + 1738: 4798 blx r3 + NVIC_DisableIRQ(_tcs[i].irq); + 173a: 00ab lsls r3, r5, #2 + 173c: 195b adds r3, r3, r5 + 173e: 009a lsls r2, r3, #2 + 1740: 4b28 ldr r3, [pc, #160] ; (17e4 <_tc_pwm_init+0x15c>) + 1742: 189b adds r3, r3, r2 + 1744: 785b ldrb r3, [r3, #1] + 1746: b25b sxtb r3, r3 + \param [in] IRQn Device specific interrupt number. + \note IRQn must not be negative. + */ +__STATIC_INLINE void __NVIC_DisableIRQ(IRQn_Type IRQn) +{ + if ((int32_t)(IRQn) >= 0) + 1748: 2b00 cmp r3, #0 + 174a: db0b blt.n 1764 <_tc_pwm_init+0xdc> + { + NVIC->ICER[0U] = (uint32_t)(1UL << (((uint32_t)IRQn) & 0x1FUL)); + 174c: 221f movs r2, #31 + 174e: 4013 ands r3, r2 + 1750: 3a1e subs r2, #30 + 1752: 409a lsls r2, r3 + 1754: 0013 movs r3, r2 + 1756: 2280 movs r2, #128 ; 0x80 + 1758: 4924 ldr r1, [pc, #144] ; (17ec <_tc_pwm_init+0x164>) + 175a: 508b str r3, [r1, r2] + \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"); + 175c: f3bf 8f4f dsb sy + __ASM volatile ("isb 0xF":::"memory"); + 1760: f3bf 8f6f isb sy + NVIC_ClearPendingIRQ(_tcs[i].irq); + 1764: 00ab lsls r3, r5, #2 + 1766: 195b adds r3, r3, r5 + 1768: 009a lsls r2, r3, #2 + 176a: 4b1e ldr r3, [pc, #120] ; (17e4 <_tc_pwm_init+0x15c>) + 176c: 189b adds r3, r3, r2 + 176e: 785b ldrb r3, [r3, #1] + 1770: b25b sxtb r3, r3 + \param [in] IRQn Device specific interrupt number. + \note IRQn must not be negative. + */ +__STATIC_INLINE void __NVIC_ClearPendingIRQ(IRQn_Type IRQn) +{ + if ((int32_t)(IRQn) >= 0) + 1772: 2b00 cmp r3, #0 + 1774: db08 blt.n 1788 <_tc_pwm_init+0x100> + { + NVIC->ICPR[0U] = (uint32_t)(1UL << (((uint32_t)IRQn) & 0x1FUL)); + 1776: 221f movs r2, #31 + 1778: 4013 ands r3, r2 + 177a: 3a1e subs r2, #30 + 177c: 409a lsls r2, r3 + 177e: 0013 movs r3, r2 + 1780: 22c0 movs r2, #192 ; 0xc0 + 1782: 0052 lsls r2, r2, #1 + 1784: 4919 ldr r1, [pc, #100] ; (17ec <_tc_pwm_init+0x164>) + 1786: 508b str r3, [r1, r2] + NVIC_EnableIRQ(_tcs[i].irq); + 1788: 00ab lsls r3, r5, #2 + 178a: 195d adds r5, r3, r5 + 178c: 00aa lsls r2, r5, #2 + 178e: 4b15 ldr r3, [pc, #84] ; (17e4 <_tc_pwm_init+0x15c>) + 1790: 189b adds r3, r3, r2 + 1792: 785b ldrb r3, [r3, #1] + 1794: b25b sxtb r3, r3 + if ((int32_t)(IRQn) >= 0) + 1796: 2b00 cmp r3, #0 + 1798: db1f blt.n 17da <_tc_pwm_init+0x152> + NVIC->ISER[0U] = (uint32_t)(1UL << (((uint32_t)IRQn) & 0x1FUL)); + 179a: 221f movs r2, #31 + 179c: 4013 ands r3, r2 + 179e: 3a1e subs r2, #30 + 17a0: 409a lsls r2, r3 + 17a2: 0013 movs r3, r2 + 17a4: 4a11 ldr r2, [pc, #68] ; (17ec <_tc_pwm_init+0x164>) + 17a6: 6013 str r3, [r2, #0] + return 0; + 17a8: 2000 movs r0, #0 +} + 17aa: bd70 pop {r4, r5, r6, pc} + hri_tccount32_write_CC_reg(hw, 0, _tcs[i].cc0); + 17ac: 4b0d ldr r3, [pc, #52] ; (17e4 <_tc_pwm_init+0x15c>) + 17ae: 185b adds r3, r3, r1 + 17b0: 68db ldr r3, [r3, #12] +} + +static inline void hri_tccount32_write_CC_reg(const void *const hw, uint8_t index, hri_tccount32_cc_reg_t data) +{ + TC_CRITICAL_SECTION_ENTER(); + ((Tc *)hw)->COUNT32.CC[index].reg = data; + 17b2: 61e3 str r3, [r4, #28] + while (((Tc *)hw)->COUNT8.SYNCBUSY.reg & reg) { + 17b4: 6923 ldr r3, [r4, #16] + 17b6: 22c0 movs r2, #192 ; 0xc0 + 17b8: 421a tst r2, r3 + 17ba: d1fb bne.n 17b4 <_tc_pwm_init+0x12c> + hri_tccount32_write_CC_reg(hw, 1, _tcs[i].cc1); + 17bc: 00ab lsls r3, r5, #2 + 17be: 195b adds r3, r3, r5 + 17c0: 009a lsls r2, r3, #2 + 17c2: 4b08 ldr r3, [pc, #32] ; (17e4 <_tc_pwm_init+0x15c>) + 17c4: 189b adds r3, r3, r2 + 17c6: 691b ldr r3, [r3, #16] + ((Tc *)hw)->COUNT32.CC[index].reg = data; + 17c8: 6223 str r3, [r4, #32] + while (((Tc *)hw)->COUNT8.SYNCBUSY.reg & reg) { + 17ca: 6923 ldr r3, [r4, #16] + 17cc: 22c0 movs r2, #192 ; 0xc0 + 17ce: 421a tst r2, r3 + 17d0: d1fb bne.n 17ca <_tc_pwm_init+0x142> + 17d2: e7ae b.n 1732 <_tc_pwm_init+0xaa> + return -1; + 17d4: 2001 movs r0, #1 + 17d6: 4240 negs r0, r0 + 17d8: e7e7 b.n 17aa <_tc_pwm_init+0x122> + return 0; + 17da: 2000 movs r0, #0 + 17dc: e7e5 b.n 17aa <_tc_pwm_init+0x122> + 17de: 46c0 nop ; (mov r8, r8) + 17e0: 0000163d .word 0x0000163d + 17e4: 20000000 .word 0x20000000 + 17e8: 00001625 .word 0x00001625 + 17ec: e000e100 .word 0xe000e100 + +000017f0 <_tc_set_pwm_param>: +{ + 17f0: b570 push {r4, r5, r6, lr} + 17f2: 000e movs r6, r1 + 17f4: 0015 movs r5, r2 + void *const hw = device->hw; + 17f6: 6904 ldr r4, [r0, #16] + int8_t i = get_tc_index(hw); + 17f8: 0020 movs r0, r4 + 17fa: 4b1b ldr r3, [pc, #108] ; (1868 <_tc_set_pwm_param+0x78>) + 17fc: 4798 blx r3 + _tcs[i].cc0 = period; + 17fe: 0082 lsls r2, r0, #2 + 1800: 1812 adds r2, r2, r0 + 1802: 0091 lsls r1, r2, #2 + 1804: 4b19 ldr r3, [pc, #100] ; (186c <_tc_set_pwm_param+0x7c>) + 1806: 185b adds r3, r3, r1 + 1808: 60de str r6, [r3, #12] + _tcs[i].cc1 = duty_cycle; + 180a: 611d str r5, [r3, #16] + if ((_tcs[i].ctrl_a & TC_CTRLA_MODE_Msk) == TC_CTRLA_MODE_COUNT32) { + 180c: 685a ldr r2, [r3, #4] + 180e: 230c movs r3, #12 + 1810: 4013 ands r3, r2 + 1812: 2b08 cmp r3, #8 + 1814: d016 beq.n 1844 <_tc_set_pwm_param+0x54> + hri_tccount16_write_CC_reg(hw, 0, _tcs[i].cc0); + 1816: 0083 lsls r3, r0, #2 + 1818: 181b adds r3, r3, r0 + 181a: 009a lsls r2, r3, #2 + 181c: 4b13 ldr r3, [pc, #76] ; (186c <_tc_set_pwm_param+0x7c>) + 181e: 189b adds r3, r3, r2 + 1820: 899b ldrh r3, [r3, #12] + ((Tc *)hw)->COUNT16.CC[index].reg = data; + 1822: 83a3 strh r3, [r4, #28] + while (((Tc *)hw)->COUNT8.SYNCBUSY.reg & reg) { + 1824: 6923 ldr r3, [r4, #16] + 1826: 22c0 movs r2, #192 ; 0xc0 + 1828: 421a tst r2, r3 + 182a: d1fb bne.n 1824 <_tc_set_pwm_param+0x34> + hri_tccount16_write_CC_reg(hw, 1, _tcs[i].cc1); + 182c: 0083 lsls r3, r0, #2 + 182e: 1818 adds r0, r3, r0 + 1830: 0082 lsls r2, r0, #2 + 1832: 4b0e ldr r3, [pc, #56] ; (186c <_tc_set_pwm_param+0x7c>) + 1834: 189b adds r3, r3, r2 + 1836: 8a1b ldrh r3, [r3, #16] + ((Tc *)hw)->COUNT16.CC[index].reg = data; + 1838: 83e3 strh r3, [r4, #30] + while (((Tc *)hw)->COUNT8.SYNCBUSY.reg & reg) { + 183a: 6923 ldr r3, [r4, #16] + 183c: 22c0 movs r2, #192 ; 0xc0 + 183e: 421a tst r2, r3 + 1840: d1fb bne.n 183a <_tc_set_pwm_param+0x4a> +} + 1842: bd70 pop {r4, r5, r6, pc} + ((Tc *)hw)->COUNT32.CC[index].reg = data; + 1844: 61e6 str r6, [r4, #28] + while (((Tc *)hw)->COUNT8.SYNCBUSY.reg & reg) { + 1846: 6923 ldr r3, [r4, #16] + 1848: 22c0 movs r2, #192 ; 0xc0 + 184a: 421a tst r2, r3 + 184c: d1fb bne.n 1846 <_tc_set_pwm_param+0x56> + hri_tccount32_write_CC_reg(hw, 1, _tcs[i].cc1); + 184e: 0083 lsls r3, r0, #2 + 1850: 1818 adds r0, r3, r0 + 1852: 0082 lsls r2, r0, #2 + 1854: 4b05 ldr r3, [pc, #20] ; (186c <_tc_set_pwm_param+0x7c>) + 1856: 189b adds r3, r3, r2 + 1858: 691b ldr r3, [r3, #16] + ((Tc *)hw)->COUNT32.CC[index].reg = data; + 185a: 6223 str r3, [r4, #32] + while (((Tc *)hw)->COUNT8.SYNCBUSY.reg & reg) { + 185c: 6923 ldr r3, [r4, #16] + 185e: 22c0 movs r2, #192 ; 0xc0 + 1860: 421a tst r2, r3 + 1862: d1fb bne.n 185c <_tc_set_pwm_param+0x6c> + 1864: e7ed b.n 1842 <_tc_set_pwm_param+0x52> + 1866: 46c0 nop ; (mov r8, r8) + 1868: 0000163d .word 0x0000163d + 186c: 20000000 .word 0x20000000 + +00001870 <_tc_pwm_get_period>: +{ + 1870: b510 push {r4, lr} + void *const hw = device->hw; + 1872: 6904 ldr r4, [r0, #16] + int8_t i = get_tc_index(hw); + 1874: 0020 movs r0, r4 + 1876: 4b0c ldr r3, [pc, #48] ; (18a8 <_tc_pwm_get_period+0x38>) + 1878: 4798 blx r3 + if ((_tcs[i].ctrl_a & TC_CTRLA_MODE_Msk) == TC_CTRLA_MODE_COUNT32) { + 187a: 0083 lsls r3, r0, #2 + 187c: 1818 adds r0, r3, r0 + 187e: 0082 lsls r2, r0, #2 + 1880: 4b0a ldr r3, [pc, #40] ; (18ac <_tc_pwm_get_period+0x3c>) + 1882: 189b adds r3, r3, r2 + 1884: 685a ldr r2, [r3, #4] + 1886: 230c movs r3, #12 + 1888: 4013 ands r3, r2 + 188a: 2b08 cmp r3, #8 + 188c: d006 beq.n 189c <_tc_pwm_get_period+0x2c> + 188e: 6923 ldr r3, [r4, #16] + 1890: 22c0 movs r2, #192 ; 0xc0 + 1892: 421a tst r2, r3 + 1894: d1fb bne.n 188e <_tc_pwm_get_period+0x1e> + return ((Tc *)hw)->COUNT16.CC[index].reg; + 1896: 8ba0 ldrh r0, [r4, #28] + 1898: b280 uxth r0, r0 +} + 189a: bd10 pop {r4, pc} + while (((Tc *)hw)->COUNT8.SYNCBUSY.reg & reg) { + 189c: 6923 ldr r3, [r4, #16] + 189e: 22c0 movs r2, #192 ; 0xc0 + 18a0: 421a tst r2, r3 + 18a2: d1fb bne.n 189c <_tc_pwm_get_period+0x2c> +} + +static inline hri_tccount32_cc_reg_t hri_tccount32_read_CC_reg(const void *const hw, uint8_t index) +{ + hri_tc_wait_for_sync(hw, TC_SYNCBUSY_CC0 | TC_SYNCBUSY_CC1); + return ((Tc *)hw)->COUNT32.CC[index].reg; + 18a4: 69e0 ldr r0, [r4, #28] + return (pwm_period_t)(hri_tccount32_read_CC_reg(hw, 0)); + 18a6: e7f8 b.n 189a <_tc_pwm_get_period+0x2a> + 18a8: 0000163d .word 0x0000163d + 18ac: 20000000 .word 0x20000000 + +000018b0 <_tc_pwm_get_duty>: +{ + 18b0: b510 push {r4, lr} + void *const hw = device->hw; + 18b2: 6904 ldr r4, [r0, #16] + int8_t i = get_tc_index(hw); + 18b4: 0020 movs r0, r4 + 18b6: 4b14 ldr r3, [pc, #80] ; (1908 <_tc_pwm_get_duty+0x58>) + 18b8: 4798 blx r3 + if ((_tcs[i].ctrl_a & TC_CTRLA_MODE_Msk) == TC_CTRLA_MODE_COUNT32) { + 18ba: 0083 lsls r3, r0, #2 + 18bc: 1818 adds r0, r3, r0 + 18be: 0082 lsls r2, r0, #2 + 18c0: 4b12 ldr r3, [pc, #72] ; (190c <_tc_pwm_get_duty+0x5c>) + 18c2: 189b adds r3, r3, r2 + 18c4: 685a ldr r2, [r3, #4] + 18c6: 230c movs r3, #12 + 18c8: 4013 ands r3, r2 + 18ca: 2b08 cmp r3, #8 + 18cc: d011 beq.n 18f2 <_tc_pwm_get_duty+0x42> + while (((Tc *)hw)->COUNT8.SYNCBUSY.reg & reg) { + 18ce: 6923 ldr r3, [r4, #16] + 18d0: 22c0 movs r2, #192 ; 0xc0 + 18d2: 421a tst r2, r3 + 18d4: d1fb bne.n 18ce <_tc_pwm_get_duty+0x1e> + return ((Tc *)hw)->COUNT16.CC[index].reg; + 18d6: 8ba1 ldrh r1, [r4, #28] + 18d8: b289 uxth r1, r1 + while (((Tc *)hw)->COUNT8.SYNCBUSY.reg & reg) { + 18da: 6923 ldr r3, [r4, #16] + 18dc: 22c0 movs r2, #192 ; 0xc0 + 18de: 421a tst r2, r3 + 18e0: d1fb bne.n 18da <_tc_pwm_get_duty+0x2a> + return ((Tc *)hw)->COUNT16.CC[index].reg; + 18e2: 8be3 ldrh r3, [r4, #30] + 18e4: b29b uxth r3, r3 + return ((duty_cycle * 1000) / per); + 18e6: 20fa movs r0, #250 ; 0xfa + 18e8: 0080 lsls r0, r0, #2 + 18ea: 4358 muls r0, r3 + 18ec: 4b08 ldr r3, [pc, #32] ; (1910 <_tc_pwm_get_duty+0x60>) + 18ee: 4798 blx r3 +} + 18f0: bd10 pop {r4, pc} + while (((Tc *)hw)->COUNT8.SYNCBUSY.reg & reg) { + 18f2: 6923 ldr r3, [r4, #16] + 18f4: 22c0 movs r2, #192 ; 0xc0 + 18f6: 421a tst r2, r3 + 18f8: d1fb bne.n 18f2 <_tc_pwm_get_duty+0x42> + return ((Tc *)hw)->COUNT32.CC[index].reg; + 18fa: 69e1 ldr r1, [r4, #28] + while (((Tc *)hw)->COUNT8.SYNCBUSY.reg & reg) { + 18fc: 6923 ldr r3, [r4, #16] + 18fe: 22c0 movs r2, #192 ; 0xc0 + 1900: 421a tst r2, r3 + 1902: d1fb bne.n 18fc <_tc_pwm_get_duty+0x4c> + return ((Tc *)hw)->COUNT32.CC[index].reg; + 1904: 6a23 ldr r3, [r4, #32] + 1906: e7ee b.n 18e6 <_tc_pwm_get_duty+0x36> + 1908: 0000163d .word 0x0000163d + 190c: 20000000 .word 0x20000000 + 1910: 00001d45 .word 0x00001d45 + +00001914 <_tc_pwm_deinit>: +{ + 1914: b570 push {r4, r5, r6, lr} + void *const hw = device->hw; + 1916: 6904 ldr r4, [r0, #16] + int8_t i = get_tc_index(hw); + 1918: 0020 movs r0, r4 + 191a: 4b16 ldr r3, [pc, #88] ; (1974 <_tc_pwm_deinit+0x60>) + 191c: 4798 blx r3 + 191e: 0005 movs r5, r0 + ASSERT(ARRAY_SIZE(_tcs)); + 1920: 22c2 movs r2, #194 ; 0xc2 + 1922: 4915 ldr r1, [pc, #84] ; (1978 <_tc_pwm_deinit+0x64>) + 1924: 2001 movs r0, #1 + 1926: 4b15 ldr r3, [pc, #84] ; (197c <_tc_pwm_deinit+0x68>) + 1928: 4798 blx r3 + NVIC_DisableIRQ(_tcs[i].irq); + 192a: 00a8 lsls r0, r5, #2 + 192c: 1940 adds r0, r0, r5 + 192e: 0082 lsls r2, r0, #2 + 1930: 4b13 ldr r3, [pc, #76] ; (1980 <_tc_pwm_deinit+0x6c>) + 1932: 189b adds r3, r3, r2 + 1934: 785b ldrb r3, [r3, #1] + 1936: b25b sxtb r3, r3 + if ((int32_t)(IRQn) >= 0) + 1938: 2b00 cmp r3, #0 + 193a: db0b blt.n 1954 <_tc_pwm_deinit+0x40> + NVIC->ICER[0U] = (uint32_t)(1UL << (((uint32_t)IRQn) & 0x1FUL)); + 193c: 221f movs r2, #31 + 193e: 4013 ands r3, r2 + 1940: 3a1e subs r2, #30 + 1942: 409a lsls r2, r3 + 1944: 0013 movs r3, r2 + 1946: 2280 movs r2, #128 ; 0x80 + 1948: 490e ldr r1, [pc, #56] ; (1984 <_tc_pwm_deinit+0x70>) + 194a: 508b str r3, [r1, r2] + __ASM volatile ("dsb 0xF":::"memory"); + 194c: f3bf 8f4f dsb sy + __ASM volatile ("isb 0xF":::"memory"); + 1950: f3bf 8f6f isb sy + ((Tc *)hw)->COUNT16.CTRLA.reg &= ~TC_CTRLA_ENABLE; + 1954: 6823 ldr r3, [r4, #0] + 1956: 2202 movs r2, #2 + 1958: 4393 bics r3, r2 + 195a: 6023 str r3, [r4, #0] + while (((Tc *)hw)->COUNT8.SYNCBUSY.reg & reg) { + 195c: 6923 ldr r3, [r4, #16] + 195e: 079b lsls r3, r3, #30 + 1960: d1fc bne.n 195c <_tc_pwm_deinit+0x48> + ((Tc *)hw)->COUNT16.CTRLA.reg |= TC_CTRLA_SWRST; + 1962: 6823 ldr r3, [r4, #0] + 1964: 2201 movs r2, #1 + 1966: 4313 orrs r3, r2 + 1968: 6023 str r3, [r4, #0] + while (((Tc *)hw)->COUNT8.SYNCBUSY.reg & reg) { + 196a: 6923 ldr r3, [r4, #16] + 196c: 07db lsls r3, r3, #31 + 196e: d4fc bmi.n 196a <_tc_pwm_deinit+0x56> +} + 1970: bd70 pop {r4, r5, r6, pc} + 1972: 46c0 nop ; (mov r8, r8) + 1974: 0000163d .word 0x0000163d + 1978: 000020e8 .word 0x000020e8 + 197c: 00000a69 .word 0x00000a69 + 1980: 20000000 .word 0x20000000 + 1984: e000e100 .word 0xe000e100 + +00001988 <_tc_pwm_set_irq_state>: +{ + 1988: b570 push {r4, r5, r6, lr} + 198a: 0004 movs r4, r0 + 198c: 000e movs r6, r1 + 198e: 0015 movs r5, r2 + ASSERT(device); + 1990: 1e43 subs r3, r0, #1 + 1992: 4198 sbcs r0, r3 + 1994: b2c0 uxtb r0, r0 + 1996: 2218 movs r2, #24 + 1998: 32ff adds r2, #255 ; 0xff + 199a: 490d ldr r1, [pc, #52] ; (19d0 <_tc_pwm_set_irq_state+0x48>) + 199c: 4b0d ldr r3, [pc, #52] ; (19d4 <_tc_pwm_set_irq_state+0x4c>) + 199e: 4798 blx r3 + if (PWM_DEVICE_PERIOD_CB == type) { + 19a0: 2e00 cmp r6, #0 + 19a2: d108 bne.n 19b6 <_tc_pwm_set_irq_state+0x2e> + hri_tc_write_INTEN_OVF_bit(device->hw, disable); + 19a4: 6923 ldr r3, [r4, #16] + if (value == 0x0) { + 19a6: 2d00 cmp r5, #0 + 19a8: d102 bne.n 19b0 <_tc_pwm_set_irq_state+0x28> + ((Tc *)hw)->COUNT16.INTENCLR.reg = TC_INTENSET_OVF; + 19aa: 2201 movs r2, #1 + 19ac: 721a strb r2, [r3, #8] + 19ae: e004 b.n 19ba <_tc_pwm_set_irq_state+0x32> + ((Tc *)hw)->COUNT16.INTENSET.reg = TC_INTENSET_OVF; + 19b0: 2201 movs r2, #1 + 19b2: 725a strb r2, [r3, #9] + 19b4: e001 b.n 19ba <_tc_pwm_set_irq_state+0x32> + } else if (PWM_DEVICE_ERROR_CB == type) { + 19b6: 2e01 cmp r6, #1 + 19b8: d000 beq.n 19bc <_tc_pwm_set_irq_state+0x34> +} + 19ba: bd70 pop {r4, r5, r6, pc} + hri_tc_write_INTEN_ERR_bit(device->hw, disable); + 19bc: 6923 ldr r3, [r4, #16] + if (value == 0x0) { + 19be: 2d00 cmp r5, #0 + 19c0: d002 beq.n 19c8 <_tc_pwm_set_irq_state+0x40> + ((Tc *)hw)->COUNT16.INTENSET.reg = TC_INTENSET_ERR; + 19c2: 2202 movs r2, #2 + 19c4: 725a strb r2, [r3, #9] +} + 19c6: e7f8 b.n 19ba <_tc_pwm_set_irq_state+0x32> + ((Tc *)hw)->COUNT16.INTENCLR.reg = TC_INTENSET_ERR; + 19c8: 2202 movs r2, #2 + 19ca: 721a strb r2, [r3, #8] + 19cc: e7f5 b.n 19ba <_tc_pwm_set_irq_state+0x32> + 19ce: 46c0 nop ; (mov r8, r8) + 19d0: 000020e8 .word 0x000020e8 + 19d4: 00000a69 .word 0x00000a69 + +000019d8 <_tc_get_pwm>: + return &_tc_pwm_functions; + 19d8: 4801 ldr r0, [pc, #4] ; (19e0 <_tc_get_pwm+0x8>) +} + 19da: 3014 adds r0, #20 + 19dc: 4770 bx lr + 19de: 46c0 nop ; (mov r8, r8) + 19e0: 20000000 .word 0x20000000 + +000019e4 : +{ + 19e4: b510 push {r4, lr} + tc_pwm_interrupt_handler(_tc3_dev); + 19e6: 4b02 ldr r3, [pc, #8] ; (19f0 ) + 19e8: 6818 ldr r0, [r3, #0] + 19ea: 4b02 ldr r3, [pc, #8] ; (19f4 ) + 19ec: 4798 blx r3 +} + 19ee: bd10 pop {r4, pc} + 19f0: 2000006c .word 0x2000006c + 19f4: 000015f7 .word 0x000015f7 + +000019f8
: +#include +#include "watch-library/watch.h" + +int main(void) +{ + 19f8: b530 push {r4, r5, lr} + 19fa: b08b sub sp, #44 ; 0x2c + atmel_start_init(); + 19fc: 4b23 ldr r3, [pc, #140] ; (1a8c ) + 19fe: 4798 blx r3 + + Watch watch; + struct calendar_date_time date_time; + date_time.date.year = 2021; + 1a00: ac02 add r4, sp, #8 + 1a02: 4b23 ldr r3, [pc, #140] ; (1a90 ) + 1a04: 80e3 strh r3, [r4, #6] + date_time.date.month = 4; + 1a06: 2304 movs r3, #4 + 1a08: 7163 strb r3, [r4, #5] + date_time.date.day = 25; + 1a0a: 2219 movs r2, #25 + 1a0c: 7122 strb r2, [r4, #4] + date_time.time.hour = 4; + 1a0e: 70a3 strb r3, [r4, #2] + date_time.time.min = 0; + 1a10: 2500 movs r5, #0 + 1a12: 7065 strb r5, [r4, #1] + date_time.time.sec = 0; + 1a14: 7025 strb r5, [r4, #0] + + watch_init(&watch); + 1a16: a804 add r0, sp, #16 + 1a18: 4b1e ldr r3, [pc, #120] ; (1a94 ) + 1a1a: 4798 blx r3 + watch_enable_led(); + 1a1c: 4b1e ldr r3, [pc, #120] ; (1a98 ) + 1a1e: 4798 blx r3 + watch_enable_date_time(); + 1a20: 4b1e ldr r3, [pc, #120] ; (1a9c ) + 1a22: 4798 blx r3 + watch_set_date_time(date_time); + 1a24: 9802 ldr r0, [sp, #8] + 1a26: 6861 ldr r1, [r4, #4] + 1a28: 4b1d ldr r3, [pc, #116] ; (1aa0 ) + 1a2a: 4798 blx r3 + watch_enable_digital_output(A0); + 1a2c: 2024 movs r0, #36 ; 0x24 + 1a2e: 4b1d ldr r3, [pc, #116] ; (1aa4 ) + 1a30: 4798 blx r3 + ((Port *)hw)->Group[submodule_index].OUTSET.reg = mask; + 1a32: 2110 movs r1, #16 + 1a34: 2398 movs r3, #152 ; 0x98 + 1a36: 22c0 movs r2, #192 ; 0xc0 + 1a38: 05d2 lsls r2, r2, #23 + 1a3a: 50d1 str r1, [r2, r3] + gpio_set_pin_level(A0, true); + watch_enable_i2c(); + 1a3c: 4b1a ldr r3, [pc, #104] ; (1aa8 ) + 1a3e: 4798 blx r3 + + uint8_t chipID = 0; + 1a40: 466b mov r3, sp + 1a42: 1ddc adds r4, r3, #7 + 1a44: 71dd strb r5, [r3, #7] + uint8_t ChipIdRegister = 0xD0; + 1a46: 1d99 adds r1, r3, #6 + 1a48: 23d0 movs r3, #208 ; 0xd0 + 1a4a: 700b strb r3, [r1, #0] + watch_i2c_send(0x77, &ChipIdRegister, 1); + 1a4c: 2201 movs r2, #1 + 1a4e: 2077 movs r0, #119 ; 0x77 + 1a50: 4b16 ldr r3, [pc, #88] ; (1aac ) + 1a52: 4798 blx r3 + watch_i2c_receive(0x77, &chipID, 1); + 1a54: 2201 movs r2, #1 + 1a56: 0021 movs r1, r4 + 1a58: 2077 movs r0, #119 ; 0x77 + 1a5a: 4b15 ldr r3, [pc, #84] ; (1ab0 ) + 1a5c: 4798 blx r3 + if (chipID == 0x60) { + 1a5e: 7823 ldrb r3, [r4, #0] + 1a60: 2b60 cmp r3, #96 ; 0x60 + 1a62: d101 bne.n 1a68 + watch_set_led_green(); + 1a64: 4b13 ldr r3, [pc, #76] ; (1ab4 ) + 1a66: 4798 blx r3 + } + + uint8_t last = date_time.time.sec; + 1a68: ab02 add r3, sp, #8 + 1a6a: 781c ldrb r4, [r3, #0] + 1a6c: e001 b.n 1a72 + if (date_time.time.sec != last) { + last = date_time.time.sec; + if (last % 2 == 0) { + watch_set_led_red(); + } else { + watch_set_led_green(); + 1a6e: 4b11 ldr r3, [pc, #68] ; (1ab4 ) + 1a70: 4798 blx r3 +{ + 1a72: 0025 movs r5, r4 + watch_get_date_time(&date_time); + 1a74: ac02 add r4, sp, #8 + 1a76: 0020 movs r0, r4 + 1a78: 4b0f ldr r3, [pc, #60] ; (1ab8 ) + 1a7a: 4798 blx r3 + if (date_time.time.sec != last) { + 1a7c: 7824 ldrb r4, [r4, #0] + 1a7e: 42a5 cmp r5, r4 + 1a80: d0f8 beq.n 1a74 + if (last % 2 == 0) { + 1a82: 07e3 lsls r3, r4, #31 + 1a84: d4f3 bmi.n 1a6e + watch_set_led_red(); + 1a86: 4b0d ldr r3, [pc, #52] ; (1abc ) + 1a88: 4798 blx r3 + 1a8a: e7f2 b.n 1a72 + 1a8c: 00000109 .word 0x00000109 + 1a90: 000007e5 .word 0x000007e5 + 1a94: 00001bb1 .word 0x00001bb1 + 1a98: 00001bb5 .word 0x00001bb5 + 1a9c: 00001c19 .word 0x00001c19 + 1aa0: 00001c35 .word 0x00001c35 + 1aa4: 00001c75 .word 0x00001c75 + 1aa8: 00001cb9 .word 0x00001cb9 + 1aac: 00001ce5 .word 0x00001ce5 + 1ab0: 00001d15 .word 0x00001d15 + 1ab4: 00001c05 .word 0x00001c05 + 1ab8: 00001c61 .word 0x00001c61 + 1abc: 00001bf1 .word 0x00001bf1 + +00001ac0 : + * + * \param[in] id The event ID to process + * \param[in] data Not used + */ +static void sleepmgr_event_callback(event_id_t id, event_data_t data) +{ + 1ac0: b570 push {r4, r5, r6, lr} + 1ac2: b082 sub sp, #8 + 1ac4: 000e movs r6, r1 + if (EVENT_IS_READY_TO_SLEEP_ID == id) { + 1ac6: 2800 cmp r0, #0 + 1ac8: d113 bne.n 1af2 + * \return A pointer to the head of the given list or NULL if the list is + * empty + */ +static inline void *list_get_head(const struct list_descriptor *const list) +{ + return (void *)list->head; + 1aca: 4b16 ldr r3, [pc, #88] ; (1b24 ) + 1acc: 681d ldr r5, [r3, #0] + struct sleepmgr_ready_to_sleep_cb *cur; + struct sleepmgr_ready_to_sleep * ret_val = (struct sleepmgr_ready_to_sleep *)data; + struct sleepmgr_ready_to_sleep ready; + + for (cur = (struct sleepmgr_ready_to_sleep_cb *)list_get_head(&ready_to_sleep_cbs); cur; + 1ace: e00c b.n 1aea + cur = (struct sleepmgr_ready_to_sleep_cb *)list_get_next_element(cur)) { + ready.mode = ret_val->mode; + 1ad0: 7873 ldrb r3, [r6, #1] + 1ad2: ac01 add r4, sp, #4 + 1ad4: 7063 strb r3, [r4, #1] + ready.ready = true; + 1ad6: 2301 movs r3, #1 + 1ad8: 7023 strb r3, [r4, #0] + cur->cb(&ready); + 1ada: 0020 movs r0, r4 + 1adc: 686b ldr r3, [r5, #4] + 1ade: 4798 blx r3 + ret_val->ready &= ready.ready; + 1ae0: 7832 ldrb r2, [r6, #0] + 1ae2: 7823 ldrb r3, [r4, #0] + 1ae4: 4013 ands r3, r2 + 1ae6: 7033 strb r3, [r6, #0] + * \return A pointer to the next list element or NULL if there is not next + * element + */ +static inline void *list_get_next_element(const void *const element) +{ + return element ? ((struct list_element *)element)->next : NULL; + 1ae8: 682d ldr r5, [r5, #0] + for (cur = (struct sleepmgr_ready_to_sleep_cb *)list_get_head(&ready_to_sleep_cbs); cur; + 1aea: 2d00 cmp r5, #0 + 1aec: d1f0 bne.n 1ad0 + for (cur = (struct sleepmgr_prepare_to_sleep_cb *)list_get_head(&prepare_to_sleep_cbs); cur; + cur = (struct sleepmgr_prepare_to_sleep_cb *)list_get_next_element(cur)) { + cur->cb(data); + } + } +} + 1aee: b002 add sp, #8 + 1af0: bd70 pop {r4, r5, r6, pc} + } else if (EVENT_WOKEN_UP_ID == id) { + 1af2: 2802 cmp r0, #2 + 1af4: d004 beq.n 1b00 + } else if (EVENT_PREPARE_TO_SLEEP_ID == id) { + 1af6: 2801 cmp r0, #1 + 1af8: d1f9 bne.n 1aee + return (void *)list->head; + 1afa: 4b0a ldr r3, [pc, #40] ; (1b24 ) + 1afc: 689c ldr r4, [r3, #8] + for (cur = (struct sleepmgr_prepare_to_sleep_cb *)list_get_head(&prepare_to_sleep_cbs); cur; + 1afe: e00d b.n 1b1c + 1b00: 4b08 ldr r3, [pc, #32] ; (1b24 ) + 1b02: 685c ldr r4, [r3, #4] + for (cur = (struct sleepmgr_wake_up_cb *)list_get_head(&wake_up_cbs); cur; + 1b04: e003 b.n 1b0e + cur->cb((const enum sleepmgr_wakeup_source)data); + 1b06: b2f0 uxtb r0, r6 + 1b08: 6863 ldr r3, [r4, #4] + 1b0a: 4798 blx r3 + return element ? ((struct list_element *)element)->next : NULL; + 1b0c: 6824 ldr r4, [r4, #0] + for (cur = (struct sleepmgr_wake_up_cb *)list_get_head(&wake_up_cbs); cur; + 1b0e: 2c00 cmp r4, #0 + 1b10: d1f9 bne.n 1b06 + 1b12: e7ec b.n 1aee + cur->cb(data); + 1b14: b2f0 uxtb r0, r6 + 1b16: 6863 ldr r3, [r4, #4] + 1b18: 4798 blx r3 + 1b1a: 6824 ldr r4, [r4, #0] + for (cur = (struct sleepmgr_prepare_to_sleep_cb *)list_get_head(&prepare_to_sleep_cbs); cur; + 1b1c: 2c00 cmp r4, #0 + 1b1e: d1f9 bne.n 1b14 + 1b20: e7e5 b.n 1aee + 1b22: 46c0 nop ; (mov r8, r8) + 1b24: 20000070 .word 0x20000070 + +00001b28 : +{ + 1b28: b570 push {r4, r5, r6, lr} + event_subscribe(&sleepmgr_event, EVENT_PREPARE_TO_SLEEP_ID, sleepmgr_event_callback); + 1b2a: 4e08 ldr r6, [pc, #32] ; (1b4c ) + 1b2c: 4c08 ldr r4, [pc, #32] ; (1b50 ) + 1b2e: 340c adds r4, #12 + 1b30: 0032 movs r2, r6 + 1b32: 2101 movs r1, #1 + 1b34: 0020 movs r0, r4 + 1b36: 4d07 ldr r5, [pc, #28] ; (1b54 ) + 1b38: 47a8 blx r5 + event_subscribe(&sleepmgr_event, EVENT_IS_READY_TO_SLEEP_ID, sleepmgr_event_callback); + 1b3a: 0032 movs r2, r6 + 1b3c: 2100 movs r1, #0 + 1b3e: 0020 movs r0, r4 + 1b40: 47a8 blx r5 + event_subscribe(&sleepmgr_event, EVENT_WOKEN_UP_ID, sleepmgr_event_callback); + 1b42: 0032 movs r2, r6 + 1b44: 2102 movs r1, #2 + 1b46: 0020 movs r0, r4 + 1b48: 47a8 blx r5 +} + 1b4a: bd70 pop {r4, r5, r6, pc} + 1b4c: 00001ac1 .word 0x00001ac1 + 1b50: 20000070 .word 0x20000070 + 1b54: 00000a71 .word 0x00000a71 + +00001b58 : +{ + 1b58: b510 push {r4, lr} + 1b5a: 0004 movs r4, r0 + ASSERT(cb); + 1b5c: 1e43 subs r3, r0, #1 + 1b5e: 4198 sbcs r0, r3 + 1b60: b2c0 uxtb r0, r0 + 1b62: 2240 movs r2, #64 ; 0x40 + 1b64: 4903 ldr r1, [pc, #12] ; (1b74 ) + 1b66: 4b04 ldr r3, [pc, #16] ; (1b78 ) + 1b68: 4798 blx r3 + list_insert_as_head(&ready_to_sleep_cbs, cb); + 1b6a: 0021 movs r1, r4 + 1b6c: 4803 ldr r0, [pc, #12] ; (1b7c ) + 1b6e: 4b04 ldr r3, [pc, #16] ; (1b80 ) + 1b70: 4798 blx r3 +} + 1b72: bd10 pop {r4, pc} + 1b74: 000020fc .word 0x000020fc + 1b78: 00000a69 .word 0x00000a69 + 1b7c: 20000070 .word 0x20000070 + 1b80: 00000b11 .word 0x00000b11 + +00001b84 : + +static struct sleepmgr_ready_to_sleep_cb sleepmgr_cb; + +static void sleep_cb(struct sleepmgr_ready_to_sleep *const ready) +{ + ready->ready = false; + 1b84: 2300 movs r3, #0 + 1b86: 7003 strb r3, [r0, #0] +} + 1b88: 4770 bx lr + ... + +00001b8c : + +void sleep_manager_init(void) +{ + 1b8c: b510 push {r4, lr} + sleepmgr_init(); + 1b8e: 4b04 ldr r3, [pc, #16] ; (1ba0 ) + 1b90: 4798 blx r3 + + sleepmgr_cb.cb = sleep_cb; + 1b92: 4804 ldr r0, [pc, #16] ; (1ba4 ) + 1b94: 4b04 ldr r3, [pc, #16] ; (1ba8 ) + 1b96: 6043 str r3, [r0, #4] + sleepmgr_register_ready_to_sleep_callback(&sleepmgr_cb); + 1b98: 4b04 ldr r3, [pc, #16] ; (1bac ) + 1b9a: 4798 blx r3 +} + 1b9c: bd10 pop {r4, pc} + 1b9e: 46c0 nop ; (mov r8, r8) + 1ba0: 00001b29 .word 0x00001b29 + 1ba4: 20000088 .word 0x20000088 + 1ba8: 00001b85 .word 0x00001b85 + 1bac: 00001b59 .word 0x00001b59 + +00001bb0 : + +#include "watch.h" +#include "driver_init.h" + +void watch_init(Watch *watch) { +} + 1bb0: 4770 bx lr + ... + +00001bb4 : + +void watch_enable_led() { + 1bb4: b510 push {r4, lr} + PWM_0_init(); + 1bb6: 4b06 ldr r3, [pc, #24] ; (1bd0 ) + 1bb8: 4798 blx r3 + pwm_set_parameters(&PWM_0, 10000, 0); + 1bba: 4c06 ldr r4, [pc, #24] ; (1bd4 ) + 1bbc: 2200 movs r2, #0 + 1bbe: 4906 ldr r1, [pc, #24] ; (1bd8 ) + 1bc0: 0020 movs r0, r4 + 1bc2: 4b06 ldr r3, [pc, #24] ; (1bdc ) + 1bc4: 4798 blx r3 + pwm_enable(&PWM_0); + 1bc6: 0020 movs r0, r4 + 1bc8: 4b05 ldr r3, [pc, #20] ; (1be0 ) + 1bca: 4798 blx r3 +} + 1bcc: bd10 pop {r4, pc} + 1bce: 46c0 nop ; (mov r8, r8) + 1bd0: 000002d5 .word 0x000002d5 + 1bd4: 20000090 .word 0x20000090 + 1bd8: 00002710 .word 0x00002710 + 1bdc: 00000a2d .word 0x00000a2d + 1be0: 000009e9 .word 0x000009e9 + +00001be4 : + + pwm_disable(&PWM_0); +} + +void watch_set_led_color(uint16_t red, uint16_t green) { + TC3->COUNT16.CC[0].reg = red; + 1be4: 4b01 ldr r3, [pc, #4] ; (1bec ) + 1be6: 8398 strh r0, [r3, #28] + TC3->COUNT16.CC[1].reg = green; + 1be8: 83d9 strh r1, [r3, #30] +} + 1bea: 4770 bx lr + 1bec: 42002c00 .word 0x42002c00 + +00001bf0 : + +void watch_set_led_red() { + 1bf0: b510 push {r4, lr} + watch_set_led_color(65535, 0); + 1bf2: 2100 movs r1, #0 + 1bf4: 4801 ldr r0, [pc, #4] ; (1bfc ) + 1bf6: 4b02 ldr r3, [pc, #8] ; (1c00 ) + 1bf8: 4798 blx r3 +} + 1bfa: bd10 pop {r4, pc} + 1bfc: 0000ffff .word 0x0000ffff + 1c00: 00001be5 .word 0x00001be5 + +00001c04 : + +void watch_set_led_green() { + 1c04: b510 push {r4, lr} + watch_set_led_color(0, 65535); + 1c06: 4902 ldr r1, [pc, #8] ; (1c10 ) + 1c08: 2000 movs r0, #0 + 1c0a: 4b02 ldr r3, [pc, #8] ; (1c14 ) + 1c0c: 4798 blx r3 +} + 1c0e: bd10 pop {r4, pc} + 1c10: 0000ffff .word 0x0000ffff + 1c14: 00001be5 .word 0x00001be5 + +00001c18 : + +void watch_enable_date_time() { + 1c18: b510 push {r4, lr} + CALENDAR_0_init(); + 1c1a: 4b03 ldr r3, [pc, #12] ; (1c28 ) + 1c1c: 4798 blx r3 + calendar_enable(&CALENDAR_0); + 1c1e: 4803 ldr r0, [pc, #12] ; (1c2c ) + 1c20: 4b03 ldr r3, [pc, #12] ; (1c30 ) + 1c22: 4798 blx r3 +} + 1c24: bd10 pop {r4, pc} + 1c26: 46c0 nop ; (mov r8, r8) + 1c28: 0000019d .word 0x0000019d + 1c2c: 200000b4 .word 0x200000b4 + 1c30: 000006fd .word 0x000006fd + +00001c34 : + +void watch_set_date_time(struct calendar_date_time date_time) { + 1c34: b510 push {r4, lr} + 1c36: b082 sub sp, #8 + 1c38: 9000 str r0, [sp, #0] + 1c3a: 9101 str r1, [sp, #4] + calendar_set_date(&CALENDAR_0, &date_time.date); + 1c3c: 4c05 ldr r4, [pc, #20] ; (1c54 ) + 1c3e: a901 add r1, sp, #4 + 1c40: 0020 movs r0, r4 + 1c42: 4b05 ldr r3, [pc, #20] ; (1c58 ) + 1c44: 4798 blx r3 + calendar_set_time(&CALENDAR_0, &date_time.time); + 1c46: 4669 mov r1, sp + 1c48: 0020 movs r0, r4 + 1c4a: 4b04 ldr r3, [pc, #16] ; (1c5c ) + 1c4c: 4798 blx r3 +} + 1c4e: b002 add sp, #8 + 1c50: bd10 pop {r4, pc} + 1c52: 46c0 nop ; (mov r8, r8) + 1c54: 200000b4 .word 0x200000b4 + 1c58: 0000078d .word 0x0000078d + 1c5c: 00000729 .word 0x00000729 + +00001c60 : + +void watch_get_date_time(struct calendar_date_time *date_time) { + 1c60: b510 push {r4, lr} + 1c62: 0001 movs r1, r0 + calendar_get_date_time(&CALENDAR_0, date_time); + 1c64: 4801 ldr r0, [pc, #4] ; (1c6c ) + 1c66: 4b02 ldr r3, [pc, #8] ; (1c70 ) + 1c68: 4798 blx r3 +} + 1c6a: bd10 pop {r4, pc} + 1c6c: 200000b4 .word 0x200000b4 + 1c70: 000007f1 .word 0x000007f1 + +00001c74 : +void watch_enable_digital_input(const uint8_t pin) { + gpio_set_pin_direction(pin, GPIO_DIRECTION_IN); + gpio_set_pin_function(pin, GPIO_PIN_FUNCTION_OFF); +} + +void watch_enable_digital_output(const uint8_t pin) { + 1c74: b570 push {r4, r5, r6, lr} + * GPIO_DIRECTION_OFF = Disables the pin + * (low power state) + */ +static inline void gpio_set_pin_direction(const uint8_t pin, const enum gpio_direction direction) +{ + _gpio_set_direction((enum gpio_port)GPIO_PORT(pin), 1U << GPIO_PIN(pin), direction); + 1c76: 0943 lsrs r3, r0, #5 + 1c78: 241f movs r4, #31 + 1c7a: 4004 ands r4, r0 + 1c7c: 2501 movs r5, #1 + 1c7e: 0029 movs r1, r5 + 1c80: 40a1 lsls r1, r4 + ((Port *)hw)->Group[submodule_index].DIRSET.reg = mask; + 1c82: 01da lsls r2, r3, #7 + 1c84: 20c0 movs r0, #192 ; 0xc0 + 1c86: 05c0 lsls r0, r0, #23 + 1c88: 1810 adds r0, r2, r0 + 1c8a: 6081 str r1, [r0, #8] + | ((mask & 0xffff0000) >> 16)); + break; + + case GPIO_DIRECTION_OUT: + hri_port_set_DIR_reg(PORT_IOBUS, port, mask); + hri_port_write_WRCONFIG_reg(PORT, port, PORT_WRCONFIG_WRPINCFG | (mask & 0xffff)); + 1c8c: 040e lsls r6, r1, #16 + 1c8e: 0c36 lsrs r6, r6, #16 + 1c90: 2080 movs r0, #128 ; 0x80 + 1c92: 05c0 lsls r0, r0, #23 + 1c94: 4330 orrs r0, r6 + ((Port *)hw)->Group[submodule_index].WRCONFIG.reg = data; + 1c96: 4e07 ldr r6, [pc, #28] ; (1cb4 ) + 1c98: 46b4 mov ip, r6 + 1c9a: 4462 add r2, ip + 1c9c: 6290 str r0, [r2, #40] ; 0x28 + hri_port_write_WRCONFIG_reg( + PORT, port, PORT_WRCONFIG_HWSEL | PORT_WRCONFIG_WRPINCFG | ((mask & 0xffff0000) >> 16)); + 1c9e: 0c09 lsrs r1, r1, #16 + hri_port_write_WRCONFIG_reg( + 1ca0: 20c0 movs r0, #192 ; 0xc0 + 1ca2: 0600 lsls r0, r0, #24 + 1ca4: 4301 orrs r1, r0 + 1ca6: 6291 str r1, [r2, #40] ; 0x28 + tmp = ((Port *)hw)->Group[submodule_index].PINCFG[index].reg; + 1ca8: 1910 adds r0, r2, r4 + 1caa: 3040 adds r0, #64 ; 0x40 + 1cac: 7803 ldrb r3, [r0, #0] + tmp &= ~PORT_PINCFG_PMUXEN; + 1cae: 43ab bics r3, r5 + ((Port *)hw)->Group[submodule_index].PINCFG[index].reg = tmp; + 1cb0: 7003 strb r3, [r0, #0] + gpio_set_pin_direction(pin, GPIO_DIRECTION_OUT); + gpio_set_pin_function(pin, GPIO_PIN_FUNCTION_OFF); +} + 1cb2: bd70 pop {r4, r5, r6, pc} + 1cb4: 41006000 .word 0x41006000 + +00001cb8 : + +struct io_descriptor *I2C_0_io; + +void watch_enable_i2c() { + 1cb8: b510 push {r4, lr} + I2C_0_init(); + 1cba: 4b05 ldr r3, [pc, #20] ; (1cd0 ) + 1cbc: 4798 blx r3 + i2c_m_sync_get_io_descriptor(&I2C_0, &I2C_0_io); + 1cbe: 4c05 ldr r4, [pc, #20] ; (1cd4 ) + 1cc0: 4905 ldr r1, [pc, #20] ; (1cd8 ) + 1cc2: 0020 movs r0, r4 + 1cc4: 4b05 ldr r3, [pc, #20] ; (1cdc ) + 1cc6: 4798 blx r3 + i2c_m_sync_enable(&I2C_0); + 1cc8: 0020 movs r0, r4 + 1cca: 4b05 ldr r3, [pc, #20] ; (1ce0 ) + 1ccc: 4798 blx r3 +} + 1cce: bd10 pop {r4, pc} + 1cd0: 00000235 .word 0x00000235 + 1cd4: 200000f8 .word 0x200000f8 + 1cd8: 20000118 .word 0x20000118 + 1cdc: 00000907 .word 0x00000907 + 1ce0: 000008e9 .word 0x000008e9 + +00001ce4 : + +void watch_i2c_send(int16_t addr, uint8_t *buf, uint16_t length) { + 1ce4: b570 push {r4, r5, r6, lr} + 1ce6: 000c movs r4, r1 + 1ce8: 0015 movs r5, r2 + i2c_m_sync_set_slaveaddr(&I2C_0, addr, I2C_M_SEVEN); + 1cea: 2280 movs r2, #128 ; 0x80 + 1cec: 0112 lsls r2, r2, #4 + 1cee: 0001 movs r1, r0 + 1cf0: 4804 ldr r0, [pc, #16] ; (1d04 ) + 1cf2: 4b05 ldr r3, [pc, #20] ; (1d08 ) + 1cf4: 4798 blx r3 + io_write(I2C_0_io, buf, length); + 1cf6: 4b05 ldr r3, [pc, #20] ; (1d0c ) + 1cf8: 6818 ldr r0, [r3, #0] + 1cfa: 002a movs r2, r5 + 1cfc: 0021 movs r1, r4 + 1cfe: 4b04 ldr r3, [pc, #16] ; (1d10 ) + 1d00: 4798 blx r3 +} + 1d02: bd70 pop {r4, r5, r6, pc} + 1d04: 200000f8 .word 0x200000f8 + 1d08: 000008f5 .word 0x000008f5 + 1d0c: 20000118 .word 0x20000118 + 1d10: 00000911 .word 0x00000911 + +00001d14 : + +void watch_i2c_receive(int16_t addr, uint8_t *buf, uint16_t length) { + 1d14: b570 push {r4, r5, r6, lr} + 1d16: 000c movs r4, r1 + 1d18: 0015 movs r5, r2 + i2c_m_sync_set_slaveaddr(&I2C_0, addr, I2C_M_SEVEN); + 1d1a: 2280 movs r2, #128 ; 0x80 + 1d1c: 0112 lsls r2, r2, #4 + 1d1e: 0001 movs r1, r0 + 1d20: 4804 ldr r0, [pc, #16] ; (1d34 ) + 1d22: 4b05 ldr r3, [pc, #20] ; (1d38 ) + 1d24: 4798 blx r3 + io_read(I2C_0_io, buf, length); + 1d26: 4b05 ldr r3, [pc, #20] ; (1d3c ) + 1d28: 6818 ldr r0, [r3, #0] + 1d2a: 002a movs r2, r5 + 1d2c: 0021 movs r1, r4 + 1d2e: 4b04 ldr r3, [pc, #16] ; (1d40 ) + 1d30: 4798 blx r3 +} + 1d32: bd70 pop {r4, r5, r6, pc} + 1d34: 200000f8 .word 0x200000f8 + 1d38: 000008f5 .word 0x000008f5 + 1d3c: 20000118 .word 0x20000118 + 1d40: 00000949 .word 0x00000949 + +00001d44 <__udivsi3>: + 1d44: 2200 movs r2, #0 + 1d46: 0843 lsrs r3, r0, #1 + 1d48: 428b cmp r3, r1 + 1d4a: d374 bcc.n 1e36 <__udivsi3+0xf2> + 1d4c: 0903 lsrs r3, r0, #4 + 1d4e: 428b cmp r3, r1 + 1d50: d35f bcc.n 1e12 <__udivsi3+0xce> + 1d52: 0a03 lsrs r3, r0, #8 + 1d54: 428b cmp r3, r1 + 1d56: d344 bcc.n 1de2 <__udivsi3+0x9e> + 1d58: 0b03 lsrs r3, r0, #12 + 1d5a: 428b cmp r3, r1 + 1d5c: d328 bcc.n 1db0 <__udivsi3+0x6c> + 1d5e: 0c03 lsrs r3, r0, #16 + 1d60: 428b cmp r3, r1 + 1d62: d30d bcc.n 1d80 <__udivsi3+0x3c> + 1d64: 22ff movs r2, #255 ; 0xff + 1d66: 0209 lsls r1, r1, #8 + 1d68: ba12 rev r2, r2 + 1d6a: 0c03 lsrs r3, r0, #16 + 1d6c: 428b cmp r3, r1 + 1d6e: d302 bcc.n 1d76 <__udivsi3+0x32> + 1d70: 1212 asrs r2, r2, #8 + 1d72: 0209 lsls r1, r1, #8 + 1d74: d065 beq.n 1e42 <__udivsi3+0xfe> + 1d76: 0b03 lsrs r3, r0, #12 + 1d78: 428b cmp r3, r1 + 1d7a: d319 bcc.n 1db0 <__udivsi3+0x6c> + 1d7c: e000 b.n 1d80 <__udivsi3+0x3c> + 1d7e: 0a09 lsrs r1, r1, #8 + 1d80: 0bc3 lsrs r3, r0, #15 + 1d82: 428b cmp r3, r1 + 1d84: d301 bcc.n 1d8a <__udivsi3+0x46> + 1d86: 03cb lsls r3, r1, #15 + 1d88: 1ac0 subs r0, r0, r3 + 1d8a: 4152 adcs r2, r2 + 1d8c: 0b83 lsrs r3, r0, #14 + 1d8e: 428b cmp r3, r1 + 1d90: d301 bcc.n 1d96 <__udivsi3+0x52> + 1d92: 038b lsls r3, r1, #14 + 1d94: 1ac0 subs r0, r0, r3 + 1d96: 4152 adcs r2, r2 + 1d98: 0b43 lsrs r3, r0, #13 + 1d9a: 428b cmp r3, r1 + 1d9c: d301 bcc.n 1da2 <__udivsi3+0x5e> + 1d9e: 034b lsls r3, r1, #13 + 1da0: 1ac0 subs r0, r0, r3 + 1da2: 4152 adcs r2, r2 + 1da4: 0b03 lsrs r3, r0, #12 + 1da6: 428b cmp r3, r1 + 1da8: d301 bcc.n 1dae <__udivsi3+0x6a> + 1daa: 030b lsls r3, r1, #12 + 1dac: 1ac0 subs r0, r0, r3 + 1dae: 4152 adcs r2, r2 + 1db0: 0ac3 lsrs r3, r0, #11 + 1db2: 428b cmp r3, r1 + 1db4: d301 bcc.n 1dba <__udivsi3+0x76> + 1db6: 02cb lsls r3, r1, #11 + 1db8: 1ac0 subs r0, r0, r3 + 1dba: 4152 adcs r2, r2 + 1dbc: 0a83 lsrs r3, r0, #10 + 1dbe: 428b cmp r3, r1 + 1dc0: d301 bcc.n 1dc6 <__udivsi3+0x82> + 1dc2: 028b lsls r3, r1, #10 + 1dc4: 1ac0 subs r0, r0, r3 + 1dc6: 4152 adcs r2, r2 + 1dc8: 0a43 lsrs r3, r0, #9 + 1dca: 428b cmp r3, r1 + 1dcc: d301 bcc.n 1dd2 <__udivsi3+0x8e> + 1dce: 024b lsls r3, r1, #9 + 1dd0: 1ac0 subs r0, r0, r3 + 1dd2: 4152 adcs r2, r2 + 1dd4: 0a03 lsrs r3, r0, #8 + 1dd6: 428b cmp r3, r1 + 1dd8: d301 bcc.n 1dde <__udivsi3+0x9a> + 1dda: 020b lsls r3, r1, #8 + 1ddc: 1ac0 subs r0, r0, r3 + 1dde: 4152 adcs r2, r2 + 1de0: d2cd bcs.n 1d7e <__udivsi3+0x3a> + 1de2: 09c3 lsrs r3, r0, #7 + 1de4: 428b cmp r3, r1 + 1de6: d301 bcc.n 1dec <__udivsi3+0xa8> + 1de8: 01cb lsls r3, r1, #7 + 1dea: 1ac0 subs r0, r0, r3 + 1dec: 4152 adcs r2, r2 + 1dee: 0983 lsrs r3, r0, #6 + 1df0: 428b cmp r3, r1 + 1df2: d301 bcc.n 1df8 <__udivsi3+0xb4> + 1df4: 018b lsls r3, r1, #6 + 1df6: 1ac0 subs r0, r0, r3 + 1df8: 4152 adcs r2, r2 + 1dfa: 0943 lsrs r3, r0, #5 + 1dfc: 428b cmp r3, r1 + 1dfe: d301 bcc.n 1e04 <__udivsi3+0xc0> + 1e00: 014b lsls r3, r1, #5 + 1e02: 1ac0 subs r0, r0, r3 + 1e04: 4152 adcs r2, r2 + 1e06: 0903 lsrs r3, r0, #4 + 1e08: 428b cmp r3, r1 + 1e0a: d301 bcc.n 1e10 <__udivsi3+0xcc> + 1e0c: 010b lsls r3, r1, #4 + 1e0e: 1ac0 subs r0, r0, r3 + 1e10: 4152 adcs r2, r2 + 1e12: 08c3 lsrs r3, r0, #3 + 1e14: 428b cmp r3, r1 + 1e16: d301 bcc.n 1e1c <__udivsi3+0xd8> + 1e18: 00cb lsls r3, r1, #3 + 1e1a: 1ac0 subs r0, r0, r3 + 1e1c: 4152 adcs r2, r2 + 1e1e: 0883 lsrs r3, r0, #2 + 1e20: 428b cmp r3, r1 + 1e22: d301 bcc.n 1e28 <__udivsi3+0xe4> + 1e24: 008b lsls r3, r1, #2 + 1e26: 1ac0 subs r0, r0, r3 + 1e28: 4152 adcs r2, r2 + 1e2a: 0843 lsrs r3, r0, #1 + 1e2c: 428b cmp r3, r1 + 1e2e: d301 bcc.n 1e34 <__udivsi3+0xf0> + 1e30: 004b lsls r3, r1, #1 + 1e32: 1ac0 subs r0, r0, r3 + 1e34: 4152 adcs r2, r2 + 1e36: 1a41 subs r1, r0, r1 + 1e38: d200 bcs.n 1e3c <__udivsi3+0xf8> + 1e3a: 4601 mov r1, r0 + 1e3c: 4152 adcs r2, r2 + 1e3e: 4610 mov r0, r2 + 1e40: 4770 bx lr + 1e42: e7ff b.n 1e44 <__udivsi3+0x100> + 1e44: b501 push {r0, lr} + 1e46: 2000 movs r0, #0 + 1e48: f000 f806 bl 1e58 <__aeabi_idiv0> + 1e4c: bd02 pop {r1, pc} + 1e4e: 46c0 nop ; (mov r8, r8) + +00001e50 <__aeabi_uidivmod>: + 1e50: 2900 cmp r1, #0 + 1e52: d0f7 beq.n 1e44 <__udivsi3+0x100> + 1e54: e776 b.n 1d44 <__udivsi3> + 1e56: 4770 bx lr + +00001e58 <__aeabi_idiv0>: + 1e58: 4770 bx lr + 1e5a: 46c0 nop ; (mov r8, r8) + +00001e5c <__ffssi2>: + 1e5c: b510 push {r4, lr} + 1e5e: 2300 movs r3, #0 + 1e60: 2800 cmp r0, #0 + 1e62: d002 beq.n 1e6a <__ffssi2+0xe> + 1e64: f000 f804 bl 1e70 <__ctzsi2> + 1e68: 1c43 adds r3, r0, #1 + 1e6a: 0018 movs r0, r3 + 1e6c: bd10 pop {r4, pc} + 1e6e: 46c0 nop ; (mov r8, r8) + +00001e70 <__ctzsi2>: + 1e70: 4241 negs r1, r0 + 1e72: 4008 ands r0, r1 + 1e74: 211c movs r1, #28 + 1e76: 2301 movs r3, #1 + 1e78: 041b lsls r3, r3, #16 + 1e7a: 4298 cmp r0, r3 + 1e7c: d301 bcc.n 1e82 <__ctzsi2+0x12> + 1e7e: 0c00 lsrs r0, r0, #16 + 1e80: 3910 subs r1, #16 + 1e82: 0a1b lsrs r3, r3, #8 + 1e84: 4298 cmp r0, r3 + 1e86: d301 bcc.n 1e8c <__ctzsi2+0x1c> + 1e88: 0a00 lsrs r0, r0, #8 + 1e8a: 3908 subs r1, #8 + 1e8c: 091b lsrs r3, r3, #4 + 1e8e: 4298 cmp r0, r3 + 1e90: d301 bcc.n 1e96 <__ctzsi2+0x26> + 1e92: 0900 lsrs r0, r0, #4 + 1e94: 3904 subs r1, #4 + 1e96: a202 add r2, pc, #8 ; (adr r2, 1ea0 <__ctzsi2+0x30>) + 1e98: 5c10 ldrb r0, [r2, r0] + 1e9a: 1a40 subs r0, r0, r1 + 1e9c: 4770 bx lr + 1e9e: 46c0 nop ; (mov r8, r8) + 1ea0: 1d1d1c1b .word 0x1d1d1c1b + 1ea4: 1e1e1e1e .word 0x1e1e1e1e + 1ea8: 1f1f1f1f .word 0x1f1f1f1f + 1eac: 1f1f1f1f .word 0x1f1f1f1f + +00001eb0 <__libc_init_array>: + 1eb0: b570 push {r4, r5, r6, lr} + 1eb2: 2600 movs r6, #0 + 1eb4: 4d0c ldr r5, [pc, #48] ; (1ee8 <__libc_init_array+0x38>) + 1eb6: 4c0d ldr r4, [pc, #52] ; (1eec <__libc_init_array+0x3c>) + 1eb8: 1b64 subs r4, r4, r5 + 1eba: 10a4 asrs r4, r4, #2 + 1ebc: 42a6 cmp r6, r4 + 1ebe: d109 bne.n 1ed4 <__libc_init_array+0x24> + 1ec0: 2600 movs r6, #0 + 1ec2: f000 f92d bl 2120 <_init> + 1ec6: 4d0a ldr r5, [pc, #40] ; (1ef0 <__libc_init_array+0x40>) + 1ec8: 4c0a ldr r4, [pc, #40] ; (1ef4 <__libc_init_array+0x44>) + 1eca: 1b64 subs r4, r4, r5 + 1ecc: 10a4 asrs r4, r4, #2 + 1ece: 42a6 cmp r6, r4 + 1ed0: d105 bne.n 1ede <__libc_init_array+0x2e> + 1ed2: bd70 pop {r4, r5, r6, pc} + 1ed4: 00b3 lsls r3, r6, #2 + 1ed6: 58eb ldr r3, [r5, r3] + 1ed8: 4798 blx r3 + 1eda: 3601 adds r6, #1 + 1edc: e7ee b.n 1ebc <__libc_init_array+0xc> + 1ede: 00b3 lsls r3, r6, #2 + 1ee0: 58eb ldr r3, [r5, r3] + 1ee2: 4798 blx r3 + 1ee4: 3601 adds r6, #1 + 1ee6: e7f2 b.n 1ece <__libc_init_array+0x1e> + 1ee8: 0000212c .word 0x0000212c + 1eec: 0000212c .word 0x0000212c + 1ef0: 0000212c .word 0x0000212c + 1ef4: 00002130 .word 0x00002130 + 1ef8: 000003c2 .word 0x000003c2 + 1efc: 000003e6 .word 0x000003e6 + 1f00: 000003c6 .word 0x000003c6 + 1f04: 000003e6 .word 0x000003e6 + 1f08: 000003ca .word 0x000003ca + 1f0c: 000003e6 .word 0x000003e6 + 1f10: 000003ca .word 0x000003ca + 1f14: 000003e6 .word 0x000003e6 + 1f18: 000003e6 .word 0x000003e6 + 1f1c: 000003ca .word 0x000003ca + 1f20: 000003e6 .word 0x000003e6 + 1f24: 000003ca .word 0x000003ca + 1f28: 000003e6 .word 0x000003e6 + 1f2c: 000003da .word 0x000003da + 1f30: 000003ea .word 0x000003ea + 1f34: 000003de .word 0x000003de + 1f38: 000003ea .word 0x000003ea + 1f3c: 000003e2 .word 0x000003e2 + 1f40: 000003ea .word 0x000003ea + 1f44: 000003e2 .word 0x000003e2 + 1f48: 000003ea .word 0x000003ea + 1f4c: 000003ea .word 0x000003ea + 1f50: 000003e2 .word 0x000003e2 + 1f54: 000003ea .word 0x000003ea + 1f58: 000003e2 .word 0x000003e2 + 1f5c: 000003ea .word 0x000003ea + 1f60: 0000058c .word 0x0000058c + 1f64: 00000586 .word 0x00000586 + 1f68: 00000590 .word 0x00000590 + 1f6c: 0000059e .word 0x0000059e + 1f70: 000005aa .word 0x000005aa + 1f74: 000005ba .word 0x000005ba + 1f78: 00000636 .word 0x00000636 + 1f7c: 00000618 .word 0x00000618 + 1f80: 0000065a .word 0x0000065a + 1f84: 00000674 .word 0x00000674 + 1f88: 00000688 .word 0x00000688 + 1f8c: 00000696 .word 0x00000696 + 1f90: 682f2e2e .word 0x682f2e2e + 1f94: 732f6c61 .word 0x732f6c61 + 1f98: 682f6372 .word 0x682f6372 + 1f9c: 635f6c61 .word 0x635f6c61 + 1fa0: 6e656c61 .word 0x6e656c61 + 1fa4: 2e726164 .word 0x2e726164 + 1fa8: 00000063 .word 0x00000063 + 1fac: 682f2e2e .word 0x682f2e2e + 1fb0: 732f6c61 .word 0x732f6c61 + 1fb4: 682f6372 .word 0x682f6372 + 1fb8: 695f6c61 .word 0x695f6c61 + 1fbc: 6d5f6332 .word 0x6d5f6332 + 1fc0: 6e79735f .word 0x6e79735f + 1fc4: 00632e63 .word 0x00632e63 + 1fc8: 682f2e2e .word 0x682f2e2e + 1fcc: 732f6c61 .word 0x732f6c61 + 1fd0: 682f6372 .word 0x682f6372 + 1fd4: 695f6c61 .word 0x695f6c61 + 1fd8: 00632e6f .word 0x00632e6f + 1fdc: 682f2e2e .word 0x682f2e2e + 1fe0: 732f6c61 .word 0x732f6c61 + 1fe4: 682f6372 .word 0x682f6372 + 1fe8: 705f6c61 .word 0x705f6c61 + 1fec: 632e6d77 .word 0x632e6d77 + 1ff0: 00000000 .word 0x00000000 + 1ff4: 682f2e2e .word 0x682f2e2e + 1ff8: 752f6c61 .word 0x752f6c61 + 1ffc: 736c6974 .word 0x736c6974 + 2000: 6372732f .word 0x6372732f + 2004: 6974752f .word 0x6974752f + 2008: 655f736c .word 0x655f736c + 200c: 746e6576 .word 0x746e6576 + 2010: 0000632e .word 0x0000632e + 2014: 682f2e2e .word 0x682f2e2e + 2018: 752f6c61 .word 0x752f6c61 + 201c: 736c6974 .word 0x736c6974 + 2020: 6372732f .word 0x6372732f + 2024: 6974752f .word 0x6974752f + 2028: 6c5f736c .word 0x6c5f736c + 202c: 2e747369 .word 0x2e747369 + 2030: 00000063 .word 0x00000063 + +00002034 <_map>: + 2034: 00000005 00000025 00000006 00000016 ....%........... + 2044: 00000007 00000017 682f2e2e 652f6c70 ........../hpl/e + 2054: 682f6369 655f6c70 632e6369 00000000 ic/hpl_eic.c.... + 2064: 682f2e2e 722f6c70 682f6374 725f6c70 ../hpl/rtc/hpl_r + 2074: 632e6374 00000000 tc.c.... + +0000207c <_usarts>: + ... + +00002090 <_i2cms>: + 2090: 00000001 00200014 00000100 00000f0e ...... ......... + 20a0: 00d70000 003d0900 ......=. + +000020a8 <_i2css>: + ... + +000020b8 : + ... + 20cc: 682f2e2e 732f6c70 6f637265 70682f6d ../hpl/sercom/hp + 20dc: 65735f6c 6d6f6372 0000632e 682f2e2e l_sercom.c..../h + 20ec: 742f6c70 70682f63 63745f6c 0000632e pl/tc/hpl_tc.c.. + 20fc: 732f2e2e 7065656c 6e616d5f 72656761 ../sleep_manager + 210c: 656c732f 6d5f7065 67616e61 632e7265 /sleep_manager.c + 211c: 00000000 .... + +00002120 <_init>: + 2120: b5f8 push {r3, r4, r5, r6, r7, lr} + 2122: 46c0 nop ; (mov r8, r8) + 2124: bcf8 pop {r3, r4, r5, r6, r7} + 2126: bc08 pop {r3} + 2128: 469e mov lr, r3 + 212a: 4770 bx lr + +0000212c <__init_array_start>: + 212c: 000000d1 .word 0x000000d1 + +00002130 <_fini>: + 2130: b5f8 push {r3, r4, r5, r6, r7, lr} + 2132: 46c0 nop ; (mov r8, r8) + 2134: bcf8 pop {r3, r4, r5, r6, r7} + 2136: bc08 pop {r3} + 2138: 469e mov lr, r3 + 213a: 4770 bx lr + +0000213c <__fini_array_start>: + 213c: 000000a9 .word 0x000000a9 diff --git a/Smol Watch Project/My Project/Debug/My Project.map b/Smol Watch Project/My Project/Debug/My Project.map new file mode 100644 index 00000000..7559d523 --- /dev/null +++ b/Smol Watch Project/My Project/Debug/My Project.map @@ -0,0 +1,11740 @@ +Archive member included to satisfy reference by file (symbol) + +c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_udivsi3.o) + hpl/core/hpl_core_m0plus_base.o (__aeabi_uidiv) +c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_divsi3.o) + hal/src/hal_adc_sync.o (__aeabi_idivmod) +c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_dvmd_tls.o) + c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_udivsi3.o) (__aeabi_idiv0) +c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_aeabi_uldivmod.o) + hpl/sercom/hpl_sercom.o (__aeabi_uldivmod) +c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_muldi3.o) + hpl/sercom/hpl_sercom.o (__aeabi_lmul) +c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_ffssi2.o) + hpl/eic/hpl_eic.o (__ffssi2) +c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_fixunsdfsi.o) + hpl/sercom/hpl_sercom.o (__aeabi_d2uiz) +c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_udivmoddi4.o) + c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_aeabi_uldivmod.o) (__udivmoddi4) +c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(divdf3.o) + hpl/sercom/hpl_sercom.o (__aeabi_ddiv) +c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(muldf3.o) + hpl/sercom/hpl_sercom.o (__aeabi_dmul) +c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(subdf3.o) + hpl/sercom/hpl_sercom.o (__aeabi_dsub) +c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(fixdfsi.o) + c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_fixunsdfsi.o) (__aeabi_d2iz) +c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(floatsidf.o) + hpl/sercom/hpl_sercom.o (__aeabi_i2d) +c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(floatunsidf.o) + hpl/sercom/hpl_sercom.o (__aeabi_ui2d) +c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_arm_cmpdf2.o) + c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_fixunsdfsi.o) (__aeabi_dcmpge) +c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_clzsi2.o) + c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(divdf3.o) (__clzsi2) +c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_clzdi2.o) + c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_udivmoddi4.o) (__clzdi2) +c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_ctzsi2.o) + c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_ffssi2.o) (__ctzsi2) +c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(eqdf2.o) + c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_arm_cmpdf2.o) (__eqdf2) +c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(gedf2.o) + c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_arm_cmpdf2.o) (__gedf2) +c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(ledf2.o) + c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_arm_cmpdf2.o) (__ledf2) +c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-exit.o) + c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/crt0.o (exit) +c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-impure.o) + c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-exit.o) (_global_impure_ptr) +c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-init.o) + c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/crt0.o (__libc_init_array) +c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-memset.o) + c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/crt0.o (memset) +c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-printf.o) + hal/utils/src/utils_syscalls.o (printf) +c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-findfp.o) + c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-printf.o) (__sinit) +c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-fwalk.o) + c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-findfp.o) (_fwalk) +c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-nano-mallocr.o) + c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-findfp.o) (_malloc_r) +c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-nano-vfprintf.o) + c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-printf.o) (_vfprintf_r) +c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-nano-vfprintf_i.o) + c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-nano-vfprintf.o) (_printf_i) +c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-sbrkr.o) + c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-nano-mallocr.o) (_sbrk_r) +c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-stdio.o) + c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-findfp.o) (__sread) +c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-wbuf.o) + c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-nano-vfprintf.o) (__swbuf_r) +c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-writer.o) + c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-stdio.o) (_write_r) +c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-wsetup.o) + c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-nano-vfprintf.o) (__swsetup_r) +c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-closer.o) + c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-stdio.o) (_close_r) +c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-fflush.o) + c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-findfp.o) (_fflush_r) +c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-fvwrite.o) + c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-nano-vfprintf.o) (__sfvwrite_r) +c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-lseekr.o) + c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-stdio.o) (_lseek_r) +c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-makebuf.o) + c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-wsetup.o) (__smakebuf_r) +c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-memchr-stub.o) + c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-nano-vfprintf.o) (memchr) +c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-memcpy-stub.o) + c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-fvwrite.o) (memcpy) +c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-memmove.o) + c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-fvwrite.o) (memmove) +c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-mlock.o) + c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-nano-mallocr.o) (__malloc_lock) +c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-nano-freer.o) + c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-wsetup.o) (_free_r) +c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-nano-reallocr.o) + c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-fvwrite.o) (_realloc_r) +c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-readr.o) + c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-stdio.o) (_read_r) +c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-reent.o) + c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-sbrkr.o) (errno) +c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-fstatr.o) + c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-makebuf.o) (_fstat_r) +c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-isattyr.o) + c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-makebuf.o) (_isatty_r) +c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-nano-msizer.o) + c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-nano-reallocr.o) (_malloc_usable_size_r) + +Allocating common symbols +Common symbol size file + +PWM_0 0x20 driver_init.o +errno 0x4 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-reent.o) +I2C_0_io 0x4 main.o +ADC_0 0x4 driver_init.o +CALENDAR_0 0x20 driver_init.o +SEGMENT_LCD_0 0x4 driver_init.o +_irq_table 0x68 hpl/core/hpl_core_m0plus_base.o +PWM_1 0x20 driver_init.o +I2C_0 0x20 driver_init.o + +Discarded input sections + + .text 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m/crti.o + .data 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m/crti.o + .bss 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m/crti.o + .data 0x00000000 0x4 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m/crtbegin.o + .text 0x00000000 0x78 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/crt0.o + .data 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/crt0.o + .bss 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/crt0.o + .ARM.extab 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/crt0.o + .ARM.exidx 0x00000000 0x8 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/crt0.o + .ARM.attributes + 0x00000000 0x1b c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/crt0.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .group 0x00000000 0x8 atmel_start.o + .text 0x00000000 0x0 atmel_start.o + .data 0x00000000 0x0 atmel_start.o + .bss 0x00000000 0x0 atmel_start.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/startup_saml22.o + .text 0x00000000 0x0 Device_Startup/startup_saml22.o + .data 0x00000000 0x0 Device_Startup/startup_saml22.o + .bss 0x00000000 0x0 Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0x89e Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0x22 Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0x87 Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0x51 Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0xef Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0x6a Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0x1df Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0x1c Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0x22 Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0xb5 Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0x4da Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0x11f Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0x714 Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0x959 Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0x279 Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0x21e Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0xe12 Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0x5e7 Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0x5be Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0x624 Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0x172 Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0x26b Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0x459 Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0x21c Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0x768 Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0x7c0 Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0x28e Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0x5d7 Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0x1c6 Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0x308 Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0xac Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0x1c53 Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0xff5 Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0xd41 Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0x874 Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0x8ae Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0x19be Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0xe7 Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0xb7c Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0x36a Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0x7c Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0xac Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0xca Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0x4c Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0xdc Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0xb2 Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0x64 Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0x444 Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0x4c Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0x149 Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0x5e Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0xa0 Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0xc4 Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0xb2 Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0x4c Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0x64 Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0x40 Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0x1da Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0x3a Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0x22 Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0x15e Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0x173 Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0x173 Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0x173 Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0x173 Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0x11e Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0x5e Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0xfa Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0xfa Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0xfa Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0xfa Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0x124 Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0x2e Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0x1fa Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0x3a Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0x3e6 Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0x20d6 Device_Startup/startup_saml22.o + .debug_macro 0x00000000 0x6d Device_Startup/startup_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .group 0x00000000 0x8 Device_Startup/system_saml22.o + .text 0x00000000 0x0 Device_Startup/system_saml22.o + .data 0x00000000 0x4 Device_Startup/system_saml22.o + .bss 0x00000000 0x0 Device_Startup/system_saml22.o + .text.SystemInit + 0x00000000 0x10 Device_Startup/system_saml22.o + .text.SystemCoreClockUpdate + 0x00000000 0x10 Device_Startup/system_saml22.o + .debug_info 0x00000000 0xd5 Device_Startup/system_saml22.o + .debug_abbrev 0x00000000 0x72 Device_Startup/system_saml22.o + .debug_aranges + 0x00000000 0x28 Device_Startup/system_saml22.o + .debug_ranges 0x00000000 0x18 Device_Startup/system_saml22.o + .debug_macro 0x00000000 0x352 Device_Startup/system_saml22.o + .debug_macro 0x00000000 0x89e Device_Startup/system_saml22.o + .debug_macro 0x00000000 0x22 Device_Startup/system_saml22.o + .debug_macro 0x00000000 0x87 Device_Startup/system_saml22.o + .debug_macro 0x00000000 0x51 Device_Startup/system_saml22.o + .debug_macro 0x00000000 0xef Device_Startup/system_saml22.o + .debug_macro 0x00000000 0x6a Device_Startup/system_saml22.o + .debug_macro 0x00000000 0x1df Device_Startup/system_saml22.o + .debug_macro 0x00000000 0x39 Device_Startup/system_saml22.o + .debug_macro 0x00000000 0x1c Device_Startup/system_saml22.o + .debug_macro 0x00000000 0x22 Device_Startup/system_saml22.o + .debug_macro 0x00000000 0xb5 Device_Startup/system_saml22.o + .debug_macro 0x00000000 0x4da Device_Startup/system_saml22.o + .debug_macro 0x00000000 0x11f Device_Startup/system_saml22.o + .debug_macro 0x00000000 0x714 Device_Startup/system_saml22.o + .debug_macro 0x00000000 0x959 Device_Startup/system_saml22.o + .debug_macro 0x00000000 0x279 Device_Startup/system_saml22.o + .debug_macro 0x00000000 0x21e Device_Startup/system_saml22.o + .debug_macro 0x00000000 0xe12 Device_Startup/system_saml22.o + .debug_macro 0x00000000 0x5e7 Device_Startup/system_saml22.o + .debug_macro 0x00000000 0x5be Device_Startup/system_saml22.o + .debug_macro 0x00000000 0x624 Device_Startup/system_saml22.o + .debug_macro 0x00000000 0x172 Device_Startup/system_saml22.o + .debug_macro 0x00000000 0x26b Device_Startup/system_saml22.o + .debug_macro 0x00000000 0x459 Device_Startup/system_saml22.o + .debug_macro 0x00000000 0x21c Device_Startup/system_saml22.o + .debug_macro 0x00000000 0x768 Device_Startup/system_saml22.o + .debug_macro 0x00000000 0x7c0 Device_Startup/system_saml22.o + .debug_macro 0x00000000 0x28e Device_Startup/system_saml22.o + .debug_macro 0x00000000 0x5d7 Device_Startup/system_saml22.o + .debug_macro 0x00000000 0x1c6 Device_Startup/system_saml22.o + .debug_macro 0x00000000 0x308 Device_Startup/system_saml22.o + .debug_macro 0x00000000 0xac Device_Startup/system_saml22.o + .debug_macro 0x00000000 0x1c53 Device_Startup/system_saml22.o + .debug_macro 0x00000000 0xff5 Device_Startup/system_saml22.o + .debug_macro 0x00000000 0xd41 Device_Startup/system_saml22.o + .debug_macro 0x00000000 0x874 Device_Startup/system_saml22.o + .debug_macro 0x00000000 0x8ae Device_Startup/system_saml22.o + .debug_macro 0x00000000 0x19be Device_Startup/system_saml22.o + .debug_macro 0x00000000 0xe7 Device_Startup/system_saml22.o + .debug_macro 0x00000000 0xb7c Device_Startup/system_saml22.o + .debug_macro 0x00000000 0x36a Device_Startup/system_saml22.o + .debug_macro 0x00000000 0x7c Device_Startup/system_saml22.o + .debug_macro 0x00000000 0xac Device_Startup/system_saml22.o + .debug_macro 0x00000000 0xca Device_Startup/system_saml22.o + .debug_macro 0x00000000 0x4c Device_Startup/system_saml22.o + .debug_macro 0x00000000 0xdc Device_Startup/system_saml22.o + .debug_macro 0x00000000 0xb2 Device_Startup/system_saml22.o + .debug_macro 0x00000000 0x64 Device_Startup/system_saml22.o + .debug_macro 0x00000000 0x444 Device_Startup/system_saml22.o + .debug_macro 0x00000000 0x4c Device_Startup/system_saml22.o + .debug_macro 0x00000000 0x149 Device_Startup/system_saml22.o + .debug_macro 0x00000000 0x5e Device_Startup/system_saml22.o + .debug_macro 0x00000000 0xa0 Device_Startup/system_saml22.o + .debug_macro 0x00000000 0xc4 Device_Startup/system_saml22.o + .debug_macro 0x00000000 0xb2 Device_Startup/system_saml22.o + .debug_macro 0x00000000 0x4c Device_Startup/system_saml22.o + .debug_macro 0x00000000 0x64 Device_Startup/system_saml22.o + .debug_macro 0x00000000 0x40 Device_Startup/system_saml22.o + .debug_macro 0x00000000 0x1da Device_Startup/system_saml22.o + .debug_macro 0x00000000 0x3a Device_Startup/system_saml22.o + .debug_macro 0x00000000 0x22 Device_Startup/system_saml22.o + .debug_macro 0x00000000 0x15e Device_Startup/system_saml22.o + .debug_macro 0x00000000 0x173 Device_Startup/system_saml22.o + .debug_macro 0x00000000 0x173 Device_Startup/system_saml22.o + .debug_macro 0x00000000 0x173 Device_Startup/system_saml22.o + .debug_macro 0x00000000 0x173 Device_Startup/system_saml22.o + .debug_macro 0x00000000 0x11e Device_Startup/system_saml22.o + .debug_macro 0x00000000 0x5e Device_Startup/system_saml22.o + .debug_macro 0x00000000 0xfa Device_Startup/system_saml22.o + .debug_macro 0x00000000 0xfa Device_Startup/system_saml22.o + .debug_macro 0x00000000 0xfa Device_Startup/system_saml22.o + .debug_macro 0x00000000 0xfa Device_Startup/system_saml22.o + .debug_macro 0x00000000 0x124 Device_Startup/system_saml22.o + .debug_macro 0x00000000 0x2e Device_Startup/system_saml22.o + .debug_macro 0x00000000 0x1fa Device_Startup/system_saml22.o + .debug_macro 0x00000000 0x3a Device_Startup/system_saml22.o + .debug_macro 0x00000000 0x3e6 Device_Startup/system_saml22.o + .debug_macro 0x00000000 0x20d6 Device_Startup/system_saml22.o + .debug_macro 0x00000000 0x6d Device_Startup/system_saml22.o + .debug_line 0x00000000 0x711 Device_Startup/system_saml22.o + .debug_str 0x00000000 0x7a267 Device_Startup/system_saml22.o + .comment 0x00000000 0x5a Device_Startup/system_saml22.o + .debug_frame 0x00000000 0x30 Device_Startup/system_saml22.o + .ARM.attributes + 0x00000000 0x32 Device_Startup/system_saml22.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .group 0x00000000 0x8 driver_init.o + .text 0x00000000 0x0 driver_init.o + .data 0x00000000 0x0 driver_init.o + .bss 0x00000000 0x0 driver_init.o + .text.ADC_0_PORT_init + 0x00000000 0xc0 driver_init.o + .text.ADC_0_CLOCK_init + 0x00000000 0x20 driver_init.o + .text.ADC_0_init + 0x00000000 0x2c driver_init.o + .text.EXTERNAL_IRQ_0_init + 0x00000000 0x10c driver_init.o + .text.PWM_1_PORT_init + 0x00000000 0x28 driver_init.o + .text.PWM_1_CLOCK_init + 0x00000000 0x1c driver_init.o + .text.PWM_1_init + 0x00000000 0x34 driver_init.o + .text.SEGMENT_LCD_0_PORT_init + 0x00000000 0x2ac driver_init.o + .text.SEGMENT_LCD_0_init + 0x00000000 0x2c driver_init.o + .debug_macro 0x00000000 0x89e driver_init.o + .debug_macro 0x00000000 0x16d driver_init.o + .debug_macro 0x00000000 0x22 driver_init.o + .debug_macro 0x00000000 0x87 driver_init.o + .debug_macro 0x00000000 0x51 driver_init.o + .debug_macro 0x00000000 0xef driver_init.o + .debug_macro 0x00000000 0x6a driver_init.o + .debug_macro 0x00000000 0x1df driver_init.o + .debug_macro 0x00000000 0x22 driver_init.o + .debug_macro 0x00000000 0x3f driver_init.o + .debug_macro 0x00000000 0x1c driver_init.o + .debug_macro 0x00000000 0x22 driver_init.o + .debug_macro 0x00000000 0xb5 driver_init.o + .debug_macro 0x00000000 0x4da driver_init.o + .debug_macro 0x00000000 0x11f driver_init.o + .debug_macro 0x00000000 0x714 driver_init.o + .debug_macro 0x00000000 0x959 driver_init.o + .debug_macro 0x00000000 0x279 driver_init.o + .debug_macro 0x00000000 0x21e driver_init.o + .debug_macro 0x00000000 0xe12 driver_init.o + .debug_macro 0x00000000 0x5e7 driver_init.o + .debug_macro 0x00000000 0x5be driver_init.o + .debug_macro 0x00000000 0x624 driver_init.o + .debug_macro 0x00000000 0x172 driver_init.o + .debug_macro 0x00000000 0x26b driver_init.o + .debug_macro 0x00000000 0x459 driver_init.o + .debug_macro 0x00000000 0x21c driver_init.o + .debug_macro 0x00000000 0x768 driver_init.o + .debug_macro 0x00000000 0x7c0 driver_init.o + .debug_macro 0x00000000 0x28e driver_init.o + .debug_macro 0x00000000 0x5d7 driver_init.o + .debug_macro 0x00000000 0x1c6 driver_init.o + .debug_macro 0x00000000 0x308 driver_init.o + .debug_macro 0x00000000 0xac driver_init.o + .debug_macro 0x00000000 0x1c53 driver_init.o + .debug_macro 0x00000000 0xff5 driver_init.o + .debug_macro 0x00000000 0xd41 driver_init.o + .debug_macro 0x00000000 0x874 driver_init.o + .debug_macro 0x00000000 0x8ae driver_init.o + .debug_macro 0x00000000 0x19be driver_init.o + .debug_macro 0x00000000 0xe7 driver_init.o + .debug_macro 0x00000000 0xb7c driver_init.o + .debug_macro 0x00000000 0x36a driver_init.o + .debug_macro 0x00000000 0x7c driver_init.o + .debug_macro 0x00000000 0xac driver_init.o + .debug_macro 0x00000000 0xca driver_init.o + .debug_macro 0x00000000 0x4c driver_init.o + .debug_macro 0x00000000 0xdc driver_init.o + .debug_macro 0x00000000 0xb2 driver_init.o + .debug_macro 0x00000000 0x64 driver_init.o + .debug_macro 0x00000000 0x444 driver_init.o + .debug_macro 0x00000000 0x4c driver_init.o + .debug_macro 0x00000000 0x149 driver_init.o + .debug_macro 0x00000000 0x5e driver_init.o + .debug_macro 0x00000000 0xa0 driver_init.o + .debug_macro 0x00000000 0xc4 driver_init.o + .debug_macro 0x00000000 0xb2 driver_init.o + .debug_macro 0x00000000 0x4c driver_init.o + .debug_macro 0x00000000 0x64 driver_init.o + .debug_macro 0x00000000 0x40 driver_init.o + .debug_macro 0x00000000 0x1da driver_init.o + .debug_macro 0x00000000 0x3a driver_init.o + .debug_macro 0x00000000 0x22 driver_init.o + .debug_macro 0x00000000 0x15e driver_init.o + .debug_macro 0x00000000 0x173 driver_init.o + .debug_macro 0x00000000 0x173 driver_init.o + .debug_macro 0x00000000 0x173 driver_init.o + .debug_macro 0x00000000 0x173 driver_init.o + .debug_macro 0x00000000 0x11e driver_init.o + .debug_macro 0x00000000 0x5e driver_init.o + .debug_macro 0x00000000 0xfa driver_init.o + .debug_macro 0x00000000 0xfa driver_init.o + .debug_macro 0x00000000 0xfa driver_init.o + .debug_macro 0x00000000 0xfa driver_init.o + .debug_macro 0x00000000 0x124 driver_init.o + .debug_macro 0x00000000 0x2e driver_init.o + .debug_macro 0x00000000 0x1fa driver_init.o + .debug_macro 0x00000000 0x3a driver_init.o + .debug_macro 0x00000000 0x3e6 driver_init.o + .debug_macro 0x00000000 0x20d6 driver_init.o + .debug_macro 0x00000000 0x6d driver_init.o + .debug_macro 0x00000000 0x10 driver_init.o + .debug_macro 0x00000000 0x10 driver_init.o + .debug_macro 0x00000000 0x16 driver_init.o + .debug_macro 0x00000000 0x16 driver_init.o + .debug_macro 0x00000000 0x16 driver_init.o + .debug_macro 0x00000000 0x16 driver_init.o + .debug_macro 0x00000000 0x16 driver_init.o + .debug_macro 0x00000000 0x16 driver_init.o + .debug_macro 0x00000000 0x16 driver_init.o + .debug_macro 0x00000000 0x16 driver_init.o + .debug_macro 0x00000000 0x16 driver_init.o + .debug_macro 0x00000000 0x16 driver_init.o + .debug_macro 0x00000000 0x16 driver_init.o + .debug_macro 0x00000000 0x16 driver_init.o + .debug_macro 0x00000000 0x16 driver_init.o + .debug_macro 0x00000000 0x16 driver_init.o + .debug_macro 0x00000000 0x16 driver_init.o + .debug_macro 0x00000000 0x16 driver_init.o + .debug_macro 0x00000000 0x16 driver_init.o + .debug_macro 0x00000000 0x16 driver_init.o + .debug_macro 0x00000000 0x16 driver_init.o + .debug_macro 0x00000000 0x16 driver_init.o + .debug_macro 0x00000000 0x16 driver_init.o + .debug_macro 0x00000000 0x16 driver_init.o + .debug_macro 0x00000000 0xbe driver_init.o + .debug_macro 0x00000000 0x28c driver_init.o + .debug_macro 0x00000000 0x16 driver_init.o + .debug_macro 0x00000000 0x277 driver_init.o + .debug_macro 0x00000000 0x16 driver_init.o + .debug_macro 0x00000000 0xca driver_init.o + .debug_macro 0x00000000 0x1c driver_init.o + .debug_macro 0x00000000 0x16 driver_init.o + .debug_macro 0x00000000 0xcf driver_init.o + .debug_macro 0x00000000 0x130 driver_init.o + .debug_macro 0x00000000 0x70 driver_init.o + .debug_macro 0x00000000 0x1c driver_init.o + .debug_macro 0x00000000 0xc9 driver_init.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .group 0x00000000 0x8 examples/driver_examples.o + .text 0x00000000 0x0 examples/driver_examples.o + .data 0x00000000 0x0 examples/driver_examples.o + .bss 0x00000000 0x18 examples/driver_examples.o + .text.button_on_PB05_pressed + 0x00000000 0x2 examples/driver_examples.o + .text.button_on_PA22_pressed + 0x00000000 0x2 examples/driver_examples.o + .text.button_on_PA23_pressed + 0x00000000 0x2 examples/driver_examples.o + .text.alarm_cb + 0x00000000 0x2 examples/driver_examples.o + .text.ADC_0_example + 0x00000000 0x28 examples/driver_examples.o + .text.EXTERNAL_IRQ_0_example + 0x00000000 0x28 examples/driver_examples.o + .text.CALENDAR_0_example + 0x00000000 0x6c examples/driver_examples.o + .text.I2C_0_example + 0x00000000 0x48 examples/driver_examples.o + .text.delay_example + 0x00000000 0x14 examples/driver_examples.o + .text.PWM_0_example + 0x00000000 0x2c examples/driver_examples.o + .text.PWM_1_example + 0x00000000 0x2c examples/driver_examples.o + .text.SEGMENT_LCD_0_example + 0x00000000 0x24 examples/driver_examples.o + .rodata.str1.4 + 0x00000000 0xd examples/driver_examples.o + .debug_info 0x00000000 0xcce examples/driver_examples.o + .debug_abbrev 0x00000000 0x17b examples/driver_examples.o + .debug_loc 0x00000000 0x124 examples/driver_examples.o + .debug_aranges + 0x00000000 0x78 examples/driver_examples.o + .debug_ranges 0x00000000 0x68 examples/driver_examples.o + .debug_macro 0x00000000 0x63c examples/driver_examples.o + .debug_macro 0x00000000 0x89e examples/driver_examples.o + .debug_macro 0x00000000 0x16d examples/driver_examples.o + .debug_macro 0x00000000 0x22 examples/driver_examples.o + .debug_macro 0x00000000 0x87 examples/driver_examples.o + .debug_macro 0x00000000 0x51 examples/driver_examples.o + .debug_macro 0x00000000 0xef examples/driver_examples.o + .debug_macro 0x00000000 0x6a examples/driver_examples.o + .debug_macro 0x00000000 0x1df examples/driver_examples.o + .debug_macro 0x00000000 0x22 examples/driver_examples.o + .debug_macro 0x00000000 0x3f examples/driver_examples.o + .debug_macro 0x00000000 0x1c examples/driver_examples.o + .debug_macro 0x00000000 0x22 examples/driver_examples.o + .debug_macro 0x00000000 0xb5 examples/driver_examples.o + .debug_macro 0x00000000 0x4da examples/driver_examples.o + .debug_macro 0x00000000 0x11f examples/driver_examples.o + .debug_macro 0x00000000 0x714 examples/driver_examples.o + .debug_macro 0x00000000 0x959 examples/driver_examples.o + .debug_macro 0x00000000 0x279 examples/driver_examples.o + .debug_macro 0x00000000 0x21e examples/driver_examples.o + .debug_macro 0x00000000 0xe12 examples/driver_examples.o + .debug_macro 0x00000000 0x5e7 examples/driver_examples.o + .debug_macro 0x00000000 0x5be examples/driver_examples.o + .debug_macro 0x00000000 0x624 examples/driver_examples.o + .debug_macro 0x00000000 0x172 examples/driver_examples.o + .debug_macro 0x00000000 0x26b examples/driver_examples.o + .debug_macro 0x00000000 0x459 examples/driver_examples.o + .debug_macro 0x00000000 0x21c examples/driver_examples.o + .debug_macro 0x00000000 0x768 examples/driver_examples.o + .debug_macro 0x00000000 0x7c0 examples/driver_examples.o + .debug_macro 0x00000000 0x28e examples/driver_examples.o + .debug_macro 0x00000000 0x5d7 examples/driver_examples.o + .debug_macro 0x00000000 0x1c6 examples/driver_examples.o + .debug_macro 0x00000000 0x308 examples/driver_examples.o + .debug_macro 0x00000000 0xac examples/driver_examples.o + .debug_macro 0x00000000 0x1c53 examples/driver_examples.o + .debug_macro 0x00000000 0xff5 examples/driver_examples.o + .debug_macro 0x00000000 0xd41 examples/driver_examples.o + .debug_macro 0x00000000 0x874 examples/driver_examples.o + .debug_macro 0x00000000 0x8ae examples/driver_examples.o + .debug_macro 0x00000000 0x19be examples/driver_examples.o + .debug_macro 0x00000000 0xe7 examples/driver_examples.o + .debug_macro 0x00000000 0xb7c examples/driver_examples.o + .debug_macro 0x00000000 0x36a examples/driver_examples.o + .debug_macro 0x00000000 0x7c examples/driver_examples.o + .debug_macro 0x00000000 0xac examples/driver_examples.o + .debug_macro 0x00000000 0xca examples/driver_examples.o + .debug_macro 0x00000000 0x4c examples/driver_examples.o + .debug_macro 0x00000000 0xdc examples/driver_examples.o + .debug_macro 0x00000000 0xb2 examples/driver_examples.o + .debug_macro 0x00000000 0x64 examples/driver_examples.o + .debug_macro 0x00000000 0x444 examples/driver_examples.o + .debug_macro 0x00000000 0x4c examples/driver_examples.o + .debug_macro 0x00000000 0x149 examples/driver_examples.o + .debug_macro 0x00000000 0x5e examples/driver_examples.o + .debug_macro 0x00000000 0xa0 examples/driver_examples.o + .debug_macro 0x00000000 0xc4 examples/driver_examples.o + .debug_macro 0x00000000 0xb2 examples/driver_examples.o + .debug_macro 0x00000000 0x4c examples/driver_examples.o + .debug_macro 0x00000000 0x64 examples/driver_examples.o + .debug_macro 0x00000000 0x40 examples/driver_examples.o + .debug_macro 0x00000000 0x1da examples/driver_examples.o + .debug_macro 0x00000000 0x3a examples/driver_examples.o + .debug_macro 0x00000000 0x22 examples/driver_examples.o + .debug_macro 0x00000000 0x15e examples/driver_examples.o + .debug_macro 0x00000000 0x173 examples/driver_examples.o + .debug_macro 0x00000000 0x173 examples/driver_examples.o + .debug_macro 0x00000000 0x173 examples/driver_examples.o + .debug_macro 0x00000000 0x173 examples/driver_examples.o + .debug_macro 0x00000000 0x11e examples/driver_examples.o + .debug_macro 0x00000000 0x5e examples/driver_examples.o + .debug_macro 0x00000000 0xfa examples/driver_examples.o + .debug_macro 0x00000000 0xfa examples/driver_examples.o + .debug_macro 0x00000000 0xfa examples/driver_examples.o + .debug_macro 0x00000000 0xfa examples/driver_examples.o + .debug_macro 0x00000000 0x124 examples/driver_examples.o + .debug_macro 0x00000000 0x2e examples/driver_examples.o + .debug_macro 0x00000000 0x1fa examples/driver_examples.o + .debug_macro 0x00000000 0x3a examples/driver_examples.o + .debug_macro 0x00000000 0x3e6 examples/driver_examples.o + .debug_macro 0x00000000 0x20d6 examples/driver_examples.o + .debug_macro 0x00000000 0x6d examples/driver_examples.o + .debug_macro 0x00000000 0x10 examples/driver_examples.o + .debug_macro 0x00000000 0x10 examples/driver_examples.o + .debug_macro 0x00000000 0x16 examples/driver_examples.o + .debug_macro 0x00000000 0x16 examples/driver_examples.o + .debug_macro 0x00000000 0x16 examples/driver_examples.o + .debug_macro 0x00000000 0x16 examples/driver_examples.o + .debug_macro 0x00000000 0x16 examples/driver_examples.o + .debug_macro 0x00000000 0x16 examples/driver_examples.o + .debug_macro 0x00000000 0x16 examples/driver_examples.o + .debug_macro 0x00000000 0x16 examples/driver_examples.o + .debug_macro 0x00000000 0x16 examples/driver_examples.o + .debug_macro 0x00000000 0x16 examples/driver_examples.o + .debug_macro 0x00000000 0x16 examples/driver_examples.o + .debug_macro 0x00000000 0x16 examples/driver_examples.o + .debug_macro 0x00000000 0x16 examples/driver_examples.o + .debug_macro 0x00000000 0x16 examples/driver_examples.o + .debug_macro 0x00000000 0x16 examples/driver_examples.o + .debug_macro 0x00000000 0x16 examples/driver_examples.o + .debug_macro 0x00000000 0x16 examples/driver_examples.o + .debug_macro 0x00000000 0x16 examples/driver_examples.o + .debug_macro 0x00000000 0x16 examples/driver_examples.o + .debug_macro 0x00000000 0x16 examples/driver_examples.o + .debug_macro 0x00000000 0x16 examples/driver_examples.o + .debug_macro 0x00000000 0x16 examples/driver_examples.o + .debug_macro 0x00000000 0xbe examples/driver_examples.o + .debug_macro 0x00000000 0x28c examples/driver_examples.o + .debug_macro 0x00000000 0x16 examples/driver_examples.o + .debug_macro 0x00000000 0x277 examples/driver_examples.o + .debug_macro 0x00000000 0x16 examples/driver_examples.o + .debug_macro 0x00000000 0xca examples/driver_examples.o + .debug_macro 0x00000000 0x1c examples/driver_examples.o + .debug_macro 0x00000000 0x16 examples/driver_examples.o + .debug_macro 0x00000000 0xcf examples/driver_examples.o + .debug_macro 0x00000000 0x130 examples/driver_examples.o + .debug_macro 0x00000000 0x70 examples/driver_examples.o + .debug_macro 0x00000000 0x1c examples/driver_examples.o + .debug_macro 0x00000000 0xc9 examples/driver_examples.o + .debug_line 0x00000000 0xd10 examples/driver_examples.o + .debug_str 0x00000000 0x805af examples/driver_examples.o + .comment 0x00000000 0x5a examples/driver_examples.o + .debug_frame 0x00000000 0x11c examples/driver_examples.o + .ARM.attributes + 0x00000000 0x32 examples/driver_examples.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_adc_sync.o + .text 0x00000000 0x0 hal/src/hal_adc_sync.o + .data 0x00000000 0x0 hal/src/hal_adc_sync.o + .bss 0x00000000 0x0 hal/src/hal_adc_sync.o + .text.adc_sync_init + 0x00000000 0x38 hal/src/hal_adc_sync.o + .text.adc_sync_deinit + 0x00000000 0x28 hal/src/hal_adc_sync.o + .text.adc_sync_enable_channel + 0x00000000 0x2c hal/src/hal_adc_sync.o + .text.adc_sync_disable_channel + 0x00000000 0x2c hal/src/hal_adc_sync.o + .text.adc_sync_read_channel + 0x00000000 0xb0 hal/src/hal_adc_sync.o + .text.adc_sync_set_reference + 0x00000000 0x2c hal/src/hal_adc_sync.o + .text.adc_sync_set_resolution + 0x00000000 0x2c hal/src/hal_adc_sync.o + .text.adc_sync_set_inputs + 0x00000000 0x34 hal/src/hal_adc_sync.o + .text.adc_sync_set_thresholds + 0x00000000 0x30 hal/src/hal_adc_sync.o + .text.adc_sync_set_channel_gain + 0x00000000 0x30 hal/src/hal_adc_sync.o + .text.adc_sync_set_conversion_mode + 0x00000000 0x2c hal/src/hal_adc_sync.o + .text.adc_sync_set_channel_differential_mode + 0x00000000 0x30 hal/src/hal_adc_sync.o + .text.adc_sync_set_window_mode + 0x00000000 0x2c hal/src/hal_adc_sync.o + .text.adc_sync_get_threshold_state + 0x00000000 0x38 hal/src/hal_adc_sync.o + .text.adc_sync_is_channel_conversion_complete + 0x00000000 0x2c hal/src/hal_adc_sync.o + .text.adc_sync_get_version + 0x00000000 0x4 hal/src/hal_adc_sync.o + .rodata.str1.4 + 0x00000000 0x1a hal/src/hal_adc_sync.o + .debug_info 0x00000000 0xb29 hal/src/hal_adc_sync.o + .debug_abbrev 0x00000000 0x168 hal/src/hal_adc_sync.o + .debug_loc 0x00000000 0x90c hal/src/hal_adc_sync.o + .debug_aranges + 0x00000000 0x98 hal/src/hal_adc_sync.o + .debug_ranges 0x00000000 0xa0 hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x4e4 hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x89e hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x16d hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x22 hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x87 hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x51 hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0xef hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x6a hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x1df hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x22 hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x3f hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x1c hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x22 hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0xb5 hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x4da hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x11f hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x714 hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x959 hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x279 hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x21e hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0xe12 hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x5e7 hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x5be hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x624 hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x172 hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x26b hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x459 hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x21c hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x768 hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x7c0 hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x28e hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x5d7 hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x1c6 hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x308 hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0xac hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x1c53 hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0xff5 hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0xd41 hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x874 hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x8ae hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x19be hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0xe7 hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0xb7c hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x36a hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x7c hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0xac hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0xca hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x4c hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0xdc hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0xb2 hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x64 hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x444 hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x4c hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x149 hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x5e hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0xa0 hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0xc4 hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0xb2 hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x4c hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x64 hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x40 hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x1da hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x3a hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x22 hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x15e hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x173 hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x173 hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x173 hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x173 hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x11e hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x5e hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0xfa hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0xfa hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0xfa hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0xfa hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x124 hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x2e hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x1fa hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x3a hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x3e6 hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x20d6 hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x6d hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x10 hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x10 hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0xbe hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x28c hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x277 hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0xca hal/src/hal_adc_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_adc_sync.o + .debug_line 0x00000000 0xb8c hal/src/hal_adc_sync.o + .debug_str 0x00000000 0x7ede9 hal/src/hal_adc_sync.o + .comment 0x00000000 0x5a hal/src/hal_adc_sync.o + .debug_frame 0x00000000 0x1d0 hal/src/hal_adc_sync.o + .ARM.attributes + 0x00000000 0x32 hal/src/hal_adc_sync.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_atomic.o + .text 0x00000000 0x0 hal/src/hal_atomic.o + .data 0x00000000 0x0 hal/src/hal_atomic.o + .bss 0x00000000 0x0 hal/src/hal_atomic.o + .text.atomic_enter_critical + 0x00000000 0xe hal/src/hal_atomic.o + .text.atomic_leave_critical + 0x00000000 0xc hal/src/hal_atomic.o + .text.atomic_get_version + 0x00000000 0x4 hal/src/hal_atomic.o + .debug_info 0x00000000 0x1d1 hal/src/hal_atomic.o + .debug_abbrev 0x00000000 0x144 hal/src/hal_atomic.o + .debug_loc 0x00000000 0x13 hal/src/hal_atomic.o + .debug_aranges + 0x00000000 0x30 hal/src/hal_atomic.o + .debug_ranges 0x00000000 0x20 hal/src/hal_atomic.o + .debug_macro 0x00000000 0x4b0 hal/src/hal_atomic.o + .debug_macro 0x00000000 0x89e hal/src/hal_atomic.o + .debug_macro 0x00000000 0x16d hal/src/hal_atomic.o + .debug_macro 0x00000000 0x22 hal/src/hal_atomic.o + .debug_macro 0x00000000 0x87 hal/src/hal_atomic.o + .debug_macro 0x00000000 0x51 hal/src/hal_atomic.o + .debug_macro 0x00000000 0xef hal/src/hal_atomic.o + .debug_macro 0x00000000 0x6a hal/src/hal_atomic.o + .debug_macro 0x00000000 0x1df hal/src/hal_atomic.o + .debug_macro 0x00000000 0x22 hal/src/hal_atomic.o + .debug_macro 0x00000000 0x3f hal/src/hal_atomic.o + .debug_macro 0x00000000 0x1c hal/src/hal_atomic.o + .debug_macro 0x00000000 0x22 hal/src/hal_atomic.o + .debug_macro 0x00000000 0xb5 hal/src/hal_atomic.o + .debug_macro 0x00000000 0x4da hal/src/hal_atomic.o + .debug_macro 0x00000000 0x11f hal/src/hal_atomic.o + .debug_macro 0x00000000 0x714 hal/src/hal_atomic.o + .debug_macro 0x00000000 0x959 hal/src/hal_atomic.o + .debug_macro 0x00000000 0x279 hal/src/hal_atomic.o + .debug_macro 0x00000000 0x21e hal/src/hal_atomic.o + .debug_macro 0x00000000 0xe12 hal/src/hal_atomic.o + .debug_macro 0x00000000 0x5e7 hal/src/hal_atomic.o + .debug_macro 0x00000000 0x5be hal/src/hal_atomic.o + .debug_macro 0x00000000 0x624 hal/src/hal_atomic.o + .debug_macro 0x00000000 0x172 hal/src/hal_atomic.o + .debug_macro 0x00000000 0x26b hal/src/hal_atomic.o + .debug_macro 0x00000000 0x459 hal/src/hal_atomic.o + .debug_macro 0x00000000 0x21c hal/src/hal_atomic.o + .debug_macro 0x00000000 0x768 hal/src/hal_atomic.o + .debug_macro 0x00000000 0x7c0 hal/src/hal_atomic.o + .debug_macro 0x00000000 0x28e hal/src/hal_atomic.o + .debug_macro 0x00000000 0x5d7 hal/src/hal_atomic.o + .debug_macro 0x00000000 0x1c6 hal/src/hal_atomic.o + .debug_macro 0x00000000 0x308 hal/src/hal_atomic.o + .debug_macro 0x00000000 0xac hal/src/hal_atomic.o + .debug_macro 0x00000000 0x1c53 hal/src/hal_atomic.o + .debug_macro 0x00000000 0xff5 hal/src/hal_atomic.o + .debug_macro 0x00000000 0xd41 hal/src/hal_atomic.o + .debug_macro 0x00000000 0x874 hal/src/hal_atomic.o + .debug_macro 0x00000000 0x8ae hal/src/hal_atomic.o + .debug_macro 0x00000000 0x19be hal/src/hal_atomic.o + .debug_macro 0x00000000 0xe7 hal/src/hal_atomic.o + .debug_macro 0x00000000 0xb7c hal/src/hal_atomic.o + .debug_macro 0x00000000 0x36a hal/src/hal_atomic.o + .debug_macro 0x00000000 0x7c hal/src/hal_atomic.o + .debug_macro 0x00000000 0xac hal/src/hal_atomic.o + .debug_macro 0x00000000 0xca hal/src/hal_atomic.o + .debug_macro 0x00000000 0x4c hal/src/hal_atomic.o + .debug_macro 0x00000000 0xdc hal/src/hal_atomic.o + .debug_macro 0x00000000 0xb2 hal/src/hal_atomic.o + .debug_macro 0x00000000 0x64 hal/src/hal_atomic.o + .debug_macro 0x00000000 0x444 hal/src/hal_atomic.o + .debug_macro 0x00000000 0x4c hal/src/hal_atomic.o + .debug_macro 0x00000000 0x149 hal/src/hal_atomic.o + .debug_macro 0x00000000 0x5e hal/src/hal_atomic.o + .debug_macro 0x00000000 0xa0 hal/src/hal_atomic.o + .debug_macro 0x00000000 0xc4 hal/src/hal_atomic.o + .debug_macro 0x00000000 0xb2 hal/src/hal_atomic.o + .debug_macro 0x00000000 0x4c hal/src/hal_atomic.o + .debug_macro 0x00000000 0x64 hal/src/hal_atomic.o + .debug_macro 0x00000000 0x40 hal/src/hal_atomic.o + .debug_macro 0x00000000 0x1da hal/src/hal_atomic.o + .debug_macro 0x00000000 0x3a hal/src/hal_atomic.o + .debug_macro 0x00000000 0x22 hal/src/hal_atomic.o + .debug_macro 0x00000000 0x15e hal/src/hal_atomic.o + .debug_macro 0x00000000 0x173 hal/src/hal_atomic.o + .debug_macro 0x00000000 0x173 hal/src/hal_atomic.o + .debug_macro 0x00000000 0x173 hal/src/hal_atomic.o + .debug_macro 0x00000000 0x173 hal/src/hal_atomic.o + .debug_macro 0x00000000 0x11e hal/src/hal_atomic.o + .debug_macro 0x00000000 0x5e hal/src/hal_atomic.o + .debug_macro 0x00000000 0xfa hal/src/hal_atomic.o + .debug_macro 0x00000000 0xfa hal/src/hal_atomic.o + .debug_macro 0x00000000 0xfa hal/src/hal_atomic.o + .debug_macro 0x00000000 0xfa hal/src/hal_atomic.o + .debug_macro 0x00000000 0x124 hal/src/hal_atomic.o + .debug_macro 0x00000000 0x2e hal/src/hal_atomic.o + .debug_macro 0x00000000 0x1fa hal/src/hal_atomic.o + .debug_macro 0x00000000 0x3a hal/src/hal_atomic.o + .debug_macro 0x00000000 0x3e6 hal/src/hal_atomic.o + .debug_macro 0x00000000 0x20d6 hal/src/hal_atomic.o + .debug_macro 0x00000000 0x6d hal/src/hal_atomic.o + .debug_macro 0x00000000 0x10 hal/src/hal_atomic.o + .debug_macro 0x00000000 0x16 hal/src/hal_atomic.o + .debug_macro 0x00000000 0x16 hal/src/hal_atomic.o + .debug_macro 0x00000000 0x16 hal/src/hal_atomic.o + .debug_macro 0x00000000 0x16 hal/src/hal_atomic.o + .debug_macro 0x00000000 0x16 hal/src/hal_atomic.o + .debug_macro 0x00000000 0x16 hal/src/hal_atomic.o + .debug_macro 0x00000000 0x16 hal/src/hal_atomic.o + .debug_macro 0x00000000 0x16 hal/src/hal_atomic.o + .debug_macro 0x00000000 0x16 hal/src/hal_atomic.o + .debug_macro 0x00000000 0x16 hal/src/hal_atomic.o + .debug_macro 0x00000000 0x16 hal/src/hal_atomic.o + .debug_macro 0x00000000 0x16 hal/src/hal_atomic.o + .debug_macro 0x00000000 0x16 hal/src/hal_atomic.o + .debug_macro 0x00000000 0x16 hal/src/hal_atomic.o + .debug_macro 0x00000000 0x16 hal/src/hal_atomic.o + .debug_macro 0x00000000 0x16 hal/src/hal_atomic.o + .debug_macro 0x00000000 0x16 hal/src/hal_atomic.o + .debug_macro 0x00000000 0x16 hal/src/hal_atomic.o + .debug_macro 0x00000000 0x16 hal/src/hal_atomic.o + .debug_macro 0x00000000 0x16 hal/src/hal_atomic.o + .debug_macro 0x00000000 0x16 hal/src/hal_atomic.o + .debug_macro 0x00000000 0x16 hal/src/hal_atomic.o + .debug_macro 0x00000000 0xbe hal/src/hal_atomic.o + .debug_macro 0x00000000 0x28c hal/src/hal_atomic.o + .debug_macro 0x00000000 0x16 hal/src/hal_atomic.o + .debug_macro 0x00000000 0x277 hal/src/hal_atomic.o + .debug_macro 0x00000000 0x16 hal/src/hal_atomic.o + .debug_macro 0x00000000 0xca hal/src/hal_atomic.o + .debug_macro 0x00000000 0x10 hal/src/hal_atomic.o + .debug_line 0x00000000 0xa12 hal/src/hal_atomic.o + .debug_str 0x00000000 0x7e7eb hal/src/hal_atomic.o + .comment 0x00000000 0x5a hal/src/hal_atomic.o + .debug_frame 0x00000000 0x40 hal/src/hal_atomic.o + .ARM.attributes + 0x00000000 0x32 hal/src/hal_atomic.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_calendar.o + .text 0x00000000 0x0 hal/src/hal_calendar.o + .data 0x00000000 0x0 hal/src/hal_calendar.o + .bss 0x00000000 0x0 hal/src/hal_calendar.o + .text.calendar_add_new_alarm + 0x00000000 0x60 hal/src/hal_calendar.o + .text.calendar_alarm + 0x00000000 0xb0 hal/src/hal_calendar.o + .text.calendar_deinit + 0x00000000 0x3c hal/src/hal_calendar.o + .text.calendar_disable + 0x00000000 0x2c hal/src/hal_calendar.o + .text.calendar_set_baseyear + 0x00000000 0x24 hal/src/hal_calendar.o + .text.calendar_set_alarm + 0x00000000 0x108 hal/src/hal_calendar.o + .text.calendar_get_version + 0x00000000 0x4 hal/src/hal_calendar.o + .debug_macro 0x00000000 0x89e hal/src/hal_calendar.o + .debug_macro 0x00000000 0x16d hal/src/hal_calendar.o + .debug_macro 0x00000000 0x22 hal/src/hal_calendar.o + .debug_macro 0x00000000 0x87 hal/src/hal_calendar.o + .debug_macro 0x00000000 0x51 hal/src/hal_calendar.o + .debug_macro 0x00000000 0xef hal/src/hal_calendar.o + .debug_macro 0x00000000 0x6a hal/src/hal_calendar.o + .debug_macro 0x00000000 0x1df hal/src/hal_calendar.o + .debug_macro 0x00000000 0x22 hal/src/hal_calendar.o + .debug_macro 0x00000000 0x3f hal/src/hal_calendar.o + .debug_macro 0x00000000 0x1c hal/src/hal_calendar.o + .debug_macro 0x00000000 0x22 hal/src/hal_calendar.o + .debug_macro 0x00000000 0xb5 hal/src/hal_calendar.o + .debug_macro 0x00000000 0x4da hal/src/hal_calendar.o + .debug_macro 0x00000000 0x11f hal/src/hal_calendar.o + .debug_macro 0x00000000 0x714 hal/src/hal_calendar.o + .debug_macro 0x00000000 0x959 hal/src/hal_calendar.o + .debug_macro 0x00000000 0x279 hal/src/hal_calendar.o + .debug_macro 0x00000000 0x21e hal/src/hal_calendar.o + .debug_macro 0x00000000 0xe12 hal/src/hal_calendar.o + .debug_macro 0x00000000 0x5e7 hal/src/hal_calendar.o + .debug_macro 0x00000000 0x5be hal/src/hal_calendar.o + .debug_macro 0x00000000 0x624 hal/src/hal_calendar.o + .debug_macro 0x00000000 0x172 hal/src/hal_calendar.o + .debug_macro 0x00000000 0x26b hal/src/hal_calendar.o + .debug_macro 0x00000000 0x459 hal/src/hal_calendar.o + .debug_macro 0x00000000 0x21c hal/src/hal_calendar.o + .debug_macro 0x00000000 0x768 hal/src/hal_calendar.o + .debug_macro 0x00000000 0x7c0 hal/src/hal_calendar.o + .debug_macro 0x00000000 0x28e hal/src/hal_calendar.o + .debug_macro 0x00000000 0x5d7 hal/src/hal_calendar.o + .debug_macro 0x00000000 0x1c6 hal/src/hal_calendar.o + .debug_macro 0x00000000 0x308 hal/src/hal_calendar.o + .debug_macro 0x00000000 0xac hal/src/hal_calendar.o + .debug_macro 0x00000000 0x1c53 hal/src/hal_calendar.o + .debug_macro 0x00000000 0xff5 hal/src/hal_calendar.o + .debug_macro 0x00000000 0xd41 hal/src/hal_calendar.o + .debug_macro 0x00000000 0x874 hal/src/hal_calendar.o + .debug_macro 0x00000000 0x8ae hal/src/hal_calendar.o + .debug_macro 0x00000000 0x19be hal/src/hal_calendar.o + .debug_macro 0x00000000 0xe7 hal/src/hal_calendar.o + .debug_macro 0x00000000 0xb7c hal/src/hal_calendar.o + .debug_macro 0x00000000 0x36a hal/src/hal_calendar.o + .debug_macro 0x00000000 0x7c hal/src/hal_calendar.o + .debug_macro 0x00000000 0xac hal/src/hal_calendar.o + .debug_macro 0x00000000 0xca hal/src/hal_calendar.o + .debug_macro 0x00000000 0x4c hal/src/hal_calendar.o + .debug_macro 0x00000000 0xdc hal/src/hal_calendar.o + .debug_macro 0x00000000 0xb2 hal/src/hal_calendar.o + .debug_macro 0x00000000 0x64 hal/src/hal_calendar.o + .debug_macro 0x00000000 0x444 hal/src/hal_calendar.o + .debug_macro 0x00000000 0x4c hal/src/hal_calendar.o + .debug_macro 0x00000000 0x149 hal/src/hal_calendar.o + .debug_macro 0x00000000 0x5e hal/src/hal_calendar.o + .debug_macro 0x00000000 0xa0 hal/src/hal_calendar.o + .debug_macro 0x00000000 0xc4 hal/src/hal_calendar.o + .debug_macro 0x00000000 0xb2 hal/src/hal_calendar.o + .debug_macro 0x00000000 0x4c hal/src/hal_calendar.o + .debug_macro 0x00000000 0x64 hal/src/hal_calendar.o + .debug_macro 0x00000000 0x40 hal/src/hal_calendar.o + .debug_macro 0x00000000 0x1da hal/src/hal_calendar.o + .debug_macro 0x00000000 0x3a hal/src/hal_calendar.o + .debug_macro 0x00000000 0x22 hal/src/hal_calendar.o + .debug_macro 0x00000000 0x15e hal/src/hal_calendar.o + .debug_macro 0x00000000 0x173 hal/src/hal_calendar.o + .debug_macro 0x00000000 0x173 hal/src/hal_calendar.o + .debug_macro 0x00000000 0x173 hal/src/hal_calendar.o + .debug_macro 0x00000000 0x173 hal/src/hal_calendar.o + .debug_macro 0x00000000 0x11e hal/src/hal_calendar.o + .debug_macro 0x00000000 0x5e hal/src/hal_calendar.o + .debug_macro 0x00000000 0xfa hal/src/hal_calendar.o + .debug_macro 0x00000000 0xfa hal/src/hal_calendar.o + .debug_macro 0x00000000 0xfa hal/src/hal_calendar.o + .debug_macro 0x00000000 0xfa hal/src/hal_calendar.o + .debug_macro 0x00000000 0x124 hal/src/hal_calendar.o + .debug_macro 0x00000000 0x2e hal/src/hal_calendar.o + .debug_macro 0x00000000 0x1fa hal/src/hal_calendar.o + .debug_macro 0x00000000 0x3a hal/src/hal_calendar.o + .debug_macro 0x00000000 0x3e6 hal/src/hal_calendar.o + .debug_macro 0x00000000 0x20d6 hal/src/hal_calendar.o + .debug_macro 0x00000000 0x6d hal/src/hal_calendar.o + .debug_macro 0x00000000 0x10 hal/src/hal_calendar.o + .debug_macro 0x00000000 0x10 hal/src/hal_calendar.o + .debug_macro 0x00000000 0x16 hal/src/hal_calendar.o + .debug_macro 0x00000000 0x16 hal/src/hal_calendar.o + .debug_macro 0x00000000 0x16 hal/src/hal_calendar.o + .debug_macro 0x00000000 0x16 hal/src/hal_calendar.o + .debug_macro 0x00000000 0x16 hal/src/hal_calendar.o + .debug_macro 0x00000000 0x16 hal/src/hal_calendar.o + .debug_macro 0x00000000 0x16 hal/src/hal_calendar.o + .debug_macro 0x00000000 0x16 hal/src/hal_calendar.o + .debug_macro 0x00000000 0x16 hal/src/hal_calendar.o + .debug_macro 0x00000000 0x16 hal/src/hal_calendar.o + .debug_macro 0x00000000 0x16 hal/src/hal_calendar.o + .debug_macro 0x00000000 0x16 hal/src/hal_calendar.o + .debug_macro 0x00000000 0x16 hal/src/hal_calendar.o + .debug_macro 0x00000000 0x16 hal/src/hal_calendar.o + .debug_macro 0x00000000 0x16 hal/src/hal_calendar.o + .debug_macro 0x00000000 0x16 hal/src/hal_calendar.o + .debug_macro 0x00000000 0x16 hal/src/hal_calendar.o + .debug_macro 0x00000000 0x16 hal/src/hal_calendar.o + .debug_macro 0x00000000 0x16 hal/src/hal_calendar.o + .debug_macro 0x00000000 0x16 hal/src/hal_calendar.o + .debug_macro 0x00000000 0x16 hal/src/hal_calendar.o + .debug_macro 0x00000000 0x16 hal/src/hal_calendar.o + .debug_macro 0x00000000 0xbe hal/src/hal_calendar.o + .debug_macro 0x00000000 0x28c hal/src/hal_calendar.o + .debug_macro 0x00000000 0x16 hal/src/hal_calendar.o + .debug_macro 0x00000000 0x277 hal/src/hal_calendar.o + .debug_macro 0x00000000 0x16 hal/src/hal_calendar.o + .debug_macro 0x00000000 0xca hal/src/hal_calendar.o + .debug_macro 0x00000000 0xc9 hal/src/hal_calendar.o + .debug_macro 0x00000000 0x16 hal/src/hal_calendar.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_delay.o + .text 0x00000000 0x0 hal/src/hal_delay.o + .data 0x00000000 0x0 hal/src/hal_delay.o + .text.delay_us + 0x00000000 0x20 hal/src/hal_delay.o + .text.delay_ms + 0x00000000 0x20 hal/src/hal_delay.o + .text.delay_get_version + 0x00000000 0x4 hal/src/hal_delay.o + .debug_macro 0x00000000 0x89e hal/src/hal_delay.o + .debug_macro 0x00000000 0x16d hal/src/hal_delay.o + .debug_macro 0x00000000 0x22 hal/src/hal_delay.o + .debug_macro 0x00000000 0x87 hal/src/hal_delay.o + .debug_macro 0x00000000 0x51 hal/src/hal_delay.o + .debug_macro 0x00000000 0xef hal/src/hal_delay.o + .debug_macro 0x00000000 0x6a hal/src/hal_delay.o + .debug_macro 0x00000000 0x1df hal/src/hal_delay.o + .debug_macro 0x00000000 0x22 hal/src/hal_delay.o + .debug_macro 0x00000000 0x3f hal/src/hal_delay.o + .debug_macro 0x00000000 0x1c hal/src/hal_delay.o + .debug_macro 0x00000000 0x22 hal/src/hal_delay.o + .debug_macro 0x00000000 0xb5 hal/src/hal_delay.o + .debug_macro 0x00000000 0x4da hal/src/hal_delay.o + .debug_macro 0x00000000 0x11f hal/src/hal_delay.o + .debug_macro 0x00000000 0x714 hal/src/hal_delay.o + .debug_macro 0x00000000 0x959 hal/src/hal_delay.o + .debug_macro 0x00000000 0x279 hal/src/hal_delay.o + .debug_macro 0x00000000 0x21e hal/src/hal_delay.o + .debug_macro 0x00000000 0xe12 hal/src/hal_delay.o + .debug_macro 0x00000000 0x5e7 hal/src/hal_delay.o + .debug_macro 0x00000000 0x5be hal/src/hal_delay.o + .debug_macro 0x00000000 0x624 hal/src/hal_delay.o + .debug_macro 0x00000000 0x172 hal/src/hal_delay.o + .debug_macro 0x00000000 0x26b hal/src/hal_delay.o + .debug_macro 0x00000000 0x459 hal/src/hal_delay.o + .debug_macro 0x00000000 0x21c hal/src/hal_delay.o + .debug_macro 0x00000000 0x768 hal/src/hal_delay.o + .debug_macro 0x00000000 0x7c0 hal/src/hal_delay.o + .debug_macro 0x00000000 0x28e hal/src/hal_delay.o + .debug_macro 0x00000000 0x5d7 hal/src/hal_delay.o + .debug_macro 0x00000000 0x1c6 hal/src/hal_delay.o + .debug_macro 0x00000000 0x308 hal/src/hal_delay.o + .debug_macro 0x00000000 0xac hal/src/hal_delay.o + .debug_macro 0x00000000 0x1c53 hal/src/hal_delay.o + .debug_macro 0x00000000 0xff5 hal/src/hal_delay.o + .debug_macro 0x00000000 0xd41 hal/src/hal_delay.o + .debug_macro 0x00000000 0x874 hal/src/hal_delay.o + .debug_macro 0x00000000 0x8ae hal/src/hal_delay.o + .debug_macro 0x00000000 0x19be hal/src/hal_delay.o + .debug_macro 0x00000000 0xe7 hal/src/hal_delay.o + .debug_macro 0x00000000 0xb7c hal/src/hal_delay.o + .debug_macro 0x00000000 0x36a hal/src/hal_delay.o + .debug_macro 0x00000000 0x7c hal/src/hal_delay.o + .debug_macro 0x00000000 0xac hal/src/hal_delay.o + .debug_macro 0x00000000 0xca hal/src/hal_delay.o + .debug_macro 0x00000000 0x4c hal/src/hal_delay.o + .debug_macro 0x00000000 0xdc hal/src/hal_delay.o + .debug_macro 0x00000000 0xb2 hal/src/hal_delay.o + .debug_macro 0x00000000 0x64 hal/src/hal_delay.o + .debug_macro 0x00000000 0x444 hal/src/hal_delay.o + .debug_macro 0x00000000 0x4c hal/src/hal_delay.o + .debug_macro 0x00000000 0x149 hal/src/hal_delay.o + .debug_macro 0x00000000 0x5e hal/src/hal_delay.o + .debug_macro 0x00000000 0xa0 hal/src/hal_delay.o + .debug_macro 0x00000000 0xc4 hal/src/hal_delay.o + .debug_macro 0x00000000 0xb2 hal/src/hal_delay.o + .debug_macro 0x00000000 0x4c hal/src/hal_delay.o + .debug_macro 0x00000000 0x64 hal/src/hal_delay.o + .debug_macro 0x00000000 0x40 hal/src/hal_delay.o + .debug_macro 0x00000000 0x1da hal/src/hal_delay.o + .debug_macro 0x00000000 0x3a hal/src/hal_delay.o + .debug_macro 0x00000000 0x22 hal/src/hal_delay.o + .debug_macro 0x00000000 0x15e hal/src/hal_delay.o + .debug_macro 0x00000000 0x173 hal/src/hal_delay.o + .debug_macro 0x00000000 0x173 hal/src/hal_delay.o + .debug_macro 0x00000000 0x173 hal/src/hal_delay.o + .debug_macro 0x00000000 0x173 hal/src/hal_delay.o + .debug_macro 0x00000000 0x11e hal/src/hal_delay.o + .debug_macro 0x00000000 0x5e hal/src/hal_delay.o + .debug_macro 0x00000000 0xfa hal/src/hal_delay.o + .debug_macro 0x00000000 0xfa hal/src/hal_delay.o + .debug_macro 0x00000000 0xfa hal/src/hal_delay.o + .debug_macro 0x00000000 0xfa hal/src/hal_delay.o + .debug_macro 0x00000000 0x124 hal/src/hal_delay.o + .debug_macro 0x00000000 0x2e hal/src/hal_delay.o + .debug_macro 0x00000000 0x1fa hal/src/hal_delay.o + .debug_macro 0x00000000 0x3a hal/src/hal_delay.o + .debug_macro 0x00000000 0x3e6 hal/src/hal_delay.o + .debug_macro 0x00000000 0x20d6 hal/src/hal_delay.o + .debug_macro 0x00000000 0x6d hal/src/hal_delay.o + .debug_macro 0x00000000 0x10 hal/src/hal_delay.o + .debug_macro 0x00000000 0x10 hal/src/hal_delay.o + .debug_macro 0x00000000 0x16 hal/src/hal_delay.o + .debug_macro 0x00000000 0x16 hal/src/hal_delay.o + .debug_macro 0x00000000 0x16 hal/src/hal_delay.o + .debug_macro 0x00000000 0x16 hal/src/hal_delay.o + .debug_macro 0x00000000 0x16 hal/src/hal_delay.o + .debug_macro 0x00000000 0x16 hal/src/hal_delay.o + .debug_macro 0x00000000 0x16 hal/src/hal_delay.o + .debug_macro 0x00000000 0x16 hal/src/hal_delay.o + .debug_macro 0x00000000 0x16 hal/src/hal_delay.o + .debug_macro 0x00000000 0x16 hal/src/hal_delay.o + .debug_macro 0x00000000 0x16 hal/src/hal_delay.o + .debug_macro 0x00000000 0x16 hal/src/hal_delay.o + .debug_macro 0x00000000 0x16 hal/src/hal_delay.o + .debug_macro 0x00000000 0x16 hal/src/hal_delay.o + .debug_macro 0x00000000 0x16 hal/src/hal_delay.o + .debug_macro 0x00000000 0x16 hal/src/hal_delay.o + .debug_macro 0x00000000 0x16 hal/src/hal_delay.o + .debug_macro 0x00000000 0x16 hal/src/hal_delay.o + .debug_macro 0x00000000 0x16 hal/src/hal_delay.o + .debug_macro 0x00000000 0x16 hal/src/hal_delay.o + .debug_macro 0x00000000 0x16 hal/src/hal_delay.o + .debug_macro 0x00000000 0x16 hal/src/hal_delay.o + .debug_macro 0x00000000 0xbe hal/src/hal_delay.o + .debug_macro 0x00000000 0x28c hal/src/hal_delay.o + .debug_macro 0x00000000 0x16 hal/src/hal_delay.o + .debug_macro 0x00000000 0x277 hal/src/hal_delay.o + .debug_macro 0x00000000 0x16 hal/src/hal_delay.o + .debug_macro 0x00000000 0xca hal/src/hal_delay.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_ext_irq.o + .text 0x00000000 0x0 hal/src/hal_ext_irq.o + .data 0x00000000 0x0 hal/src/hal_ext_irq.o + .bss 0x00000000 0x18 hal/src/hal_ext_irq.o + .text.process_ext_irq + 0x00000000 0x44 hal/src/hal_ext_irq.o + .text.ext_irq_init + 0x00000000 0x34 hal/src/hal_ext_irq.o + .text.ext_irq_deinit + 0x00000000 0xc hal/src/hal_ext_irq.o + .text.ext_irq_register + 0x00000000 0xe8 hal/src/hal_ext_irq.o + .text.ext_irq_enable + 0x00000000 0x10 hal/src/hal_ext_irq.o + .text.ext_irq_disable + 0x00000000 0x10 hal/src/hal_ext_irq.o + .text.ext_irq_get_version + 0x00000000 0x4 hal/src/hal_ext_irq.o + .debug_info 0x00000000 0x366 hal/src/hal_ext_irq.o + .debug_abbrev 0x00000000 0x16c hal/src/hal_ext_irq.o + .debug_loc 0x00000000 0x3bd hal/src/hal_ext_irq.o + .debug_aranges + 0x00000000 0x50 hal/src/hal_ext_irq.o + .debug_ranges 0x00000000 0x40 hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x4ca hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x89e hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x16d hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x22 hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x87 hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x51 hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0xef hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x6a hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x1df hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x22 hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x3f hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x1c hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x22 hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0xb5 hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x4da hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x11f hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x714 hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x959 hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x279 hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x21e hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0xe12 hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x5e7 hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x5be hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x624 hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x172 hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x26b hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x459 hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x21c hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x768 hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x7c0 hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x28e hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x5d7 hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x1c6 hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x308 hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0xac hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x1c53 hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0xff5 hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0xd41 hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x874 hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x8ae hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x19be hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0xe7 hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0xb7c hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x36a hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x7c hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0xac hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0xca hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x4c hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0xdc hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0xb2 hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x64 hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x444 hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x4c hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x149 hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x5e hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0xa0 hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0xc4 hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0xb2 hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x4c hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x64 hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x40 hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x1da hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x3a hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x22 hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x15e hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x173 hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x173 hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x173 hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x173 hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x11e hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x5e hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0xfa hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0xfa hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0xfa hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0xfa hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x124 hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x2e hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x1fa hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x3a hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x3e6 hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x20d6 hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x6d hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x10 hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x10 hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x16 hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x16 hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x16 hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x16 hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x16 hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x16 hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x16 hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x16 hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x16 hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x16 hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x16 hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x16 hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x16 hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x16 hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x16 hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x16 hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x16 hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x16 hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x16 hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x16 hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x16 hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x16 hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0xbe hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x28c hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x16 hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x277 hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0x16 hal/src/hal_ext_irq.o + .debug_macro 0x00000000 0xca hal/src/hal_ext_irq.o + .debug_line 0x00000000 0xab8 hal/src/hal_ext_irq.o + .debug_str 0x00000000 0x7e8b0 hal/src/hal_ext_irq.o + .comment 0x00000000 0x5a hal/src/hal_ext_irq.o + .debug_frame 0x00000000 0xc8 hal/src/hal_ext_irq.o + .ARM.attributes + 0x00000000 0x32 hal/src/hal_ext_irq.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_gpio.o + .text 0x00000000 0x0 hal/src/hal_gpio.o + .data 0x00000000 0x0 hal/src/hal_gpio.o + .bss 0x00000000 0x0 hal/src/hal_gpio.o + .text.gpio_get_version + 0x00000000 0x4 hal/src/hal_gpio.o + .debug_info 0x00000000 0xb7 hal/src/hal_gpio.o + .debug_abbrev 0x00000000 0x67 hal/src/hal_gpio.o + .debug_aranges + 0x00000000 0x20 hal/src/hal_gpio.o + .debug_ranges 0x00000000 0x10 hal/src/hal_gpio.o + .debug_macro 0x00000000 0x4e4 hal/src/hal_gpio.o + .debug_macro 0x00000000 0x89e hal/src/hal_gpio.o + .debug_macro 0x00000000 0x16d hal/src/hal_gpio.o + .debug_macro 0x00000000 0x22 hal/src/hal_gpio.o + .debug_macro 0x00000000 0x87 hal/src/hal_gpio.o + .debug_macro 0x00000000 0x51 hal/src/hal_gpio.o + .debug_macro 0x00000000 0xef hal/src/hal_gpio.o + .debug_macro 0x00000000 0x6a hal/src/hal_gpio.o + .debug_macro 0x00000000 0x1df hal/src/hal_gpio.o + .debug_macro 0x00000000 0x22 hal/src/hal_gpio.o + .debug_macro 0x00000000 0x3f hal/src/hal_gpio.o + .debug_macro 0x00000000 0x1c hal/src/hal_gpio.o + .debug_macro 0x00000000 0x22 hal/src/hal_gpio.o + .debug_macro 0x00000000 0xb5 hal/src/hal_gpio.o + .debug_macro 0x00000000 0x4da hal/src/hal_gpio.o + .debug_macro 0x00000000 0x11f hal/src/hal_gpio.o + .debug_macro 0x00000000 0x714 hal/src/hal_gpio.o + .debug_macro 0x00000000 0x959 hal/src/hal_gpio.o + .debug_macro 0x00000000 0x279 hal/src/hal_gpio.o + .debug_macro 0x00000000 0x21e hal/src/hal_gpio.o + .debug_macro 0x00000000 0xe12 hal/src/hal_gpio.o + .debug_macro 0x00000000 0x5e7 hal/src/hal_gpio.o + .debug_macro 0x00000000 0x5be hal/src/hal_gpio.o + .debug_macro 0x00000000 0x624 hal/src/hal_gpio.o + .debug_macro 0x00000000 0x172 hal/src/hal_gpio.o + .debug_macro 0x00000000 0x26b hal/src/hal_gpio.o + .debug_macro 0x00000000 0x459 hal/src/hal_gpio.o + .debug_macro 0x00000000 0x21c hal/src/hal_gpio.o + .debug_macro 0x00000000 0x768 hal/src/hal_gpio.o + .debug_macro 0x00000000 0x7c0 hal/src/hal_gpio.o + .debug_macro 0x00000000 0x28e hal/src/hal_gpio.o + .debug_macro 0x00000000 0x5d7 hal/src/hal_gpio.o + .debug_macro 0x00000000 0x1c6 hal/src/hal_gpio.o + .debug_macro 0x00000000 0x308 hal/src/hal_gpio.o + .debug_macro 0x00000000 0xac hal/src/hal_gpio.o + .debug_macro 0x00000000 0x1c53 hal/src/hal_gpio.o + .debug_macro 0x00000000 0xff5 hal/src/hal_gpio.o + .debug_macro 0x00000000 0xd41 hal/src/hal_gpio.o + .debug_macro 0x00000000 0x874 hal/src/hal_gpio.o + .debug_macro 0x00000000 0x8ae hal/src/hal_gpio.o + .debug_macro 0x00000000 0x19be hal/src/hal_gpio.o + .debug_macro 0x00000000 0xe7 hal/src/hal_gpio.o + .debug_macro 0x00000000 0xb7c hal/src/hal_gpio.o + .debug_macro 0x00000000 0x36a hal/src/hal_gpio.o + .debug_macro 0x00000000 0x7c hal/src/hal_gpio.o + .debug_macro 0x00000000 0xac hal/src/hal_gpio.o + .debug_macro 0x00000000 0xca hal/src/hal_gpio.o + .debug_macro 0x00000000 0x4c hal/src/hal_gpio.o + .debug_macro 0x00000000 0xdc hal/src/hal_gpio.o + .debug_macro 0x00000000 0xb2 hal/src/hal_gpio.o + .debug_macro 0x00000000 0x64 hal/src/hal_gpio.o + .debug_macro 0x00000000 0x444 hal/src/hal_gpio.o + .debug_macro 0x00000000 0x4c hal/src/hal_gpio.o + .debug_macro 0x00000000 0x149 hal/src/hal_gpio.o + .debug_macro 0x00000000 0x5e hal/src/hal_gpio.o + .debug_macro 0x00000000 0xa0 hal/src/hal_gpio.o + .debug_macro 0x00000000 0xc4 hal/src/hal_gpio.o + .debug_macro 0x00000000 0xb2 hal/src/hal_gpio.o + .debug_macro 0x00000000 0x4c hal/src/hal_gpio.o + .debug_macro 0x00000000 0x64 hal/src/hal_gpio.o + .debug_macro 0x00000000 0x40 hal/src/hal_gpio.o + .debug_macro 0x00000000 0x1da hal/src/hal_gpio.o + .debug_macro 0x00000000 0x3a hal/src/hal_gpio.o + .debug_macro 0x00000000 0x22 hal/src/hal_gpio.o + .debug_macro 0x00000000 0x15e hal/src/hal_gpio.o + .debug_macro 0x00000000 0x173 hal/src/hal_gpio.o + .debug_macro 0x00000000 0x173 hal/src/hal_gpio.o + .debug_macro 0x00000000 0x173 hal/src/hal_gpio.o + .debug_macro 0x00000000 0x173 hal/src/hal_gpio.o + .debug_macro 0x00000000 0x11e hal/src/hal_gpio.o + .debug_macro 0x00000000 0x5e hal/src/hal_gpio.o + .debug_macro 0x00000000 0xfa hal/src/hal_gpio.o + .debug_macro 0x00000000 0xfa hal/src/hal_gpio.o + .debug_macro 0x00000000 0xfa hal/src/hal_gpio.o + .debug_macro 0x00000000 0xfa hal/src/hal_gpio.o + .debug_macro 0x00000000 0x124 hal/src/hal_gpio.o + .debug_macro 0x00000000 0x2e hal/src/hal_gpio.o + .debug_macro 0x00000000 0x1fa hal/src/hal_gpio.o + .debug_macro 0x00000000 0x3a hal/src/hal_gpio.o + .debug_macro 0x00000000 0x3e6 hal/src/hal_gpio.o + .debug_macro 0x00000000 0x20d6 hal/src/hal_gpio.o + .debug_macro 0x00000000 0x6d hal/src/hal_gpio.o + .debug_macro 0x00000000 0x10 hal/src/hal_gpio.o + .debug_macro 0x00000000 0x10 hal/src/hal_gpio.o + .debug_macro 0x00000000 0x16 hal/src/hal_gpio.o + .debug_macro 0x00000000 0x16 hal/src/hal_gpio.o + .debug_macro 0x00000000 0x16 hal/src/hal_gpio.o + .debug_macro 0x00000000 0x16 hal/src/hal_gpio.o + .debug_macro 0x00000000 0x16 hal/src/hal_gpio.o + .debug_macro 0x00000000 0x16 hal/src/hal_gpio.o + .debug_macro 0x00000000 0x16 hal/src/hal_gpio.o + .debug_macro 0x00000000 0x16 hal/src/hal_gpio.o + .debug_macro 0x00000000 0x16 hal/src/hal_gpio.o + .debug_macro 0x00000000 0x16 hal/src/hal_gpio.o + .debug_macro 0x00000000 0x16 hal/src/hal_gpio.o + .debug_macro 0x00000000 0x16 hal/src/hal_gpio.o + .debug_macro 0x00000000 0x16 hal/src/hal_gpio.o + .debug_macro 0x00000000 0x16 hal/src/hal_gpio.o + .debug_macro 0x00000000 0x16 hal/src/hal_gpio.o + .debug_macro 0x00000000 0x16 hal/src/hal_gpio.o + .debug_macro 0x00000000 0x16 hal/src/hal_gpio.o + .debug_macro 0x00000000 0x16 hal/src/hal_gpio.o + .debug_macro 0x00000000 0x16 hal/src/hal_gpio.o + .debug_macro 0x00000000 0x16 hal/src/hal_gpio.o + .debug_macro 0x00000000 0x16 hal/src/hal_gpio.o + .debug_macro 0x00000000 0x16 hal/src/hal_gpio.o + .debug_macro 0x00000000 0xbe hal/src/hal_gpio.o + .debug_macro 0x00000000 0x28c hal/src/hal_gpio.o + .debug_macro 0x00000000 0x16 hal/src/hal_gpio.o + .debug_macro 0x00000000 0x277 hal/src/hal_gpio.o + .debug_macro 0x00000000 0x16 hal/src/hal_gpio.o + .debug_macro 0x00000000 0xca hal/src/hal_gpio.o + .debug_macro 0x00000000 0x1c hal/src/hal_gpio.o + .debug_macro 0x00000000 0x16 hal/src/hal_gpio.o + .debug_macro 0x00000000 0xcf hal/src/hal_gpio.o + .debug_line 0x00000000 0xa2a hal/src/hal_gpio.o + .debug_str 0x00000000 0x7f0b4 hal/src/hal_gpio.o + .comment 0x00000000 0x5a hal/src/hal_gpio.o + .debug_frame 0x00000000 0x20 hal/src/hal_gpio.o + .ARM.attributes + 0x00000000 0x32 hal/src/hal_gpio.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_i2c_m_sync.o + .text 0x00000000 0x0 hal/src/hal_i2c_m_sync.o + .data 0x00000000 0x0 hal/src/hal_i2c_m_sync.o + .bss 0x00000000 0x0 hal/src/hal_i2c_m_sync.o + .text.i2c_m_sync_deinit + 0x00000000 0x30 hal/src/hal_i2c_m_sync.o + .text.i2c_m_sync_disable + 0x00000000 0xc hal/src/hal_i2c_m_sync.o + .text.i2c_m_sync_set_baudrate + 0x00000000 0xc hal/src/hal_i2c_m_sync.o + .text.i2c_m_sync_cmd_write + 0x00000000 0x48 hal/src/hal_i2c_m_sync.o + .text.i2c_m_sync_cmd_read + 0x00000000 0x48 hal/src/hal_i2c_m_sync.o + .text.i2c_m_sync_transfer + 0x00000000 0xc hal/src/hal_i2c_m_sync.o + .text.i2c_m_sync_send_stop + 0x00000000 0xc hal/src/hal_i2c_m_sync.o + .text.i2c_m_sync_get_version + 0x00000000 0x4 hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x89e hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x16d hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x22 hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x87 hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x51 hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0xef hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x6a hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x1df hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x22 hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x3f hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x1c hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x22 hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0xb5 hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x4da hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x11f hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x714 hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x959 hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x279 hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x21e hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0xe12 hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x5e7 hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x5be hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x624 hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x172 hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x26b hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x459 hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x21c hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x768 hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x7c0 hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x28e hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x5d7 hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x1c6 hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x308 hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0xac hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x1c53 hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0xff5 hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0xd41 hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x874 hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x8ae hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x19be hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0xe7 hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0xb7c hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x36a hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x7c hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0xac hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0xca hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x4c hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0xdc hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0xb2 hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x64 hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x444 hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x4c hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x149 hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x5e hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0xa0 hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0xc4 hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0xb2 hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x4c hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x64 hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x40 hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x1da hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x3a hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x22 hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x15e hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x173 hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x173 hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x173 hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x173 hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x11e hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x5e hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0xfa hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0xfa hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0xfa hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0xfa hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x124 hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x2e hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x1fa hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x3a hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x3e6 hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x20d6 hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x6d hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x10 hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x10 hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0xbe hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x28c hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x277 hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0xca hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0xc9 hal/src/hal_i2c_m_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_i2c_m_sync.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_init.o + .text 0x00000000 0x0 hal/src/hal_init.o + .data 0x00000000 0x0 hal/src/hal_init.o + .bss 0x00000000 0x0 hal/src/hal_init.o + .text.init_get_version + 0x00000000 0x4 hal/src/hal_init.o + .debug_info 0x00000000 0xb7 hal/src/hal_init.o + .debug_abbrev 0x00000000 0x67 hal/src/hal_init.o + .debug_aranges + 0x00000000 0x20 hal/src/hal_init.o + .debug_ranges 0x00000000 0x10 hal/src/hal_init.o + .debug_macro 0x00000000 0x4c4 hal/src/hal_init.o + .debug_macro 0x00000000 0x89e hal/src/hal_init.o + .debug_macro 0x00000000 0x16d hal/src/hal_init.o + .debug_macro 0x00000000 0x22 hal/src/hal_init.o + .debug_macro 0x00000000 0x87 hal/src/hal_init.o + .debug_macro 0x00000000 0x51 hal/src/hal_init.o + .debug_macro 0x00000000 0xef hal/src/hal_init.o + .debug_macro 0x00000000 0x6a hal/src/hal_init.o + .debug_macro 0x00000000 0x1df hal/src/hal_init.o + .debug_macro 0x00000000 0x22 hal/src/hal_init.o + .debug_macro 0x00000000 0x3f hal/src/hal_init.o + .debug_macro 0x00000000 0x1c hal/src/hal_init.o + .debug_macro 0x00000000 0x22 hal/src/hal_init.o + .debug_macro 0x00000000 0xb5 hal/src/hal_init.o + .debug_macro 0x00000000 0x4da hal/src/hal_init.o + .debug_macro 0x00000000 0x11f hal/src/hal_init.o + .debug_macro 0x00000000 0x714 hal/src/hal_init.o + .debug_macro 0x00000000 0x959 hal/src/hal_init.o + .debug_macro 0x00000000 0x279 hal/src/hal_init.o + .debug_macro 0x00000000 0x21e hal/src/hal_init.o + .debug_macro 0x00000000 0xe12 hal/src/hal_init.o + .debug_macro 0x00000000 0x5e7 hal/src/hal_init.o + .debug_macro 0x00000000 0x5be hal/src/hal_init.o + .debug_macro 0x00000000 0x624 hal/src/hal_init.o + .debug_macro 0x00000000 0x172 hal/src/hal_init.o + .debug_macro 0x00000000 0x26b hal/src/hal_init.o + .debug_macro 0x00000000 0x459 hal/src/hal_init.o + .debug_macro 0x00000000 0x21c hal/src/hal_init.o + .debug_macro 0x00000000 0x768 hal/src/hal_init.o + .debug_macro 0x00000000 0x7c0 hal/src/hal_init.o + .debug_macro 0x00000000 0x28e hal/src/hal_init.o + .debug_macro 0x00000000 0x5d7 hal/src/hal_init.o + .debug_macro 0x00000000 0x1c6 hal/src/hal_init.o + .debug_macro 0x00000000 0x308 hal/src/hal_init.o + .debug_macro 0x00000000 0xac hal/src/hal_init.o + .debug_macro 0x00000000 0x1c53 hal/src/hal_init.o + .debug_macro 0x00000000 0xff5 hal/src/hal_init.o + .debug_macro 0x00000000 0xd41 hal/src/hal_init.o + .debug_macro 0x00000000 0x874 hal/src/hal_init.o + .debug_macro 0x00000000 0x8ae hal/src/hal_init.o + .debug_macro 0x00000000 0x19be hal/src/hal_init.o + .debug_macro 0x00000000 0xe7 hal/src/hal_init.o + .debug_macro 0x00000000 0xb7c hal/src/hal_init.o + .debug_macro 0x00000000 0x36a hal/src/hal_init.o + .debug_macro 0x00000000 0x7c hal/src/hal_init.o + .debug_macro 0x00000000 0xac hal/src/hal_init.o + .debug_macro 0x00000000 0xca hal/src/hal_init.o + .debug_macro 0x00000000 0x4c hal/src/hal_init.o + .debug_macro 0x00000000 0xdc hal/src/hal_init.o + .debug_macro 0x00000000 0xb2 hal/src/hal_init.o + .debug_macro 0x00000000 0x64 hal/src/hal_init.o + .debug_macro 0x00000000 0x444 hal/src/hal_init.o + .debug_macro 0x00000000 0x4c hal/src/hal_init.o + .debug_macro 0x00000000 0x149 hal/src/hal_init.o + .debug_macro 0x00000000 0x5e hal/src/hal_init.o + .debug_macro 0x00000000 0xa0 hal/src/hal_init.o + .debug_macro 0x00000000 0xc4 hal/src/hal_init.o + .debug_macro 0x00000000 0xb2 hal/src/hal_init.o + .debug_macro 0x00000000 0x4c hal/src/hal_init.o + .debug_macro 0x00000000 0x64 hal/src/hal_init.o + .debug_macro 0x00000000 0x40 hal/src/hal_init.o + .debug_macro 0x00000000 0x1da hal/src/hal_init.o + .debug_macro 0x00000000 0x3a hal/src/hal_init.o + .debug_macro 0x00000000 0x22 hal/src/hal_init.o + .debug_macro 0x00000000 0x15e hal/src/hal_init.o + .debug_macro 0x00000000 0x173 hal/src/hal_init.o + .debug_macro 0x00000000 0x173 hal/src/hal_init.o + .debug_macro 0x00000000 0x173 hal/src/hal_init.o + .debug_macro 0x00000000 0x173 hal/src/hal_init.o + .debug_macro 0x00000000 0x11e hal/src/hal_init.o + .debug_macro 0x00000000 0x5e hal/src/hal_init.o + .debug_macro 0x00000000 0xfa hal/src/hal_init.o + .debug_macro 0x00000000 0xfa hal/src/hal_init.o + .debug_macro 0x00000000 0xfa hal/src/hal_init.o + .debug_macro 0x00000000 0xfa hal/src/hal_init.o + .debug_macro 0x00000000 0x124 hal/src/hal_init.o + .debug_macro 0x00000000 0x2e hal/src/hal_init.o + .debug_macro 0x00000000 0x1fa hal/src/hal_init.o + .debug_macro 0x00000000 0x3a hal/src/hal_init.o + .debug_macro 0x00000000 0x3e6 hal/src/hal_init.o + .debug_macro 0x00000000 0x20d6 hal/src/hal_init.o + .debug_macro 0x00000000 0x6d hal/src/hal_init.o + .debug_macro 0x00000000 0x10 hal/src/hal_init.o + .debug_macro 0x00000000 0x10 hal/src/hal_init.o + .debug_macro 0x00000000 0x16 hal/src/hal_init.o + .debug_macro 0x00000000 0x16 hal/src/hal_init.o + .debug_macro 0x00000000 0x16 hal/src/hal_init.o + .debug_macro 0x00000000 0x16 hal/src/hal_init.o + .debug_macro 0x00000000 0x16 hal/src/hal_init.o + .debug_macro 0x00000000 0x16 hal/src/hal_init.o + .debug_macro 0x00000000 0x16 hal/src/hal_init.o + .debug_macro 0x00000000 0x16 hal/src/hal_init.o + .debug_macro 0x00000000 0x16 hal/src/hal_init.o + .debug_macro 0x00000000 0x16 hal/src/hal_init.o + .debug_macro 0x00000000 0x16 hal/src/hal_init.o + .debug_macro 0x00000000 0x16 hal/src/hal_init.o + .debug_macro 0x00000000 0x16 hal/src/hal_init.o + .debug_macro 0x00000000 0x16 hal/src/hal_init.o + .debug_macro 0x00000000 0x16 hal/src/hal_init.o + .debug_macro 0x00000000 0x16 hal/src/hal_init.o + .debug_macro 0x00000000 0x16 hal/src/hal_init.o + .debug_macro 0x00000000 0x16 hal/src/hal_init.o + .debug_macro 0x00000000 0x16 hal/src/hal_init.o + .debug_macro 0x00000000 0x16 hal/src/hal_init.o + .debug_macro 0x00000000 0x16 hal/src/hal_init.o + .debug_macro 0x00000000 0x16 hal/src/hal_init.o + .debug_macro 0x00000000 0xbe hal/src/hal_init.o + .debug_macro 0x00000000 0x28c hal/src/hal_init.o + .debug_macro 0x00000000 0x16 hal/src/hal_init.o + .debug_macro 0x00000000 0x277 hal/src/hal_init.o + .debug_macro 0x00000000 0x16 hal/src/hal_init.o + .debug_macro 0x00000000 0xca hal/src/hal_init.o + .debug_line 0x00000000 0x9da hal/src/hal_init.o + .debug_str 0x00000000 0x7e796 hal/src/hal_init.o + .comment 0x00000000 0x5a hal/src/hal_init.o + .debug_frame 0x00000000 0x20 hal/src/hal_init.o + .ARM.attributes + 0x00000000 0x32 hal/src/hal_init.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_io.o + .text 0x00000000 0x0 hal/src/hal_io.o + .data 0x00000000 0x0 hal/src/hal_io.o + .bss 0x00000000 0x0 hal/src/hal_io.o + .text.io_get_version + 0x00000000 0x4 hal/src/hal_io.o + .debug_macro 0x00000000 0x89e hal/src/hal_io.o + .debug_macro 0x00000000 0x16d hal/src/hal_io.o + .debug_macro 0x00000000 0x22 hal/src/hal_io.o + .debug_macro 0x00000000 0x87 hal/src/hal_io.o + .debug_macro 0x00000000 0x51 hal/src/hal_io.o + .debug_macro 0x00000000 0xef hal/src/hal_io.o + .debug_macro 0x00000000 0x6a hal/src/hal_io.o + .debug_macro 0x00000000 0x1df hal/src/hal_io.o + .debug_macro 0x00000000 0x22 hal/src/hal_io.o + .debug_macro 0x00000000 0x3f hal/src/hal_io.o + .debug_macro 0x00000000 0x1c hal/src/hal_io.o + .debug_macro 0x00000000 0x22 hal/src/hal_io.o + .debug_macro 0x00000000 0xb5 hal/src/hal_io.o + .debug_macro 0x00000000 0x4da hal/src/hal_io.o + .debug_macro 0x00000000 0x11f hal/src/hal_io.o + .debug_macro 0x00000000 0x714 hal/src/hal_io.o + .debug_macro 0x00000000 0x959 hal/src/hal_io.o + .debug_macro 0x00000000 0x279 hal/src/hal_io.o + .debug_macro 0x00000000 0x21e hal/src/hal_io.o + .debug_macro 0x00000000 0xe12 hal/src/hal_io.o + .debug_macro 0x00000000 0x5e7 hal/src/hal_io.o + .debug_macro 0x00000000 0x5be hal/src/hal_io.o + .debug_macro 0x00000000 0x624 hal/src/hal_io.o + .debug_macro 0x00000000 0x172 hal/src/hal_io.o + .debug_macro 0x00000000 0x26b hal/src/hal_io.o + .debug_macro 0x00000000 0x459 hal/src/hal_io.o + .debug_macro 0x00000000 0x21c hal/src/hal_io.o + .debug_macro 0x00000000 0x768 hal/src/hal_io.o + .debug_macro 0x00000000 0x7c0 hal/src/hal_io.o + .debug_macro 0x00000000 0x28e hal/src/hal_io.o + .debug_macro 0x00000000 0x5d7 hal/src/hal_io.o + .debug_macro 0x00000000 0x1c6 hal/src/hal_io.o + .debug_macro 0x00000000 0x308 hal/src/hal_io.o + .debug_macro 0x00000000 0xac hal/src/hal_io.o + .debug_macro 0x00000000 0x1c53 hal/src/hal_io.o + .debug_macro 0x00000000 0xff5 hal/src/hal_io.o + .debug_macro 0x00000000 0xd41 hal/src/hal_io.o + .debug_macro 0x00000000 0x874 hal/src/hal_io.o + .debug_macro 0x00000000 0x8ae hal/src/hal_io.o + .debug_macro 0x00000000 0x19be hal/src/hal_io.o + .debug_macro 0x00000000 0xe7 hal/src/hal_io.o + .debug_macro 0x00000000 0xb7c hal/src/hal_io.o + .debug_macro 0x00000000 0x36a hal/src/hal_io.o + .debug_macro 0x00000000 0x7c hal/src/hal_io.o + .debug_macro 0x00000000 0xac hal/src/hal_io.o + .debug_macro 0x00000000 0xca hal/src/hal_io.o + .debug_macro 0x00000000 0x4c hal/src/hal_io.o + .debug_macro 0x00000000 0xdc hal/src/hal_io.o + .debug_macro 0x00000000 0xb2 hal/src/hal_io.o + .debug_macro 0x00000000 0x64 hal/src/hal_io.o + .debug_macro 0x00000000 0x444 hal/src/hal_io.o + .debug_macro 0x00000000 0x4c hal/src/hal_io.o + .debug_macro 0x00000000 0x149 hal/src/hal_io.o + .debug_macro 0x00000000 0x5e hal/src/hal_io.o + .debug_macro 0x00000000 0xa0 hal/src/hal_io.o + .debug_macro 0x00000000 0xc4 hal/src/hal_io.o + .debug_macro 0x00000000 0xb2 hal/src/hal_io.o + .debug_macro 0x00000000 0x4c hal/src/hal_io.o + .debug_macro 0x00000000 0x64 hal/src/hal_io.o + .debug_macro 0x00000000 0x40 hal/src/hal_io.o + .debug_macro 0x00000000 0x1da hal/src/hal_io.o + .debug_macro 0x00000000 0x3a hal/src/hal_io.o + .debug_macro 0x00000000 0x22 hal/src/hal_io.o + .debug_macro 0x00000000 0x15e hal/src/hal_io.o + .debug_macro 0x00000000 0x173 hal/src/hal_io.o + .debug_macro 0x00000000 0x173 hal/src/hal_io.o + .debug_macro 0x00000000 0x173 hal/src/hal_io.o + .debug_macro 0x00000000 0x173 hal/src/hal_io.o + .debug_macro 0x00000000 0x11e hal/src/hal_io.o + .debug_macro 0x00000000 0x5e hal/src/hal_io.o + .debug_macro 0x00000000 0xfa hal/src/hal_io.o + .debug_macro 0x00000000 0xfa hal/src/hal_io.o + .debug_macro 0x00000000 0xfa hal/src/hal_io.o + .debug_macro 0x00000000 0xfa hal/src/hal_io.o + .debug_macro 0x00000000 0x124 hal/src/hal_io.o + .debug_macro 0x00000000 0x2e hal/src/hal_io.o + .debug_macro 0x00000000 0x1fa hal/src/hal_io.o + .debug_macro 0x00000000 0x3a hal/src/hal_io.o + .debug_macro 0x00000000 0x3e6 hal/src/hal_io.o + .debug_macro 0x00000000 0x20d6 hal/src/hal_io.o + .debug_macro 0x00000000 0x6d hal/src/hal_io.o + .debug_macro 0x00000000 0x10 hal/src/hal_io.o + .debug_macro 0x00000000 0x10 hal/src/hal_io.o + .debug_macro 0x00000000 0x16 hal/src/hal_io.o + .debug_macro 0x00000000 0x16 hal/src/hal_io.o + .debug_macro 0x00000000 0x16 hal/src/hal_io.o + .debug_macro 0x00000000 0x16 hal/src/hal_io.o + .debug_macro 0x00000000 0x16 hal/src/hal_io.o + .debug_macro 0x00000000 0x16 hal/src/hal_io.o + .debug_macro 0x00000000 0x16 hal/src/hal_io.o + .debug_macro 0x00000000 0x16 hal/src/hal_io.o + .debug_macro 0x00000000 0x16 hal/src/hal_io.o + .debug_macro 0x00000000 0x16 hal/src/hal_io.o + .debug_macro 0x00000000 0x16 hal/src/hal_io.o + .debug_macro 0x00000000 0x16 hal/src/hal_io.o + .debug_macro 0x00000000 0x16 hal/src/hal_io.o + .debug_macro 0x00000000 0x16 hal/src/hal_io.o + .debug_macro 0x00000000 0x16 hal/src/hal_io.o + .debug_macro 0x00000000 0x16 hal/src/hal_io.o + .debug_macro 0x00000000 0x16 hal/src/hal_io.o + .debug_macro 0x00000000 0x16 hal/src/hal_io.o + .debug_macro 0x00000000 0x16 hal/src/hal_io.o + .debug_macro 0x00000000 0x16 hal/src/hal_io.o + .debug_macro 0x00000000 0x16 hal/src/hal_io.o + .debug_macro 0x00000000 0x16 hal/src/hal_io.o + .debug_macro 0x00000000 0xbe hal/src/hal_io.o + .debug_macro 0x00000000 0x28c hal/src/hal_io.o + .debug_macro 0x00000000 0x16 hal/src/hal_io.o + .debug_macro 0x00000000 0x277 hal/src/hal_io.o + .debug_macro 0x00000000 0x16 hal/src/hal_io.o + .debug_macro 0x00000000 0xca hal/src/hal_io.o + .debug_macro 0x00000000 0x16 hal/src/hal_io.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_pwm.o + .text 0x00000000 0x0 hal/src/hal_pwm.o + .data 0x00000000 0x0 hal/src/hal_pwm.o + .bss 0x00000000 0x0 hal/src/hal_pwm.o + .text.pwm_deinit + 0x00000000 0x34 hal/src/hal_pwm.o + .text.pwm_disable + 0x00000000 0x44 hal/src/hal_pwm.o + .text.pwm_register_callback + 0x00000000 0x54 hal/src/hal_pwm.o + .text.pwm_get_version + 0x00000000 0x4 hal/src/hal_pwm.o + .debug_macro 0x00000000 0x89e hal/src/hal_pwm.o + .debug_macro 0x00000000 0x16d hal/src/hal_pwm.o + .debug_macro 0x00000000 0x22 hal/src/hal_pwm.o + .debug_macro 0x00000000 0x87 hal/src/hal_pwm.o + .debug_macro 0x00000000 0x51 hal/src/hal_pwm.o + .debug_macro 0x00000000 0xef hal/src/hal_pwm.o + .debug_macro 0x00000000 0x6a hal/src/hal_pwm.o + .debug_macro 0x00000000 0x1df hal/src/hal_pwm.o + .debug_macro 0x00000000 0x22 hal/src/hal_pwm.o + .debug_macro 0x00000000 0x3f hal/src/hal_pwm.o + .debug_macro 0x00000000 0x1c hal/src/hal_pwm.o + .debug_macro 0x00000000 0x22 hal/src/hal_pwm.o + .debug_macro 0x00000000 0xb5 hal/src/hal_pwm.o + .debug_macro 0x00000000 0x4da hal/src/hal_pwm.o + .debug_macro 0x00000000 0x11f hal/src/hal_pwm.o + .debug_macro 0x00000000 0x714 hal/src/hal_pwm.o + .debug_macro 0x00000000 0x959 hal/src/hal_pwm.o + .debug_macro 0x00000000 0x279 hal/src/hal_pwm.o + .debug_macro 0x00000000 0x21e hal/src/hal_pwm.o + .debug_macro 0x00000000 0xe12 hal/src/hal_pwm.o + .debug_macro 0x00000000 0x5e7 hal/src/hal_pwm.o + .debug_macro 0x00000000 0x5be hal/src/hal_pwm.o + .debug_macro 0x00000000 0x624 hal/src/hal_pwm.o + .debug_macro 0x00000000 0x172 hal/src/hal_pwm.o + .debug_macro 0x00000000 0x26b hal/src/hal_pwm.o + .debug_macro 0x00000000 0x459 hal/src/hal_pwm.o + .debug_macro 0x00000000 0x21c hal/src/hal_pwm.o + .debug_macro 0x00000000 0x768 hal/src/hal_pwm.o + .debug_macro 0x00000000 0x7c0 hal/src/hal_pwm.o + .debug_macro 0x00000000 0x28e hal/src/hal_pwm.o + .debug_macro 0x00000000 0x5d7 hal/src/hal_pwm.o + .debug_macro 0x00000000 0x1c6 hal/src/hal_pwm.o + .debug_macro 0x00000000 0x308 hal/src/hal_pwm.o + .debug_macro 0x00000000 0xac hal/src/hal_pwm.o + .debug_macro 0x00000000 0x1c53 hal/src/hal_pwm.o + .debug_macro 0x00000000 0xff5 hal/src/hal_pwm.o + .debug_macro 0x00000000 0xd41 hal/src/hal_pwm.o + .debug_macro 0x00000000 0x874 hal/src/hal_pwm.o + .debug_macro 0x00000000 0x8ae hal/src/hal_pwm.o + .debug_macro 0x00000000 0x19be hal/src/hal_pwm.o + .debug_macro 0x00000000 0xe7 hal/src/hal_pwm.o + .debug_macro 0x00000000 0xb7c hal/src/hal_pwm.o + .debug_macro 0x00000000 0x36a hal/src/hal_pwm.o + .debug_macro 0x00000000 0x7c hal/src/hal_pwm.o + .debug_macro 0x00000000 0xac hal/src/hal_pwm.o + .debug_macro 0x00000000 0xca hal/src/hal_pwm.o + .debug_macro 0x00000000 0x4c hal/src/hal_pwm.o + .debug_macro 0x00000000 0xdc hal/src/hal_pwm.o + .debug_macro 0x00000000 0xb2 hal/src/hal_pwm.o + .debug_macro 0x00000000 0x64 hal/src/hal_pwm.o + .debug_macro 0x00000000 0x444 hal/src/hal_pwm.o + .debug_macro 0x00000000 0x4c hal/src/hal_pwm.o + .debug_macro 0x00000000 0x149 hal/src/hal_pwm.o + .debug_macro 0x00000000 0x5e hal/src/hal_pwm.o + .debug_macro 0x00000000 0xa0 hal/src/hal_pwm.o + .debug_macro 0x00000000 0xc4 hal/src/hal_pwm.o + .debug_macro 0x00000000 0xb2 hal/src/hal_pwm.o + .debug_macro 0x00000000 0x4c hal/src/hal_pwm.o + .debug_macro 0x00000000 0x64 hal/src/hal_pwm.o + .debug_macro 0x00000000 0x40 hal/src/hal_pwm.o + .debug_macro 0x00000000 0x1da hal/src/hal_pwm.o + .debug_macro 0x00000000 0x3a hal/src/hal_pwm.o + .debug_macro 0x00000000 0x22 hal/src/hal_pwm.o + .debug_macro 0x00000000 0x15e hal/src/hal_pwm.o + .debug_macro 0x00000000 0x173 hal/src/hal_pwm.o + .debug_macro 0x00000000 0x173 hal/src/hal_pwm.o + .debug_macro 0x00000000 0x173 hal/src/hal_pwm.o + .debug_macro 0x00000000 0x173 hal/src/hal_pwm.o + .debug_macro 0x00000000 0x11e hal/src/hal_pwm.o + .debug_macro 0x00000000 0x5e hal/src/hal_pwm.o + .debug_macro 0x00000000 0xfa hal/src/hal_pwm.o + .debug_macro 0x00000000 0xfa hal/src/hal_pwm.o + .debug_macro 0x00000000 0xfa hal/src/hal_pwm.o + .debug_macro 0x00000000 0xfa hal/src/hal_pwm.o + .debug_macro 0x00000000 0x124 hal/src/hal_pwm.o + .debug_macro 0x00000000 0x2e hal/src/hal_pwm.o + .debug_macro 0x00000000 0x1fa hal/src/hal_pwm.o + .debug_macro 0x00000000 0x3a hal/src/hal_pwm.o + .debug_macro 0x00000000 0x3e6 hal/src/hal_pwm.o + .debug_macro 0x00000000 0x20d6 hal/src/hal_pwm.o + .debug_macro 0x00000000 0x6d hal/src/hal_pwm.o + .debug_macro 0x00000000 0x10 hal/src/hal_pwm.o + .debug_macro 0x00000000 0x10 hal/src/hal_pwm.o + .debug_macro 0x00000000 0x16 hal/src/hal_pwm.o + .debug_macro 0x00000000 0x16 hal/src/hal_pwm.o + .debug_macro 0x00000000 0x16 hal/src/hal_pwm.o + .debug_macro 0x00000000 0x16 hal/src/hal_pwm.o + .debug_macro 0x00000000 0x16 hal/src/hal_pwm.o + .debug_macro 0x00000000 0x16 hal/src/hal_pwm.o + .debug_macro 0x00000000 0x16 hal/src/hal_pwm.o + .debug_macro 0x00000000 0x16 hal/src/hal_pwm.o + .debug_macro 0x00000000 0x16 hal/src/hal_pwm.o + .debug_macro 0x00000000 0x16 hal/src/hal_pwm.o + .debug_macro 0x00000000 0x16 hal/src/hal_pwm.o + .debug_macro 0x00000000 0x16 hal/src/hal_pwm.o + .debug_macro 0x00000000 0x16 hal/src/hal_pwm.o + .debug_macro 0x00000000 0x16 hal/src/hal_pwm.o + .debug_macro 0x00000000 0x16 hal/src/hal_pwm.o + .debug_macro 0x00000000 0x16 hal/src/hal_pwm.o + .debug_macro 0x00000000 0x16 hal/src/hal_pwm.o + .debug_macro 0x00000000 0x16 hal/src/hal_pwm.o + .debug_macro 0x00000000 0x16 hal/src/hal_pwm.o + .debug_macro 0x00000000 0x16 hal/src/hal_pwm.o + .debug_macro 0x00000000 0x16 hal/src/hal_pwm.o + .debug_macro 0x00000000 0x16 hal/src/hal_pwm.o + .debug_macro 0x00000000 0xbe hal/src/hal_pwm.o + .debug_macro 0x00000000 0x28c hal/src/hal_pwm.o + .debug_macro 0x00000000 0x16 hal/src/hal_pwm.o + .debug_macro 0x00000000 0x277 hal/src/hal_pwm.o + .debug_macro 0x00000000 0x16 hal/src/hal_pwm.o + .debug_macro 0x00000000 0xca hal/src/hal_pwm.o + .debug_macro 0x00000000 0x16 hal/src/hal_pwm.o + .debug_macro 0x00000000 0xc9 hal/src/hal_pwm.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_slcd_sync.o + .text 0x00000000 0x0 hal/src/hal_slcd_sync.o + .data 0x00000000 0x0 hal/src/hal_slcd_sync.o + .bss 0x00000000 0x0 hal/src/hal_slcd_sync.o + .text.slcd_sync_init + 0x00000000 0x38 hal/src/hal_slcd_sync.o + .text.slcd_sync_deinit + 0x00000000 0x28 hal/src/hal_slcd_sync.o + .text.slcd_sync_enable + 0x00000000 0x28 hal/src/hal_slcd_sync.o + .text.slcd_sync_disable + 0x00000000 0x28 hal/src/hal_slcd_sync.o + .text.slcd_sync_seg_on + 0x00000000 0x2c hal/src/hal_slcd_sync.o + .text.slcd_sync_seg_off + 0x00000000 0x2c hal/src/hal_slcd_sync.o + .text.slcd_sync_seg_blink + 0x00000000 0x3c hal/src/hal_slcd_sync.o + .text.slcd_sync_write_char + 0x00000000 0x30 hal/src/hal_slcd_sync.o + .text.slcd_sync_write_string + 0x00000000 0x58 hal/src/hal_slcd_sync.o + .text.slcd_sync_start_animation + 0x00000000 0x50 hal/src/hal_slcd_sync.o + .text.slcd_sync_stop_animation + 0x00000000 0x44 hal/src/hal_slcd_sync.o + .text.slcd_sync_set_animation_period + 0x00000000 0x38 hal/src/hal_slcd_sync.o + .rodata.str1.4 + 0x00000000 0x1b hal/src/hal_slcd_sync.o + .debug_info 0x00000000 0x791 hal/src/hal_slcd_sync.o + .debug_abbrev 0x00000000 0x101 hal/src/hal_slcd_sync.o + .debug_loc 0x00000000 0x896 hal/src/hal_slcd_sync.o + .debug_aranges + 0x00000000 0x78 hal/src/hal_slcd_sync.o + .debug_ranges 0x00000000 0x68 hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x4d6 hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x89e hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x1c hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x16d hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x22 hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x87 hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x51 hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0xef hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x6a hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x1df hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x22 hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x3f hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x1c hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x22 hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0xb5 hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x4da hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x11f hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x714 hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x959 hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x279 hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x21e hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0xe12 hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x5e7 hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x5be hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x624 hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x172 hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x26b hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x459 hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x21c hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x768 hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x7c0 hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x28e hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x5d7 hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x1c6 hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x308 hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0xac hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x1c53 hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0xff5 hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0xd41 hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x874 hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x8ae hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x19be hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0xe7 hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0xb7c hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x36a hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x7c hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0xac hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0xca hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x4c hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0xdc hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0xb2 hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x64 hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x444 hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x4c hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x149 hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x5e hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0xa0 hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0xc4 hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0xb2 hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x4c hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x64 hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x40 hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x1da hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x3a hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x22 hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x15e hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x173 hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x173 hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x173 hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x173 hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x11e hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x5e hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0xfa hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0xfa hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0xfa hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0xfa hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x124 hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x2e hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x1fa hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x3a hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x3e6 hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x20d6 hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x6d hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x10 hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x10 hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0xbe hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x28c hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x277 hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x16 hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0xca hal/src/hal_slcd_sync.o + .debug_macro 0x00000000 0x10 hal/src/hal_slcd_sync.o + .debug_line 0x00000000 0xb78 hal/src/hal_slcd_sync.o + .debug_str 0x00000000 0x7eaf0 hal/src/hal_slcd_sync.o + .comment 0x00000000 0x5a hal/src/hal_slcd_sync.o + .debug_frame 0x00000000 0x15c hal/src/hal_slcd_sync.o + .ARM.attributes + 0x00000000 0x32 hal/src/hal_slcd_sync.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/src/hal_sleep.o + .text 0x00000000 0x0 hal/src/hal_sleep.o + .data 0x00000000 0x0 hal/src/hal_sleep.o + .bss 0x00000000 0x0 hal/src/hal_sleep.o + .text.sleep 0x00000000 0x20 hal/src/hal_sleep.o + .text.sleep_get_version + 0x00000000 0x4 hal/src/hal_sleep.o + .debug_info 0x00000000 0x12c hal/src/hal_sleep.o + .debug_abbrev 0x00000000 0xb6 hal/src/hal_sleep.o + .debug_loc 0x00000000 0x41 hal/src/hal_sleep.o + .debug_aranges + 0x00000000 0x28 hal/src/hal_sleep.o + .debug_ranges 0x00000000 0x18 hal/src/hal_sleep.o + .debug_macro 0x00000000 0x4c4 hal/src/hal_sleep.o + .debug_macro 0x00000000 0x89e hal/src/hal_sleep.o + .debug_macro 0x00000000 0x16d hal/src/hal_sleep.o + .debug_macro 0x00000000 0x22 hal/src/hal_sleep.o + .debug_macro 0x00000000 0x87 hal/src/hal_sleep.o + .debug_macro 0x00000000 0x51 hal/src/hal_sleep.o + .debug_macro 0x00000000 0xef hal/src/hal_sleep.o + .debug_macro 0x00000000 0x6a hal/src/hal_sleep.o + .debug_macro 0x00000000 0x1df hal/src/hal_sleep.o + .debug_macro 0x00000000 0x22 hal/src/hal_sleep.o + .debug_macro 0x00000000 0x3f hal/src/hal_sleep.o + .debug_macro 0x00000000 0x1c hal/src/hal_sleep.o + .debug_macro 0x00000000 0x22 hal/src/hal_sleep.o + .debug_macro 0x00000000 0xb5 hal/src/hal_sleep.o + .debug_macro 0x00000000 0x4da hal/src/hal_sleep.o + .debug_macro 0x00000000 0x11f hal/src/hal_sleep.o + .debug_macro 0x00000000 0x714 hal/src/hal_sleep.o + .debug_macro 0x00000000 0x959 hal/src/hal_sleep.o + .debug_macro 0x00000000 0x279 hal/src/hal_sleep.o + .debug_macro 0x00000000 0x21e hal/src/hal_sleep.o + .debug_macro 0x00000000 0xe12 hal/src/hal_sleep.o + .debug_macro 0x00000000 0x5e7 hal/src/hal_sleep.o + .debug_macro 0x00000000 0x5be hal/src/hal_sleep.o + .debug_macro 0x00000000 0x624 hal/src/hal_sleep.o + .debug_macro 0x00000000 0x172 hal/src/hal_sleep.o + .debug_macro 0x00000000 0x26b hal/src/hal_sleep.o + .debug_macro 0x00000000 0x459 hal/src/hal_sleep.o + .debug_macro 0x00000000 0x21c hal/src/hal_sleep.o + .debug_macro 0x00000000 0x768 hal/src/hal_sleep.o + .debug_macro 0x00000000 0x7c0 hal/src/hal_sleep.o + .debug_macro 0x00000000 0x28e hal/src/hal_sleep.o + .debug_macro 0x00000000 0x5d7 hal/src/hal_sleep.o + .debug_macro 0x00000000 0x1c6 hal/src/hal_sleep.o + .debug_macro 0x00000000 0x308 hal/src/hal_sleep.o + .debug_macro 0x00000000 0xac hal/src/hal_sleep.o + .debug_macro 0x00000000 0x1c53 hal/src/hal_sleep.o + .debug_macro 0x00000000 0xff5 hal/src/hal_sleep.o + .debug_macro 0x00000000 0xd41 hal/src/hal_sleep.o + .debug_macro 0x00000000 0x874 hal/src/hal_sleep.o + .debug_macro 0x00000000 0x8ae hal/src/hal_sleep.o + .debug_macro 0x00000000 0x19be hal/src/hal_sleep.o + .debug_macro 0x00000000 0xe7 hal/src/hal_sleep.o + .debug_macro 0x00000000 0xb7c hal/src/hal_sleep.o + .debug_macro 0x00000000 0x36a hal/src/hal_sleep.o + .debug_macro 0x00000000 0x7c hal/src/hal_sleep.o + .debug_macro 0x00000000 0xac hal/src/hal_sleep.o + .debug_macro 0x00000000 0xca hal/src/hal_sleep.o + .debug_macro 0x00000000 0x4c hal/src/hal_sleep.o + .debug_macro 0x00000000 0xdc hal/src/hal_sleep.o + .debug_macro 0x00000000 0xb2 hal/src/hal_sleep.o + .debug_macro 0x00000000 0x64 hal/src/hal_sleep.o + .debug_macro 0x00000000 0x444 hal/src/hal_sleep.o + .debug_macro 0x00000000 0x4c hal/src/hal_sleep.o + .debug_macro 0x00000000 0x149 hal/src/hal_sleep.o + .debug_macro 0x00000000 0x5e hal/src/hal_sleep.o + .debug_macro 0x00000000 0xa0 hal/src/hal_sleep.o + .debug_macro 0x00000000 0xc4 hal/src/hal_sleep.o + .debug_macro 0x00000000 0xb2 hal/src/hal_sleep.o + .debug_macro 0x00000000 0x4c hal/src/hal_sleep.o + .debug_macro 0x00000000 0x64 hal/src/hal_sleep.o + .debug_macro 0x00000000 0x40 hal/src/hal_sleep.o + .debug_macro 0x00000000 0x1da hal/src/hal_sleep.o + .debug_macro 0x00000000 0x3a hal/src/hal_sleep.o + .debug_macro 0x00000000 0x22 hal/src/hal_sleep.o + .debug_macro 0x00000000 0x15e hal/src/hal_sleep.o + .debug_macro 0x00000000 0x173 hal/src/hal_sleep.o + .debug_macro 0x00000000 0x173 hal/src/hal_sleep.o + .debug_macro 0x00000000 0x173 hal/src/hal_sleep.o + .debug_macro 0x00000000 0x173 hal/src/hal_sleep.o + .debug_macro 0x00000000 0x11e hal/src/hal_sleep.o + .debug_macro 0x00000000 0x5e hal/src/hal_sleep.o + .debug_macro 0x00000000 0xfa hal/src/hal_sleep.o + .debug_macro 0x00000000 0xfa hal/src/hal_sleep.o + .debug_macro 0x00000000 0xfa hal/src/hal_sleep.o + .debug_macro 0x00000000 0xfa hal/src/hal_sleep.o + .debug_macro 0x00000000 0x124 hal/src/hal_sleep.o + .debug_macro 0x00000000 0x2e hal/src/hal_sleep.o + .debug_macro 0x00000000 0x1fa hal/src/hal_sleep.o + .debug_macro 0x00000000 0x3a hal/src/hal_sleep.o + .debug_macro 0x00000000 0x3e6 hal/src/hal_sleep.o + .debug_macro 0x00000000 0x20d6 hal/src/hal_sleep.o + .debug_macro 0x00000000 0x6d hal/src/hal_sleep.o + .debug_macro 0x00000000 0x10 hal/src/hal_sleep.o + .debug_macro 0x00000000 0x10 hal/src/hal_sleep.o + .debug_macro 0x00000000 0x16 hal/src/hal_sleep.o + .debug_macro 0x00000000 0x16 hal/src/hal_sleep.o + .debug_macro 0x00000000 0x16 hal/src/hal_sleep.o + .debug_macro 0x00000000 0x16 hal/src/hal_sleep.o + .debug_macro 0x00000000 0x16 hal/src/hal_sleep.o + .debug_macro 0x00000000 0x16 hal/src/hal_sleep.o + .debug_macro 0x00000000 0x16 hal/src/hal_sleep.o + .debug_macro 0x00000000 0x16 hal/src/hal_sleep.o + .debug_macro 0x00000000 0x16 hal/src/hal_sleep.o + .debug_macro 0x00000000 0x16 hal/src/hal_sleep.o + .debug_macro 0x00000000 0x16 hal/src/hal_sleep.o + .debug_macro 0x00000000 0x16 hal/src/hal_sleep.o + .debug_macro 0x00000000 0x16 hal/src/hal_sleep.o + .debug_macro 0x00000000 0x16 hal/src/hal_sleep.o + .debug_macro 0x00000000 0x16 hal/src/hal_sleep.o + .debug_macro 0x00000000 0x16 hal/src/hal_sleep.o + .debug_macro 0x00000000 0x16 hal/src/hal_sleep.o + .debug_macro 0x00000000 0x16 hal/src/hal_sleep.o + .debug_macro 0x00000000 0x16 hal/src/hal_sleep.o + .debug_macro 0x00000000 0x16 hal/src/hal_sleep.o + .debug_macro 0x00000000 0x16 hal/src/hal_sleep.o + .debug_macro 0x00000000 0x16 hal/src/hal_sleep.o + .debug_macro 0x00000000 0xbe hal/src/hal_sleep.o + .debug_macro 0x00000000 0x28c hal/src/hal_sleep.o + .debug_macro 0x00000000 0x16 hal/src/hal_sleep.o + .debug_macro 0x00000000 0x277 hal/src/hal_sleep.o + .debug_macro 0x00000000 0x16 hal/src/hal_sleep.o + .debug_macro 0x00000000 0xca hal/src/hal_sleep.o + .debug_line 0x00000000 0x9f2 hal/src/hal_sleep.o + .debug_str 0x00000000 0x7e7d2 hal/src/hal_sleep.o + .comment 0x00000000 0x5a hal/src/hal_sleep.o + .debug_frame 0x00000000 0x38 hal/src/hal_sleep.o + .ARM.attributes + 0x00000000 0x32 hal/src/hal_sleep.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_assert.o + .text 0x00000000 0x0 hal/utils/src/utils_assert.o + .data 0x00000000 0x0 hal/utils/src/utils_assert.o + .bss 0x00000000 0x0 hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x89e hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x16d hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x22 hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x87 hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x51 hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0xef hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x6a hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x1df hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x22 hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x3f hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x1c hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x22 hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0xb5 hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x4da hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x11f hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x714 hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x959 hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x279 hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x21e hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0xe12 hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x5e7 hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x5be hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x624 hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x172 hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x26b hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x459 hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x21c hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x768 hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x7c0 hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x28e hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x5d7 hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x1c6 hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x308 hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0xac hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x1c53 hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0xff5 hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0xd41 hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x874 hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x8ae hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x19be hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0xe7 hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0xb7c hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x36a hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x7c hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0xac hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0xca hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x4c hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0xdc hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0xb2 hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x64 hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x444 hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x4c hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x149 hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x5e hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0xa0 hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0xc4 hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0xb2 hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x4c hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x64 hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x40 hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x1da hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x3a hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x22 hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x15e hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x173 hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x173 hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x173 hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x173 hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x11e hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x5e hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0xfa hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0xfa hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0xfa hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0xfa hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x124 hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x2e hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x1fa hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x3a hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x3e6 hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x20d6 hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x6d hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x10 hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x10 hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0xbe hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x28c hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x277 hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0xca hal/utils/src/utils_assert.o + .debug_macro 0x00000000 0x10 hal/utils/src/utils_assert.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_event.o + .text 0x00000000 0x0 hal/utils/src/utils_event.o + .data 0x00000000 0x0 hal/utils/src/utils_event.o + .text.event_unsubscribe + 0x00000000 0x9c hal/utils/src/utils_event.o + .text.event_post + 0x00000000 0x60 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x89e hal/utils/src/utils_event.o + .debug_macro 0x00000000 0xc9 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x16d hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x22 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x87 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x51 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0xef hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x6a hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x1df hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x22 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x3f hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x1c hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x22 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0xb5 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x4da hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x11f hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x714 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x959 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x279 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x21e hal/utils/src/utils_event.o + .debug_macro 0x00000000 0xe12 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x5e7 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x5be hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x624 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x172 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x26b hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x459 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x21c hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x768 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x7c0 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x28e hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x5d7 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x1c6 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x308 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0xac hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x1c53 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0xff5 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0xd41 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x874 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x8ae hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x19be hal/utils/src/utils_event.o + .debug_macro 0x00000000 0xe7 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0xb7c hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x36a hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x7c hal/utils/src/utils_event.o + .debug_macro 0x00000000 0xac hal/utils/src/utils_event.o + .debug_macro 0x00000000 0xca hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x4c hal/utils/src/utils_event.o + .debug_macro 0x00000000 0xdc hal/utils/src/utils_event.o + .debug_macro 0x00000000 0xb2 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x64 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x444 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x4c hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x149 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x5e hal/utils/src/utils_event.o + .debug_macro 0x00000000 0xa0 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0xc4 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0xb2 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x4c hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x64 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x40 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x1da hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x3a hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x22 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x15e hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x173 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x173 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x173 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x173 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x11e hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x5e hal/utils/src/utils_event.o + .debug_macro 0x00000000 0xfa hal/utils/src/utils_event.o + .debug_macro 0x00000000 0xfa hal/utils/src/utils_event.o + .debug_macro 0x00000000 0xfa hal/utils/src/utils_event.o + .debug_macro 0x00000000 0xfa hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x124 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x2e hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x1fa hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x3a hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x3e6 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x20d6 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x6d hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x10 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x10 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0xbe hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x28c hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x277 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0xca hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x1c hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x10 hal/utils/src/utils_event.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_event.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_list.o + .text 0x00000000 0x0 hal/utils/src/utils_list.o + .data 0x00000000 0x0 hal/utils/src/utils_list.o + .bss 0x00000000 0x0 hal/utils/src/utils_list.o + .text.list_insert_after + 0x00000000 0x8 hal/utils/src/utils_list.o + .text.list_insert_at_end + 0x00000000 0x40 hal/utils/src/utils_list.o + .text.list_remove_head + 0x00000000 0x12 hal/utils/src/utils_list.o + .text.list_delete_element + 0x00000000 0x32 hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x89e hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x16d hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x22 hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x87 hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x51 hal/utils/src/utils_list.o + .debug_macro 0x00000000 0xef hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x6a hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x1df hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x22 hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x3f hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x1c hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x22 hal/utils/src/utils_list.o + .debug_macro 0x00000000 0xb5 hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x4da hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x11f hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x714 hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x959 hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x279 hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x21e hal/utils/src/utils_list.o + .debug_macro 0x00000000 0xe12 hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x5e7 hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x5be hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x624 hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x172 hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x26b hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x459 hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x21c hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x768 hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x7c0 hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x28e hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x5d7 hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x1c6 hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x308 hal/utils/src/utils_list.o + .debug_macro 0x00000000 0xac hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x1c53 hal/utils/src/utils_list.o + .debug_macro 0x00000000 0xff5 hal/utils/src/utils_list.o + .debug_macro 0x00000000 0xd41 hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x874 hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x8ae hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x19be hal/utils/src/utils_list.o + .debug_macro 0x00000000 0xe7 hal/utils/src/utils_list.o + .debug_macro 0x00000000 0xb7c hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x36a hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x7c hal/utils/src/utils_list.o + .debug_macro 0x00000000 0xac hal/utils/src/utils_list.o + .debug_macro 0x00000000 0xca hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x4c hal/utils/src/utils_list.o + .debug_macro 0x00000000 0xdc hal/utils/src/utils_list.o + .debug_macro 0x00000000 0xb2 hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x64 hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x444 hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x4c hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x149 hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x5e hal/utils/src/utils_list.o + .debug_macro 0x00000000 0xa0 hal/utils/src/utils_list.o + .debug_macro 0x00000000 0xc4 hal/utils/src/utils_list.o + .debug_macro 0x00000000 0xb2 hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x4c hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x64 hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x40 hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x1da hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x3a hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x22 hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x15e hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x173 hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x173 hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x173 hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x173 hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x11e hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x5e hal/utils/src/utils_list.o + .debug_macro 0x00000000 0xfa hal/utils/src/utils_list.o + .debug_macro 0x00000000 0xfa hal/utils/src/utils_list.o + .debug_macro 0x00000000 0xfa hal/utils/src/utils_list.o + .debug_macro 0x00000000 0xfa hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x124 hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x2e hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x1fa hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x3a hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x3e6 hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x20d6 hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x6d hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x10 hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x10 hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_list.o + .debug_macro 0x00000000 0xbe hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x28c hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x277 hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_list.o + .debug_macro 0x00000000 0xca hal/utils/src/utils_list.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_list.o + .group 0x00000000 0x8 hal/utils/src/utils_syscalls.o + .group 0x00000000 0x8 hal/utils/src/utils_syscalls.o + .group 0x00000000 0x8 hal/utils/src/utils_syscalls.o + .group 0x00000000 0x8 hal/utils/src/utils_syscalls.o + .group 0x00000000 0x8 hal/utils/src/utils_syscalls.o + .group 0x00000000 0x8 hal/utils/src/utils_syscalls.o + .group 0x00000000 0x8 hal/utils/src/utils_syscalls.o + .group 0x00000000 0x8 hal/utils/src/utils_syscalls.o + .group 0x00000000 0x8 hal/utils/src/utils_syscalls.o + .group 0x00000000 0x8 hal/utils/src/utils_syscalls.o + .group 0x00000000 0x8 hal/utils/src/utils_syscalls.o + .group 0x00000000 0x8 hal/utils/src/utils_syscalls.o + .group 0x00000000 0x8 hal/utils/src/utils_syscalls.o + .group 0x00000000 0x8 hal/utils/src/utils_syscalls.o + .group 0x00000000 0x8 hal/utils/src/utils_syscalls.o + .group 0x00000000 0x8 hal/utils/src/utils_syscalls.o + .group 0x00000000 0x8 hal/utils/src/utils_syscalls.o + .group 0x00000000 0x8 hal/utils/src/utils_syscalls.o + .group 0x00000000 0x8 hal/utils/src/utils_syscalls.o + .group 0x00000000 0x8 hal/utils/src/utils_syscalls.o + .group 0x00000000 0x8 hal/utils/src/utils_syscalls.o + .group 0x00000000 0x8 hal/utils/src/utils_syscalls.o + .group 0x00000000 0x8 hal/utils/src/utils_syscalls.o + .group 0x00000000 0x8 hal/utils/src/utils_syscalls.o + .group 0x00000000 0x8 hal/utils/src/utils_syscalls.o + .group 0x00000000 0x8 hal/utils/src/utils_syscalls.o + .group 0x00000000 0x8 hal/utils/src/utils_syscalls.o + .group 0x00000000 0x8 hal/utils/src/utils_syscalls.o + .group 0x00000000 0x8 hal/utils/src/utils_syscalls.o + .group 0x00000000 0x8 hal/utils/src/utils_syscalls.o + .group 0x00000000 0x8 hal/utils/src/utils_syscalls.o + .group 0x00000000 0x8 hal/utils/src/utils_syscalls.o + .group 0x00000000 0x8 hal/utils/src/utils_syscalls.o + .group 0x00000000 0x8 hal/utils/src/utils_syscalls.o + .text 0x00000000 0x0 hal/utils/src/utils_syscalls.o + .data 0x00000000 0x0 hal/utils/src/utils_syscalls.o + .bss 0x00000000 0x4 hal/utils/src/utils_syscalls.o + .text._sbrk 0x00000000 0x24 hal/utils/src/utils_syscalls.o + .text.link 0x00000000 0x6 hal/utils/src/utils_syscalls.o + .text._close 0x00000000 0x6 hal/utils/src/utils_syscalls.o + .text._fstat 0x00000000 0xa hal/utils/src/utils_syscalls.o + .text._isatty 0x00000000 0x4 hal/utils/src/utils_syscalls.o + .text._lseek 0x00000000 0x4 hal/utils/src/utils_syscalls.o + .text._exit 0x00000000 0x14 hal/utils/src/utils_syscalls.o + .text._kill 0x00000000 0x2 hal/utils/src/utils_syscalls.o + .text._getpid 0x00000000 0x6 hal/utils/src/utils_syscalls.o + .rodata.str1.4 + 0x00000000 0x19 hal/utils/src/utils_syscalls.o + .debug_info 0x00000000 0xdca hal/utils/src/utils_syscalls.o + .debug_abbrev 0x00000000 0x269 hal/utils/src/utils_syscalls.o + .debug_loc 0x00000000 0x13b hal/utils/src/utils_syscalls.o + .debug_aranges + 0x00000000 0x60 hal/utils/src/utils_syscalls.o + .debug_ranges 0x00000000 0x50 hal/utils/src/utils_syscalls.o + .debug_macro 0x00000000 0x1d6 hal/utils/src/utils_syscalls.o + .debug_macro 0x00000000 0x89e hal/utils/src/utils_syscalls.o + .debug_macro 0x00000000 0x22 hal/utils/src/utils_syscalls.o + .debug_macro 0x00000000 0x52 hal/utils/src/utils_syscalls.o + .debug_macro 0x00000000 0x8d hal/utils/src/utils_syscalls.o + .debug_macro 0x00000000 0x35 hal/utils/src/utils_syscalls.o + .debug_macro 0x00000000 0x9c hal/utils/src/utils_syscalls.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_syscalls.o + .debug_macro 0x00000000 0x57 hal/utils/src/utils_syscalls.o + .debug_macro 0x00000000 0x97 hal/utils/src/utils_syscalls.o + .debug_macro 0x00000000 0x353 hal/utils/src/utils_syscalls.o + .debug_macro 0x00000000 0xf6 hal/utils/src/utils_syscalls.o + .debug_macro 0x00000000 0x10 hal/utils/src/utils_syscalls.o + .debug_macro 0x00000000 0x58 hal/utils/src/utils_syscalls.o + .debug_macro 0x00000000 0x1f hal/utils/src/utils_syscalls.o + .debug_macro 0x00000000 0x43 hal/utils/src/utils_syscalls.o + .debug_macro 0x00000000 0x20 hal/utils/src/utils_syscalls.o + .debug_macro 0x00000000 0x187 hal/utils/src/utils_syscalls.o + .debug_macro 0x00000000 0x10 hal/utils/src/utils_syscalls.o + .debug_macro 0x00000000 0x6a hal/utils/src/utils_syscalls.o + .debug_macro 0x00000000 0x1c hal/utils/src/utils_syscalls.o + .debug_macro 0x00000000 0x52 hal/utils/src/utils_syscalls.o + .debug_macro 0x00000000 0x40 hal/utils/src/utils_syscalls.o + .debug_macro 0x00000000 0x10 hal/utils/src/utils_syscalls.o + .debug_macro 0x00000000 0x40 hal/utils/src/utils_syscalls.o + .debug_macro 0x00000000 0xd7 hal/utils/src/utils_syscalls.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_syscalls.o + .debug_macro 0x00000000 0x18b hal/utils/src/utils_syscalls.o + .debug_macro 0x00000000 0x4c hal/utils/src/utils_syscalls.o + .debug_macro 0x00000000 0x16 hal/utils/src/utils_syscalls.o + .debug_macro 0x00000000 0x35 hal/utils/src/utils_syscalls.o + .debug_macro 0x00000000 0x10 hal/utils/src/utils_syscalls.o + .debug_macro 0x00000000 0x10 hal/utils/src/utils_syscalls.o + .debug_macro 0x00000000 0x35 hal/utils/src/utils_syscalls.o + .debug_macro 0x00000000 0x122 hal/utils/src/utils_syscalls.o + .debug_line 0x00000000 0x40b hal/utils/src/utils_syscalls.o + .debug_str 0x00000000 0x730e hal/utils/src/utils_syscalls.o + .comment 0x00000000 0x5a hal/utils/src/utils_syscalls.o + .debug_frame 0x00000000 0xa8 hal/utils/src/utils_syscalls.o + .ARM.attributes + 0x00000000 0x32 hal/utils/src/utils_syscalls.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/adc/hpl_adc.o + .text 0x00000000 0x0 hpl/adc/hpl_adc.o + .data 0x00000000 0x0 hpl/adc/hpl_adc.o + .bss 0x00000000 0x0 hpl/adc/hpl_adc.o + .text._adc_get_hardware_index + 0x00000000 0x4 hpl/adc/hpl_adc.o + .text._adc_get_irq_num + 0x00000000 0x4 hpl/adc/hpl_adc.o + .text._adc_set_reference_source + 0x00000000 0x40 hpl/adc/hpl_adc.o + .text._adc_get_regs + 0x00000000 0x40 hpl/adc/hpl_adc.o + .text._adc_init + 0x00000000 0x148 hpl/adc/hpl_adc.o + .text._adc_sync_init + 0x00000000 0x38 hpl/adc/hpl_adc.o + .text._adc_async_init + 0x00000000 0x8c hpl/adc/hpl_adc.o + .text._adc_dma_init + 0x00000000 0x38 hpl/adc/hpl_adc.o + .text._adc_sync_deinit + 0x00000000 0x22 hpl/adc/hpl_adc.o + .text._adc_async_deinit + 0x00000000 0x64 hpl/adc/hpl_adc.o + .text._adc_dma_deinit + 0x00000000 0x22 hpl/adc/hpl_adc.o + .text._adc_sync_enable_channel + 0x00000000 0x14 hpl/adc/hpl_adc.o + .text._adc_async_enable_channel + 0x00000000 0x14 hpl/adc/hpl_adc.o + .text._adc_dma_enable_channel + 0x00000000 0x14 hpl/adc/hpl_adc.o + .text._adc_sync_disable_channel + 0x00000000 0x12 hpl/adc/hpl_adc.o + .text._adc_async_disable_channel + 0x00000000 0x12 hpl/adc/hpl_adc.o + .text._adc_dma_disable_channel + 0x00000000 0x12 hpl/adc/hpl_adc.o + .text._adc_get_source_for_dma + 0x00000000 0x6 hpl/adc/hpl_adc.o + .text._adc_sync_get_data_size + 0x00000000 0x16 hpl/adc/hpl_adc.o + .text._adc_async_get_data_size + 0x00000000 0x16 hpl/adc/hpl_adc.o + .text._adc_dma_get_data_size + 0x00000000 0x16 hpl/adc/hpl_adc.o + .text._adc_sync_is_channel_conversion_done + 0x00000000 0xa hpl/adc/hpl_adc.o + .text._adc_async_is_channel_conversion_done + 0x00000000 0xa hpl/adc/hpl_adc.o + .text._adc_dma_is_conversion_done + 0x00000000 0xa hpl/adc/hpl_adc.o + .text._adc_sync_convert + 0x00000000 0x14 hpl/adc/hpl_adc.o + .text._adc_async_convert + 0x00000000 0x14 hpl/adc/hpl_adc.o + .text._adc_dma_convert + 0x00000000 0x14 hpl/adc/hpl_adc.o + .text._adc_sync_read_channel_data + 0x00000000 0x8 hpl/adc/hpl_adc.o + .text._adc_async_read_channel_data + 0x00000000 0x8 hpl/adc/hpl_adc.o + .text._adc_sync_set_reference_source + 0x00000000 0x10 hpl/adc/hpl_adc.o + .text._adc_async_set_reference_source + 0x00000000 0x10 hpl/adc/hpl_adc.o + .text._adc_dma_set_reference_source + 0x00000000 0x10 hpl/adc/hpl_adc.o + .text._adc_sync_set_resolution + 0x00000000 0x1a hpl/adc/hpl_adc.o + .text._adc_async_set_resolution + 0x00000000 0x1a hpl/adc/hpl_adc.o + .text._adc_dma_set_resolution + 0x00000000 0x1a hpl/adc/hpl_adc.o + .text._adc_sync_set_inputs + 0x00000000 0x38 hpl/adc/hpl_adc.o + .text._adc_async_set_inputs + 0x00000000 0x38 hpl/adc/hpl_adc.o + .text._adc_dma_set_inputs + 0x00000000 0x38 hpl/adc/hpl_adc.o + .text._adc_sync_set_thresholds + 0x00000000 0x18 hpl/adc/hpl_adc.o + .text._adc_async_set_thresholds + 0x00000000 0x18 hpl/adc/hpl_adc.o + .text._adc_dma_set_thresholds + 0x00000000 0x18 hpl/adc/hpl_adc.o + .text._adc_sync_set_channel_gain + 0x00000000 0x2 hpl/adc/hpl_adc.o + .text._adc_async_set_channel_gain + 0x00000000 0x2 hpl/adc/hpl_adc.o + .text._adc_dma_set_channel_gain + 0x00000000 0x2 hpl/adc/hpl_adc.o + .text._adc_sync_set_conversion_mode + 0x00000000 0x2a hpl/adc/hpl_adc.o + .text._adc_async_set_conversion_mode + 0x00000000 0x2a hpl/adc/hpl_adc.o + .text._adc_dma_set_conversion_mode + 0x00000000 0x2a hpl/adc/hpl_adc.o + .text._adc_sync_set_channel_differential_mode + 0x00000000 0x2a hpl/adc/hpl_adc.o + .text._adc_async_set_channel_differential_mode + 0x00000000 0x2a hpl/adc/hpl_adc.o + .text._adc_dma_set_channel_differential_mode + 0x00000000 0x2a hpl/adc/hpl_adc.o + .text._adc_sync_set_window_mode + 0x00000000 0x20 hpl/adc/hpl_adc.o + .text._adc_async_set_window_mode + 0x00000000 0x20 hpl/adc/hpl_adc.o + .text._adc_dma_set_window_mode + 0x00000000 0x20 hpl/adc/hpl_adc.o + .text._adc_sync_get_threshold_state + 0x00000000 0xe hpl/adc/hpl_adc.o + .text._adc_async_get_threshold_state + 0x00000000 0xe hpl/adc/hpl_adc.o + .text._adc_dma_get_threshold_state + 0x00000000 0xe hpl/adc/hpl_adc.o + .text._adc_async_set_irq_state + 0x00000000 0x3e hpl/adc/hpl_adc.o + .text._adc_get_adc_sync + 0x00000000 0x4 hpl/adc/hpl_adc.o + .text._adc_get_adc_async + 0x00000000 0x4 hpl/adc/hpl_adc.o + .rodata 0x00000000 0x1c hpl/adc/hpl_adc.o + .rodata.str1.4 + 0x00000000 0x15 hpl/adc/hpl_adc.o + .debug_info 0x00000000 0x3c66 hpl/adc/hpl_adc.o + .debug_abbrev 0x00000000 0x4a6 hpl/adc/hpl_adc.o + .debug_loc 0x00000000 0x1cd5 hpl/adc/hpl_adc.o + .debug_aranges + 0x00000000 0x1f0 hpl/adc/hpl_adc.o + .debug_ranges 0x00000000 0x1f8 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x511 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x89e hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x16d hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x22 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x87 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x51 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0xef hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x6a hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x1df hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x22 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x3f hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x1c hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x22 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0xb5 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x4da hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x11f hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x714 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x959 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x279 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x21e hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0xe12 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x5e7 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x5be hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x624 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x172 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x26b hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x459 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x21c hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x768 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x7c0 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x28e hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x5d7 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x1c6 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x308 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0xac hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x1c53 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0xff5 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0xd41 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x874 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x8ae hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x19be hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0xe7 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0xb7c hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x36a hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x7c hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0xac hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0xca hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x4c hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0xdc hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0xb2 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x64 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x444 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x4c hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x149 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x5e hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0xa0 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0xc4 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0xb2 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x4c hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x64 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x40 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x1da hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x3a hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x22 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x15e hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x173 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x173 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x173 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x173 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x11e hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x5e hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0xfa hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0xfa hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0xfa hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0xfa hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x124 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x2e hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x1fa hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x3a hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x3e6 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x20d6 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x6d hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x10 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x10 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x16 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x16 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x16 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x16 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x16 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x16 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x16 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x16 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x16 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x16 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x16 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x16 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x16 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x16 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x16 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x16 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x16 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x16 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x16 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x16 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x16 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x16 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0xbe hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x28c hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x16 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x277 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x16 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0xca hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x16 hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x6cc hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0x6ba hpl/adc/hpl_adc.o + .debug_macro 0x00000000 0xe0 hpl/adc/hpl_adc.o + .debug_line 0x00000000 0x1346 hpl/adc/hpl_adc.o + .debug_str 0x00000000 0x85cd2 hpl/adc/hpl_adc.o + .comment 0x00000000 0x5a hpl/adc/hpl_adc.o + .debug_frame 0x00000000 0x460 hpl/adc/hpl_adc.o + .ARM.attributes + 0x00000000 0x32 hpl/adc/hpl_adc.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .text 0x00000000 0x0 hpl/core/hpl_core_m0plus_base.o + .data 0x00000000 0x0 hpl/core/hpl_core_m0plus_base.o + .bss 0x00000000 0x0 hpl/core/hpl_core_m0plus_base.o + .text._reset_mcu + 0x00000000 0x1c hpl/core/hpl_core_m0plus_base.o + .text._go_to_sleep + 0x00000000 0x8 hpl/core/hpl_core_m0plus_base.o + .text._irq_get_current + 0x00000000 0xc hpl/core/hpl_core_m0plus_base.o + .text._irq_disable + 0x00000000 0x24 hpl/core/hpl_core_m0plus_base.o + .text._irq_set + 0x00000000 0x1c hpl/core/hpl_core_m0plus_base.o + .text._irq_clear + 0x00000000 0x1c hpl/core/hpl_core_m0plus_base.o + .text._irq_enable + 0x00000000 0x18 hpl/core/hpl_core_m0plus_base.o + .text._irq_register + 0x00000000 0x2c hpl/core/hpl_core_m0plus_base.o + .text.Default_Handler + 0x00000000 0x2 hpl/core/hpl_core_m0plus_base.o + .text._get_cycles_for_us + 0x00000000 0x1c hpl/core/hpl_core_m0plus_base.o + .text._get_cycles_for_ms + 0x00000000 0xe hpl/core/hpl_core_m0plus_base.o + .rodata.str1.4 + 0x00000000 0x23 hpl/core/hpl_core_m0plus_base.o + .debug_info 0x00000000 0x7f5 hpl/core/hpl_core_m0plus_base.o + .debug_abbrev 0x00000000 0x2a8 hpl/core/hpl_core_m0plus_base.o + .debug_loc 0x00000000 0x28f hpl/core/hpl_core_m0plus_base.o + .debug_aranges + 0x00000000 0x70 hpl/core/hpl_core_m0plus_base.o + .debug_ranges 0x00000000 0x60 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x518 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x89e hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x69 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x87 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x19 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x16d hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x22 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x87 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x51 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0xef hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x6a hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x1df hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x22 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x3f hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x1c hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x22 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0xb5 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x4da hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x11f hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x714 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x959 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x279 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x21e hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0xe12 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x5e7 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x5be hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x624 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x172 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x26b hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x459 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x21c hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x768 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x7c0 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x28e hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x5d7 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x1c6 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x308 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0xac hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x1c53 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0xff5 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0xd41 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x874 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x8ae hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x19be hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0xe7 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0xb7c hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x36a hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x7c hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0xac hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0xca hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x4c hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0xdc hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0xb2 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x64 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x444 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x4c hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x149 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x5e hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0xa0 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0xc4 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0xb2 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x4c hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x64 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x40 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x1da hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x3a hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x22 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x15e hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x173 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x173 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x173 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x173 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x11e hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x5e hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0xfa hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0xfa hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0xfa hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0xfa hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x124 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x2e hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x1fa hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x3a hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x3e6 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x20d6 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x6d hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x10 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x10 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x16 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x16 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x16 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x16 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x16 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x16 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x16 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x16 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x16 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x16 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x16 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x16 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x16 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x16 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x16 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x16 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x16 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x16 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x16 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x16 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x16 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x16 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0xbe hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x28c hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x16 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x277 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x16 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0xca hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0xc9 hpl/core/hpl_core_m0plus_base.o + .debug_macro 0x00000000 0x16 hpl/core/hpl_core_m0plus_base.o + .debug_line 0x00000000 0xba6 hpl/core/hpl_core_m0plus_base.o + .debug_str 0x00000000 0x7f686 hpl/core/hpl_core_m0plus_base.o + .comment 0x00000000 0x5a hpl/core/hpl_core_m0plus_base.o + .debug_frame 0x00000000 0xd4 hpl/core/hpl_core_m0plus_base.o + .ARM.attributes + 0x00000000 0x32 hpl/core/hpl_core_m0plus_base.o + COMMON 0x00000000 0x68 hpl/core/hpl_core_m0plus_base.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/core/hpl_init.o + .text 0x00000000 0x0 hpl/core/hpl_init.o + .data 0x00000000 0x0 hpl/core/hpl_init.o + .bss 0x00000000 0x0 hpl/core/hpl_init.o + .debug_macro 0x00000000 0x89e hpl/core/hpl_init.o + .debug_macro 0x00000000 0x16d hpl/core/hpl_init.o + .debug_macro 0x00000000 0x22 hpl/core/hpl_init.o + .debug_macro 0x00000000 0x87 hpl/core/hpl_init.o + .debug_macro 0x00000000 0x51 hpl/core/hpl_init.o + .debug_macro 0x00000000 0xef hpl/core/hpl_init.o + .debug_macro 0x00000000 0x6a hpl/core/hpl_init.o + .debug_macro 0x00000000 0x1df hpl/core/hpl_init.o + .debug_macro 0x00000000 0x22 hpl/core/hpl_init.o + .debug_macro 0x00000000 0x3f hpl/core/hpl_init.o + .debug_macro 0x00000000 0x1c hpl/core/hpl_init.o + .debug_macro 0x00000000 0x22 hpl/core/hpl_init.o + .debug_macro 0x00000000 0xb5 hpl/core/hpl_init.o + .debug_macro 0x00000000 0x4da hpl/core/hpl_init.o + .debug_macro 0x00000000 0x11f hpl/core/hpl_init.o + .debug_macro 0x00000000 0x714 hpl/core/hpl_init.o + .debug_macro 0x00000000 0x959 hpl/core/hpl_init.o + .debug_macro 0x00000000 0x279 hpl/core/hpl_init.o + .debug_macro 0x00000000 0x21e hpl/core/hpl_init.o + .debug_macro 0x00000000 0xe12 hpl/core/hpl_init.o + .debug_macro 0x00000000 0x5e7 hpl/core/hpl_init.o + .debug_macro 0x00000000 0x5be hpl/core/hpl_init.o + .debug_macro 0x00000000 0x624 hpl/core/hpl_init.o + .debug_macro 0x00000000 0x172 hpl/core/hpl_init.o + .debug_macro 0x00000000 0x26b hpl/core/hpl_init.o + .debug_macro 0x00000000 0x459 hpl/core/hpl_init.o + .debug_macro 0x00000000 0x21c hpl/core/hpl_init.o + .debug_macro 0x00000000 0x768 hpl/core/hpl_init.o + .debug_macro 0x00000000 0x7c0 hpl/core/hpl_init.o + .debug_macro 0x00000000 0x28e hpl/core/hpl_init.o + .debug_macro 0x00000000 0x5d7 hpl/core/hpl_init.o + .debug_macro 0x00000000 0x1c6 hpl/core/hpl_init.o + .debug_macro 0x00000000 0x308 hpl/core/hpl_init.o + .debug_macro 0x00000000 0xac hpl/core/hpl_init.o + .debug_macro 0x00000000 0x1c53 hpl/core/hpl_init.o + .debug_macro 0x00000000 0xff5 hpl/core/hpl_init.o + .debug_macro 0x00000000 0xd41 hpl/core/hpl_init.o + .debug_macro 0x00000000 0x874 hpl/core/hpl_init.o + .debug_macro 0x00000000 0x8ae hpl/core/hpl_init.o + .debug_macro 0x00000000 0x19be hpl/core/hpl_init.o + .debug_macro 0x00000000 0xe7 hpl/core/hpl_init.o + .debug_macro 0x00000000 0xb7c hpl/core/hpl_init.o + .debug_macro 0x00000000 0x36a hpl/core/hpl_init.o + .debug_macro 0x00000000 0x7c hpl/core/hpl_init.o + .debug_macro 0x00000000 0xac hpl/core/hpl_init.o + .debug_macro 0x00000000 0xca hpl/core/hpl_init.o + .debug_macro 0x00000000 0x4c hpl/core/hpl_init.o + .debug_macro 0x00000000 0xdc hpl/core/hpl_init.o + .debug_macro 0x00000000 0xb2 hpl/core/hpl_init.o + .debug_macro 0x00000000 0x64 hpl/core/hpl_init.o + .debug_macro 0x00000000 0x444 hpl/core/hpl_init.o + .debug_macro 0x00000000 0x4c hpl/core/hpl_init.o + .debug_macro 0x00000000 0x149 hpl/core/hpl_init.o + .debug_macro 0x00000000 0x5e hpl/core/hpl_init.o + .debug_macro 0x00000000 0xa0 hpl/core/hpl_init.o + .debug_macro 0x00000000 0xc4 hpl/core/hpl_init.o + .debug_macro 0x00000000 0xb2 hpl/core/hpl_init.o + .debug_macro 0x00000000 0x4c hpl/core/hpl_init.o + .debug_macro 0x00000000 0x64 hpl/core/hpl_init.o + .debug_macro 0x00000000 0x40 hpl/core/hpl_init.o + .debug_macro 0x00000000 0x1da hpl/core/hpl_init.o + .debug_macro 0x00000000 0x3a hpl/core/hpl_init.o + .debug_macro 0x00000000 0x22 hpl/core/hpl_init.o + .debug_macro 0x00000000 0x15e hpl/core/hpl_init.o + .debug_macro 0x00000000 0x173 hpl/core/hpl_init.o + .debug_macro 0x00000000 0x173 hpl/core/hpl_init.o + .debug_macro 0x00000000 0x173 hpl/core/hpl_init.o + .debug_macro 0x00000000 0x173 hpl/core/hpl_init.o + .debug_macro 0x00000000 0x11e hpl/core/hpl_init.o + .debug_macro 0x00000000 0x5e hpl/core/hpl_init.o + .debug_macro 0x00000000 0xfa hpl/core/hpl_init.o + .debug_macro 0x00000000 0xfa hpl/core/hpl_init.o + .debug_macro 0x00000000 0xfa hpl/core/hpl_init.o + .debug_macro 0x00000000 0xfa hpl/core/hpl_init.o + .debug_macro 0x00000000 0x124 hpl/core/hpl_init.o + .debug_macro 0x00000000 0x2e hpl/core/hpl_init.o + .debug_macro 0x00000000 0x1fa hpl/core/hpl_init.o + .debug_macro 0x00000000 0x3a hpl/core/hpl_init.o + .debug_macro 0x00000000 0x3e6 hpl/core/hpl_init.o + .debug_macro 0x00000000 0x20d6 hpl/core/hpl_init.o + .debug_macro 0x00000000 0x6d hpl/core/hpl_init.o + .debug_macro 0x00000000 0x10 hpl/core/hpl_init.o + .debug_macro 0x00000000 0x10 hpl/core/hpl_init.o + .debug_macro 0x00000000 0x16 hpl/core/hpl_init.o + .debug_macro 0x00000000 0x16 hpl/core/hpl_init.o + .debug_macro 0x00000000 0x16 hpl/core/hpl_init.o + .debug_macro 0x00000000 0x16 hpl/core/hpl_init.o + .debug_macro 0x00000000 0x16 hpl/core/hpl_init.o + .debug_macro 0x00000000 0x16 hpl/core/hpl_init.o + .debug_macro 0x00000000 0x16 hpl/core/hpl_init.o + .debug_macro 0x00000000 0x16 hpl/core/hpl_init.o + .debug_macro 0x00000000 0x16 hpl/core/hpl_init.o + .debug_macro 0x00000000 0x16 hpl/core/hpl_init.o + .debug_macro 0x00000000 0x16 hpl/core/hpl_init.o + .debug_macro 0x00000000 0x16 hpl/core/hpl_init.o + .debug_macro 0x00000000 0x16 hpl/core/hpl_init.o + .debug_macro 0x00000000 0x16 hpl/core/hpl_init.o + .debug_macro 0x00000000 0x16 hpl/core/hpl_init.o + .debug_macro 0x00000000 0x16 hpl/core/hpl_init.o + .debug_macro 0x00000000 0x16 hpl/core/hpl_init.o + .debug_macro 0x00000000 0x16 hpl/core/hpl_init.o + .debug_macro 0x00000000 0x16 hpl/core/hpl_init.o + .debug_macro 0x00000000 0x16 hpl/core/hpl_init.o + .debug_macro 0x00000000 0x16 hpl/core/hpl_init.o + .debug_macro 0x00000000 0x16 hpl/core/hpl_init.o + .debug_macro 0x00000000 0xbe hpl/core/hpl_init.o + .debug_macro 0x00000000 0x28c hpl/core/hpl_init.o + .debug_macro 0x00000000 0x16 hpl/core/hpl_init.o + .debug_macro 0x00000000 0x277 hpl/core/hpl_init.o + .debug_macro 0x00000000 0x16 hpl/core/hpl_init.o + .debug_macro 0x00000000 0xca hpl/core/hpl_init.o + .debug_macro 0x00000000 0x1c hpl/core/hpl_init.o + .debug_macro 0x00000000 0x16 hpl/core/hpl_init.o + .debug_macro 0x00000000 0xcf hpl/core/hpl_init.o + .debug_macro 0x00000000 0x69 hpl/core/hpl_init.o + .debug_macro 0x00000000 0x87 hpl/core/hpl_init.o + .debug_macro 0x00000000 0x19 hpl/core/hpl_init.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/dmac/hpl_dmac.o + .text 0x00000000 0x0 hpl/dmac/hpl_dmac.o + .data 0x00000000 0x0 hpl/dmac/hpl_dmac.o + .bss 0x00000000 0x0 hpl/dmac/hpl_dmac.o + .debug_info 0x00000000 0x92 hpl/dmac/hpl_dmac.o + .debug_abbrev 0x00000000 0x47 hpl/dmac/hpl_dmac.o + .debug_aranges + 0x00000000 0x18 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x4ec hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x89e hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x16d hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x22 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x87 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x51 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0xef hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x6a hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x1df hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x22 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x3f hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x1c hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x22 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0xb5 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x4da hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x11f hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x714 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x959 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x279 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x21e hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0xe12 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x5e7 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x5be hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x624 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x172 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x26b hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x459 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x21c hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x768 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x7c0 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x28e hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x5d7 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x1c6 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x308 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0xac hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x1c53 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0xff5 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0xd41 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x874 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x8ae hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x19be hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0xe7 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0xb7c hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x36a hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x7c hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0xac hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0xca hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x4c hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0xdc hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0xb2 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x64 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x444 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x4c hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x149 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x5e hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0xa0 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0xc4 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0xb2 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x4c hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x64 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x40 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x1da hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x3a hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x22 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x15e hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x173 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x173 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x173 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x173 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x11e hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x5e hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0xfa hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0xfa hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0xfa hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0xfa hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x124 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x2e hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x1fa hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x3a hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x3e6 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x20d6 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x6d hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x10 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x10 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x16 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x16 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x16 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x16 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x16 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x16 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x16 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x16 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x16 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x16 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x16 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x16 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x16 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x16 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x16 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x16 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x16 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x16 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x16 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x16 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x16 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x16 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0xbe hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x28c hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x16 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x277 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x16 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0xca hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x772 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0xc9 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x16 hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x6cc hpl/dmac/hpl_dmac.o + .debug_macro 0x00000000 0x6ba hpl/dmac/hpl_dmac.o + .debug_line 0x00000000 0xa38 hpl/dmac/hpl_dmac.o + .debug_str 0x00000000 0x85ab2 hpl/dmac/hpl_dmac.o + .comment 0x00000000 0x5a hpl/dmac/hpl_dmac.o + .ARM.attributes + 0x00000000 0x32 hpl/dmac/hpl_dmac.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/eic/hpl_eic.o + .text 0x00000000 0x0 hpl/eic/hpl_eic.o + .data 0x00000000 0x0 hpl/eic/hpl_eic.o + .text._ext_irq_init + 0x00000000 0xac hpl/eic/hpl_eic.o + .text._ext_irq_deinit + 0x00000000 0x4c hpl/eic/hpl_eic.o + .text._ext_irq_enable + 0x00000000 0x54 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x89e hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x16d hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x22 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x87 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x51 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0xef hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x6a hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x1df hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x22 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x3f hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x1c hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x22 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0xb5 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x4da hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x11f hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x714 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x959 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x279 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x21e hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0xe12 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x5e7 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x5be hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x624 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x172 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x26b hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x459 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x21c hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x768 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x7c0 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x28e hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x5d7 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x1c6 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x308 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0xac hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x1c53 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0xff5 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0xd41 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x874 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x8ae hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x19be hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0xe7 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0xb7c hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x36a hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x7c hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0xac hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0xca hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x4c hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0xdc hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0xb2 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x64 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x444 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x4c hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x149 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x5e hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0xa0 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0xc4 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0xb2 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x4c hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x64 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x40 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x1da hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x3a hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x22 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x15e hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x173 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x173 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x173 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x173 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x11e hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x5e hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0xfa hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0xfa hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0xfa hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0xfa hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x124 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x2e hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x1fa hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x3a hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x3e6 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x20d6 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x6d hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x10 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x10 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x16 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x16 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x16 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x16 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x16 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x16 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x16 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x16 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x16 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x16 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x16 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x16 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x16 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x16 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x16 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x16 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x16 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x16 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x16 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x16 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x16 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x16 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0xbe hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x28c hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x16 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x277 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x16 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0xca hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x58 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x35 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x9c hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x58 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x1f hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x43 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x20 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x187 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x34d hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x10 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x35 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0xc9 hpl/eic/hpl_eic.o + .debug_macro 0x00000000 0x16 hpl/eic/hpl_eic.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/gclk/hpl_gclk.o + .text 0x00000000 0x0 hpl/gclk/hpl_gclk.o + .data 0x00000000 0x0 hpl/gclk/hpl_gclk.o + .bss 0x00000000 0x0 hpl/gclk/hpl_gclk.o + .text._gclk_init_generators + 0x00000000 0x30 hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x89e hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x16d hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x22 hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x87 hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x51 hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0xef hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x6a hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x1df hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x22 hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x3f hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x1c hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x22 hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0xb5 hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x4da hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x11f hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x714 hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x959 hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x279 hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x21e hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0xe12 hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x5e7 hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x5be hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x624 hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x172 hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x26b hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x459 hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x21c hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x768 hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x7c0 hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x28e hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x5d7 hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x1c6 hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x308 hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0xac hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x1c53 hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0xff5 hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0xd41 hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x874 hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x8ae hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x19be hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0xe7 hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0xb7c hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x36a hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x7c hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0xac hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0xca hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x4c hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0xdc hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0xb2 hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x64 hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x444 hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x4c hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x149 hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x5e hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0xa0 hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0xc4 hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0xb2 hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x4c hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x64 hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x40 hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x1da hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x3a hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x22 hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x15e hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x173 hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x173 hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x173 hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x173 hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x11e hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x5e hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0xfa hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0xfa hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0xfa hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0xfa hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x124 hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x2e hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x1fa hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x3a hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x3e6 hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x20d6 hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x6d hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x10 hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x10 hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x16 hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x16 hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x16 hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x16 hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x16 hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x16 hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x16 hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x16 hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x16 hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x16 hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x16 hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x16 hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x16 hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x16 hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x16 hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x16 hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x16 hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x16 hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x16 hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x16 hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x16 hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x16 hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0xbe hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x28c hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x16 hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x277 hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x16 hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0xca hpl/gclk/hpl_gclk.o + .debug_macro 0x00000000 0x16 hpl/gclk/hpl_gclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/mclk/hpl_mclk.o + .text 0x00000000 0x0 hpl/mclk/hpl_mclk.o + .data 0x00000000 0x0 hpl/mclk/hpl_mclk.o + .bss 0x00000000 0x0 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x89e hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x16d hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x22 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x87 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x51 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0xef hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x6a hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x1df hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x22 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x3f hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x1c hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x22 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0xb5 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x4da hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x11f hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x714 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x959 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x279 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x21e hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0xe12 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x5e7 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x5be hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x624 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x172 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x26b hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x459 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x21c hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x768 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x7c0 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x28e hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x5d7 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x1c6 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x308 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0xac hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x1c53 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0xff5 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0xd41 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x874 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x8ae hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x19be hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0xe7 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0xb7c hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x36a hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x7c hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0xac hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0xca hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x4c hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0xdc hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0xb2 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x64 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x444 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x4c hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x149 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x5e hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0xa0 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0xc4 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0xb2 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x4c hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x64 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x40 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x1da hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x3a hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x22 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x15e hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x173 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x173 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x173 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x173 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x11e hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x5e hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0xfa hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0xfa hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0xfa hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0xfa hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x124 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x2e hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x1fa hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x3a hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x3e6 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x20d6 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x6d hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x10 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x10 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x16 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x16 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x16 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x16 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x16 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x16 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x16 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x16 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x16 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x16 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x16 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x16 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x16 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x16 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x16 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x16 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x16 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x16 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x16 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x16 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x16 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x16 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0xbe hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x28c hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x16 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x277 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x16 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0xca hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x69 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x87 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x19 hpl/mclk/hpl_mclk.o + .debug_macro 0x00000000 0x22 hpl/mclk/hpl_mclk.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/osc32kctrl/hpl_osc32kctrl.o + .text 0x00000000 0x0 hpl/osc32kctrl/hpl_osc32kctrl.o + .data 0x00000000 0x0 hpl/osc32kctrl/hpl_osc32kctrl.o + .bss 0x00000000 0x0 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x89e hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x16d hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x22 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x87 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x51 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0xef hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x6a hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x1df hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x22 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x3f hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x1c hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x22 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0xb5 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x4da hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x11f hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x714 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x959 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x279 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x21e hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0xe12 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x5e7 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x5be hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x624 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x172 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x26b hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x459 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x21c hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x768 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x7c0 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x28e hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x5d7 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x1c6 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x308 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0xac hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x1c53 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0xff5 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0xd41 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x874 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x8ae hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x19be hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0xe7 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0xb7c hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x36a hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x7c hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0xac hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0xca hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x4c hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0xdc hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0xb2 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x64 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x444 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x4c hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x149 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x5e hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0xa0 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0xc4 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0xb2 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x4c hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x64 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x40 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x1da hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x3a hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x22 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x15e hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x173 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x173 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x173 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x173 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x11e hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x5e hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0xfa hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0xfa hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0xfa hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0xfa hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x124 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x2e hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x1fa hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x3a hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x3e6 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x20d6 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x6d hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x10 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x10 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x16 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x16 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x16 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x16 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x16 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x16 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x16 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x16 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x16 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x16 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x16 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x16 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x16 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x16 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x16 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x16 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x16 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x16 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x16 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x16 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x16 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x16 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0xbe hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x28c hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x16 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x277 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x16 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0xca hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00000000 0x87 hpl/osc32kctrl/hpl_osc32kctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/oscctrl/hpl_oscctrl.o + .text 0x00000000 0x0 hpl/oscctrl/hpl_oscctrl.o + .data 0x00000000 0x0 hpl/oscctrl/hpl_oscctrl.o + .bss 0x00000000 0x0 hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x89e hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x16d hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x22 hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x87 hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x51 hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0xef hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x6a hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x1df hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x22 hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x3f hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x1c hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x22 hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0xb5 hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x4da hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x11f hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x714 hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x959 hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x279 hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x21e hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0xe12 hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x5e7 hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x5be hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x624 hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x172 hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x26b hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x459 hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x21c hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x768 hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x7c0 hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x28e hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x5d7 hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x1c6 hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x308 hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0xac hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x1c53 hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0xff5 hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0xd41 hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x874 hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x8ae hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x19be hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0xe7 hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0xb7c hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x36a hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x7c hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0xac hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0xca hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x4c hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0xdc hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0xb2 hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x64 hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x444 hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x4c hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x149 hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x5e hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0xa0 hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0xc4 hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0xb2 hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x4c hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x64 hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x40 hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x1da hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x3a hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x22 hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x15e hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x173 hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x173 hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x173 hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x173 hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x11e hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x5e hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0xfa hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0xfa hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0xfa hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0xfa hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x124 hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x2e hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x1fa hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x3a hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x3e6 hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x20d6 hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x6d hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x10 hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x10 hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x16 hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x16 hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x16 hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x16 hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x16 hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x16 hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x16 hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x16 hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x16 hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x16 hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x16 hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x16 hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x16 hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x16 hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x16 hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x16 hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x16 hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x16 hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x16 hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x16 hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x16 hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x16 hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0xbe hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x28c hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x16 hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x277 hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0x16 hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x00000000 0xca hpl/oscctrl/hpl_oscctrl.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/pm/hpl_pm.o + .text 0x00000000 0x0 hpl/pm/hpl_pm.o + .data 0x00000000 0x0 hpl/pm/hpl_pm.o + .bss 0x00000000 0x0 hpl/pm/hpl_pm.o + .text._get_reset_reason + 0x00000000 0xc hpl/pm/hpl_pm.o + .text._set_sleep_mode + 0x00000000 0x2c hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x89e hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x16d hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x22 hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x87 hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x51 hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0xef hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x6a hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x1df hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x22 hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x3f hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x1c hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x22 hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0xb5 hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x4da hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x11f hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x714 hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x959 hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x279 hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x21e hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0xe12 hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x5e7 hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x5be hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x624 hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x172 hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x26b hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x459 hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x21c hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x768 hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x7c0 hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x28e hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x5d7 hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x1c6 hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x308 hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0xac hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x1c53 hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0xff5 hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0xd41 hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x874 hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x8ae hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x19be hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0xe7 hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0xb7c hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x36a hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x7c hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0xac hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0xca hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x4c hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0xdc hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0xb2 hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x64 hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x444 hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x4c hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x149 hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x5e hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0xa0 hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0xc4 hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0xb2 hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x4c hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x64 hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x40 hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x1da hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x3a hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x22 hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x15e hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x173 hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x173 hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x173 hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x173 hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x11e hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x5e hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0xfa hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0xfa hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0xfa hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0xfa hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x124 hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x2e hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x1fa hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x3a hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x3e6 hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x20d6 hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x6d hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x10 hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x10 hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x16 hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x16 hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x16 hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x16 hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x16 hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x16 hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x16 hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x16 hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x16 hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x16 hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x16 hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x16 hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x16 hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x16 hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x16 hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x16 hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x16 hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x16 hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x16 hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x16 hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x16 hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x16 hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0xbe hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x28c hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x16 hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x277 hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0x16 hpl/pm/hpl_pm.o + .debug_macro 0x00000000 0xca hpl/pm/hpl_pm.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/rtc/hpl_rtc.o + .text 0x00000000 0x0 hpl/rtc/hpl_rtc.o + .data 0x00000000 0x0 hpl/rtc/hpl_rtc.o + .text._calendar_deinit + 0x00000000 0x6c hpl/rtc/hpl_rtc.o + .text._calendar_disable + 0x00000000 0x40 hpl/rtc/hpl_rtc.o + .text._calendar_set_comp + 0x00000000 0x38 hpl/rtc/hpl_rtc.o + .text._calendar_get_comp + 0x00000000 0x34 hpl/rtc/hpl_rtc.o + .text._is_tamper_detected + 0x00000000 0x38 hpl/rtc/hpl_rtc.o + .text._tamper_clear_tampid_flag + 0x00000000 0x38 hpl/rtc/hpl_rtc.o + .text._tamper_enable_debounce_asynchronous + 0x00000000 0x60 hpl/rtc/hpl_rtc.o + .text._tamper_disable_debounce_asynchronous + 0x00000000 0x5c hpl/rtc/hpl_rtc.o + .text._tamper_enable_debounce_majority + 0x00000000 0x60 hpl/rtc/hpl_rtc.o + .text._tamper_disable_debounce_majority + 0x00000000 0x5c hpl/rtc/hpl_rtc.o + .text._tamper_register_callback + 0x00000000 0x68 hpl/rtc/hpl_rtc.o + .text._calendar_register_callback + 0x00000000 0x68 hpl/rtc/hpl_rtc.o + .text._calendar_set_irq + 0x00000000 0x10 hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x89e hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x16d hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x22 hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x87 hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x51 hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0xef hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x6a hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x1df hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x22 hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x3f hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x1c hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x22 hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0xb5 hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x4da hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x11f hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x714 hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x959 hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x279 hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x21e hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0xe12 hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x5e7 hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x5be hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x624 hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x172 hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x26b hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x459 hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x21c hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x768 hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x7c0 hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x28e hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x5d7 hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x1c6 hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x308 hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0xac hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x1c53 hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0xff5 hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0xd41 hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x874 hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x8ae hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x19be hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0xe7 hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0xb7c hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x36a hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x7c hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0xac hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0xca hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x4c hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0xdc hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0xb2 hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x64 hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x444 hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x4c hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x149 hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x5e hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0xa0 hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0xc4 hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0xb2 hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x4c hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x64 hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x40 hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x1da hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x3a hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x22 hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x15e hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x173 hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x173 hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x173 hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x173 hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x11e hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x5e hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0xfa hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0xfa hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0xfa hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0xfa hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x124 hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x2e hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x1fa hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x3a hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x3e6 hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x20d6 hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x6d hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x10 hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x10 hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x16 hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x16 hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x16 hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x16 hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x16 hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x16 hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x16 hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x16 hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x16 hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x16 hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x16 hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x16 hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x16 hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x16 hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x16 hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x16 hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x16 hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x16 hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x16 hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x16 hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x16 hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x16 hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0xbe hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x28c hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x16 hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x277 hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x16 hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0xca hpl/rtc/hpl_rtc.o + .debug_macro 0x00000000 0x16 hpl/rtc/hpl_rtc.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .text 0x00000000 0x0 hpl/sercom/hpl_sercom.o + .data 0x00000000 0x0 hpl/sercom/hpl_sercom.o + .bss 0x00000000 0x0 hpl/sercom/hpl_sercom.o + .text._usart_calculate_baud_rate + 0x00000000 0x70 hpl/sercom/hpl_sercom.o + .text._sercom_get_irq_num + 0x00000000 0x10 hpl/sercom/hpl_sercom.o + .text._spi_deinit + 0x00000000 0x20 hpl/sercom/hpl_sercom.o + .text._spi_sync_enable + 0x00000000 0x1e hpl/sercom/hpl_sercom.o + .text._spi_async_enable + 0x00000000 0x30 hpl/sercom/hpl_sercom.o + .text._spi_sync_disable + 0x00000000 0x1e hpl/sercom/hpl_sercom.o + .text._spi_async_disable + 0x00000000 0x3c hpl/sercom/hpl_sercom.o + .text._spi_set_mode + 0x00000000 0x34 hpl/sercom/hpl_sercom.o + .text._spi_set_baudrate + 0x00000000 0x14 hpl/sercom/hpl_sercom.o + .text._spi_set_char_size + 0x00000000 0x3c hpl/sercom/hpl_sercom.o + .text._spi_set_data_order + 0x00000000 0x34 hpl/sercom/hpl_sercom.o + .text._get_sercom_index + 0x00000000 0x44 hpl/sercom/hpl_sercom.o + .text._usart_init + 0x00000000 0xf0 hpl/sercom/hpl_sercom.o + .text._sercom_i2c_send_address + 0x00000000 0xc0 hpl/sercom/hpl_sercom.o + .text._get_i2c_s_index + 0x00000000 0x48 hpl/sercom/hpl_sercom.o + .text._i2c_s_init + 0x00000000 0x80 hpl/sercom/hpl_sercom.o + .text._usart_set_baud_rate + 0x00000000 0x58 hpl/sercom/hpl_sercom.o + .text._usart_set_data_order + 0x00000000 0x70 hpl/sercom/hpl_sercom.o + .text._usart_set_mode + 0x00000000 0x70 hpl/sercom/hpl_sercom.o + .text._usart_set_parity + 0x00000000 0x98 hpl/sercom/hpl_sercom.o + .text._usart_set_stop_bits + 0x00000000 0x6c hpl/sercom/hpl_sercom.o + .text._usart_set_character_size + 0x00000000 0x68 hpl/sercom/hpl_sercom.o + .text._i2c_s_set_address + 0x00000000 0x68 hpl/sercom/hpl_sercom.o + .text._usart_sync_init + 0x00000000 0x2c hpl/sercom/hpl_sercom.o + .text._usart_async_init + 0x00000000 0x80 hpl/sercom/hpl_sercom.o + .text._usart_sync_deinit + 0x00000000 0x20 hpl/sercom/hpl_sercom.o + .text._usart_async_deinit + 0x00000000 0x4c hpl/sercom/hpl_sercom.o + .text._usart_sync_calculate_baud_rate + 0x00000000 0x18 hpl/sercom/hpl_sercom.o + .text._usart_async_calculate_baud_rate + 0x00000000 0x18 hpl/sercom/hpl_sercom.o + .text._usart_sync_enable + 0x00000000 0x12 hpl/sercom/hpl_sercom.o + .text._usart_async_enable + 0x00000000 0x12 hpl/sercom/hpl_sercom.o + .text._usart_sync_disable + 0x00000000 0x12 hpl/sercom/hpl_sercom.o + .text._usart_async_disable + 0x00000000 0x12 hpl/sercom/hpl_sercom.o + .text._usart_sync_set_baud_rate + 0x00000000 0x10 hpl/sercom/hpl_sercom.o + .text._usart_async_set_baud_rate + 0x00000000 0x10 hpl/sercom/hpl_sercom.o + .text._usart_sync_set_data_order + 0x00000000 0x10 hpl/sercom/hpl_sercom.o + .text._usart_async_set_data_order + 0x00000000 0x10 hpl/sercom/hpl_sercom.o + .text._usart_sync_set_mode + 0x00000000 0x10 hpl/sercom/hpl_sercom.o + .text._usart_async_set_mode + 0x00000000 0x10 hpl/sercom/hpl_sercom.o + .text._usart_sync_set_parity + 0x00000000 0x10 hpl/sercom/hpl_sercom.o + .text._usart_async_set_parity + 0x00000000 0x10 hpl/sercom/hpl_sercom.o + .text._usart_sync_set_stop_bits + 0x00000000 0x10 hpl/sercom/hpl_sercom.o + .text._usart_async_set_stop_bits + 0x00000000 0x10 hpl/sercom/hpl_sercom.o + .text._usart_sync_set_character_size + 0x00000000 0x10 hpl/sercom/hpl_sercom.o + .text._usart_async_set_character_size + 0x00000000 0x10 hpl/sercom/hpl_sercom.o + .text._usart_sync_get_status + 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .text._usart_async_get_status + 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .text._usart_sync_write_byte + 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .text._usart_async_write_byte + 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .text._usart_sync_read_byte + 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .text._usart_sync_is_ready_to_send + 0x00000000 0xa hpl/sercom/hpl_sercom.o + .text._usart_sync_is_transmit_done + 0x00000000 0xc hpl/sercom/hpl_sercom.o + .text._usart_async_is_byte_sent + 0x00000000 0xa hpl/sercom/hpl_sercom.o + .text._usart_sync_is_byte_received + 0x00000000 0xc hpl/sercom/hpl_sercom.o + .text._usart_sync_set_flow_control_state + 0x00000000 0x2 hpl/sercom/hpl_sercom.o + .text._usart_async_set_flow_control_state + 0x00000000 0x2 hpl/sercom/hpl_sercom.o + .text._usart_sync_get_flow_control_state + 0x00000000 0x4 hpl/sercom/hpl_sercom.o + .text._usart_async_get_flow_control_state + 0x00000000 0x4 hpl/sercom/hpl_sercom.o + .text._usart_async_enable_byte_sent_irq + 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .text._usart_async_enable_tx_done_irq + 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .text._usart_sync_get_hardware_index + 0x00000000 0x10 hpl/sercom/hpl_sercom.o + .text._usart_async_get_hardware_index + 0x00000000 0x10 hpl/sercom/hpl_sercom.o + .text._usart_async_set_irq_state + 0x00000000 0x78 hpl/sercom/hpl_sercom.o + .text._i2c_m_async_enable + 0x00000000 0x80 hpl/sercom/hpl_sercom.o + .text._i2c_m_async_disable + 0x00000000 0x70 hpl/sercom/hpl_sercom.o + .text._i2c_m_async_set_baudrate + 0x00000000 0x168 hpl/sercom/hpl_sercom.o + .text._i2c_m_async_init + 0x00000000 0x84 hpl/sercom/hpl_sercom.o + .text._i2c_m_async_deinit + 0x00000000 0x44 hpl/sercom/hpl_sercom.o + .text._i2c_m_async_transfer + 0x00000000 0x94 hpl/sercom/hpl_sercom.o + .text._i2c_m_async_register_callback + 0x00000000 0x1c hpl/sercom/hpl_sercom.o + .text._i2c_m_async_send_stop + 0x00000000 0x16 hpl/sercom/hpl_sercom.o + .text._i2c_m_async_get_bytes_left + 0x00000000 0xe hpl/sercom/hpl_sercom.o + .text._i2c_m_sync_deinit + 0x00000000 0x44 hpl/sercom/hpl_sercom.o + .text._i2c_m_sync_disable + 0x00000000 0x48 hpl/sercom/hpl_sercom.o + .text._i2c_m_sync_set_baudrate + 0x00000000 0x168 hpl/sercom/hpl_sercom.o + .text._i2c_m_async_set_irq_state + 0x00000000 0x40 hpl/sercom/hpl_sercom.o + .text._i2c_m_sync_send_stop + 0x00000000 0x16 hpl/sercom/hpl_sercom.o + .text._i2c_s_sync_init + 0x00000000 0x34 hpl/sercom/hpl_sercom.o + .text._i2c_s_async_init + 0x00000000 0x8c hpl/sercom/hpl_sercom.o + .text._i2c_s_sync_deinit + 0x00000000 0x22 hpl/sercom/hpl_sercom.o + .text._i2c_s_async_deinit + 0x00000000 0x50 hpl/sercom/hpl_sercom.o + .text._i2c_s_sync_enable + 0x00000000 0x14 hpl/sercom/hpl_sercom.o + .text._i2c_s_async_enable + 0x00000000 0x14 hpl/sercom/hpl_sercom.o + .text._i2c_s_sync_disable + 0x00000000 0x14 hpl/sercom/hpl_sercom.o + .text._i2c_s_async_disable + 0x00000000 0x14 hpl/sercom/hpl_sercom.o + .text._i2c_s_sync_is_10bit_addressing_on + 0x00000000 0xc hpl/sercom/hpl_sercom.o + .text._i2c_s_async_is_10bit_addressing_on + 0x00000000 0xc hpl/sercom/hpl_sercom.o + .text._i2c_s_sync_set_address + 0x00000000 0x10 hpl/sercom/hpl_sercom.o + .text._i2c_s_async_set_address + 0x00000000 0x10 hpl/sercom/hpl_sercom.o + .text._i2c_s_sync_write_byte + 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .text._i2c_s_async_write_byte + 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .text._i2c_s_sync_read_byte + 0x00000000 0xa hpl/sercom/hpl_sercom.o + .text._i2c_s_sync_is_byte_sent + 0x00000000 0xc hpl/sercom/hpl_sercom.o + .text._i2c_s_sync_is_byte_received + 0x00000000 0xc hpl/sercom/hpl_sercom.o + .text._i2c_s_sync_get_status + 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .text._i2c_s_sync_clear_data_ready_flag + 0x00000000 0xa hpl/sercom/hpl_sercom.o + .text._i2c_s_async_get_status + 0x00000000 0x8 hpl/sercom/hpl_sercom.o + .text._i2c_s_async_abort_transmission + 0x00000000 0xa hpl/sercom/hpl_sercom.o + .text._i2c_s_async_set_irq_state + 0x00000000 0x54 hpl/sercom/hpl_sercom.o + .text._spi_m_sync_init + 0x00000000 0x1fc hpl/sercom/hpl_sercom.o + .text._spi_s_sync_init + 0x00000000 0xc hpl/sercom/hpl_sercom.o + .text._spi_m_async_init + 0x00000000 0x60 hpl/sercom/hpl_sercom.o + .text._spi_s_async_init + 0x00000000 0xc hpl/sercom/hpl_sercom.o + .text._spi_m_async_deinit + 0x00000000 0x54 hpl/sercom/hpl_sercom.o + .text._spi_s_async_deinit + 0x00000000 0x54 hpl/sercom/hpl_sercom.o + .text._spi_m_sync_deinit + 0x00000000 0x10 hpl/sercom/hpl_sercom.o + .text._spi_s_sync_deinit + 0x00000000 0x10 hpl/sercom/hpl_sercom.o + .text._spi_m_sync_enable + 0x00000000 0x34 hpl/sercom/hpl_sercom.o + .text._spi_s_sync_enable + 0x00000000 0x38 hpl/sercom/hpl_sercom.o + .text._spi_m_async_enable + 0x00000000 0x38 hpl/sercom/hpl_sercom.o + .text._spi_s_async_enable + 0x00000000 0x38 hpl/sercom/hpl_sercom.o + .text._spi_m_sync_disable + 0x00000000 0x38 hpl/sercom/hpl_sercom.o + .text._spi_s_sync_disable + 0x00000000 0x38 hpl/sercom/hpl_sercom.o + .text._spi_m_async_disable + 0x00000000 0x38 hpl/sercom/hpl_sercom.o + .text._spi_s_async_disable + 0x00000000 0x38 hpl/sercom/hpl_sercom.o + .text._spi_m_sync_set_mode + 0x00000000 0x3c hpl/sercom/hpl_sercom.o + .text._spi_m_async_set_mode + 0x00000000 0x3c hpl/sercom/hpl_sercom.o + .text._spi_s_async_set_mode + 0x00000000 0x3c hpl/sercom/hpl_sercom.o + .text._spi_s_sync_set_mode + 0x00000000 0x3c hpl/sercom/hpl_sercom.o + .text._spi_calc_baud_val + 0x00000000 0x5c hpl/sercom/hpl_sercom.o + .text._spi_m_sync_set_baudrate + 0x00000000 0x3c hpl/sercom/hpl_sercom.o + .text._spi_m_async_set_baudrate + 0x00000000 0x3c hpl/sercom/hpl_sercom.o + .text._spi_m_sync_set_char_size + 0x00000000 0x40 hpl/sercom/hpl_sercom.o + .text._spi_m_async_set_char_size + 0x00000000 0x40 hpl/sercom/hpl_sercom.o + .text._spi_s_async_set_char_size + 0x00000000 0x40 hpl/sercom/hpl_sercom.o + .text._spi_s_sync_set_char_size + 0x00000000 0x40 hpl/sercom/hpl_sercom.o + .text._spi_m_sync_set_data_order + 0x00000000 0x3c hpl/sercom/hpl_sercom.o + .text._spi_m_async_set_data_order + 0x00000000 0x3c hpl/sercom/hpl_sercom.o + .text._spi_s_async_set_data_order + 0x00000000 0x3c hpl/sercom/hpl_sercom.o + .text._spi_s_sync_set_data_order + 0x00000000 0x3c hpl/sercom/hpl_sercom.o + .text._spi_m_sync_trans + 0x00000000 0x114 hpl/sercom/hpl_sercom.o + .text._spi_m_async_enable_tx + 0x00000000 0x40 hpl/sercom/hpl_sercom.o + .text._spi_s_async_enable_tx + 0x00000000 0xc hpl/sercom/hpl_sercom.o + .text._spi_m_async_enable_rx + 0x00000000 0x48 hpl/sercom/hpl_sercom.o + .text._spi_s_async_enable_rx + 0x00000000 0xc hpl/sercom/hpl_sercom.o + .text._spi_m_async_enable_tx_complete + 0x00000000 0x44 hpl/sercom/hpl_sercom.o + .text._spi_s_async_enable_ss_detect + 0x00000000 0xc hpl/sercom/hpl_sercom.o + .text._spi_m_async_write_one + 0x00000000 0x38 hpl/sercom/hpl_sercom.o + .text._spi_s_async_write_one + 0x00000000 0x38 hpl/sercom/hpl_sercom.o + .text._spi_s_sync_write_one + 0x00000000 0x38 hpl/sercom/hpl_sercom.o + .text._spi_m_async_read_one + 0x00000000 0x34 hpl/sercom/hpl_sercom.o + .text._spi_s_async_read_one + 0x00000000 0x34 hpl/sercom/hpl_sercom.o + .text._spi_s_sync_read_one + 0x00000000 0x34 hpl/sercom/hpl_sercom.o + .text._spi_m_async_register_callback + 0x00000000 0x38 hpl/sercom/hpl_sercom.o + .text._spi_s_async_register_callback + 0x00000000 0xc hpl/sercom/hpl_sercom.o + .text._spi_s_sync_is_tx_ready + 0x00000000 0x38 hpl/sercom/hpl_sercom.o + .text._spi_s_sync_is_rx_ready + 0x00000000 0x3c hpl/sercom/hpl_sercom.o + .text._spi_s_sync_is_ss_deactivated + 0x00000000 0x3c hpl/sercom/hpl_sercom.o + .text._spi_s_sync_is_error + 0x00000000 0x44 hpl/sercom/hpl_sercom.o + .text._spi_m_async_set_irq_state + 0x00000000 0x3c hpl/sercom/hpl_sercom.o + .text._spi_s_async_set_irq_state + 0x00000000 0xc hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x89e hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x16d hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x22 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x87 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x51 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0xef hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x6a hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x1df hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x22 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x3f hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x1c hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x22 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0xb5 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x4da hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x11f hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x714 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x959 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x279 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x21e hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0xe12 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x5e7 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x5be hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x624 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x172 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x26b hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x459 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x21c hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x768 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x7c0 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x28e hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x5d7 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x1c6 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x308 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0xac hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x1c53 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0xff5 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0xd41 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x874 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x8ae hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x19be hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0xe7 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0xb7c hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x36a hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x7c hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0xac hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0xca hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x4c hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0xdc hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0xb2 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x64 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x444 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x4c hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x149 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x5e hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0xa0 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0xc4 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0xb2 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x4c hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x64 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x40 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x1da hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x3a hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x22 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x15e hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x173 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x173 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x173 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x173 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x11e hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x5e hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0xfa hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0xfa hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0xfa hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0xfa hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x124 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x2e hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x1fa hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x3a hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x3e6 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x20d6 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x6d hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x10 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x10 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x16 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x16 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x16 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x16 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x16 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x16 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x16 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x16 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x16 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x16 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x16 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x16 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x16 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x16 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x16 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x16 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x16 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x16 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x16 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x16 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x16 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x16 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0xbe hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x28c hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x16 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x277 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x16 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0xca hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x70 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0xc9 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x69 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x87 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x19 hpl/sercom/hpl_sercom.o + .debug_macro 0x00000000 0x16 hpl/sercom/hpl_sercom.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/slcd/hpl_slcd.o + .text 0x00000000 0x0 hpl/slcd/hpl_slcd.o + .data 0x00000000 0x0 hpl/slcd/hpl_slcd.o + .bss 0x00000000 0x0 hpl/slcd/hpl_slcd.o + .text._slcd_sync_set_segment + 0x00000000 0x74 hpl/slcd/hpl_slcd.o + .text._slcd_sync_init + 0x00000000 0x98 hpl/slcd/hpl_slcd.o + .text._slcd_sync_deinit + 0x00000000 0x2e hpl/slcd/hpl_slcd.o + .text._slcd_sync_enable + 0x00000000 0x14 hpl/slcd/hpl_slcd.o + .text._slcd_sync_disable + 0x00000000 0x14 hpl/slcd/hpl_slcd.o + .text._slcd_sync_seg_on + 0x00000000 0x1c hpl/slcd/hpl_slcd.o + .text._slcd_sync_seg_off + 0x00000000 0x1c hpl/slcd/hpl_slcd.o + .text._slcd_sync_seg_blink + 0x00000000 0x130 hpl/slcd/hpl_slcd.o + .text._slcd_sync_write_char + 0x00000000 0x118 hpl/slcd/hpl_slcd.o + .text._slcd_sync_stop_animation + 0x00000000 0x1a hpl/slcd/hpl_slcd.o + .text._slcd_sync_set_animation_period + 0x00000000 0x6c hpl/slcd/hpl_slcd.o + .text._slcd_sync_start_animation + 0x00000000 0x148 hpl/slcd/hpl_slcd.o + .rodata 0x00000000 0x1c0 hpl/slcd/hpl_slcd.o + .debug_info 0x00000000 0x2fd4 hpl/slcd/hpl_slcd.o + .debug_abbrev 0x00000000 0x395 hpl/slcd/hpl_slcd.o + .debug_loc 0x00000000 0x1574 hpl/slcd/hpl_slcd.o + .debug_aranges + 0x00000000 0x78 hpl/slcd/hpl_slcd.o + .debug_ranges 0x00000000 0x68 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x510 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x89e hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x16d hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x22 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x87 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x51 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0xef hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x6a hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x1df hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x22 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x3f hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x1c hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x22 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0xb5 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x4da hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x11f hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x714 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x959 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x279 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x21e hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0xe12 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x5e7 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x5be hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x624 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x172 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x26b hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x459 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x21c hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x768 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x7c0 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x28e hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x5d7 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x1c6 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x308 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0xac hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x1c53 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0xff5 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0xd41 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x874 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x8ae hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x19be hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0xe7 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0xb7c hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x36a hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x7c hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0xac hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0xca hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x4c hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0xdc hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0xb2 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x64 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x444 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x4c hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x149 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x5e hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0xa0 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0xc4 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0xb2 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x4c hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x64 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x40 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x1da hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x3a hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x22 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x15e hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x173 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x173 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x173 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x173 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x11e hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x5e hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0xfa hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0xfa hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0xfa hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0xfa hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x124 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x2e hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x1fa hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x3a hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x3e6 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x20d6 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x6d hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x10 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x10 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x16 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x16 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x16 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x16 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x16 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x16 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x16 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x16 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x16 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x16 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x16 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x16 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x16 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x16 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x16 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x16 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x16 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x16 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x16 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x16 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x16 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x16 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0xbe hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x28c hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x16 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x277 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x16 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0xca hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x10 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x1c hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x69 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x87 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x19 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x733 hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x3a hpl/slcd/hpl_slcd.o + .debug_macro 0x00000000 0x64 hpl/slcd/hpl_slcd.o + .debug_line 0x00000000 0xebb hpl/slcd/hpl_slcd.o + .debug_str 0x00000000 0x844dd hpl/slcd/hpl_slcd.o + .comment 0x00000000 0x5a hpl/slcd/hpl_slcd.o + .debug_frame 0x00000000 0x138 hpl/slcd/hpl_slcd.o + .ARM.attributes + 0x00000000 0x32 hpl/slcd/hpl_slcd.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/systick/hpl_systick.o + .text 0x00000000 0x0 hpl/systick/hpl_systick.o + .data 0x00000000 0x0 hpl/systick/hpl_systick.o + .bss 0x00000000 0x0 hpl/systick/hpl_systick.o + .text._system_time_deinit + 0x00000000 0x10 hpl/systick/hpl_systick.o + .text._system_time_get + 0x00000000 0xc hpl/systick/hpl_systick.o + .text._system_time_get_max_time_value + 0x00000000 0x8 hpl/systick/hpl_systick.o + .text._delay_cycles + 0x00000000 0x40 hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x89e hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x16d hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x22 hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x87 hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x51 hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0xef hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x6a hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x1df hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x22 hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x3f hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x1c hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x22 hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0xb5 hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x4da hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x11f hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x714 hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x959 hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x279 hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x21e hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0xe12 hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x5e7 hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x5be hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x624 hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x172 hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x26b hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x459 hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x21c hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x768 hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x7c0 hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x28e hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x5d7 hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x1c6 hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x308 hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0xac hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x1c53 hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0xff5 hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0xd41 hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x874 hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x8ae hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x19be hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0xe7 hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0xb7c hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x36a hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x7c hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0xac hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0xca hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x4c hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0xdc hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0xb2 hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x64 hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x444 hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x4c hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x149 hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x5e hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0xa0 hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0xc4 hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0xb2 hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x4c hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x64 hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x40 hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x1da hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x3a hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x22 hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x15e hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x173 hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x173 hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x173 hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x173 hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x11e hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x5e hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0xfa hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0xfa hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0xfa hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0xfa hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x124 hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x2e hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x1fa hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x3a hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x3e6 hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x20d6 hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x6d hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x10 hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x10 hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x16 hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x16 hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x16 hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x16 hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x16 hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x16 hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x16 hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x16 hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x16 hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x16 hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x16 hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x16 hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x16 hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x16 hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x16 hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x16 hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x16 hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x16 hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x16 hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x16 hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x16 hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x16 hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0xbe hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x28c hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x16 hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x277 hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0x16 hpl/systick/hpl_systick.o + .debug_macro 0x00000000 0xca hpl/systick/hpl_systick.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tcc/hpl_tcc.o + .text 0x00000000 0x0 hpl/tcc/hpl_tcc.o + .data 0x00000000 0x60 hpl/tcc/hpl_tcc.o + .text._tcc_init_irq_param + 0x00000000 0x18 hpl/tcc/hpl_tcc.o + .text._tcc_start_pwm + 0x00000000 0x12 hpl/tcc/hpl_tcc.o + .text._tcc_stop_pwm + 0x00000000 0x12 hpl/tcc/hpl_tcc.o + .text._tcc_pwm_get_period + 0x00000000 0x6 hpl/tcc/hpl_tcc.o + .text._tcc_is_pwm_enabled + 0x00000000 0x12 hpl/tcc/hpl_tcc.o + .text._get_tcc_cfg + 0x00000000 0x2c hpl/tcc/hpl_tcc.o + .text._get_tcc_pwm_cfg + 0x00000000 0x30 hpl/tcc/hpl_tcc.o + .text._tcc_pwm_init + 0x00000000 0x164 hpl/tcc/hpl_tcc.o + .text._tcc_pwm_deinit + 0x00000000 0x54 hpl/tcc/hpl_tcc.o + .text._tcc_set_pwm_param + 0x00000000 0x24 hpl/tcc/hpl_tcc.o + .text._tcc_pwm_get_duty + 0x00000000 0x34 hpl/tcc/hpl_tcc.o + .text._tcc_pwm_set_irq_state + 0x00000000 0x50 hpl/tcc/hpl_tcc.o + .text._tcc_get_timer + 0x00000000 0x4 hpl/tcc/hpl_tcc.o + .text._tcc_get_pwm + 0x00000000 0xc hpl/tcc/hpl_tcc.o + .rodata.str1.4 + 0x00000000 0x15 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x89e hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x16d hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x22 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x87 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x51 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0xef hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x6a hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x1df hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x22 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x3f hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x1c hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x22 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0xb5 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x4da hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x11f hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x714 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x959 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x279 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x21e hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0xe12 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x5e7 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x5be hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x624 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x172 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x26b hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x459 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x21c hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x768 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x7c0 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x28e hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x5d7 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x1c6 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x308 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0xac hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x1c53 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0xff5 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0xd41 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x874 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x8ae hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x19be hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0xe7 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0xb7c hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x36a hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x7c hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0xac hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0xca hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x4c hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0xdc hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0xb2 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x64 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x444 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x4c hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x149 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x5e hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0xa0 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0xc4 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0xb2 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x4c hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x64 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x40 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x1da hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x3a hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x22 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x15e hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x173 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x173 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x173 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x173 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x11e hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x5e hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0xfa hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0xfa hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0xfa hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0xfa hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x124 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x2e hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x1fa hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x3a hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x3e6 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x20d6 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x6d hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x10 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x10 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x16 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x16 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x16 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x16 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x16 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x16 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x16 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x16 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x16 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x16 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x16 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x16 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x16 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x16 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x16 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x16 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x16 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x16 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x16 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x16 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x16 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x16 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0xbe hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x28c hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x16 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x277 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x16 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0xca hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x69 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x87 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x19 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0xc9 hpl/tcc/hpl_tcc.o + .debug_macro 0x00000000 0x16 hpl/tcc/hpl_tcc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 hpl/tc/hpl_tc.o + .text 0x00000000 0x0 hpl/tc/hpl_tc.o + .text._tc_get_timer + 0x00000000 0x4 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x89e hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x16d hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x22 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x87 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x51 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0xef hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x6a hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x1df hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x22 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x3f hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x1c hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x22 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0xb5 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x4da hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x11f hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x714 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x959 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x279 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x21e hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0xe12 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x5e7 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x5be hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x624 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x172 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x26b hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x459 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x21c hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x768 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x7c0 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x28e hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x5d7 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x1c6 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x308 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0xac hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x1c53 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0xff5 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0xd41 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x874 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x8ae hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x19be hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0xe7 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0xb7c hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x36a hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x7c hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0xac hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0xca hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x4c hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0xdc hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0xb2 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x64 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x444 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x4c hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x149 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x5e hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0xa0 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0xc4 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0xb2 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x4c hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x64 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x40 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x1da hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x3a hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x22 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x15e hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x173 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x173 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x173 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x173 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x11e hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x5e hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0xfa hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0xfa hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0xfa hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0xfa hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x124 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x2e hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x1fa hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x3a hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x3e6 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x20d6 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x6d hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x10 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x10 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x16 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x16 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x16 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x16 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x16 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x16 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x16 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x16 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x16 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x16 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x16 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x16 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x16 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x16 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x16 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x16 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x16 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x16 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x16 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x16 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x16 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x16 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0xbe hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x28c hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x16 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x277 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x16 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0xca hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x69 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x87 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x19 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0xc9 hpl/tc/hpl_tc.o + .debug_macro 0x00000000 0x16 hpl/tc/hpl_tc.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .group 0x00000000 0x8 main.o + .text 0x00000000 0x0 main.o + .data 0x00000000 0x0 main.o + .bss 0x00000000 0x0 main.o + .debug_macro 0x00000000 0x89e main.o + .debug_macro 0x00000000 0x16d main.o + .debug_macro 0x00000000 0x22 main.o + .debug_macro 0x00000000 0x87 main.o + .debug_macro 0x00000000 0x51 main.o + .debug_macro 0x00000000 0xef main.o + .debug_macro 0x00000000 0x6a main.o + .debug_macro 0x00000000 0x1df main.o + .debug_macro 0x00000000 0x22 main.o + .debug_macro 0x00000000 0x3f main.o + .debug_macro 0x00000000 0x1c main.o + .debug_macro 0x00000000 0x22 main.o + .debug_macro 0x00000000 0xb5 main.o + .debug_macro 0x00000000 0x4da main.o + .debug_macro 0x00000000 0x11f main.o + .debug_macro 0x00000000 0x714 main.o + .debug_macro 0x00000000 0x959 main.o + .debug_macro 0x00000000 0x279 main.o + .debug_macro 0x00000000 0x21e main.o + .debug_macro 0x00000000 0xe12 main.o + .debug_macro 0x00000000 0x5e7 main.o + .debug_macro 0x00000000 0x5be main.o + .debug_macro 0x00000000 0x624 main.o + .debug_macro 0x00000000 0x172 main.o + .debug_macro 0x00000000 0x26b main.o + .debug_macro 0x00000000 0x459 main.o + .debug_macro 0x00000000 0x21c main.o + .debug_macro 0x00000000 0x768 main.o + .debug_macro 0x00000000 0x7c0 main.o + .debug_macro 0x00000000 0x28e main.o + .debug_macro 0x00000000 0x5d7 main.o + .debug_macro 0x00000000 0x1c6 main.o + .debug_macro 0x00000000 0x308 main.o + .debug_macro 0x00000000 0xac main.o + .debug_macro 0x00000000 0x1c53 main.o + .debug_macro 0x00000000 0xff5 main.o + .debug_macro 0x00000000 0xd41 main.o + .debug_macro 0x00000000 0x874 main.o + .debug_macro 0x00000000 0x8ae main.o + .debug_macro 0x00000000 0x19be main.o + .debug_macro 0x00000000 0xe7 main.o + .debug_macro 0x00000000 0xb7c main.o + .debug_macro 0x00000000 0x36a main.o + .debug_macro 0x00000000 0x7c main.o + .debug_macro 0x00000000 0xac main.o + .debug_macro 0x00000000 0xca main.o + .debug_macro 0x00000000 0x4c main.o + .debug_macro 0x00000000 0xdc main.o + .debug_macro 0x00000000 0xb2 main.o + .debug_macro 0x00000000 0x64 main.o + .debug_macro 0x00000000 0x444 main.o + .debug_macro 0x00000000 0x4c main.o + .debug_macro 0x00000000 0x149 main.o + .debug_macro 0x00000000 0x5e main.o + .debug_macro 0x00000000 0xa0 main.o + .debug_macro 0x00000000 0xc4 main.o + .debug_macro 0x00000000 0xb2 main.o + .debug_macro 0x00000000 0x4c main.o + .debug_macro 0x00000000 0x64 main.o + .debug_macro 0x00000000 0x40 main.o + .debug_macro 0x00000000 0x1da main.o + .debug_macro 0x00000000 0x3a main.o + .debug_macro 0x00000000 0x22 main.o + .debug_macro 0x00000000 0x15e main.o + .debug_macro 0x00000000 0x173 main.o + .debug_macro 0x00000000 0x173 main.o + .debug_macro 0x00000000 0x173 main.o + .debug_macro 0x00000000 0x173 main.o + .debug_macro 0x00000000 0x11e main.o + .debug_macro 0x00000000 0x5e main.o + .debug_macro 0x00000000 0xfa main.o + .debug_macro 0x00000000 0xfa main.o + .debug_macro 0x00000000 0xfa main.o + .debug_macro 0x00000000 0xfa main.o + .debug_macro 0x00000000 0x124 main.o + .debug_macro 0x00000000 0x2e main.o + .debug_macro 0x00000000 0x1fa main.o + .debug_macro 0x00000000 0x3a main.o + .debug_macro 0x00000000 0x3e6 main.o + .debug_macro 0x00000000 0x20d6 main.o + .debug_macro 0x00000000 0x6d main.o + .debug_macro 0x00000000 0x10 main.o + .debug_macro 0x00000000 0x10 main.o + .debug_macro 0x00000000 0x16 main.o + .debug_macro 0x00000000 0x16 main.o + .debug_macro 0x00000000 0x16 main.o + .debug_macro 0x00000000 0x16 main.o + .debug_macro 0x00000000 0x16 main.o + .debug_macro 0x00000000 0x16 main.o + .debug_macro 0x00000000 0x16 main.o + .debug_macro 0x00000000 0x16 main.o + .debug_macro 0x00000000 0x16 main.o + .debug_macro 0x00000000 0x16 main.o + .debug_macro 0x00000000 0x16 main.o + .debug_macro 0x00000000 0x16 main.o + .debug_macro 0x00000000 0x16 main.o + .debug_macro 0x00000000 0x16 main.o + .debug_macro 0x00000000 0x16 main.o + .debug_macro 0x00000000 0x16 main.o + .debug_macro 0x00000000 0x16 main.o + .debug_macro 0x00000000 0x16 main.o + .debug_macro 0x00000000 0x16 main.o + .debug_macro 0x00000000 0x16 main.o + .debug_macro 0x00000000 0x16 main.o + .debug_macro 0x00000000 0x16 main.o + .debug_macro 0x00000000 0xbe main.o + .debug_macro 0x00000000 0x28c main.o + .debug_macro 0x00000000 0x16 main.o + .debug_macro 0x00000000 0x277 main.o + .debug_macro 0x00000000 0x16 main.o + .debug_macro 0x00000000 0xca main.o + .debug_macro 0x00000000 0x1c main.o + .debug_macro 0x00000000 0x16 main.o + .debug_macro 0x00000000 0xcf main.o + .debug_macro 0x00000000 0x130 main.o + .debug_macro 0x00000000 0x70 main.o + .debug_macro 0x00000000 0x1c main.o + .debug_macro 0x00000000 0xc9 main.o + .debug_macro 0x00000000 0x1c main.o + .debug_macro 0x00000000 0x10 main.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager/sleep_manager.o + .text 0x00000000 0x0 sleep_manager/sleep_manager.o + .data 0x00000000 0x0 sleep_manager/sleep_manager.o + .text.sleepmgr_register_prepare_to_sleep_callback + 0x00000000 0x30 sleep_manager/sleep_manager.o + .text.sleepmgr_register_wake_up_callback + 0x00000000 0x30 sleep_manager/sleep_manager.o + .text.sleepmgr_sleep + 0x00000000 0x1c sleep_manager/sleep_manager.o + .text.sleepmgr_wakeup + 0x00000000 0x10 sleep_manager/sleep_manager.o + .text.sleepmgr_is_ready_to_sleep + 0x00000000 0x20 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x89e sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0xc9 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x16d sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x22 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x87 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x51 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0xef sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x6a sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x1df sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x22 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x3f sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x1c sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x22 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0xb5 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x4da sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x11f sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x714 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x959 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x279 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x21e sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0xe12 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x5e7 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x5be sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x624 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x172 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x26b sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x459 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x21c sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x768 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x7c0 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x28e sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x5d7 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x1c6 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x308 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0xac sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x1c53 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0xff5 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0xd41 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x874 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x8ae sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x19be sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0xe7 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0xb7c sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x36a sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x7c sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0xac sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0xca sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x4c sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0xdc sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0xb2 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x64 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x444 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x4c sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x149 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x5e sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0xa0 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0xc4 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0xb2 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x4c sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x64 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x40 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x1da sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x3a sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x22 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x15e sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x173 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x173 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x173 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x173 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x11e sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x5e sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0xfa sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0xfa sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0xfa sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0xfa sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x124 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x2e sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x1fa sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x3a sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x3e6 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x20d6 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x6d sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x10 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x10 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x16 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x16 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x16 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x16 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x16 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x16 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x16 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x16 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x16 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x16 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x16 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x16 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x16 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x16 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x16 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x16 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x16 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x16 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x16 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x16 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x16 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x16 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0xbe sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x28c sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x16 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x277 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x16 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0xca sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x1c sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x10 sleep_manager/sleep_manager.o + .debug_macro 0x00000000 0x16 sleep_manager/sleep_manager.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .group 0x00000000 0x8 sleep_manager_main.o + .text 0x00000000 0x0 sleep_manager_main.o + .data 0x00000000 0x0 sleep_manager_main.o + .debug_macro 0x00000000 0x89e sleep_manager_main.o + .debug_macro 0x00000000 0x16d sleep_manager_main.o + .debug_macro 0x00000000 0x22 sleep_manager_main.o + .debug_macro 0x00000000 0x87 sleep_manager_main.o + .debug_macro 0x00000000 0x51 sleep_manager_main.o + .debug_macro 0x00000000 0xef sleep_manager_main.o + .debug_macro 0x00000000 0x6a sleep_manager_main.o + .debug_macro 0x00000000 0x1df sleep_manager_main.o + .debug_macro 0x00000000 0x22 sleep_manager_main.o + .debug_macro 0x00000000 0x3f sleep_manager_main.o + .debug_macro 0x00000000 0x1c sleep_manager_main.o + .debug_macro 0x00000000 0x22 sleep_manager_main.o + .debug_macro 0x00000000 0xb5 sleep_manager_main.o + .debug_macro 0x00000000 0x4da sleep_manager_main.o + .debug_macro 0x00000000 0x11f sleep_manager_main.o + .debug_macro 0x00000000 0x714 sleep_manager_main.o + .debug_macro 0x00000000 0x959 sleep_manager_main.o + .debug_macro 0x00000000 0x279 sleep_manager_main.o + .debug_macro 0x00000000 0x21e sleep_manager_main.o + .debug_macro 0x00000000 0xe12 sleep_manager_main.o + .debug_macro 0x00000000 0x5e7 sleep_manager_main.o + .debug_macro 0x00000000 0x5be sleep_manager_main.o + .debug_macro 0x00000000 0x624 sleep_manager_main.o + .debug_macro 0x00000000 0x172 sleep_manager_main.o + .debug_macro 0x00000000 0x26b sleep_manager_main.o + .debug_macro 0x00000000 0x459 sleep_manager_main.o + .debug_macro 0x00000000 0x21c sleep_manager_main.o + .debug_macro 0x00000000 0x768 sleep_manager_main.o + .debug_macro 0x00000000 0x7c0 sleep_manager_main.o + .debug_macro 0x00000000 0x28e sleep_manager_main.o + .debug_macro 0x00000000 0x5d7 sleep_manager_main.o + .debug_macro 0x00000000 0x1c6 sleep_manager_main.o + .debug_macro 0x00000000 0x308 sleep_manager_main.o + .debug_macro 0x00000000 0xac sleep_manager_main.o + .debug_macro 0x00000000 0x1c53 sleep_manager_main.o + .debug_macro 0x00000000 0xff5 sleep_manager_main.o + .debug_macro 0x00000000 0xd41 sleep_manager_main.o + .debug_macro 0x00000000 0x874 sleep_manager_main.o + .debug_macro 0x00000000 0x8ae sleep_manager_main.o + .debug_macro 0x00000000 0x19be sleep_manager_main.o + .debug_macro 0x00000000 0xe7 sleep_manager_main.o + .debug_macro 0x00000000 0xb7c sleep_manager_main.o + .debug_macro 0x00000000 0x36a sleep_manager_main.o + .debug_macro 0x00000000 0x7c sleep_manager_main.o + .debug_macro 0x00000000 0xac sleep_manager_main.o + .debug_macro 0x00000000 0xca sleep_manager_main.o + .debug_macro 0x00000000 0x4c sleep_manager_main.o + .debug_macro 0x00000000 0xdc sleep_manager_main.o + .debug_macro 0x00000000 0xb2 sleep_manager_main.o + .debug_macro 0x00000000 0x64 sleep_manager_main.o + .debug_macro 0x00000000 0x444 sleep_manager_main.o + .debug_macro 0x00000000 0x4c sleep_manager_main.o + .debug_macro 0x00000000 0x149 sleep_manager_main.o + .debug_macro 0x00000000 0x5e sleep_manager_main.o + .debug_macro 0x00000000 0xa0 sleep_manager_main.o + .debug_macro 0x00000000 0xc4 sleep_manager_main.o + .debug_macro 0x00000000 0xb2 sleep_manager_main.o + .debug_macro 0x00000000 0x4c sleep_manager_main.o + .debug_macro 0x00000000 0x64 sleep_manager_main.o + .debug_macro 0x00000000 0x40 sleep_manager_main.o + .debug_macro 0x00000000 0x1da sleep_manager_main.o + .debug_macro 0x00000000 0x3a sleep_manager_main.o + .debug_macro 0x00000000 0x22 sleep_manager_main.o + .debug_macro 0x00000000 0x15e sleep_manager_main.o + .debug_macro 0x00000000 0x173 sleep_manager_main.o + .debug_macro 0x00000000 0x173 sleep_manager_main.o + .debug_macro 0x00000000 0x173 sleep_manager_main.o + .debug_macro 0x00000000 0x173 sleep_manager_main.o + .debug_macro 0x00000000 0x11e sleep_manager_main.o + .debug_macro 0x00000000 0x5e sleep_manager_main.o + .debug_macro 0x00000000 0xfa sleep_manager_main.o + .debug_macro 0x00000000 0xfa sleep_manager_main.o + .debug_macro 0x00000000 0xfa sleep_manager_main.o + .debug_macro 0x00000000 0xfa sleep_manager_main.o + .debug_macro 0x00000000 0x124 sleep_manager_main.o + .debug_macro 0x00000000 0x2e sleep_manager_main.o + .debug_macro 0x00000000 0x1fa sleep_manager_main.o + .debug_macro 0x00000000 0x3a sleep_manager_main.o + .debug_macro 0x00000000 0x3e6 sleep_manager_main.o + .debug_macro 0x00000000 0x20d6 sleep_manager_main.o + .debug_macro 0x00000000 0x6d sleep_manager_main.o + .debug_macro 0x00000000 0x10 sleep_manager_main.o + .debug_macro 0x00000000 0x10 sleep_manager_main.o + .debug_macro 0x00000000 0x16 sleep_manager_main.o + .debug_macro 0x00000000 0x16 sleep_manager_main.o + .debug_macro 0x00000000 0x16 sleep_manager_main.o + .debug_macro 0x00000000 0x16 sleep_manager_main.o + .debug_macro 0x00000000 0x16 sleep_manager_main.o + .debug_macro 0x00000000 0x16 sleep_manager_main.o + .debug_macro 0x00000000 0x16 sleep_manager_main.o + .debug_macro 0x00000000 0x16 sleep_manager_main.o + .debug_macro 0x00000000 0x16 sleep_manager_main.o + .debug_macro 0x00000000 0x16 sleep_manager_main.o + .debug_macro 0x00000000 0x16 sleep_manager_main.o + .debug_macro 0x00000000 0x16 sleep_manager_main.o + .debug_macro 0x00000000 0x16 sleep_manager_main.o + .debug_macro 0x00000000 0x16 sleep_manager_main.o + .debug_macro 0x00000000 0x16 sleep_manager_main.o + .debug_macro 0x00000000 0x16 sleep_manager_main.o + .debug_macro 0x00000000 0x16 sleep_manager_main.o + .debug_macro 0x00000000 0x16 sleep_manager_main.o + .debug_macro 0x00000000 0x16 sleep_manager_main.o + .debug_macro 0x00000000 0x16 sleep_manager_main.o + .debug_macro 0x00000000 0x16 sleep_manager_main.o + .debug_macro 0x00000000 0x16 sleep_manager_main.o + .debug_macro 0x00000000 0xbe sleep_manager_main.o + .debug_macro 0x00000000 0x28c sleep_manager_main.o + .debug_macro 0x00000000 0x16 sleep_manager_main.o + .debug_macro 0x00000000 0x277 sleep_manager_main.o + .debug_macro 0x00000000 0x16 sleep_manager_main.o + .debug_macro 0x00000000 0xca sleep_manager_main.o + .debug_macro 0x00000000 0x1c sleep_manager_main.o + .debug_macro 0x00000000 0x16 sleep_manager_main.o + .debug_macro 0x00000000 0xcf sleep_manager_main.o + .debug_macro 0x00000000 0x130 sleep_manager_main.o + .debug_macro 0x00000000 0x70 sleep_manager_main.o + .debug_macro 0x00000000 0x1c sleep_manager_main.o + .debug_macro 0x00000000 0xc9 sleep_manager_main.o + .debug_macro 0x00000000 0x1c sleep_manager_main.o + .debug_macro 0x00000000 0x10 sleep_manager_main.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .group 0x00000000 0x8 watch-library/watch.o + .text 0x00000000 0x0 watch-library/watch.o + .data 0x00000000 0x0 watch-library/watch.o + .bss 0x00000000 0x0 watch-library/watch.o + .text.watch_disable_led + 0x00000000 0x2c watch-library/watch.o + .text.watch_enable_analog + 0x00000000 0xb0 watch-library/watch.o + .text.watch_enable_digital_input + 0x00000000 0x48 watch-library/watch.o + .debug_macro 0x00000000 0x89e watch-library/watch.o + .debug_macro 0x00000000 0x22 watch-library/watch.o + .debug_macro 0x00000000 0x87 watch-library/watch.o + .debug_macro 0x00000000 0x51 watch-library/watch.o + .debug_macro 0x00000000 0xef watch-library/watch.o + .debug_macro 0x00000000 0x6a watch-library/watch.o + .debug_macro 0x00000000 0x1df watch-library/watch.o + .debug_macro 0x00000000 0x16d watch-library/watch.o + .debug_macro 0x00000000 0x22 watch-library/watch.o + .debug_macro 0x00000000 0x3f watch-library/watch.o + .debug_macro 0x00000000 0x1c watch-library/watch.o + .debug_macro 0x00000000 0x22 watch-library/watch.o + .debug_macro 0x00000000 0xb5 watch-library/watch.o + .debug_macro 0x00000000 0x4da watch-library/watch.o + .debug_macro 0x00000000 0x11f watch-library/watch.o + .debug_macro 0x00000000 0x714 watch-library/watch.o + .debug_macro 0x00000000 0x959 watch-library/watch.o + .debug_macro 0x00000000 0x279 watch-library/watch.o + .debug_macro 0x00000000 0x21e watch-library/watch.o + .debug_macro 0x00000000 0xe12 watch-library/watch.o + .debug_macro 0x00000000 0x5e7 watch-library/watch.o + .debug_macro 0x00000000 0x5be watch-library/watch.o + .debug_macro 0x00000000 0x624 watch-library/watch.o + .debug_macro 0x00000000 0x172 watch-library/watch.o + .debug_macro 0x00000000 0x26b watch-library/watch.o + .debug_macro 0x00000000 0x459 watch-library/watch.o + .debug_macro 0x00000000 0x21c watch-library/watch.o + .debug_macro 0x00000000 0x768 watch-library/watch.o + .debug_macro 0x00000000 0x7c0 watch-library/watch.o + .debug_macro 0x00000000 0x28e watch-library/watch.o + .debug_macro 0x00000000 0x5d7 watch-library/watch.o + .debug_macro 0x00000000 0x1c6 watch-library/watch.o + .debug_macro 0x00000000 0x308 watch-library/watch.o + .debug_macro 0x00000000 0xac watch-library/watch.o + .debug_macro 0x00000000 0x1c53 watch-library/watch.o + .debug_macro 0x00000000 0xff5 watch-library/watch.o + .debug_macro 0x00000000 0xd41 watch-library/watch.o + .debug_macro 0x00000000 0x874 watch-library/watch.o + .debug_macro 0x00000000 0x8ae watch-library/watch.o + .debug_macro 0x00000000 0x19be watch-library/watch.o + .debug_macro 0x00000000 0xe7 watch-library/watch.o + .debug_macro 0x00000000 0xb7c watch-library/watch.o + .debug_macro 0x00000000 0x36a watch-library/watch.o + .debug_macro 0x00000000 0x7c watch-library/watch.o + .debug_macro 0x00000000 0xac watch-library/watch.o + .debug_macro 0x00000000 0xca watch-library/watch.o + .debug_macro 0x00000000 0x4c watch-library/watch.o + .debug_macro 0x00000000 0xdc watch-library/watch.o + .debug_macro 0x00000000 0xb2 watch-library/watch.o + .debug_macro 0x00000000 0x64 watch-library/watch.o + .debug_macro 0x00000000 0x444 watch-library/watch.o + .debug_macro 0x00000000 0x4c watch-library/watch.o + .debug_macro 0x00000000 0x149 watch-library/watch.o + .debug_macro 0x00000000 0x5e watch-library/watch.o + .debug_macro 0x00000000 0xa0 watch-library/watch.o + .debug_macro 0x00000000 0xc4 watch-library/watch.o + .debug_macro 0x00000000 0xb2 watch-library/watch.o + .debug_macro 0x00000000 0x4c watch-library/watch.o + .debug_macro 0x00000000 0x64 watch-library/watch.o + .debug_macro 0x00000000 0x40 watch-library/watch.o + .debug_macro 0x00000000 0x1da watch-library/watch.o + .debug_macro 0x00000000 0x3a watch-library/watch.o + .debug_macro 0x00000000 0x22 watch-library/watch.o + .debug_macro 0x00000000 0x15e watch-library/watch.o + .debug_macro 0x00000000 0x173 watch-library/watch.o + .debug_macro 0x00000000 0x173 watch-library/watch.o + .debug_macro 0x00000000 0x173 watch-library/watch.o + .debug_macro 0x00000000 0x173 watch-library/watch.o + .debug_macro 0x00000000 0x11e watch-library/watch.o + .debug_macro 0x00000000 0x5e watch-library/watch.o + .debug_macro 0x00000000 0xfa watch-library/watch.o + .debug_macro 0x00000000 0xfa watch-library/watch.o + .debug_macro 0x00000000 0xfa watch-library/watch.o + .debug_macro 0x00000000 0xfa watch-library/watch.o + .debug_macro 0x00000000 0x124 watch-library/watch.o + .debug_macro 0x00000000 0x2e watch-library/watch.o + .debug_macro 0x00000000 0x1fa watch-library/watch.o + .debug_macro 0x00000000 0x3a watch-library/watch.o + .debug_macro 0x00000000 0x3e6 watch-library/watch.o + .debug_macro 0x00000000 0x20d6 watch-library/watch.o + .debug_macro 0x00000000 0x6d watch-library/watch.o + .debug_macro 0x00000000 0x10 watch-library/watch.o + .debug_macro 0x00000000 0x10 watch-library/watch.o + .debug_macro 0x00000000 0x16 watch-library/watch.o + .debug_macro 0x00000000 0x16 watch-library/watch.o + .debug_macro 0x00000000 0x16 watch-library/watch.o + .debug_macro 0x00000000 0x16 watch-library/watch.o + .debug_macro 0x00000000 0x16 watch-library/watch.o + .debug_macro 0x00000000 0x16 watch-library/watch.o + .debug_macro 0x00000000 0x16 watch-library/watch.o + .debug_macro 0x00000000 0x16 watch-library/watch.o + .debug_macro 0x00000000 0x16 watch-library/watch.o + .debug_macro 0x00000000 0x16 watch-library/watch.o + .debug_macro 0x00000000 0x16 watch-library/watch.o + .debug_macro 0x00000000 0x16 watch-library/watch.o + .debug_macro 0x00000000 0x16 watch-library/watch.o + .debug_macro 0x00000000 0x16 watch-library/watch.o + .debug_macro 0x00000000 0x16 watch-library/watch.o + .debug_macro 0x00000000 0x16 watch-library/watch.o + .debug_macro 0x00000000 0x16 watch-library/watch.o + .debug_macro 0x00000000 0x16 watch-library/watch.o + .debug_macro 0x00000000 0x16 watch-library/watch.o + .debug_macro 0x00000000 0x16 watch-library/watch.o + .debug_macro 0x00000000 0x16 watch-library/watch.o + .debug_macro 0x00000000 0x16 watch-library/watch.o + .debug_macro 0x00000000 0xbe watch-library/watch.o + .debug_macro 0x00000000 0x28c watch-library/watch.o + .debug_macro 0x00000000 0x16 watch-library/watch.o + .debug_macro 0x00000000 0x277 watch-library/watch.o + .debug_macro 0x00000000 0x16 watch-library/watch.o + .debug_macro 0x00000000 0xca watch-library/watch.o + .debug_macro 0x00000000 0x16 watch-library/watch.o + .debug_macro 0x00000000 0xcf watch-library/watch.o + .debug_macro 0x00000000 0x130 watch-library/watch.o + .debug_macro 0x00000000 0x70 watch-library/watch.o + .debug_macro 0x00000000 0x1c watch-library/watch.o + .data 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_udivsi3.o) + .bss 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_udivsi3.o) + .text 0x00000000 0x1d4 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_divsi3.o) + .data 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_divsi3.o) + .bss 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_divsi3.o) + .debug_frame 0x00000000 0x20 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_divsi3.o) + .ARM.attributes + 0x00000000 0x1e c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_divsi3.o) + .data 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_dvmd_tls.o) + .bss 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_dvmd_tls.o) + .text 0x00000000 0x40 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_aeabi_uldivmod.o) + .data 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_aeabi_uldivmod.o) + .bss 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_aeabi_uldivmod.o) + .ARM.attributes + 0x00000000 0x1e c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_aeabi_uldivmod.o) + .text 0x00000000 0x54 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_muldi3.o) + .data 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_muldi3.o) + .bss 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_muldi3.o) + .debug_frame 0x00000000 0x34 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_muldi3.o) + .ARM.attributes + 0x00000000 0x2c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_muldi3.o) + .data 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_ffssi2.o) + .bss 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_ffssi2.o) + .text 0x00000000 0x3c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_fixunsdfsi.o) + .data 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_fixunsdfsi.o) + .bss 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_fixunsdfsi.o) + .debug_frame 0x00000000 0x2c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_fixunsdfsi.o) + .ARM.attributes + 0x00000000 0x2c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_fixunsdfsi.o) + .text 0x00000000 0x180 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_udivmoddi4.o) + .data 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_udivmoddi4.o) + .bss 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_udivmoddi4.o) + .ARM.extab 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_udivmoddi4.o) + .ARM.exidx 0x00000000 0x8 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_udivmoddi4.o) + .debug_frame 0x00000000 0x3c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_udivmoddi4.o) + .ARM.attributes + 0x00000000 0x2c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_udivmoddi4.o) + .text 0x00000000 0x668 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(divdf3.o) + .data 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(divdf3.o) + .bss 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(divdf3.o) + .rodata 0x00000000 0x40 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(divdf3.o) + .debug_frame 0x00000000 0x3c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(divdf3.o) + .ARM.attributes + 0x00000000 0x2c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(divdf3.o) + .text 0x00000000 0x500 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(muldf3.o) + .data 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(muldf3.o) + .bss 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(muldf3.o) + .rodata 0x00000000 0x40 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(muldf3.o) + .debug_frame 0x00000000 0x3c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(muldf3.o) + .ARM.attributes + 0x00000000 0x2c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(muldf3.o) + .text 0x00000000 0x62c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(subdf3.o) + .data 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(subdf3.o) + .bss 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(subdf3.o) + .debug_frame 0x00000000 0x38 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(subdf3.o) + .ARM.attributes + 0x00000000 0x2c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(subdf3.o) + .text 0x00000000 0x68 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(fixdfsi.o) + .data 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(fixdfsi.o) + .bss 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(fixdfsi.o) + .debug_frame 0x00000000 0x2c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(fixdfsi.o) + .ARM.attributes + 0x00000000 0x2c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(fixdfsi.o) + .text 0x00000000 0x84 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(floatsidf.o) + .data 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(floatsidf.o) + .bss 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(floatsidf.o) + .debug_frame 0x00000000 0x2c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(floatsidf.o) + .ARM.attributes + 0x00000000 0x2c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(floatsidf.o) + .text 0x00000000 0x70 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(floatunsidf.o) + .data 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(floatunsidf.o) + .bss 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(floatunsidf.o) + .debug_frame 0x00000000 0x28 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(floatunsidf.o) + .ARM.attributes + 0x00000000 0x2c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(floatunsidf.o) + .text 0x00000000 0x7c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_arm_cmpdf2.o) + .data 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_arm_cmpdf2.o) + .bss 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_arm_cmpdf2.o) + .ARM.attributes + 0x00000000 0x1e c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_arm_cmpdf2.o) + .text 0x00000000 0x3c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_clzsi2.o) + .data 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_clzsi2.o) + .bss 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_clzsi2.o) + .ARM.attributes + 0x00000000 0x1e c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_clzsi2.o) + .text 0x00000000 0x18 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_clzdi2.o) + .data 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_clzdi2.o) + .bss 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_clzdi2.o) + .ARM.attributes + 0x00000000 0x1e c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_clzdi2.o) + .data 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_ctzsi2.o) + .bss 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_ctzsi2.o) + .text 0x00000000 0x74 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(eqdf2.o) + .data 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(eqdf2.o) + .bss 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(eqdf2.o) + .debug_frame 0x00000000 0x38 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(eqdf2.o) + .ARM.attributes + 0x00000000 0x2c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(eqdf2.o) + .text 0x00000000 0xc8 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(gedf2.o) + .data 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(gedf2.o) + .bss 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(gedf2.o) + .debug_frame 0x00000000 0x38 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(gedf2.o) + .ARM.attributes + 0x00000000 0x2c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(gedf2.o) + .text 0x00000000 0xc4 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(ledf2.o) + .data 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(ledf2.o) + .bss 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(ledf2.o) + .debug_frame 0x00000000 0x38 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(ledf2.o) + .ARM.attributes + 0x00000000 0x2c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(ledf2.o) + .text 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-exit.o) + .data 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-exit.o) + .bss 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-exit.o) + .text.exit 0x00000000 0x2c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-exit.o) + .debug_frame 0x00000000 0x28 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-exit.o) + .ARM.attributes + 0x00000000 0x2c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-exit.o) + .text 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-impure.o) + .data 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-impure.o) + .bss 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-impure.o) + .data._impure_ptr + 0x00000000 0x4 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-impure.o) + .data.impure_data + 0x00000000 0x60 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-impure.o) + .rodata._global_impure_ptr + 0x00000000 0x4 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-impure.o) + .ARM.attributes + 0x00000000 0x2c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-impure.o) + .text 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-init.o) + .data 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-init.o) + .bss 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-init.o) + .text 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-memset.o) + .data 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-memset.o) + .bss 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-memset.o) + .text.memset 0x00000000 0x10 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-memset.o) + .debug_frame 0x00000000 0x20 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-memset.o) + .ARM.attributes + 0x00000000 0x2c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-memset.o) + .text 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-printf.o) + .data 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-printf.o) + .bss 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-printf.o) + .text._printf_r + 0x00000000 0x28 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-printf.o) + .text.printf 0x00000000 0x34 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-printf.o) + .debug_frame 0x00000000 0x50 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-printf.o) + .ARM.attributes + 0x00000000 0x2c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-printf.o) + .text 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-findfp.o) + .data 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-findfp.o) + .bss 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-findfp.o) + .text.__fp_unlock + 0x00000000 0x4 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-findfp.o) + .text._cleanup_r + 0x00000000 0x10 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-findfp.o) + .text.std.isra.0 + 0x00000000 0x48 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-findfp.o) + .text.__fp_lock + 0x00000000 0x4 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-findfp.o) + .text.__sfmoreglue + 0x00000000 0x2c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-findfp.o) + .text._cleanup + 0x00000000 0x10 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-findfp.o) + .text.__sinit 0x00000000 0x68 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-findfp.o) + .text.__sfp 0x00000000 0x80 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-findfp.o) + .text.__sfp_lock_acquire + 0x00000000 0x2 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-findfp.o) + .text.__sfp_lock_release + 0x00000000 0x2 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-findfp.o) + .text.__sinit_lock_acquire + 0x00000000 0x2 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-findfp.o) + .text.__sinit_lock_release + 0x00000000 0x2 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-findfp.o) + .text.__fp_lock_all + 0x00000000 0x18 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-findfp.o) + .text.__fp_unlock_all + 0x00000000 0x18 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-findfp.o) + .rodata.__sf_fake_stderr + 0x00000000 0x20 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-findfp.o) + .rodata.__sf_fake_stdin + 0x00000000 0x20 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-findfp.o) + .rodata.__sf_fake_stdout + 0x00000000 0x20 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-findfp.o) + .debug_frame 0x00000000 0x140 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-findfp.o) + .ARM.attributes + 0x00000000 0x2c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-findfp.o) + .text 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-fwalk.o) + .data 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-fwalk.o) + .bss 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-fwalk.o) + .text._fwalk 0x00000000 0x38 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-fwalk.o) + .text._fwalk_reent + 0x00000000 0x42 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-fwalk.o) + .debug_frame 0x00000000 0x58 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-fwalk.o) + .ARM.attributes + 0x00000000 0x2c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-fwalk.o) + .text 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-nano-mallocr.o) + .data 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-nano-mallocr.o) + .bss 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-nano-mallocr.o) + .text._malloc_r + 0x00000000 0xbc c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-nano-mallocr.o) + .bss.__malloc_free_list + 0x00000000 0x4 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-nano-mallocr.o) + .bss.__malloc_sbrk_start + 0x00000000 0x4 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-nano-mallocr.o) + .debug_frame 0x00000000 0x2c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-nano-mallocr.o) + .ARM.attributes + 0x00000000 0x2c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-nano-mallocr.o) + .text 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-nano-vfprintf.o) + .data 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-nano-vfprintf.o) + .bss 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-nano-vfprintf.o) + .text.__sfputc_r + 0x00000000 0x2a c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-nano-vfprintf.o) + .text.__sfputs_r + 0x00000000 0x24 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-nano-vfprintf.o) + .text.__sprint_r + 0x00000000 0x1c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-nano-vfprintf.o) + .text._vfprintf_r + 0x00000000 0x238 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-nano-vfprintf.o) + .text.vfprintf + 0x00000000 0x18 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-nano-vfprintf.o) + .rodata._vfprintf_r.str1.1 + 0x00000000 0x11 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-nano-vfprintf.o) + .debug_frame 0x00000000 0x9c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-nano-vfprintf.o) + .ARM.attributes + 0x00000000 0x2c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-nano-vfprintf.o) + .text 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-nano-vfprintf_i.o) + .data 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-nano-vfprintf_i.o) + .bss 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-nano-vfprintf_i.o) + .text._printf_common + 0x00000000 0xda c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-nano-vfprintf_i.o) + .text._printf_i + 0x00000000 0x234 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-nano-vfprintf_i.o) + .rodata._printf_i.str1.1 + 0x00000000 0x22 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-nano-vfprintf_i.o) + .debug_frame 0x00000000 0x54 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-nano-vfprintf_i.o) + .ARM.attributes + 0x00000000 0x2c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-nano-vfprintf_i.o) + .text 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-sbrkr.o) + .data 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-sbrkr.o) + .bss 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-sbrkr.o) + .text._sbrk_r 0x00000000 0x24 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-sbrkr.o) + .debug_frame 0x00000000 0x2c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-sbrkr.o) + .ARM.attributes + 0x00000000 0x2c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-sbrkr.o) + .text 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-stdio.o) + .data 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-stdio.o) + .bss 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-stdio.o) + .text.__sread 0x00000000 0x28 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-stdio.o) + .text.__seofread + 0x00000000 0x4 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-stdio.o) + .text.__swrite + 0x00000000 0x38 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-stdio.o) + .text.__sseek 0x00000000 0x2c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-stdio.o) + .text.__sclose + 0x00000000 0xc c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-stdio.o) + .debug_frame 0x00000000 0x90 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-stdio.o) + .ARM.attributes + 0x00000000 0x2c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-stdio.o) + .text 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-wbuf.o) + .data 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-wbuf.o) + .bss 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-wbuf.o) + .text.__swbuf_r + 0x00000000 0xac c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-wbuf.o) + .text.__swbuf 0x00000000 0x14 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-wbuf.o) + .debug_frame 0x00000000 0x48 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-wbuf.o) + .ARM.attributes + 0x00000000 0x2c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-wbuf.o) + .text 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-writer.o) + .data 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-writer.o) + .bss 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-writer.o) + .text._write_r + 0x00000000 0x28 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-writer.o) + .debug_frame 0x00000000 0x2c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-writer.o) + .ARM.attributes + 0x00000000 0x2c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-writer.o) + .text 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-wsetup.o) + .data 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-wsetup.o) + .bss 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-wsetup.o) + .text.__swsetup_r + 0x00000000 0xec c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-wsetup.o) + .debug_frame 0x00000000 0x2c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-wsetup.o) + .ARM.attributes + 0x00000000 0x2c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-wsetup.o) + .text 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-closer.o) + .data 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-closer.o) + .bss 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-closer.o) + .text._close_r + 0x00000000 0x24 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-closer.o) + .debug_frame 0x00000000 0x2c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-closer.o) + .ARM.attributes + 0x00000000 0x2c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-closer.o) + .text 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-fflush.o) + .data 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-fflush.o) + .bss 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-fflush.o) + .text.__sflush_r + 0x00000000 0x114 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-fflush.o) + .text._fflush_r + 0x00000000 0x58 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-fflush.o) + .text.fflush 0x00000000 0x28 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-fflush.o) + .debug_frame 0x00000000 0x68 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-fflush.o) + .ARM.attributes + 0x00000000 0x2c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-fflush.o) + .text 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-fvwrite.o) + .data 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-fvwrite.o) + .bss 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-fvwrite.o) + .text.__sfvwrite_r + 0x00000000 0x2c4 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-fvwrite.o) + .debug_frame 0x00000000 0x30 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-fvwrite.o) + .ARM.attributes + 0x00000000 0x2c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-fvwrite.o) + .text 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-lseekr.o) + .data 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-lseekr.o) + .bss 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-lseekr.o) + .text._lseek_r + 0x00000000 0x28 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-lseekr.o) + .debug_frame 0x00000000 0x2c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-lseekr.o) + .ARM.attributes + 0x00000000 0x2c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-lseekr.o) + .text 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-makebuf.o) + .data 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-makebuf.o) + .bss 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-makebuf.o) + .text.__swhatbuf_r + 0x00000000 0x50 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-makebuf.o) + .text.__smakebuf_r + 0x00000000 0x88 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-makebuf.o) + .debug_frame 0x00000000 0x54 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-makebuf.o) + .ARM.attributes + 0x00000000 0x2c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-makebuf.o) + .text 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-memchr-stub.o) + .data 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-memchr-stub.o) + .bss 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-memchr-stub.o) + .text.memchr 0x00000000 0x16 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-memchr-stub.o) + .debug_frame 0x00000000 0x20 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-memchr-stub.o) + .ARM.attributes + 0x00000000 0x2c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-memchr-stub.o) + .text 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-memcpy-stub.o) + .data 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-memcpy-stub.o) + .bss 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-memcpy-stub.o) + .text.memcpy 0x00000000 0x12 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-memcpy-stub.o) + .debug_frame 0x00000000 0x28 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-memcpy-stub.o) + .ARM.attributes + 0x00000000 0x2c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-memcpy-stub.o) + .text 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-memmove.o) + .data 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-memmove.o) + .bss 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-memmove.o) + .text.memmove 0x00000000 0x24 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-memmove.o) + .debug_frame 0x00000000 0x28 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-memmove.o) + .ARM.attributes + 0x00000000 0x2c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-memmove.o) + .text 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-mlock.o) + .data 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-mlock.o) + .bss 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-mlock.o) + .text.__malloc_lock + 0x00000000 0x2 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-mlock.o) + .text.__malloc_unlock + 0x00000000 0x2 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-mlock.o) + .debug_frame 0x00000000 0x30 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-mlock.o) + .ARM.attributes + 0x00000000 0x2c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-mlock.o) + .text 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-nano-freer.o) + .data 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-nano-freer.o) + .bss 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-nano-freer.o) + .text._free_r 0x00000000 0x94 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-nano-freer.o) + .debug_frame 0x00000000 0x2c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-nano-freer.o) + .ARM.attributes + 0x00000000 0x2c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-nano-freer.o) + .text 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-nano-reallocr.o) + .data 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-nano-reallocr.o) + .bss 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-nano-reallocr.o) + .text._realloc_r + 0x00000000 0x4c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-nano-reallocr.o) + .debug_frame 0x00000000 0x30 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-nano-reallocr.o) + .ARM.attributes + 0x00000000 0x2c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-nano-reallocr.o) + .text 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-readr.o) + .data 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-readr.o) + .bss 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-readr.o) + .text._read_r 0x00000000 0x28 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-readr.o) + .debug_frame 0x00000000 0x2c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-readr.o) + .ARM.attributes + 0x00000000 0x2c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-readr.o) + .text 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-reent.o) + .data 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-reent.o) + .bss 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-reent.o) + .text.cleanup_glue + 0x00000000 0x1a c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-reent.o) + .text._reclaim_reent + 0x00000000 0xcc c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-reent.o) + .debug_frame 0x00000000 0x48 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-reent.o) + .ARM.attributes + 0x00000000 0x2c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-reent.o) + COMMON 0x00000000 0x4 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-reent.o) + .text 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-fstatr.o) + .data 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-fstatr.o) + .bss 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-fstatr.o) + .text._fstat_r + 0x00000000 0x24 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-fstatr.o) + .debug_frame 0x00000000 0x2c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-fstatr.o) + .ARM.attributes + 0x00000000 0x2c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-fstatr.o) + .text 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-isattyr.o) + .data 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-isattyr.o) + .bss 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-isattyr.o) + .text._isatty_r + 0x00000000 0x24 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-isattyr.o) + .debug_frame 0x00000000 0x2c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-isattyr.o) + .ARM.attributes + 0x00000000 0x2c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-isattyr.o) + .text 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-nano-msizer.o) + .data 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-nano-msizer.o) + .bss 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-nano-msizer.o) + .text._malloc_usable_size_r + 0x00000000 0x10 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-nano-msizer.o) + .debug_frame 0x00000000 0x20 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-nano-msizer.o) + .ARM.attributes + 0x00000000 0x2c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-nano-msizer.o) + .text 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m/crtend.o + .data 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m/crtend.o + .bss 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m/crtend.o + .eh_frame 0x00000000 0x4 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m/crtend.o + .jcr 0x00000000 0x4 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m/crtend.o + .ARM.attributes + 0x00000000 0x2c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m/crtend.o + .text 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m/crtn.o + .data 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m/crtn.o + .bss 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m/crtn.o + +Memory Configuration + +Name Origin Length Attributes +rom 0x00000000 0x00040000 xr +ram 0x20000000 0x00008000 xrw +*default* 0x00000000 0xffffffff + +Linker script and memory map + +LOAD c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m/crti.o +LOAD c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m/crtbegin.o +LOAD c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/crt0.o +LOAD atmel_start.o +LOAD Device_Startup/startup_saml22.o +LOAD Device_Startup/system_saml22.o +LOAD driver_init.o +LOAD examples/driver_examples.o +LOAD hal/src/hal_adc_sync.o +LOAD hal/src/hal_atomic.o +LOAD hal/src/hal_calendar.o +LOAD hal/src/hal_delay.o +LOAD hal/src/hal_ext_irq.o +LOAD hal/src/hal_gpio.o +LOAD hal/src/hal_i2c_m_sync.o +LOAD hal/src/hal_init.o +LOAD hal/src/hal_io.o +LOAD hal/src/hal_pwm.o +LOAD hal/src/hal_slcd_sync.o +LOAD hal/src/hal_sleep.o +LOAD hal/utils/src/utils_assert.o +LOAD hal/utils/src/utils_event.o +LOAD hal/utils/src/utils_list.o +LOAD hal/utils/src/utils_syscalls.o +LOAD hpl/adc/hpl_adc.o +LOAD hpl/core/hpl_core_m0plus_base.o +LOAD hpl/core/hpl_init.o +LOAD hpl/dmac/hpl_dmac.o +LOAD hpl/eic/hpl_eic.o +LOAD hpl/gclk/hpl_gclk.o +LOAD hpl/mclk/hpl_mclk.o +LOAD hpl/osc32kctrl/hpl_osc32kctrl.o +LOAD hpl/oscctrl/hpl_oscctrl.o +LOAD hpl/pm/hpl_pm.o +LOAD hpl/rtc/hpl_rtc.o +LOAD hpl/sercom/hpl_sercom.o +LOAD hpl/slcd/hpl_slcd.o +LOAD hpl/systick/hpl_systick.o +LOAD hpl/tcc/hpl_tcc.o +LOAD hpl/tc/hpl_tc.o +LOAD main.o +LOAD sleep_manager/sleep_manager.o +LOAD sleep_manager_main.o +LOAD watch-library/watch.o +START GROUP +LOAD c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libm.a +END GROUP +START GROUP +LOAD c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a +LOAD c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a +END GROUP +START GROUP +LOAD c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a +LOAD c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a +END GROUP +LOAD c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m/crtend.o +LOAD c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m/crtn.o + 0x00002000 STACK_SIZE = DEFINED (STACK_SIZE)?STACK_SIZE:DEFINED (__stack_size__)?__stack_size__:0x2000 + +.text 0x00000000 0x2140 + 0x00000000 . = ALIGN (0x4) + 0x00000000 _sfixed = . + *(.vectors .vectors.*) + .vectors 0x00000000 0xa8 Device_Startup/startup_saml22.o + 0x00000000 exception_table + *(.text .text.* .gnu.linkonce.t.*) + .text 0x000000a8 0x60 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m/crtbegin.o + .text.atmel_start_init + 0x00000108 0x14 atmel_start.o + 0x00000108 atmel_start_init + .text.Dummy_Handler + 0x0000011c 0x2 Device_Startup/startup_saml22.o + 0x0000011c SVCall_Handler + 0x0000011c DMAC_Handler + 0x0000011c TRNG_Handler + 0x0000011c HardFault_Handler + 0x0000011c TC2_Handler + 0x0000011c AC_Handler + 0x0000011c SysTick_Handler + 0x0000011c PendSV_Handler + 0x0000011c SERCOM1_Handler + 0x0000011c ADC_Handler + 0x0000011c NonMaskableInt_Handler + 0x0000011c SERCOM2_Handler + 0x0000011c WDT_Handler + 0x0000011c TC1_Handler + 0x0000011c USB_Handler + 0x0000011c Dummy_Handler + 0x0000011c EVSYS_Handler + 0x0000011c SERCOM3_Handler + 0x0000011c NVMCTRL_Handler + 0x0000011c SYSTEM_Handler + 0x0000011c SERCOM0_Handler + 0x0000011c PTC_Handler + 0x0000011c FREQM_Handler + 0x0000011c TC0_Handler + 0x0000011c SLCD_Handler + 0x0000011c AES_Handler + *fill* 0x0000011e 0x2 + .text.Reset_Handler + 0x00000120 0x68 Device_Startup/startup_saml22.o + 0x00000120 Reset_Handler + .text.CALENDAR_0_CLOCK_init + 0x00000188 0x14 driver_init.o + 0x00000188 CALENDAR_0_CLOCK_init + .text.CALENDAR_0_init + 0x0000019c 0x20 driver_init.o + 0x0000019c CALENDAR_0_init + .text.I2C_0_PORT_init + 0x000001bc 0x54 driver_init.o + 0x000001bc I2C_0_PORT_init + .text.I2C_0_CLOCK_init + 0x00000210 0x24 driver_init.o + 0x00000210 I2C_0_CLOCK_init + .text.I2C_0_init + 0x00000234 0x28 driver_init.o + 0x00000234 I2C_0_init + .text.delay_driver_init + 0x0000025c 0x14 driver_init.o + 0x0000025c delay_driver_init + .text.PWM_0_PORT_init + 0x00000270 0x44 driver_init.o + 0x00000270 PWM_0_PORT_init + .text.PWM_0_CLOCK_init + 0x000002b4 0x20 driver_init.o + 0x000002b4 PWM_0_CLOCK_init + .text.PWM_0_init + 0x000002d4 0x34 driver_init.o + 0x000002d4 PWM_0_init + .text.system_init + 0x00000308 0x94 driver_init.o + 0x00000308 system_init + .text.leap_year + 0x0000039c 0xc hal/src/hal_calendar.o + .text.get_secs_in_month + 0x000003a8 0x64 hal/src/hal_calendar.o + .text.convert_timestamp_to_datetime + 0x0000040c 0xac hal/src/hal_calendar.o + .text.convert_datetime_to_timestamp + 0x000004b8 0xb8 hal/src/hal_calendar.o + .text.calibrate_timestamp + 0x00000570 0x80 hal/src/hal_calendar.o + .text.fill_alarm + 0x000005f0 0xc4 hal/src/hal_calendar.o + .text.calendar_init + 0x000006b4 0x48 hal/src/hal_calendar.o + 0x000006b4 calendar_init + .text.calendar_enable + 0x000006fc 0x2c hal/src/hal_calendar.o + 0x000006fc calendar_enable + .text.calendar_set_time + 0x00000728 0x64 hal/src/hal_calendar.o + 0x00000728 calendar_set_time + .text.calendar_set_date + 0x0000078c 0x64 hal/src/hal_calendar.o + 0x0000078c calendar_set_date + .text.calendar_get_date_time + 0x000007f0 0x3c hal/src/hal_calendar.o + 0x000007f0 calendar_get_date_time + .text.delay_init + 0x0000082c 0x14 hal/src/hal_delay.o + 0x0000082c delay_init + .text.i2c_m_sync_write + 0x00000840 0x34 hal/src/hal_i2c_m_sync.o + .text.i2c_m_sync_read + 0x00000874 0x34 hal/src/hal_i2c_m_sync.o + .text.i2c_m_sync_init + 0x000008a8 0x40 hal/src/hal_i2c_m_sync.o + 0x000008a8 i2c_m_sync_init + .text.i2c_m_sync_enable + 0x000008e8 0xc hal/src/hal_i2c_m_sync.o + 0x000008e8 i2c_m_sync_enable + .text.i2c_m_sync_set_slaveaddr + 0x000008f4 0x12 hal/src/hal_i2c_m_sync.o + 0x000008f4 i2c_m_sync_set_slaveaddr + .text.i2c_m_sync_get_io_descriptor + 0x00000906 0x8 hal/src/hal_i2c_m_sync.o + 0x00000906 i2c_m_sync_get_io_descriptor + *fill* 0x0000090e 0x2 + .text.io_write + 0x00000910 0x38 hal/src/hal_io.o + 0x00000910 io_write + .text.io_read 0x00000948 0x38 hal/src/hal_io.o + 0x00000948 io_read + .text.pwm_period_expired + 0x00000980 0xc hal/src/hal_pwm.o + .text.pwm_detect_fault + 0x0000098c 0xc hal/src/hal_pwm.o + .text.pwm_init + 0x00000998 0x50 hal/src/hal_pwm.o + 0x00000998 pwm_init + .text.pwm_enable + 0x000009e8 0x44 hal/src/hal_pwm.o + 0x000009e8 pwm_enable + .text.pwm_set_parameters + 0x00000a2c 0x3c hal/src/hal_pwm.o + 0x00000a2c pwm_set_parameters + .text.assert 0x00000a68 0x8 hal/utils/src/utils_assert.o + 0x00000a68 assert + .text.event_subscribe + 0x00000a70 0x88 hal/utils/src/utils_event.o + 0x00000a70 event_subscribe + .text.is_list_element + 0x00000af8 0x16 hal/utils/src/utils_list.o + 0x00000af8 is_list_element + *fill* 0x00000b0e 0x2 + .text.list_insert_as_head + 0x00000b10 0x2c hal/utils/src/utils_list.o + 0x00000b10 list_insert_as_head + .text._init_chip + 0x00000b3c 0x44 hpl/core/hpl_init.o + 0x00000b3c _init_chip + .text._ext_irq_handler + 0x00000b80 0xb4 hpl/eic/hpl_eic.o + .text.EIC_Handler + 0x00000c34 0xc hpl/eic/hpl_eic.o + 0x00000c34 EIC_Handler + .text._gclk_init_generators_by_fref + 0x00000c40 0x38 hpl/gclk/hpl_gclk.o + 0x00000c40 _gclk_init_generators_by_fref + .text._mclk_init + 0x00000c78 0x10 hpl/mclk/hpl_mclk.o + 0x00000c78 _mclk_init + .text._osc32kctrl_init_sources + 0x00000c88 0x24 hpl/osc32kctrl/hpl_osc32kctrl.o + 0x00000c88 _osc32kctrl_init_sources + .text._oscctrl_init_sources + 0x00000cac 0x38 hpl/oscctrl/hpl_oscctrl.o + 0x00000cac _oscctrl_init_sources + .text._oscctrl_init_referenced_generators + 0x00000ce4 0x2 hpl/oscctrl/hpl_oscctrl.o + 0x00000ce4 _oscctrl_init_referenced_generators + *fill* 0x00000ce6 0x2 + .text._set_performance_level + 0x00000ce8 0x2c hpl/pm/hpl_pm.o + 0x00000ce8 _set_performance_level + .text._rtc_interrupt_handler + 0x00000d14 0x32 hpl/rtc/hpl_rtc.o + *fill* 0x00000d46 0x2 + .text._calendar_init + 0x00000d48 0x90 hpl/rtc/hpl_rtc.o + 0x00000d48 _calendar_init + .text._calendar_enable + 0x00000dd8 0x44 hpl/rtc/hpl_rtc.o + 0x00000dd8 _calendar_enable + .text._calendar_set_counter + 0x00000e1c 0x38 hpl/rtc/hpl_rtc.o + 0x00000e1c _calendar_set_counter + .text._calendar_get_counter + 0x00000e54 0x34 hpl/rtc/hpl_rtc.o + 0x00000e54 _calendar_get_counter + .text.RTC_Handler + 0x00000e88 0x14 hpl/rtc/hpl_rtc.o + 0x00000e88 RTC_Handler + .text._sercom_get_hardware_index + 0x00000e9c 0x10 hpl/sercom/hpl_sercom.o + .text._get_i2cm_index + 0x00000eac 0x48 hpl/sercom/hpl_sercom.o + .text._i2c_m_sync_init_impl + 0x00000ef4 0xcc hpl/sercom/hpl_sercom.o + .text._sercom_i2c_sync_send_address + 0x00000fc0 0x270 hpl/sercom/hpl_sercom.o + .text._i2c_m_sync_init + 0x00001230 0x30 hpl/sercom/hpl_sercom.o + 0x00001230 _i2c_m_sync_init + .text._i2c_m_sync_enable + 0x00001260 0x80 hpl/sercom/hpl_sercom.o + 0x00001260 _i2c_m_sync_enable + .text._i2c_m_sync_transfer + 0x000012e0 0x27c hpl/sercom/hpl_sercom.o + 0x000012e0 _i2c_m_sync_transfer + .text._system_time_init + 0x0000155c 0x14 hpl/systick/hpl_systick.o + 0x0000155c _system_time_init + .text._delay_init + 0x00001570 0xc hpl/systick/hpl_systick.o + 0x00001570 _delay_init + .text.tcc_pwm_interrupt_handler + 0x0000157c 0x2e hpl/tcc/hpl_tcc.o + *fill* 0x000015aa 0x2 + .text.TCC0_Handler + 0x000015ac 0x14 hpl/tcc/hpl_tcc.o + 0x000015ac TCC0_Handler + .text._tc_start_pwm + 0x000015c0 0x12 hpl/tc/hpl_tc.o + 0x000015c0 _tc_start_pwm + .text._tc_stop_pwm + 0x000015d2 0x12 hpl/tc/hpl_tc.o + 0x000015d2 _tc_stop_pwm + .text._tc_is_pwm_enabled + 0x000015e4 0x12 hpl/tc/hpl_tc.o + 0x000015e4 _tc_is_pwm_enabled + .text.tc_pwm_interrupt_handler + 0x000015f6 0x2e hpl/tc/hpl_tc.o + .text._tc_init_irq_param + 0x00001624 0x18 hpl/tc/hpl_tc.o + .text.get_tc_index + 0x0000163c 0x4c hpl/tc/hpl_tc.o + .text._tc_pwm_init + 0x00001688 0x168 hpl/tc/hpl_tc.o + 0x00001688 _tc_pwm_init + .text._tc_set_pwm_param + 0x000017f0 0x80 hpl/tc/hpl_tc.o + 0x000017f0 _tc_set_pwm_param + .text._tc_pwm_get_period + 0x00001870 0x40 hpl/tc/hpl_tc.o + 0x00001870 _tc_pwm_get_period + .text._tc_pwm_get_duty + 0x000018b0 0x64 hpl/tc/hpl_tc.o + 0x000018b0 _tc_pwm_get_duty + .text._tc_pwm_deinit + 0x00001914 0x74 hpl/tc/hpl_tc.o + 0x00001914 _tc_pwm_deinit + .text._tc_pwm_set_irq_state + 0x00001988 0x50 hpl/tc/hpl_tc.o + 0x00001988 _tc_pwm_set_irq_state + .text._tc_get_pwm + 0x000019d8 0xc hpl/tc/hpl_tc.o + 0x000019d8 _tc_get_pwm + .text.TC3_Handler + 0x000019e4 0x14 hpl/tc/hpl_tc.o + 0x000019e4 TC3_Handler + .text.main 0x000019f8 0xc8 main.o + 0x000019f8 main + .text.sleepmgr_event_callback + 0x00001ac0 0x68 sleep_manager/sleep_manager.o + .text.sleepmgr_init + 0x00001b28 0x30 sleep_manager/sleep_manager.o + 0x00001b28 sleepmgr_init + .text.sleepmgr_register_ready_to_sleep_callback + 0x00001b58 0x2c sleep_manager/sleep_manager.o + 0x00001b58 sleepmgr_register_ready_to_sleep_callback + .text.sleep_cb + 0x00001b84 0x6 sleep_manager_main.o + *fill* 0x00001b8a 0x2 + .text.sleep_manager_init + 0x00001b8c 0x24 sleep_manager_main.o + 0x00001b8c sleep_manager_init + .text.watch_init + 0x00001bb0 0x2 watch-library/watch.o + 0x00001bb0 watch_init + *fill* 0x00001bb2 0x2 + .text.watch_enable_led + 0x00001bb4 0x30 watch-library/watch.o + 0x00001bb4 watch_enable_led + .text.watch_set_led_color + 0x00001be4 0xc watch-library/watch.o + 0x00001be4 watch_set_led_color + .text.watch_set_led_red + 0x00001bf0 0x14 watch-library/watch.o + 0x00001bf0 watch_set_led_red + .text.watch_set_led_green + 0x00001c04 0x14 watch-library/watch.o + 0x00001c04 watch_set_led_green + .text.watch_enable_date_time + 0x00001c18 0x1c watch-library/watch.o + 0x00001c18 watch_enable_date_time + .text.watch_set_date_time + 0x00001c34 0x2c watch-library/watch.o + 0x00001c34 watch_set_date_time + .text.watch_get_date_time + 0x00001c60 0x14 watch-library/watch.o + 0x00001c60 watch_get_date_time + .text.watch_enable_digital_output + 0x00001c74 0x44 watch-library/watch.o + 0x00001c74 watch_enable_digital_output + .text.watch_enable_i2c + 0x00001cb8 0x2c watch-library/watch.o + 0x00001cb8 watch_enable_i2c + .text.watch_i2c_send + 0x00001ce4 0x30 watch-library/watch.o + 0x00001ce4 watch_i2c_send + .text.watch_i2c_receive + 0x00001d14 0x30 watch-library/watch.o + 0x00001d14 watch_i2c_receive + .text 0x00001d44 0x114 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_udivsi3.o) + 0x00001d44 __aeabi_uidiv + 0x00001d44 __udivsi3 + 0x00001e50 __aeabi_uidivmod + .text 0x00001e58 0x4 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_dvmd_tls.o) + 0x00001e58 __aeabi_idiv0 + 0x00001e58 __aeabi_ldiv0 + .text 0x00001e5c 0x14 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_ffssi2.o) + 0x00001e5c __ffssi2 + .text 0x00001e70 0x40 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_ctzsi2.o) + 0x00001e70 __ctzsi2 + .text.__libc_init_array + 0x00001eb0 0x48 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-init.o) + 0x00001eb0 __libc_init_array + *(.glue_7t) + .glue_7t 0x00001ef8 0x0 linker stubs + *(.glue_7) + .glue_7 0x00001ef8 0x0 linker stubs + *(.rodata .rodata* .gnu.linkonce.r.*) + .rodata 0x00001ef8 0x98 hal/src/hal_calendar.o + .rodata.str1.4 + 0x00001f90 0x1a hal/src/hal_calendar.o + *fill* 0x00001faa 0x2 + .rodata.str1.4 + 0x00001fac 0x1c hal/src/hal_i2c_m_sync.o + .rodata.str1.4 + 0x00001fc8 0x14 hal/src/hal_io.o + .rodata.str1.4 + 0x00001fdc 0x15 hal/src/hal_pwm.o + *fill* 0x00001ff1 0x3 + .rodata.str1.4 + 0x00001ff4 0x1f hal/utils/src/utils_event.o + *fill* 0x00002013 0x1 + .rodata.str1.4 + 0x00002014 0x1e hal/utils/src/utils_list.o + *fill* 0x00002032 0x2 + .rodata 0x00002034 0x18 hpl/eic/hpl_eic.o + .rodata.str1.4 + 0x0000204c 0x15 hpl/eic/hpl_eic.o + *fill* 0x00002061 0x3 + .rodata.str1.4 + 0x00002064 0x15 hpl/rtc/hpl_rtc.o + *fill* 0x00002079 0x3 + .rodata 0x0000207c 0x4d hpl/sercom/hpl_sercom.o + *fill* 0x000020c9 0x3 + .rodata.str1.4 + 0x000020cc 0x1b hpl/sercom/hpl_sercom.o + *fill* 0x000020e7 0x1 + .rodata.str1.4 + 0x000020e8 0x13 hpl/tc/hpl_tc.o + *fill* 0x000020fb 0x1 + .rodata.str1.4 + 0x000020fc 0x24 sleep_manager/sleep_manager.o + 0x21 (size before relaxing) + *(.ARM.extab* .gnu.linkonce.armextab.*) + 0x00002120 . = ALIGN (0x4) + *(.init) + .init 0x00002120 0x4 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m/crti.o + 0x00002120 _init + .init 0x00002124 0x8 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m/crtn.o + 0x0000212c . = ALIGN (0x4) + 0x0000212c __preinit_array_start = . + *(.preinit_array) + 0x0000212c __preinit_array_end = . + 0x0000212c . = ALIGN (0x4) + 0x0000212c __init_array_start = . + *(SORT(.init_array.*)) + *(.init_array) + .init_array 0x0000212c 0x4 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m/crtbegin.o + 0x00002130 __init_array_end = . + 0x00002130 . = ALIGN (0x4) + *crtbegin.o(.ctors) + *(EXCLUDE_FILE(*crtend.o) .ctors) + *(SORT(.ctors.*)) + *crtend.o(.ctors) + 0x00002130 . = ALIGN (0x4) + *(.fini) + .fini 0x00002130 0x4 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m/crti.o + 0x00002130 _fini + .fini 0x00002134 0x8 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m/crtn.o + 0x0000213c . = ALIGN (0x4) + 0x0000213c __fini_array_start = . + *(.fini_array) + .fini_array 0x0000213c 0x4 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m/crtbegin.o + *(SORT(.fini_array.*)) + 0x00002140 __fini_array_end = . + *crtbegin.o(.dtors) + *(EXCLUDE_FILE(*crtend.o) .dtors) + *(SORT(.dtors.*)) + *crtend.o(.dtors) + 0x00002140 . = ALIGN (0x4) + 0x00002140 _efixed = . + [!provide] PROVIDE (__exidx_start, .) + +.vfp11_veneer 0x00002140 0x0 + .vfp11_veneer 0x00002140 0x0 linker stubs + +.v4_bx 0x00002140 0x0 + .v4_bx 0x00002140 0x0 linker stubs + +.iplt 0x00002140 0x0 + .iplt 0x00002140 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m/crtbegin.o + +.eh_frame 0x00002140 0x0 + .eh_frame 0x00002140 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m/crtbegin.o + +.rel.dyn 0x00002140 0x0 + .rel.iplt 0x00002140 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m/crtbegin.o + +.jcr 0x00002140 0x0 + .jcr 0x00002140 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m/crtbegin.o + +.igot.plt 0x00002140 0x0 + .igot.plt 0x00002140 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m/crtbegin.o + +.ARM.exidx + *(.ARM.exidx* .gnu.linkonce.armexidx.*) + [!provide] PROVIDE (__exidx_end, .) + 0x00002140 . = ALIGN (0x4) + 0x00002140 _etext = . + +.relocate 0x20000000 0x38 load address 0x00002140 + 0x20000000 . = ALIGN (0x4) + 0x20000000 _srelocate = . + *(.ramfunc .ramfunc.*) + *(.data .data.*) + .data 0x20000000 0x38 hpl/tc/hpl_tc.o + 0x20000038 . = ALIGN (0x4) + 0x20000038 _erelocate = . + +.bss 0x20000038 0xe4 load address 0x00002178 + 0x20000038 . = ALIGN (0x4) + 0x20000038 _sbss = . + 0x20000038 _szero = . + *(.bss .bss.*) + .bss 0x20000038 0x1c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m/crtbegin.o + .bss 0x20000054 0x4 hal/src/hal_delay.o + .bss 0x20000058 0x5 hal/utils/src/utils_event.o + *fill* 0x2000005d 0x3 + .bss 0x20000060 0x4 hpl/eic/hpl_eic.o + .bss 0x20000064 0x4 hpl/rtc/hpl_rtc.o + .bss 0x20000068 0x4 hpl/tcc/hpl_tcc.o + .bss 0x2000006c 0x4 hpl/tc/hpl_tc.o + .bss 0x20000070 0x18 sleep_manager/sleep_manager.o + .bss 0x20000088 0x8 sleep_manager_main.o + *(COMMON) + COMMON 0x20000090 0x88 driver_init.o + 0x20000090 PWM_0 + 0x200000b0 ADC_0 + 0x200000b4 CALENDAR_0 + 0x200000d4 SEGMENT_LCD_0 + 0x200000d8 PWM_1 + 0x200000f8 I2C_0 + COMMON 0x20000118 0x4 main.o + 0x20000118 I2C_0_io + 0x2000011c . = ALIGN (0x4) + 0x2000011c _ebss = . + 0x2000011c _ezero = . + +.stack 0x2000011c 0x2004 load address 0x0000225c + 0x20000120 . = ALIGN (0x8) + *fill* 0x2000011c 0x4 + 0x20000120 _sstack = . + 0x20002120 . = (. + STACK_SIZE) + *fill* 0x20000120 0x2000 + 0x20002120 . = ALIGN (0x8) + 0x20002120 _estack = . + 0x20002120 . = ALIGN (0x4) + 0x20002120 _end = . +OUTPUT(My Project.elf elf32-littlearm) + +.ARM.attributes + 0x00000000 0x28 + .ARM.attributes + 0x00000000 0x1e c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m/crti.o + .ARM.attributes + 0x0000001e 0x2c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m/crtbegin.o + .ARM.attributes + 0x0000004a 0x32 atmel_start.o + .ARM.attributes + 0x0000007c 0x32 Device_Startup/startup_saml22.o + .ARM.attributes + 0x000000ae 0x32 driver_init.o + .ARM.attributes + 0x000000e0 0x32 hal/src/hal_calendar.o + .ARM.attributes + 0x00000112 0x32 hal/src/hal_delay.o + .ARM.attributes + 0x00000144 0x32 hal/src/hal_i2c_m_sync.o + .ARM.attributes + 0x00000176 0x32 hal/src/hal_io.o + .ARM.attributes + 0x000001a8 0x32 hal/src/hal_pwm.o + .ARM.attributes + 0x000001da 0x32 hal/utils/src/utils_assert.o + .ARM.attributes + 0x0000020c 0x32 hal/utils/src/utils_event.o + .ARM.attributes + 0x0000023e 0x32 hal/utils/src/utils_list.o + .ARM.attributes + 0x00000270 0x32 hpl/core/hpl_init.o + .ARM.attributes + 0x000002a2 0x32 hpl/eic/hpl_eic.o + .ARM.attributes + 0x000002d4 0x32 hpl/gclk/hpl_gclk.o + .ARM.attributes + 0x00000306 0x32 hpl/mclk/hpl_mclk.o + .ARM.attributes + 0x00000338 0x32 hpl/osc32kctrl/hpl_osc32kctrl.o + .ARM.attributes + 0x0000036a 0x32 hpl/oscctrl/hpl_oscctrl.o + .ARM.attributes + 0x0000039c 0x32 hpl/pm/hpl_pm.o + .ARM.attributes + 0x000003ce 0x32 hpl/rtc/hpl_rtc.o + .ARM.attributes + 0x00000400 0x32 hpl/sercom/hpl_sercom.o + .ARM.attributes + 0x00000432 0x32 hpl/systick/hpl_systick.o + .ARM.attributes + 0x00000464 0x32 hpl/tcc/hpl_tcc.o + .ARM.attributes + 0x00000496 0x32 hpl/tc/hpl_tc.o + .ARM.attributes + 0x000004c8 0x32 main.o + .ARM.attributes + 0x000004fa 0x32 sleep_manager/sleep_manager.o + .ARM.attributes + 0x0000052c 0x32 sleep_manager_main.o + .ARM.attributes + 0x0000055e 0x32 watch-library/watch.o + .ARM.attributes + 0x00000590 0x1e c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_udivsi3.o) + .ARM.attributes + 0x000005ae 0x1e c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_dvmd_tls.o) + .ARM.attributes + 0x000005cc 0x2c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_ffssi2.o) + .ARM.attributes + 0x000005f8 0x1e c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_ctzsi2.o) + .ARM.attributes + 0x00000616 0x2c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-init.o) + .ARM.attributes + 0x00000642 0x1e c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m/crtn.o + +.comment 0x00000000 0x59 + .comment 0x00000000 0x59 atmel_start.o + 0x5a (size before relaxing) + .comment 0x00000059 0x5a Device_Startup/startup_saml22.o + .comment 0x00000059 0x5a driver_init.o + .comment 0x00000059 0x5a hal/src/hal_calendar.o + .comment 0x00000059 0x5a hal/src/hal_delay.o + .comment 0x00000059 0x5a hal/src/hal_i2c_m_sync.o + .comment 0x00000059 0x5a hal/src/hal_io.o + .comment 0x00000059 0x5a hal/src/hal_pwm.o + .comment 0x00000059 0x5a hal/utils/src/utils_assert.o + .comment 0x00000059 0x5a hal/utils/src/utils_event.o + .comment 0x00000059 0x5a hal/utils/src/utils_list.o + .comment 0x00000059 0x5a hpl/core/hpl_init.o + .comment 0x00000059 0x5a hpl/eic/hpl_eic.o + .comment 0x00000059 0x5a hpl/gclk/hpl_gclk.o + .comment 0x00000059 0x5a hpl/mclk/hpl_mclk.o + .comment 0x00000059 0x5a hpl/osc32kctrl/hpl_osc32kctrl.o + .comment 0x00000059 0x5a hpl/oscctrl/hpl_oscctrl.o + .comment 0x00000059 0x5a hpl/pm/hpl_pm.o + .comment 0x00000059 0x5a hpl/rtc/hpl_rtc.o + .comment 0x00000059 0x5a hpl/sercom/hpl_sercom.o + .comment 0x00000059 0x5a hpl/systick/hpl_systick.o + .comment 0x00000059 0x5a hpl/tcc/hpl_tcc.o + .comment 0x00000059 0x5a hpl/tc/hpl_tc.o + .comment 0x00000059 0x5a main.o + .comment 0x00000059 0x5a sleep_manager/sleep_manager.o + .comment 0x00000059 0x5a sleep_manager_main.o + .comment 0x00000059 0x5a watch-library/watch.o + +.debug_info 0x00000000 0x315e1 + .debug_info 0x00000000 0x731 atmel_start.o + .debug_info 0x00000731 0x4db Device_Startup/startup_saml22.o + .debug_info 0x00000c0c 0xe2ae driver_init.o + .debug_info 0x0000eeba 0x11d1 hal/src/hal_calendar.o + .debug_info 0x0001008b 0x1dc hal/src/hal_delay.o + .debug_info 0x00010267 0x878 hal/src/hal_i2c_m_sync.o + .debug_info 0x00010adf 0x2b2 hal/src/hal_io.o + .debug_info 0x00010d91 0x718 hal/src/hal_pwm.o + .debug_info 0x000114a9 0x107 hal/utils/src/utils_assert.o + .debug_info 0x000115b0 0xded hal/utils/src/utils_event.o + .debug_info 0x0001239d 0x314 hal/utils/src/utils_list.o + .debug_info 0x000126b1 0x6d3 hpl/core/hpl_init.o + .debug_info 0x00012d84 0x1aa4 hpl/eic/hpl_eic.o + .debug_info 0x00014828 0x5e0 hpl/gclk/hpl_gclk.o + .debug_info 0x00014e08 0x810 hpl/mclk/hpl_mclk.o + .debug_info 0x00015618 0x83a hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_info 0x00015e52 0xf74 hpl/oscctrl/hpl_oscctrl.o + .debug_info 0x00016dc6 0x800 hpl/pm/hpl_pm.o + .debug_info 0x000175c6 0x3ec0 hpl/rtc/hpl_rtc.o + .debug_info 0x0001b486 0xb366 hpl/sercom/hpl_sercom.o + .debug_info 0x000267ec 0x25e hpl/systick/hpl_systick.o + .debug_info 0x00026a4a 0x351a hpl/tcc/hpl_tcc.o + .debug_info 0x00029f64 0x2882 hpl/tc/hpl_tc.o + .debug_info 0x0002c7e6 0x1100 main.o + .debug_info 0x0002d8e6 0x7fd sleep_manager/sleep_manager.o + .debug_info 0x0002e0e3 0x806 sleep_manager_main.o + .debug_info 0x0002e8e9 0x2cf8 watch-library/watch.o + +.debug_abbrev 0x00000000 0x4084 + .debug_abbrev 0x00000000 0x104 atmel_start.o + .debug_abbrev 0x00000104 0x142 Device_Startup/startup_saml22.o + .debug_abbrev 0x00000246 0x37f driver_init.o + .debug_abbrev 0x000005c5 0x2be hal/src/hal_calendar.o + .debug_abbrev 0x00000883 0xe1 hal/src/hal_delay.o + .debug_abbrev 0x00000964 0x1a6 hal/src/hal_i2c_m_sync.o + .debug_abbrev 0x00000b0a 0x115 hal/src/hal_io.o + .debug_abbrev 0x00000c1f 0x180 hal/src/hal_pwm.o + .debug_abbrev 0x00000d9f 0x86 hal/utils/src/utils_assert.o + .debug_abbrev 0x00000e25 0x275 hal/utils/src/utils_event.o + .debug_abbrev 0x0000109a 0x152 hal/utils/src/utils_list.o + .debug_abbrev 0x000011ec 0x1d9 hpl/core/hpl_init.o + .debug_abbrev 0x000013c5 0x42e hpl/eic/hpl_eic.o + .debug_abbrev 0x000017f3 0x195 hpl/gclk/hpl_gclk.o + .debug_abbrev 0x00001988 0x1e6 hpl/mclk/hpl_mclk.o + .debug_abbrev 0x00001b6e 0x1e3 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_abbrev 0x00001d51 0x210 hpl/oscctrl/hpl_oscctrl.o + .debug_abbrev 0x00001f61 0x229 hpl/pm/hpl_pm.o + .debug_abbrev 0x0000218a 0x455 hpl/rtc/hpl_rtc.o + .debug_abbrev 0x000025df 0x593 hpl/sercom/hpl_sercom.o + .debug_abbrev 0x00002b72 0x172 hpl/systick/hpl_systick.o + .debug_abbrev 0x00002ce4 0x51d hpl/tcc/hpl_tcc.o + .debug_abbrev 0x00003201 0x4f2 hpl/tc/hpl_tc.o + .debug_abbrev 0x000036f3 0x2a6 main.o + .debug_abbrev 0x00003999 0x205 sleep_manager/sleep_manager.o + .debug_abbrev 0x00003b9e 0x151 sleep_manager_main.o + .debug_abbrev 0x00003cef 0x395 watch-library/watch.o + +.debug_loc 0x00000000 0x11a80 + .debug_loc 0x00000000 0x20 atmel_start.o + .debug_loc 0x00000020 0x78 Device_Startup/startup_saml22.o + .debug_loc 0x00000098 0x35de driver_init.o + .debug_loc 0x00003676 0xdee hal/src/hal_calendar.o + .debug_loc 0x00004464 0xc3 hal/src/hal_delay.o + .debug_loc 0x00004527 0x6f5 hal/src/hal_i2c_m_sync.o + .debug_loc 0x00004c1c 0x1b6 hal/src/hal_io.o + .debug_loc 0x00004dd2 0x4ff hal/src/hal_pwm.o + .debug_loc 0x000052d1 0x3da hal/utils/src/utils_event.o + .debug_loc 0x000056ab 0x213 hal/utils/src/utils_list.o + .debug_loc 0x000058be 0x4c hpl/core/hpl_init.o + .debug_loc 0x0000590a 0x68b hpl/eic/hpl_eic.o + .debug_loc 0x00005f95 0x153 hpl/gclk/hpl_gclk.o + .debug_loc 0x000060e8 0x58 hpl/mclk/hpl_mclk.o + .debug_loc 0x00006140 0x12a hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_loc 0x0000626a 0x18 hpl/oscctrl/hpl_oscctrl.o + .debug_loc 0x00006282 0x1a5 hpl/pm/hpl_pm.o + .debug_loc 0x00006427 0x1265 hpl/rtc/hpl_rtc.o + .debug_loc 0x0000768c 0x7da1 hpl/sercom/hpl_sercom.o + .debug_loc 0x0000f42d 0xf9 hpl/systick/hpl_systick.o + .debug_loc 0x0000f526 0xbae hpl/tcc/hpl_tcc.o + .debug_loc 0x000100d4 0xbe0 hpl/tc/hpl_tc.o + .debug_loc 0x00010cb4 0x92 main.o + .debug_loc 0x00010d46 0x34c sleep_manager/sleep_manager.o + .debug_loc 0x00011092 0x20 sleep_manager_main.o + .debug_loc 0x000110b2 0x9ce watch-library/watch.o + +.debug_aranges 0x00000000 0xd00 + .debug_aranges + 0x00000000 0x20 atmel_start.o + .debug_aranges + 0x00000020 0x28 Device_Startup/startup_saml22.o + .debug_aranges + 0x00000048 0xb0 driver_init.o + .debug_aranges + 0x000000f8 0xa8 hal/src/hal_calendar.o + .debug_aranges + 0x000001a0 0x38 hal/src/hal_delay.o + .debug_aranges + 0x000001d8 0x88 hal/src/hal_i2c_m_sync.o + .debug_aranges + 0x00000260 0x30 hal/src/hal_io.o + .debug_aranges + 0x00000290 0x60 hal/src/hal_pwm.o + .debug_aranges + 0x000002f0 0x20 hal/utils/src/utils_assert.o + .debug_aranges + 0x00000310 0x30 hal/utils/src/utils_event.o + .debug_aranges + 0x00000340 0x48 hal/utils/src/utils_list.o + .debug_aranges + 0x00000388 0x20 hpl/core/hpl_init.o + .debug_aranges + 0x000003a8 0x40 hpl/eic/hpl_eic.o + .debug_aranges + 0x000003e8 0x28 hpl/gclk/hpl_gclk.o + .debug_aranges + 0x00000410 0x20 hpl/mclk/hpl_mclk.o + .debug_aranges + 0x00000430 0x20 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_aranges + 0x00000450 0x28 hpl/oscctrl/hpl_oscctrl.o + .debug_aranges + 0x00000478 0x30 hpl/pm/hpl_pm.o + .debug_aranges + 0x000004a8 0xb0 hpl/rtc/hpl_rtc.o + .debug_aranges + 0x00000558 0x508 hpl/sercom/hpl_sercom.o + .debug_aranges + 0x00000a60 0x48 hpl/systick/hpl_systick.o + .debug_aranges + 0x00000aa8 0x98 hpl/tcc/hpl_tcc.o + .debug_aranges + 0x00000b40 0x90 hpl/tc/hpl_tc.o + .debug_aranges + 0x00000bd0 0x20 main.o + .debug_aranges + 0x00000bf0 0x58 sleep_manager/sleep_manager.o + .debug_aranges + 0x00000c48 0x28 sleep_manager_main.o + .debug_aranges + 0x00000c70 0x90 watch-library/watch.o + +.debug_ranges 0x00000000 0xd80 + .debug_ranges 0x00000000 0x10 atmel_start.o + .debug_ranges 0x00000010 0x18 Device_Startup/startup_saml22.o + .debug_ranges 0x00000028 0xa0 driver_init.o + .debug_ranges 0x000000c8 0x98 hal/src/hal_calendar.o + .debug_ranges 0x00000160 0x28 hal/src/hal_delay.o + .debug_ranges 0x00000188 0x78 hal/src/hal_i2c_m_sync.o + .debug_ranges 0x00000200 0x20 hal/src/hal_io.o + .debug_ranges 0x00000220 0x50 hal/src/hal_pwm.o + .debug_ranges 0x00000270 0x10 hal/utils/src/utils_assert.o + .debug_ranges 0x00000280 0x20 hal/utils/src/utils_event.o + .debug_ranges 0x000002a0 0x38 hal/utils/src/utils_list.o + .debug_ranges 0x000002d8 0x10 hpl/core/hpl_init.o + .debug_ranges 0x000002e8 0x48 hpl/eic/hpl_eic.o + .debug_ranges 0x00000330 0x18 hpl/gclk/hpl_gclk.o + .debug_ranges 0x00000348 0x10 hpl/mclk/hpl_mclk.o + .debug_ranges 0x00000358 0x10 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_ranges 0x00000368 0x18 hpl/oscctrl/hpl_oscctrl.o + .debug_ranges 0x00000380 0x20 hpl/pm/hpl_pm.o + .debug_ranges 0x000003a0 0xa0 hpl/rtc/hpl_rtc.o + .debug_ranges 0x00000440 0x6c8 hpl/sercom/hpl_sercom.o + .debug_ranges 0x00000b08 0x38 hpl/systick/hpl_systick.o + .debug_ranges 0x00000b40 0xa0 hpl/tcc/hpl_tcc.o + .debug_ranges 0x00000be0 0x98 hpl/tc/hpl_tc.o + .debug_ranges 0x00000c78 0x10 main.o + .debug_ranges 0x00000c88 0x60 sleep_manager/sleep_manager.o + .debug_ranges 0x00000ce8 0x18 sleep_manager_main.o + .debug_ranges 0x00000d00 0x80 watch-library/watch.o + +.debug_macro 0x00000000 0x1de3f + .debug_macro 0x00000000 0x667 atmel_start.o + .debug_macro 0x00000667 0x89e atmel_start.o + .debug_macro 0x00000f05 0x16d atmel_start.o + .debug_macro 0x00001072 0x22 atmel_start.o + .debug_macro 0x00001094 0x87 atmel_start.o + .debug_macro 0x0000111b 0x51 atmel_start.o + .debug_macro 0x0000116c 0xef atmel_start.o + .debug_macro 0x0000125b 0x6a atmel_start.o + .debug_macro 0x000012c5 0x1df atmel_start.o + .debug_macro 0x000014a4 0x22 atmel_start.o + .debug_macro 0x000014c6 0x3f atmel_start.o + .debug_macro 0x00001505 0x1c atmel_start.o + .debug_macro 0x00001521 0x22 atmel_start.o + .debug_macro 0x00001543 0xb5 atmel_start.o + .debug_macro 0x000015f8 0x4da atmel_start.o + .debug_macro 0x00001ad2 0x11f atmel_start.o + .debug_macro 0x00001bf1 0x714 atmel_start.o + .debug_macro 0x00002305 0x959 atmel_start.o + .debug_macro 0x00002c5e 0x279 atmel_start.o + .debug_macro 0x00002ed7 0x21e atmel_start.o + .debug_macro 0x000030f5 0xe12 atmel_start.o + .debug_macro 0x00003f07 0x5e7 atmel_start.o + .debug_macro 0x000044ee 0x5be atmel_start.o + .debug_macro 0x00004aac 0x624 atmel_start.o + .debug_macro 0x000050d0 0x172 atmel_start.o + .debug_macro 0x00005242 0x26b atmel_start.o + .debug_macro 0x000054ad 0x459 atmel_start.o + .debug_macro 0x00005906 0x21c atmel_start.o + .debug_macro 0x00005b22 0x768 atmel_start.o + .debug_macro 0x0000628a 0x7c0 atmel_start.o + .debug_macro 0x00006a4a 0x28e atmel_start.o + .debug_macro 0x00006cd8 0x5d7 atmel_start.o + .debug_macro 0x000072af 0x1c6 atmel_start.o + .debug_macro 0x00007475 0x308 atmel_start.o + .debug_macro 0x0000777d 0xac atmel_start.o + .debug_macro 0x00007829 0x1c53 atmel_start.o + .debug_macro 0x0000947c 0xff5 atmel_start.o + .debug_macro 0x0000a471 0xd41 atmel_start.o + .debug_macro 0x0000b1b2 0x874 atmel_start.o + .debug_macro 0x0000ba26 0x8ae atmel_start.o + .debug_macro 0x0000c2d4 0x19be atmel_start.o + .debug_macro 0x0000dc92 0xe7 atmel_start.o + .debug_macro 0x0000dd79 0xb7c atmel_start.o + .debug_macro 0x0000e8f5 0x36a atmel_start.o + .debug_macro 0x0000ec5f 0x7c atmel_start.o + .debug_macro 0x0000ecdb 0xac atmel_start.o + .debug_macro 0x0000ed87 0xca atmel_start.o + .debug_macro 0x0000ee51 0x4c atmel_start.o + .debug_macro 0x0000ee9d 0xdc atmel_start.o + .debug_macro 0x0000ef79 0xb2 atmel_start.o + .debug_macro 0x0000f02b 0x64 atmel_start.o + .debug_macro 0x0000f08f 0x444 atmel_start.o + .debug_macro 0x0000f4d3 0x4c atmel_start.o + .debug_macro 0x0000f51f 0x149 atmel_start.o + .debug_macro 0x0000f668 0x5e atmel_start.o + .debug_macro 0x0000f6c6 0xa0 atmel_start.o + .debug_macro 0x0000f766 0xc4 atmel_start.o + .debug_macro 0x0000f82a 0xb2 atmel_start.o + .debug_macro 0x0000f8dc 0x4c atmel_start.o + .debug_macro 0x0000f928 0x64 atmel_start.o + .debug_macro 0x0000f98c 0x40 atmel_start.o + .debug_macro 0x0000f9cc 0x1da atmel_start.o + .debug_macro 0x0000fba6 0x3a atmel_start.o + .debug_macro 0x0000fbe0 0x22 atmel_start.o + .debug_macro 0x0000fc02 0x15e atmel_start.o + .debug_macro 0x0000fd60 0x173 atmel_start.o + .debug_macro 0x0000fed3 0x173 atmel_start.o + .debug_macro 0x00010046 0x173 atmel_start.o + .debug_macro 0x000101b9 0x173 atmel_start.o + .debug_macro 0x0001032c 0x11e atmel_start.o + .debug_macro 0x0001044a 0x5e atmel_start.o + .debug_macro 0x000104a8 0xfa atmel_start.o + .debug_macro 0x000105a2 0xfa atmel_start.o + .debug_macro 0x0001069c 0xfa atmel_start.o + .debug_macro 0x00010796 0xfa atmel_start.o + .debug_macro 0x00010890 0x124 atmel_start.o + .debug_macro 0x000109b4 0x2e atmel_start.o + .debug_macro 0x000109e2 0x1fa atmel_start.o + .debug_macro 0x00010bdc 0x3a atmel_start.o + .debug_macro 0x00010c16 0x3e6 atmel_start.o + .debug_macro 0x00010ffc 0x20d6 atmel_start.o + .debug_macro 0x000130d2 0x6d atmel_start.o + .debug_macro 0x0001313f 0x10 atmel_start.o + .debug_macro 0x0001314f 0x10 atmel_start.o + .debug_macro 0x0001315f 0x16 atmel_start.o + .debug_macro 0x00013175 0x16 atmel_start.o + .debug_macro 0x0001318b 0x16 atmel_start.o + .debug_macro 0x000131a1 0x16 atmel_start.o + .debug_macro 0x000131b7 0x16 atmel_start.o + .debug_macro 0x000131cd 0x16 atmel_start.o + .debug_macro 0x000131e3 0x16 atmel_start.o + .debug_macro 0x000131f9 0x16 atmel_start.o + .debug_macro 0x0001320f 0x16 atmel_start.o + .debug_macro 0x00013225 0x16 atmel_start.o + .debug_macro 0x0001323b 0x16 atmel_start.o + .debug_macro 0x00013251 0x16 atmel_start.o + .debug_macro 0x00013267 0x16 atmel_start.o + .debug_macro 0x0001327d 0x16 atmel_start.o + .debug_macro 0x00013293 0x16 atmel_start.o + .debug_macro 0x000132a9 0x16 atmel_start.o + .debug_macro 0x000132bf 0x16 atmel_start.o + .debug_macro 0x000132d5 0x16 atmel_start.o + .debug_macro 0x000132eb 0x16 atmel_start.o + .debug_macro 0x00013301 0x16 atmel_start.o + .debug_macro 0x00013317 0x16 atmel_start.o + .debug_macro 0x0001332d 0x16 atmel_start.o + .debug_macro 0x00013343 0xbe atmel_start.o + .debug_macro 0x00013401 0x28c atmel_start.o + .debug_macro 0x0001368d 0x16 atmel_start.o + .debug_macro 0x000136a3 0x277 atmel_start.o + .debug_macro 0x0001391a 0x16 atmel_start.o + .debug_macro 0x00013930 0xca atmel_start.o + .debug_macro 0x000139fa 0x1c atmel_start.o + .debug_macro 0x00013a16 0x16 atmel_start.o + .debug_macro 0x00013a2c 0xcf atmel_start.o + .debug_macro 0x00013afb 0x130 atmel_start.o + .debug_macro 0x00013c2b 0x70 atmel_start.o + .debug_macro 0x00013c9b 0x1c atmel_start.o + .debug_macro 0x00013cb7 0xc9 atmel_start.o + .debug_macro 0x00013d80 0x1c atmel_start.o + .debug_macro 0x00013d9c 0x10 atmel_start.o + .debug_macro 0x00013dac 0x34c Device_Startup/startup_saml22.o + .debug_macro 0x000140f8 0x39 Device_Startup/startup_saml22.o + .debug_macro 0x00014131 0x65f driver_init.o + .debug_macro 0x00014790 0x69 driver_init.o + .debug_macro 0x000147f9 0x87 driver_init.o + .debug_macro 0x00014880 0x19 driver_init.o + .debug_macro 0x00014899 0x532 hal/src/hal_calendar.o + .debug_macro 0x00014dcb 0x4e2 hal/src/hal_delay.o + .debug_macro 0x000152ad 0x4eb hal/src/hal_i2c_m_sync.o + .debug_macro 0x00015798 0x6a hal/src/hal_i2c_m_sync.o + .debug_macro 0x00015802 0x4c3 hal/src/hal_io.o + .debug_macro 0x00015cc5 0x4e0 hal/src/hal_pwm.o + .debug_macro 0x000161a5 0x4b9 hal/utils/src/utils_assert.o + .debug_macro 0x0001665e 0x5a1 hal/utils/src/utils_event.o + .debug_macro 0x00016bff 0x58 hal/utils/src/utils_event.o + .debug_macro 0x00016c57 0x35 hal/utils/src/utils_event.o + .debug_macro 0x00016c8c 0x9c hal/utils/src/utils_event.o + .debug_macro 0x00016d28 0x58 hal/utils/src/utils_event.o + .debug_macro 0x00016d80 0x1f hal/utils/src/utils_event.o + .debug_macro 0x00016d9f 0x43 hal/utils/src/utils_event.o + .debug_macro 0x00016de2 0x20 hal/utils/src/utils_event.o + .debug_macro 0x00016e02 0x187 hal/utils/src/utils_event.o + .debug_macro 0x00016f89 0x34d hal/utils/src/utils_event.o + .debug_macro 0x000172d6 0x10 hal/utils/src/utils_event.o + .debug_macro 0x000172e6 0x35 hal/utils/src/utils_event.o + .debug_macro 0x0001731b 0x4bd hal/utils/src/utils_list.o + .debug_macro 0x000177d8 0x53c hpl/core/hpl_init.o + .debug_macro 0x00017d14 0x22 hpl/core/hpl_init.o + .debug_macro 0x00017d36 0x772 hpl/core/hpl_init.o + .debug_macro 0x000184a8 0x59c hpl/eic/hpl_eic.o + .debug_macro 0x00018a44 0x256 hpl/eic/hpl_eic.o + .debug_macro 0x00018c9a 0x4cc hpl/gclk/hpl_gclk.o + .debug_macro 0x00019166 0x137 hpl/gclk/hpl_gclk.o + .debug_macro 0x0001929d 0x4d1 hpl/mclk/hpl_mclk.o + .debug_macro 0x0001976e 0x4bd hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_macro 0x00019c2b 0x4bd hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x0001a0e8 0x1a0 hpl/oscctrl/hpl_oscctrl.o + .debug_macro 0x0001a288 0x4c8 hpl/pm/hpl_pm.o + .debug_macro 0x0001a750 0x4da hpl/rtc/hpl_rtc.o + .debug_macro 0x0001ac2a 0xff hpl/rtc/hpl_rtc.o + .debug_macro 0x0001ad29 0x71a hpl/sercom/hpl_sercom.o + .debug_macro 0x0001b443 0x5f hpl/sercom/hpl_sercom.o + .debug_macro 0x0001b4a2 0x10 hpl/sercom/hpl_sercom.o + .debug_macro 0x0001b4b2 0x1c hpl/sercom/hpl_sercom.o + .debug_macro 0x0001b4ce 0x22 hpl/sercom/hpl_sercom.o + .debug_macro 0x0001b4f0 0x10 hpl/sercom/hpl_sercom.o + .debug_macro 0x0001b500 0x4bd hpl/systick/hpl_systick.o + .debug_macro 0x0001b9bd 0x10 hpl/systick/hpl_systick.o + .debug_macro 0x0001b9cd 0x528 hpl/tcc/hpl_tcc.o + .debug_macro 0x0001bef5 0x154 hpl/tcc/hpl_tcc.o + .debug_macro 0x0001c049 0x540 hpl/tc/hpl_tc.o + .debug_macro 0x0001c589 0x84 hpl/tc/hpl_tc.o + .debug_macro 0x0001c60d 0x67c main.o + .debug_macro 0x0001cc89 0x4fc sleep_manager/sleep_manager.o + .debug_macro 0x0001d185 0x667 sleep_manager_main.o + .debug_macro 0x0001d7ec 0x631 watch-library/watch.o + .debug_macro 0x0001de1d 0x22 watch-library/watch.o + +.debug_line 0x00000000 0x15702 + .debug_line 0x00000000 0xc8c atmel_start.o + .debug_line 0x00000c8c 0x722 Device_Startup/startup_saml22.o + .debug_line 0x000013ae 0x1105 driver_init.o + .debug_line 0x000024b3 0xc8e hal/src/hal_calendar.o + .debug_line 0x00003141 0xa3d hal/src/hal_delay.o + .debug_line 0x00003b7e 0xb2d hal/src/hal_i2c_m_sync.o + .debug_line 0x000046ab 0xa2a hal/src/hal_io.o + .debug_line 0x000050d5 0xb42 hal/src/hal_pwm.o + .debug_line 0x00005c17 0x9dc hal/utils/src/utils_assert.o + .debug_line 0x000065f3 0xb49 hal/utils/src/utils_event.o + .debug_line 0x0000713c 0xa75 hal/utils/src/utils_list.o + .debug_line 0x00007bb1 0xad7 hpl/core/hpl_init.o + .debug_line 0x00008688 0xbee hpl/eic/hpl_eic.o + .debug_line 0x00009276 0xa45 hpl/gclk/hpl_gclk.o + .debug_line 0x00009cbb 0xa23 hpl/mclk/hpl_mclk.o + .debug_line 0x0000a6de 0xa26 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_line 0x0000b104 0xa33 hpl/oscctrl/hpl_oscctrl.o + .debug_line 0x0000bb37 0xa4c hpl/pm/hpl_pm.o + .debug_line 0x0000c583 0x1025 hpl/rtc/hpl_rtc.o + .debug_line 0x0000d5a8 0x2982 hpl/sercom/hpl_sercom.o + .debug_line 0x0000ff2a 0xa67 hpl/systick/hpl_systick.o + .debug_line 0x00010991 0xd7b hpl/tcc/hpl_tcc.o + .debug_line 0x0001170c 0xd89 hpl/tc/hpl_tc.o + .debug_line 0x00012495 0xccb main.o + .debug_line 0x00013160 0xb24 sleep_manager/sleep_manager.o + .debug_line 0x00013c84 0xc9b sleep_manager_main.o + .debug_line 0x0001491f 0xde3 watch-library/watch.o + +.debug_str 0x00000000 0x912d9 + .debug_str 0x00000000 0x7fe92 atmel_start.o + 0x802fb (size before relaxing) + .debug_str 0x0007fe92 0x383 Device_Startup/startup_saml22.o + 0x7a5aa (size before relaxing) + .debug_str 0x00080215 0x2aca driver_init.o + 0x82e0b (size before relaxing) + .debug_str 0x00082cdf 0x59f hal/src/hal_calendar.o + 0x7f42c (size before relaxing) + .debug_str 0x0008327e 0xb6 hal/src/hal_delay.o + 0x7e855 (size before relaxing) + .debug_str 0x00083334 0x170 hal/src/hal_i2c_m_sync.o + 0x7f0ee (size before relaxing) + .debug_str 0x000834a4 0x3d hal/src/hal_io.o + 0x7e898 (size before relaxing) + .debug_str 0x000834e1 0xaf hal/src/hal_pwm.o + 0x7ef27 (size before relaxing) + .debug_str 0x00083590 0x2a hal/utils/src/utils_assert.o + 0x7e7fb (size before relaxing) + .debug_str 0x000835ba 0x2d01 hal/utils/src/utils_event.o + 0x81b74 (size before relaxing) + .debug_str 0x000862bb 0x31 hal/utils/src/utils_list.o + 0x7e8a5 (size before relaxing) + .debug_str 0x000862ec 0x1a9b hpl/core/hpl_init.o + 0x811a2 (size before relaxing) + .debug_str 0x00087d87 0xf93 hpl/eic/hpl_eic.o + 0x829c3 (size before relaxing) + .debug_str 0x00088d1a 0x57e hpl/gclk/hpl_gclk.o + 0x7ee6f (size before relaxing) + .debug_str 0x00089298 0x77 hpl/mclk/hpl_mclk.o + 0x7f075 (size before relaxing) + .debug_str 0x0008930f 0x307 hpl/osc32kctrl/hpl_osc32kctrl.o + 0x7ed5a (size before relaxing) + .debug_str 0x00089616 0x956 hpl/oscctrl/hpl_oscctrl.o + 0x7f1bf (size before relaxing) + .debug_str 0x00089f6c 0x2bb hpl/pm/hpl_pm.o + 0x7eadd (size before relaxing) + .debug_str 0x0008a227 0x93a hpl/rtc/hpl_rtc.o + 0x7fb35 (size before relaxing) + .debug_str 0x0008ab61 0x4941 hpl/sercom/hpl_sercom.o + 0x848c3 (size before relaxing) + .debug_str 0x0008f4a2 0xcd hpl/systick/hpl_systick.o + 0x7e843 (size before relaxing) + .debug_str 0x0008f56f 0xf46 hpl/tcc/hpl_tcc.o + 0x80c63 (size before relaxing) + .debug_str 0x000904b5 0x9b4 hpl/tc/hpl_tc.o + 0x8040c (size before relaxing) + .debug_str 0x00090e69 0x147 main.o + 0x80726 (size before relaxing) + .debug_str 0x00090fb0 0x295 sleep_manager/sleep_manager.o + 0x7f11c (size before relaxing) + .debug_str 0x00091245 0x26 sleep_manager_main.o + 0x803ad (size before relaxing) + .debug_str 0x0009126b 0x6e watch-library/watch.o + 0x8075a (size before relaxing) + +.debug_frame 0x00000000 0x20dc + .debug_frame 0x00000000 0x28 atmel_start.o + .debug_frame 0x00000028 0x38 Device_Startup/startup_saml22.o + .debug_frame 0x00000060 0x1e8 driver_init.o + .debug_frame 0x00000248 0x204 hal/src/hal_calendar.o + .debug_frame 0x0000044c 0x68 hal/src/hal_delay.o + .debug_frame 0x000004b4 0x164 hal/src/hal_i2c_m_sync.o + .debug_frame 0x00000618 0x58 hal/src/hal_io.o + .debug_frame 0x00000670 0xec hal/src/hal_pwm.o + .debug_frame 0x0000075c 0x20 hal/utils/src/utils_assert.o + .debug_frame 0x0000077c 0x70 hal/utils/src/utils_event.o + .debug_frame 0x000007ec 0x88 hal/utils/src/utils_list.o + .debug_frame 0x00000874 0x28 hpl/core/hpl_init.o + .debug_frame 0x0000089c 0x84 hpl/eic/hpl_eic.o + .debug_frame 0x00000920 0x30 hpl/gclk/hpl_gclk.o + .debug_frame 0x00000950 0x20 hpl/mclk/hpl_mclk.o + .debug_frame 0x00000970 0x20 hpl/osc32kctrl/hpl_osc32kctrl.o + .debug_frame 0x00000990 0x30 hpl/oscctrl/hpl_oscctrl.o + .debug_frame 0x000009c0 0x40 hpl/pm/hpl_pm.o + .debug_frame 0x00000a00 0x1c8 hpl/rtc/hpl_rtc.o + .debug_frame 0x00000bc8 0xe9c hpl/sercom/hpl_sercom.o + .debug_frame 0x00001a64 0x78 hpl/systick/hpl_systick.o + .debug_frame 0x00001adc 0x16c hpl/tcc/hpl_tcc.o + .debug_frame 0x00001c48 0x15c hpl/tc/hpl_tc.o + .debug_frame 0x00001da4 0x2c main.o + .debug_frame 0x00001dd0 0xe0 sleep_manager/sleep_manager.o + .debug_frame 0x00001eb0 0x38 sleep_manager_main.o + .debug_frame 0x00001ee8 0x180 watch-library/watch.o + .debug_frame 0x00002068 0x20 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_udivsi3.o) + .debug_frame 0x00002088 0x28 c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/thumb/v6-m\libgcc.a(_ffssi2.o) + .debug_frame 0x000020b0 0x2c c:/program files (x86)/atmel/studio/7.0/toolchain/arm/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m\libc_nano.a(lib_a-init.o) diff --git a/Smol Watch Project/My Project/Debug/My Project.srec b/Smol Watch Project/My Project/Debug/My Project.srec new file mode 100644 index 00000000..49fd9787 --- /dev/null +++ b/Smol Watch Project/My Project/Debug/My Project.srec @@ -0,0 +1,538 @@ +S01200004D792050726F6A6563742E7372656355 +S113000020210020210100001D0100001D0100002D +S113001000000000000000000000000000000000DC +S11300200000000000000000000000001D010000AE +S113003000000000000000001D0100001D01000080 +S11300401D0100001D010000890E0000350C000098 +S11300501D0100001D0100001D0100001D01000024 +S11300601D0100001D0100001D0100001D01000014 +S11300701D0100000000000000000000AD1500009C +S11300801D0100001D0100001D010000E519000014 +S11300901D0100001D0100001D0100001D010000E4 +S11300A01D0100001D01000010B5064C2378002B33 +S11300B007D1054B002B02D0044800E000BF012308 +S11300C0237010BD38000020000000004021000013 +S11300D0084B10B5002B03D00749084800E000BFC7 +S11300E007480368002B00D110BD064B002BFBD042 +S11300F09847F9E7000000003C0000204021000080 +S1130100402100000000000010B5024B9847024B4C +S1130110984710BD090300008D1B0000FEE7000096 +S113012010B5104A104B9A4209D00F4B0D4A03E008 +S113013011681960043304320C498B42F8D30C4B18 +S113014002E000221A6004330A4A9342F9D30A4AAD +S1130150FF210A4B8B439360094B9847094B9847FF +S1130160FEE7C046402100000000002038000020C7 +S1130170380000201C01002000ED00E00000000019 +S1130180B11E0000F9190000034A516980239B0045 +S11301900B4353617047C0460008004010B5034B41 +S11301A0984703490348044B984710BD8901000050 +S11301B000240040B4000020B506000070B5134BC5 +S11301C0DE20195C042291431954195C0125A943CA +S11301D001242143C9B219541F38195C0F26B143B5 +S11301E002263143C9B21954DF215E5C96435E5442 +S11301F05A5CAA432243D2B25A541A5CD0390A40F8 +S113020020210A43D2B21A5470BDC0460060004196 +S1130210064B4021C42299500331083A9950044AAC +S1130220D3693F390B43D3617047C046001C00407B +S11302300008004010B5044B984704490448054B96 +S11302409847054B984710BD110200000008004272 +S1130250F8000020A9080000BD01000010B5024804 +S1130260024B984710BDC04610E000E02D08000086 +S113027030B50F4B5422995C0125A9430124214335 +S1130280C9B299543A20195C453A91430422114366 +S1130290C9B2195455215A5CAA432243D2B25A54C2 +S11302A01A5C46390A4040210A43D2B21A5430BD7E +S11302B000600041054AD16980231B010B43D361CF +S11302C04021E023024AD1507047C0460008004054 +S11302D0001C004010B5064B9847064B9847064B48 +S11302E09847020005490648064B984710BDC0468A +S11302F0B502000071020000D9190000002C004270 +S11303009000002099090000F0B5C64600B51C4BCA +S11303109847C022D205042454601A4B1A499962A2 +S11303201A49996254604220195C04252943C9B2D0 +S1130330195454611C5C01218C431C549427D151E1 +S1130340882691516630124C1C50C0242406A046C5 +S11303501C50C024A4461C5D8C4365465C5508248F +S1130360D45194510B4A1A5042461A501B301A5C0D +S11303708A431A54084B984704BC9046F0BDC046C3 +S11303803D0B00000060004104000240000002C078 +S113039001000040080000405D020000830701D115 +S11303A0012070470020FCE710B50C0080B2104B10 +S11303B0984700280BD00C2C03D8A4000D4B1B59D4 +S11303C09F46002010E00C480EE00C480CE00C2C7A +S11303D003D8A4000A4B1B599F46002004E0094897 +S11303E002E0064800E0084810BD0748FCE7C046A4 +S11303F09D030000F81E0000803B2600008D2700AE +S11304002C1F000000EA240080DE2800F0B5C64658 +S113041000B50C009046866904E01F4B9C4209D34A +S1130420E41A0136B7B238001C4B98470028F4D0C0 +S11304301B4BF3E70125290030001A4B98478442EF +S113044003D3241A0135EDB2F5E70121164B9C4282 +S113045005D9164B9C4664440131C9B2F6E7002223 +S1130460134B9C4205D9134B9C4664440132D2B2CF +S1130470F6E700233B2C03D93C3C0133DBB2F9E71C +S11304804046C7804571017182704370047000203A +S113049004BC9046F0BDC0468033E1019D030000DA +S11304A00085E201A90300007F51010080AEFEFF38 +S11304B00F0E0000F0F1FFFFF0B5DE4657464E4642 +S11304C04546E0B583B0CB880093DEB28369994694 +S11304D06A4613711379F61AF6B24F790B799A4674 +S11304E08B7898464B789B460B7801930025002423 +S11304F003E01A4B9C4664440135B5420AD24B468C +S1130500581980B2164B98470028F2D0154B9C46D8 +S11305106444F1E7012505E0E9B20098124B9847DD +S113052024180135BD42F7D35346013B0F485843C5 +S11305302418E12000014346584320185B461B0160 +S11305405A469B1A9C000019019B9C46604403B0C8 +S11305503CBC90469946A246AB46F0BD8033E101CF +S11305609D0300000085E201A90300008051010001 +S113057070B50C00D068CD680B7C052B06D89B00A9 +S11305801549CB589F46A84200D33C35E56070BD61 +S1130590A842FBD3E1231B019C466544F6E7A8422D +S11305A0F4D30E4B9C466544F0E7A842EED3508941 +S11305B0517A0B4B98472D18E8E7A842E6D35089A7 +S11305C0084B9847002803D1074B9C466544DDE758 +S11305D0064B9C466544D9E7601F0000805101002A +S11305E0A90300009D0300008033E1010085E201BE +S11305F070B586B005000C00294B9847060001AA87 +S113060001002800274B98470396237C052B12D81A +S11306109B00254AD3589F466B465B8963816B4692 +S11306205B7A63726B461B7A23726B469B79A37168 +S11306306B465B796371261D310028001B4B98477C +S1130640E0606A4621002800194B9847E1683200AF +S11306502800144B984706B070BD6B465B896381D4 +S11306606B465B7A63726B461B7A23726B469B798B +S1130670A371E0E76B465B8963816B465B7A6372C7 +S11306806B461B7A2372D6E76B465B8963816B46A4 +S11306905B7A6372CFE76B465B896381CBE7C046C5 +S11306A0550E00000D040000781F0000B90400007E +S11306B07105000070B504000D00431E9841C0B2DE +S11306C0E022520009490A4B98472368AB4208D0FC +S11306D0002B08D125602000064B9847064BA361E8 +S11306E070BD0020FCE712204042F9E7901F000093 +S11306F0690A0000490D0000B207000010B50400AB +S1130700431E9841C0B2E622FF320449044B984785 +S11307102000044B9847002010BDC046901F0000E5 +S1130720690A0000D90D000030B583B004000D0043 +S1130730431E9841C0B2832292000E490E4B984743 +S113074020000E4B984701006A4620000C4B984746 +S11307502B786A4613706B785370AB789370694644 +S11307602000084B984701002000074B98470020C1 +S113077003B030BD901F0000690A0000550E000050 +S11307800D040000B90400001D0E000030B583B054 +S113079004000D00431E9841C0B2892292000E4904 +S11307A00E4B984720000E4B984701006A462000E4 +S11307B00C4B98472B786A4613716B7853716B888E +S11307C0D38069462000084B984701002000074B5E +S11307D09847002003B030BD901F0000690A000054 +S11307E0550E00000D040000B90400001D0E0000A9 +S11307F070B504000D00431E9841C0B2064A074973 +S1130800074B98472000074B984701002A00200017 +S1130810054B9847002070BD3B020000901F00006C +S1130820690A0000550E00000D04000010B5024BCB +S11308301860024B984710BD540000207115000049 +S113084010B584B01438848B01AB1C801400029260 +S1130850064A5A8003911900054B9847002802D193 +S1130860200004B010BD0400FAE7C0460080FFFF7A +S1130870E112000010B584B01438848B01AB1C80E5 +S113088014000292064A5A8003911900054B9847B6 +S1130890002802D1200004B010BD0400FAE7C046CD +S11308A00180FFFFE112000070B504000D00431E3B +S11308B09841C0B25E220749074B9847290020009F +S11308C0064B9847002803D1054BA361054B636190 +S11308D070BDC046AC1F0000690A00003112000060 +S11308E0750800004108000010B5014B984710BD81 +S11308F0611200008905890D8023DB001A400A4338 +S11309008283100070471430086000207047000094 +S113091070B504000D00160000280ED000290AD07E +S1130920012034220649074B9847236832002900E6 +S11309302000984770BD0020F3E70020F1E7C0468F +S1130940C81F0000690A000070B504000D001600FD +S113095000280ED000290AD001203D220649074B69 +S113096098476368320029002000984770BD002032 +S1130970F3E70020F1E7C046C81F0000690A000041 +S113098010B54369002B00D0984710BD10B583699A +S1130990002B00D0984710BD70B504000D00160060 +S11309A0002815D0002915D0002A0FD001203322A9 +S11309B009490A4B9847E6613368290020009847A3 +S11309C0074B2360074B6360002070BD0020EEE7F7 +S11309D00020ECE70020EAE7DC1F0000690A0000C1 +S11309E0810900008D09000010B5041E15D0C369EB +S11309F0002B10D001204B220A490B4B9847E36986 +S1130A005B6920009847002809D1E3699B682000AE +S1130A109847002010BD0020EDE70020EBE71120EF +S1130A204042F7E7DC1F0000690A000070B50400CB +S1130A300D001600002811D0C369002B0CD0012032 +S1130A407D220749074B9847E3691B693200290057 +S1130A5020009847002070BD0020F1E70020EFE758 +S1130A60DC1F0000690A0000002800D100BE7047A6 +S1130A70F8B505001700CE0807230B4001249C405D +S1130A80E4B200281ED0002A1ED007291ED9002057 +S1130A9031221449144B9847AB191B7923421ED1B8 +S1130AA029001248124B9847002811D0AF60AD19A5 +S1130AB02B7923432B710D4B9B191A7914431C7109 +S1130AC00020F8BD0020E3E70020E1E70120DFE794 +S1130AD000232B7129000548064B9847E6E70220BE +S1130AE04042EEE7F41F0000690A000058000020AD +S1130AF0F90A0000110B00000368002B03D08B429D +S1130B0003D01B68F9E7002070470120FCE70000D0 +S1130B1070B504000D00064B984701235840C0B23D +S1130B2039220449044B984723682B60256070BD23 +S1130B30F90A000014200000690A000010B5094BEE +S1130B405A685A600220084B9847084B9847084B4C +S1130B509847084B9847084B98471F20074B9847DE +S1130B6010BDC04600400041E90C0000890C0000A3 +S1130B70AD0C0000790C0000E50C0000410C0000F5 +S1130B80F0B583B0254B5A690192019A5A61244BFE +S1130B901868431E9841C0B2DA222249224B984772 +S1130BA001256D422FE0DB00204AD3185D686B1CE1 +S1130BB003D01B4B1B68280098470122A240019BCD +S1130BC09343019301981A4B9847013844B2631C2C +S1130BD014D00326002001E00139CEB2B042E6D899 +S1130BE033185B10D9B2FF221340DF000F4ABA5CFE +S1130BF0A242D8D0F0DA0131C8B2EFE7074B5A6904 +S1130C000192019A5A61019B002B05D00198084B6F +S1130C109847013844B2DAE703B0F0BD0028004039 +S1130C20600000204C200000690A0000342000000D +S1130C305D1E000010B5014B984710BD810B0000EC +S1130C40C30707D5094A0A4B1A62094B5B687D2220 +S1130C501A42FAD1030707D5064A054BDA62044B58 +S1130C605B687D221A42FAD17047C0460501010033 +S1130C70001C004004230100024B08229A71073A29 +S1130C801A71704700080040074A9E23938200238C +S1130C909375D375D3691B0A1B02F82149010B40D4 +S1130CA0D3610423137470470014004082220C4B58 +S1130CB01A7538230A4AD35C9B07FAD4084BDB68BD +S1130CC0DB06FBD5064A137D802149420B43DBB288 +S1130CD013753823024AD25C2A3B1A42F9D1704771 +S1130CE00010004070470000094B9B78032213401A +S1130CF098420CD0064AFF239371937803218B43C7 +S1130D00084018439070024B9B79002BFBD070472E +S1130D100004004010B504000268918953890B4017 +S1130D20DA0502D45B0407D410BD436898472368EE +S1130D30802252009A81F7E78368984723688022CB +S1130D40D2019A81F0E7000010B5041E37D0036881 +S1130D50002B32D001202F221A491B4B98471B4BE2 +S1130D601C6021680A691A4B1A42FBD10B889B0745 +S1130D700BD50B88022293430B800A69144B1A4249 +S1130D80FBD1226813699B07FCD4226813880121D4 +S1130D900B439BB213801369DB07FCD423681A69E5 +S1130DA0D207FCD40B4A1A801969094A1142FBD1B3 +S1130DB0236800221A66002010BD0020CBE7002023 +S1130DC0C9E7C04664200000690A000064000020EE +S1130DD003800000008BFFFF10B5041E15D00368CC +S1130DE0002B10D00120732209490A4B984721682F +S1130DF00B88022213439BB20B800A69064B1A42EA +S1130E00FBD1002010BD0020EDE70020EBE7C04639 +S1130E1064200000690A00000380000070B504002B +S1130E200D00002810D00368002B0BD001208B226A +S1130E300649074B98472268956113691B07FCD440 +S1130E40002070BD0020F2E70020F0E764200000DD +S1130E50690A000010B5041E0FD00368002B0AD0E5 +S1130E60012097220649074B9847226813691B07FC +S1130E70FCD4906910BD0020F3E70020F1E7C046E0 +S1130E8064200000690A000010B5024B1868024B88 +S1130E90984710BD64000020150D0000024B9C46CD +S1130EA06044800AC0B2704700FCFFBD10B50D4B12 +S1130EB098470023002B08D0E62292000A4900201C +S1130EC00A4B98470120404210BD5A00D218D10065 +S1130ED0074A5218127D904202D00133DBB2E9E78F +S1130EE058B2F1E79D0E0000CC200000690A000012 +S1130EF07C20000070B505000C0008002D4B9847BD +S1130F00C0B2E369DB071DD443001B18DA002A4B87 +S1130F109B189A691C231A40E3699B07FCD1236838 +S1130F209B0709D5236802218B432360E3699B0750 +S1130F30FCD1E3699B07FCD4012313432360E369D9 +S1130F409B07FCD1E369DB07FCD443001B18DA00E0 +S1130F50194B9B189B692360E3699B07FCD14300F1 +S1130F601B18DA00144B9B18DB696360E3695B07A9 +S1130F70FCD442001218D1000F4B5B181A6AE260CD +S1130F80DA7E03231A40AA81023B93429B415B42CF +S1130F90626A0A490A409B0313436362E3695B077D +S1130FA0FCD443001818C200034B9B18DB8CEB8164 +S1130FB0002070BDAD0E00007C200000FFBFFFFFCD +S1130FC070B5050004692368DB0E01261E40431E2C +S1130FD09841C0B28E4A8F498F4B98476B68012B5A +S1130FE04DD063688D4A13406360E3695B07FCD4AA +S1130FF02B885A054ED56A88D20704D56A88802181 +S1131000C9000A436A805B00854A1A40E3695B07AA +S1131010FCD4636A8021C9010B401343802212026D +S113102013436362E3695B07FCD42E697D4A337E14 +S1131030DBB21800511E002A02D00A009B07F6D02A +S11310402368DB0E01221A40E3695B07FCD4638B3F +S11310509BB2C10700D48FE09A072FD501222276D4 +S11310606A88802149010A436A806A886E490A4075 +S11310706A80DB0700D4C6E005204042A2E0002ECF +S1131080AFD062688023DB0213436360E3695B07CC +S1131090FCD4ADE75B00FF2213406A8801210A40BB +S11310A01A43E3695B07FCD4636A8021C9010B40DE +S11310B013436362E3695B07FCD4B6E75B071BD4A5 +S11310C06B885B0534D52A881212520006231A4015 +S11310D0E3695B07FCD4636A8021C9010B401343B5 +S11310E0F12213436362E3695B07FCD46B884F4AC4 +S11310F013406B80002065E06B68002B04DD6B8877 +S11311008022520113436B806B881BB2002B06DBD9 +S11311106B88454A13406B800220404252E062686B +S1131120C0239B0213436360E3695B07FCD4EFE7CE +S11311306868002811D16B881BB2002B04DB6B8814 +S1131140394A13406B803DE06268C0239B0213431D +S11311506360E3695B07FCD4F1E7AB681A78282382 +S1131160E254E3695B07FCD4AB680133AB606B68A2 +S1131170013B6B60002025E0810747D569680029A1 +S11311803CD05B073AD401396960002901D1002AB7 +S11311901BD0012917D06B68002B07D16B881BB2B9 +S11311A0002B1BDB6B88204A13406B80AA68531CFE +S11311B0AB60E3695B07FCD42823E35C1370022370 +S11311C02376002070BD002AE5D062688023DB020C +S11311D013436360E3695B07FCD4DCE76368124A8A +S11311E013406360E3695B07FCD46268C0239B021D +S11311F013436360E3695B07FCD4D3E702232376DC +S113120002204042DEE704204042DBE70020D9E729 +S113121094050000CC200000690A0000FFFFFBFFDA +S1131220FE070000FFFF0000FFFEFFFFFFFBFFFFC4 +S113123070B504000D00431E9841C0B2044A05492C +S1131240054B9847256129002000044B984770BD41 +S113125007050000CC200000690A0000F50E00001C +S113126070B50400194D431E9841C0B2184A2900B4 +S1131270184EB04724692000431E9841C0B2164A54 +S11312802900B0472368022213432360E3699B07C4 +S1131290FCD104201149E3695B07FCD4628B120979 +S11312A003231340012B0BD001390029F3DC01384F +S11312B0002807D010236383E3695B07FCD4E9E7C4 +S11312C0002070BD06204042FBE7C046CC20000051 +S11312D024050000690A0000F4050000FFFF000077 +S11312E0F8B505000E000469431E9841C0B2934A44 +S11312F09349944FB8472869431E9841C0B2B82215 +S1131300D2008F49B8473000431E9841C0B28E4A7C +S11313108B49B8476B88DB0500D50BE172888023C5 +S11313205B009C461A4372802A00310089C989C235 +S11313306268634613436360E3695B07FCD4280077 +S1131340824B9847002800D19DE06B88804A134067 +S11313506B80F8BD05204042A6E073881BB2002BC9 +S113136004DB6B887A4A13406B80F2E76268C0231F +S11313709B0213436360E3695B07FCD4F1E7530703 +S11313801BD46B885B0534D52A88121252000623BD +S11313901A40E3695B07FCD4636A8021C9010B40EE +S11313A01343F12213436362E3695B07FCD46B8844 +S11313B0684A13406B80002065E06B68002B04DDF5 +S11313C06B888022520113436B806B881BB2002B05 +S11313D006DB6B885E4A13406B800220404252E079 +S11313E06268C0239B0213436360E3695B07FCD418 +S11313F0EFE76868002811D16B881BB2002B04DB6F +S11314006B88534A13406B803DE06268C0239B02A3 +S113141013436360E3695B07FCD4F1E7AB681A78B4 +S11314202823E254E3695B07FCD4AB680133AB6067 +S11314306B68013B6B60002025E0BB0778D56B68C7 +S1131440002B6DD052076BD4013B6B60002B01D194 +S113145000294CD0012B48D06B68002B07D16B8836 +S11314601BB2002B4CDB6B88394A13406B80AA6893 +S1131470531CAB60E3695B07FCD42823E35C137063 +S11314800223237600206B88DB0500D461E72869FA +S1131490314A037EDBB21F00511E002A00D159E7F6 +S11314A00A009B07F5D00020002800D055E72368E8 +S11314B0DB0E01211940E3695B07FCD4628B92B215 +S11314C0FB07BAD5930700D459E7012323766B8829 +S11314D0802149010B436B806B881D490B406B8055 +S11314E0D30722D505204042CDE70029B4D0626855 +S11314F08023DB0213436360E3695B07FCD4ABE73F +S11315006368134A13406360E3695B07FCD4626851 +S1131510C0239B0213436360E3695B07FCD4A2E727 +S11315200223237602204042ADE704204042AAE78A +S11315300020A8E7062040420BE7C046BF05000094 +S1131540CC200000690A0000C1050000C10F0000A2 +S1131550FFFEFFFFFFFBFFFFFFFF0000024B034AFC +S11315605A6005221A60704710E000E0FFFFFF0098 +S113157010B5014B984710BD5D15000070B505000E +S11315800469E36ADB0705D50123E3620368002BE2 +S113159000D09847A36A1B0706D50823E3626B684B +S11315A0002B01D02800984770BD000010B5024BF5 +S11315B01868024B984710BD680000207D15000094 +S11315C00269136802210B43136013699B07FCD162 +S11315D070470269136802218B43136013699B07E8 +S11315E0FCD17047026913699B07FCD113685B083F +S11315F001201840704770B505000469A37ADB0721 +S113160005D50123A3720368002B00D09847637AA1 +S11316109B0706D50223A3726B68002B01D0280018 +S1131620984770BD034B984200D07047024B196035 +S1131630FBE7C046002C00426C00002010B50E4BA6 +S11316409C466044800AC3B20020002808D0B0221F +S113165052000A4900200A4B98470120404210BD1D +S1131660820012189100074A8A5C9A4202D0013023 +S1131670C0B2EAE740B2F2E700E0FFBDE8200000B4 +S1131680690A00000000002070B506000C00080084 +S1131690534B9847050034612369DB0714D423694D +S11316A09B07FCD123689B0709D523680222934337 +S11316B0236023699B07FCD123699B07FCD4012386 +S11316C0236023699B07FCD12369DB07FCD4AB00AF +S11316D05B199A00434B9B185B68236023699B0743 +S11316E0FCD1AA00521991003E4B5B189A7AE2731E +S11316F01A89E280032222735A680C231340082BB0 +S113170054D0002B66D1AB005B199A00354B9B1863 +S11317109B89A3832369C0221A42FBD1AB005B19C6 +S11317209A00304B9B181B8AE3832369C0221A4218 +S1131730FBD1310020002C4B9847AB005B199A0079 +S1131740284B9B185B785BB2002B0BDB1F221340EA +S11317501E3A9A401300802224498B50BFF34F8FC6 +S1131760BFF36F8FAB005B199A001E4B9B185B781D +S11317705BB2002B08DB1F2213401E3A9A40130071 +S1131780C022520019498B50AB005D19AA00154BB9 +S11317909B185B785BB2002B1FDB1F2213401E3AA1 +S11317A09A401300114A1360002070BD0D4B5B1862 +S11317B0DB68E3612369C0221A42FBD1AB005B19E9 +S11317C09A00084B9B181B6923622369C0221A42A2 +S11317D0FBD1AEE701204042E7E70020E5E7C04641 +S11317E03D160000000000202516000000E100E086 +S11317F070B50E001500046920001B4B9847820049 +S113180012189100194B5B18DE601D615A680C2395 +S11318101340082B16D083001B189A00134B9B18F7 +S11318209B89A3832369C0221A42FBD18300181821 +S113183082000E4B9B181B8AE3832369C0221A4241 +S1131840FBD170BDE6612369C0221A42FBD183003B +S113185018188200054B9B181B6923622369C02258 +S11318601A42FBD1EDE7C0463D16000000000020FF +S113187010B5046920000C4B9847830018188200A7 +S11318800A4B9B185A680C231340082B06D0236973 +S1131890C0221A42FBD1A08B80B210BD2369C022A2 +S11318A01A42FBD1E069F8E73D1600000000002071 +S11318B010B504692000144B98478300181882005F +S11318C0124B9B185A680C231340082B11D0236920 +S11318D0C0221A42FBD1A18B89B22369C0221A42C9 +S11318E0FBD1E38B9BB2FA2080005843084B984706 +S11318F010BD2369C0221A42FBD1E1692369C022C9 +S11319001A42FBD1236AEEE73D16000000000020D6 +S1131910451D000070B504692000164B984705006A +S1131920C22215490120154B9847A800401982008E +S1131930134B9B185B785BB2002B0BDB1F2213400D +S11319401E3A9A40130080220E498B50BFF34F8FEA +S1131950BFF36F8F236802229343236023699B079D +S1131960FCD123680122134323602369DB07FCD4E1 +S113197070BDC0463D160000E8200000690A000062 +S11319800000002000E100E070B504000E00150026 +S1131990431E9841C0B21822FF320D490D4B98479F +S11319A0002E08D12369002D02D101221A7204E00D +S11319B001225A7201E0012E00D070BD2369002D6E +S11319C002D002225A72F8E702221A72F5E7C046E0 +S11319D0E8200000690A0000014814307047C0463E +S11319E00000002010B5024B1868024B984710BD48 +S11319F06C000020F715000030B58BB0234B9847DE +S1131A0002AC234BE3800423637119222271A37077 +S1131A1000256570257004A81E4B98471E4B9847F7 +S1131A201E4B9847029861681D4B984724201D4B14 +S1131A30984710219823C022D205D1501A4B9847B9 +S1131A406B46DC1DDD71991DD0230B7001227720BC +S1131A50164B9847012221007720154B984723788D +S1131A60602B01D1134B984702AB1C7801E0114B5A +S1131A709847250002AC20000F4B98472478A542D4 +S1131A80F8D0E307F3D40D4B9847F2E709010000BF +S1131A90E5070000B11B0000B51B0000191C000085 +S1131AA0351C0000751C0000B91C0000E51C00007A +S1131AB0151D0000051C0000611C0000F11B000046 +S1131AC070B582B00E00002813D1164B1D680CE0CF +S1131AD0737801AC63700123237020006B6898470E +S1131AE032782378134033702D68002DF0D102B082 +S1131AF070BD022804D00128F9D10A4B9C680DE07E +S1131B00084B5C6803E0F0B2636898472468002CD3 +S1131B10F9D1ECE7F0B2636898472468002CF9D156 +S1131B20E5E7C0467000002070B5084E084C0C3440 +S1131B30320001212000074DA84732000021200077 +S1131B40A847320002212000A84770BDC11A000036 +S1131B5070000020710A000010B50400431E984173 +S1131B60C0B240220349044B984721000348044B68 +S1131B70984710BDFC200000690A00007000002096 +S1131B80110B0000002303707047000010B5044BD4 +S1131B9098470448044B4360044B984710BDC04623 +S1131BA0291B000088000020851B0000591B000031 +S1131BB07047000010B5064B9847064C00220649B2 +S1131BC02000064B98472000054B984710BDC0469F +S1131BD0D502000090000020102700002D0A00000C +S1131BE0E9090000014B9883D9837047002C004217 +S1131BF010B500210148024B984710BDFFFF0000BB +S1131C00E51B000010B502490020024B984710BDA7 +S1131C10FFFF0000E51B000010B5034B9847034885 +S1131C20034B984710BDC0469D010000B40000203E +S1131C30FD06000010B582B000900191054C01A989 +S1131C402000054B984769462000044B984702B092 +S1131C5010BDC046B40000208D0700002907000015 +S1131C6010B501000148024B984710BDB400002094 +S1131C70F107000070B543091F2404400125290021 +S1131C80A140DA01C020C005101881600E04360C92 +S1131C908020C0053043074EB44662449062090C6C +S1131CA0C020000601439162101940300378AB4311 +S1131CB0037070BD0060004110B5054B9847054C9A +S1131CC005492000054B98472000054B984710BD57 +S1131CD035020000F8000020180100200709000068 +S1131CE0E908000070B50C00150080221201010003 +S1131CF00448054B9847054B18682A002100044BFB +S1131D00984770BDF8000020F50800001801002075 +S1131D101109000070B50C001500802212010100A9 +S1131D200448054B9847054B18682A002100044BCA +S1131D30984770BDF8000020F50800001801002045 +S1131D4049090000002243088B4274D303098B42E3 +S1131D505FD3030A8B4244D3030B8B4228D3030C77 +S1131D608B420DD3FF22090212BA030C8B4202D319 +S1131D701212090265D0030B8B4219D300E0090A41 +S1131D80C30B8B4201D3CB03C01A5241830B8B424A +S1131D9001D38B03C01A5241430B8B4201D34B0333 +S1131DA0C01A5241030B8B4201D30B03C01A524198 +S1131DB0C30A8B4201D3CB02C01A5241830A8B421D +S1131DC001D38B02C01A5241430A8B4201D34B0206 +S1131DD0C01A5241030A8B4201D30B02C01A52416A +S1131DE0CDD2C3098B4201D3CB01C01A524183091E +S1131DF08B4201D38B01C01A524143098B4201D358 +S1131E004B01C01A524103098B4201D30B01C01A82 +S1131E105241C3088B4201D3CB00C01A52418308FC +S1131E208B4201D38B00C01A524143088B4201D329 +S1131E304B00C01A5241411A00D201465241104689 +S1131E407047FFE701B5002000F006F802BDC04668 +S1131E500029F7D076E770477047C04610B50023D5 +S1131E60002802D000F004F8431C180010BDC0463E +S1131E70414208401C2101231B04984201D3000C59 +S1131E8010391B0A984201D3000A08391B099842E9 +S1131E9001D30009043902A2105C401A7047C046FD +S1131EA01B1C1D1D1E1E1E1E1F1F1F1F1F1F1F1F4D +S1131EB070B500260C4D0D4C641BA410A64209D12C +S1131EC0002600F02DF90A4D0A4C641BA410A6420A +S1131ED005D170BDB300EB5898470136EEE7B30067 +S1131EE0EB5898470136F2E72C2100002C21000022 +S1131EF02C21000030210000C2030000E603000092 +S1131F00C6030000E6030000CA030000E603000065 +S1131F10CA030000E6030000E6030000CA03000051 +S1131F20E6030000CA030000E6030000DA03000031 +S1131F30EA030000DE030000EA030000E2030000FD +S1131F40EA030000E2030000EA030000EA030000E1 +S1131F50E2030000EA030000E2030000EA030000D9 +S1131F608C05000086050000900500009E05000019 +S1131F70AA050000BA050000360600001806000095 +S1131F805A06000074060000880600009606000049 +S1131F902E2E2F68616C2F7372632F68616C5F63E0 +S1131FA0616C656E6461722E630000002E2E2F68D2 +S1131FB0616C2F7372632F68616C5F6932635F6D4C +S1131FC05F73796E632E63002E2E2F68616C2F73FE +S1131FD072632F68616C5F696F2E63002E2E2F6809 +S1131FE0616C2F7372632F68616C5F70776D2E6301 +S1131FF0000000002E2E2F68616C2F7574696C73BD +S11320002F7372632F7574696C735F6576656E7474 +S11320102E6300002E2E2F68616C2F7574696C730B +S11320202F7372632F7574696C735F6C6973742E8C +S11320306300000005000000250000000600000009 +S11320401600000007000000170000002E2E2F6865 +S1132050706C2F6569632F68706C5F6569632E63AC +S1132060000000002E2E2F68706C2F7274632F688E +S1132070706C5F7274632E63000000000000000047 +S1132080000000000000000000000000000000004C +S11320900100000014002000000100000E0F0000E9 +S11320A00000D70000093D0000000000000000000F +S11320B0000000000000000000000000000000001C +S11320C00000000000000000000000002E2E2F6819 +S11320D0706C2F736572636F6D2F68706C5F7365BE +S11320E072636F6D2E6300002E2E2F68706C2F7438 +S11320F0632F68706C5F74632E6300002E2E2F7341 +S11321006C6565705F6D616E616765722F736C6578 +S113211065705F6D616E616765722E63000000001B +S1132120F8B5C046F8BC08BC9E467047D100000014 +S1132130F8B5C046F8BC08BC9E467047A90000002C +S11321400313000000000000000000329F0F000095 +S1132150CF0700008916000015190000C115000002 +S1132160D3150000F1170000E515000071180000F8 +S10B2170B118000089190000F8 +S9030000FC diff --git a/Smol Watch Project/My Project/Debug/atmel_start.d b/Smol Watch Project/My Project/Debug/atmel_start.d new file mode 100644 index 00000000..0aceee6e --- /dev/null +++ b/Smol Watch Project/My Project/Debug/atmel_start.d @@ -0,0 +1,433 @@ +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 \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h \ + ../hal/utils/include/parts.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h \ + ../hri/hri_l22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h \ + ../hri/hri_ac_l22.h ../hal/include/hal_atomic.h ../hri/hri_adc_l22.h \ + ../hri/hri_aes_l22.h ../hri/hri_ccl_l22.h ../hri/hri_dmac_l22.h \ + ../hri/hri_dsu_l22.h ../hri/hri_eic_l22.h ../hri/hri_evsys_l22.h \ + ../hri/hri_freqm_l22.h ../hri/hri_gclk_l22.h ../hri/hri_mclk_l22.h \ + ../hri/hri_mtb_l22.h ../hri/hri_nvic_l22.h ../hri/hri_nvmctrl_l22.h \ + ../hri/hri_osc32kctrl_l22.h ../hri/hri_oscctrl_l22.h \ + ../hri/hri_pac_l22.h ../hri/hri_pm_l22.h ../hri/hri_port_l22.h \ + ../hri/hri_rstc_l22.h ../hri/hri_rtc_l22.h ../hri/hri_sercom_l22.h \ + ../hri/hri_slcd_l22.h ../hri/hri_supc_l22.h \ + ../hri/hri_systemcontrol_l22.h ../hri/hri_systick_l22.h \ + ../hri/hri_tc_l22.h ../hri/hri_tcc_l22.h ../hri/hri_trng_l22.h \ + ../hri/hri_usb_l22.h ../hri/hri_wdt_l22.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_adc_sync.h ../hal/include/hpl_adc_sync.h \ + ../hal/include/hpl_missing_features.h ../hal/include/hal_ext_irq.h \ + ../hal/include/hpl_ext_irq.h ../hal/include/hal_calendar.h \ + ../hal/include/hpl_calendar.h ../hal/utils/include/utils_list.h \ + ../hal/include/hpl_irq.h ../hal/include/hal_i2c_m_sync.h \ + ../hal/include/hpl_i2c_m_sync.h ../hal/include/hal_pwm.h \ + ../hal/include/hpl_pwm.h ../hpl/tc/hpl_tc_base.h \ + ../hal/include/hpl_timer.h ../hpl/tcc/hpl_tcc.h \ + ../hal/include/hal_slcd_sync.h ../hal/include/hpl_slcd_sync.h \ + ../hal/include/hpl_slcd.h ../sleep_manager_main.h \ + ../sleep_manager/sleep_manager.h ../hal/utils/include/utils_event.h \ + ../hal/utils/include/utils.h ../hal/utils/include/events.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: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h: + +../hal/utils/include/parts.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h: + +../hri/hri_l22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h: + +../hri/hri_ac_l22.h: + +../hal/include/hal_atomic.h: + +../hri/hri_adc_l22.h: + +../hri/hri_aes_l22.h: + +../hri/hri_ccl_l22.h: + +../hri/hri_dmac_l22.h: + +../hri/hri_dsu_l22.h: + +../hri/hri_eic_l22.h: + +../hri/hri_evsys_l22.h: + +../hri/hri_freqm_l22.h: + +../hri/hri_gclk_l22.h: + +../hri/hri_mclk_l22.h: + +../hri/hri_mtb_l22.h: + +../hri/hri_nvic_l22.h: + +../hri/hri_nvmctrl_l22.h: + +../hri/hri_osc32kctrl_l22.h: + +../hri/hri_oscctrl_l22.h: + +../hri/hri_pac_l22.h: + +../hri/hri_pm_l22.h: + +../hri/hri_port_l22.h: + +../hri/hri_rstc_l22.h: + +../hri/hri_rtc_l22.h: + +../hri/hri_sercom_l22.h: + +../hri/hri_slcd_l22.h: + +../hri/hri_supc_l22.h: + +../hri/hri_systemcontrol_l22.h: + +../hri/hri_systick_l22.h: + +../hri/hri_tc_l22.h: + +../hri/hri_tcc_l22.h: + +../hri/hri_trng_l22.h: + +../hri/hri_usb_l22.h: + +../hri/hri_wdt_l22.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_adc_sync.h: + +../hal/include/hpl_adc_sync.h: + +../hal/include/hpl_missing_features.h: + +../hal/include/hal_ext_irq.h: + +../hal/include/hpl_ext_irq.h: + +../hal/include/hal_calendar.h: + +../hal/include/hpl_calendar.h: + +../hal/utils/include/utils_list.h: + +../hal/include/hpl_irq.h: + +../hal/include/hal_i2c_m_sync.h: + +../hal/include/hpl_i2c_m_sync.h: + +../hal/include/hal_pwm.h: + +../hal/include/hpl_pwm.h: + +../hpl/tc/hpl_tc_base.h: + +../hal/include/hpl_timer.h: + +../hpl/tcc/hpl_tcc.h: + +../hal/include/hal_slcd_sync.h: + +../hal/include/hpl_slcd_sync.h: + +../hal/include/hpl_slcd.h: + +../sleep_manager_main.h: + +../sleep_manager/sleep_manager.h: + +../hal/utils/include/utils_event.h: + +../hal/utils/include/utils.h: + +../hal/utils/include/events.h: diff --git a/Smol Watch Project/My Project/Debug/atmel_start.o b/Smol Watch Project/My Project/Debug/atmel_start.o new file mode 100644 index 00000000..c7ea221b Binary files /dev/null and b/Smol Watch Project/My Project/Debug/atmel_start.o differ diff --git a/Smol Watch Project/My Project/Debug/driver_init.d b/Smol Watch Project/My Project/Debug/driver_init.d new file mode 100644 index 00000000..a1fd95af --- /dev/null +++ b/Smol Watch Project/My Project/Debug/driver_init.d @@ -0,0 +1,434 @@ +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 \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h \ + ../hal/utils/include/parts.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h \ + ../hri/hri_l22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h \ + ../hri/hri_ac_l22.h ../hal/include/hal_atomic.h ../hri/hri_adc_l22.h \ + ../hri/hri_aes_l22.h ../hri/hri_ccl_l22.h ../hri/hri_dmac_l22.h \ + ../hri/hri_dsu_l22.h ../hri/hri_eic_l22.h ../hri/hri_evsys_l22.h \ + ../hri/hri_freqm_l22.h ../hri/hri_gclk_l22.h ../hri/hri_mclk_l22.h \ + ../hri/hri_mtb_l22.h ../hri/hri_nvic_l22.h ../hri/hri_nvmctrl_l22.h \ + ../hri/hri_osc32kctrl_l22.h ../hri/hri_oscctrl_l22.h \ + ../hri/hri_pac_l22.h ../hri/hri_pm_l22.h ../hri/hri_port_l22.h \ + ../hri/hri_rstc_l22.h ../hri/hri_rtc_l22.h ../hri/hri_sercom_l22.h \ + ../hri/hri_slcd_l22.h ../hri/hri_supc_l22.h \ + ../hri/hri_systemcontrol_l22.h ../hri/hri_systick_l22.h \ + ../hri/hri_tc_l22.h ../hri/hri_tcc_l22.h ../hri/hri_trng_l22.h \ + ../hri/hri_usb_l22.h ../hri/hri_wdt_l22.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_adc_sync.h ../hal/include/hpl_adc_sync.h \ + ../hal/include/hpl_missing_features.h ../hal/include/hal_ext_irq.h \ + ../hal/include/hpl_ext_irq.h ../hal/include/hal_calendar.h \ + ../hal/include/hpl_calendar.h ../hal/utils/include/utils_list.h \ + ../hal/include/hpl_irq.h ../hal/include/hal_i2c_m_sync.h \ + ../hal/include/hpl_i2c_m_sync.h ../hal/include/hal_pwm.h \ + ../hal/include/hpl_pwm.h ../hpl/tc/hpl_tc_base.h \ + ../hal/include/hpl_timer.h ../hpl/tcc/hpl_tcc.h \ + ../hal/include/hal_slcd_sync.h ../hal/include/hpl_slcd_sync.h \ + ../hal/include/hpl_slcd.h ../Config/peripheral_clk_config.h \ + ../Config/hpl_osc32kctrl_config.h ../hal/utils/include/utils.h \ + ../hpl/adc/hpl_adc_base.h ../hal/include/hpl_adc_async.h \ + ../hal/include/hpl_adc_sync.h + +.././driver_init.h: + +.././atmel_start_pins.h: + +../hal/include/hal_gpio.h: + +../hal/include/hpl_gpio.h: + +../hal/utils/include/compiler.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h: + +../hal/utils/include/parts.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h: + +../hri/hri_l22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h: + +../hri/hri_ac_l22.h: + +../hal/include/hal_atomic.h: + +../hri/hri_adc_l22.h: + +../hri/hri_aes_l22.h: + +../hri/hri_ccl_l22.h: + +../hri/hri_dmac_l22.h: + +../hri/hri_dsu_l22.h: + +../hri/hri_eic_l22.h: + +../hri/hri_evsys_l22.h: + +../hri/hri_freqm_l22.h: + +../hri/hri_gclk_l22.h: + +../hri/hri_mclk_l22.h: + +../hri/hri_mtb_l22.h: + +../hri/hri_nvic_l22.h: + +../hri/hri_nvmctrl_l22.h: + +../hri/hri_osc32kctrl_l22.h: + +../hri/hri_oscctrl_l22.h: + +../hri/hri_pac_l22.h: + +../hri/hri_pm_l22.h: + +../hri/hri_port_l22.h: + +../hri/hri_rstc_l22.h: + +../hri/hri_rtc_l22.h: + +../hri/hri_sercom_l22.h: + +../hri/hri_slcd_l22.h: + +../hri/hri_supc_l22.h: + +../hri/hri_systemcontrol_l22.h: + +../hri/hri_systick_l22.h: + +../hri/hri_tc_l22.h: + +../hri/hri_tcc_l22.h: + +../hri/hri_trng_l22.h: + +../hri/hri_usb_l22.h: + +../hri/hri_wdt_l22.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_adc_sync.h: + +../hal/include/hpl_adc_sync.h: + +../hal/include/hpl_missing_features.h: + +../hal/include/hal_ext_irq.h: + +../hal/include/hpl_ext_irq.h: + +../hal/include/hal_calendar.h: + +../hal/include/hpl_calendar.h: + +../hal/utils/include/utils_list.h: + +../hal/include/hpl_irq.h: + +../hal/include/hal_i2c_m_sync.h: + +../hal/include/hpl_i2c_m_sync.h: + +../hal/include/hal_pwm.h: + +../hal/include/hpl_pwm.h: + +../hpl/tc/hpl_tc_base.h: + +../hal/include/hpl_timer.h: + +../hpl/tcc/hpl_tcc.h: + +../hal/include/hal_slcd_sync.h: + +../hal/include/hpl_slcd_sync.h: + +../hal/include/hpl_slcd.h: + +../Config/peripheral_clk_config.h: + +../Config/hpl_osc32kctrl_config.h: + +../hal/utils/include/utils.h: + +../hpl/adc/hpl_adc_base.h: + +../hal/include/hpl_adc_async.h: + +../hal/include/hpl_adc_sync.h: diff --git a/Smol Watch Project/My Project/Debug/driver_init.o b/Smol Watch Project/My Project/Debug/driver_init.o new file mode 100644 index 00000000..c412af53 Binary files /dev/null and b/Smol Watch Project/My Project/Debug/driver_init.o differ diff --git a/Smol Watch Project/My Project/Debug/examples/driver_examples.d b/Smol Watch Project/My Project/Debug/examples/driver_examples.d new file mode 100644 index 00000000..1a2dd8c4 --- /dev/null +++ b/Smol Watch Project/My Project/Debug/examples/driver_examples.d @@ -0,0 +1,424 @@ +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 \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h \ + ../hal/utils/include/parts.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h \ + ../hri/hri_l22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h \ + ../hri/hri_ac_l22.h ../hal/include/hal_atomic.h ../hri/hri_adc_l22.h \ + ../hri/hri_aes_l22.h ../hri/hri_ccl_l22.h ../hri/hri_dmac_l22.h \ + ../hri/hri_dsu_l22.h ../hri/hri_eic_l22.h ../hri/hri_evsys_l22.h \ + ../hri/hri_freqm_l22.h ../hri/hri_gclk_l22.h ../hri/hri_mclk_l22.h \ + ../hri/hri_mtb_l22.h ../hri/hri_nvic_l22.h ../hri/hri_nvmctrl_l22.h \ + ../hri/hri_osc32kctrl_l22.h ../hri/hri_oscctrl_l22.h \ + ../hri/hri_pac_l22.h ../hri/hri_pm_l22.h ../hri/hri_port_l22.h \ + ../hri/hri_rstc_l22.h ../hri/hri_rtc_l22.h ../hri/hri_sercom_l22.h \ + ../hri/hri_slcd_l22.h ../hri/hri_supc_l22.h \ + ../hri/hri_systemcontrol_l22.h ../hri/hri_systick_l22.h \ + ../hri/hri_tc_l22.h ../hri/hri_tcc_l22.h ../hri/hri_trng_l22.h \ + ../hri/hri_usb_l22.h ../hri/hri_wdt_l22.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_adc_sync.h ../hal/include/hpl_adc_sync.h \ + ../hal/include/hpl_missing_features.h ../hal/include/hal_ext_irq.h \ + ../hal/include/hpl_ext_irq.h ../hal/include/hal_calendar.h \ + ../hal/include/hpl_calendar.h ../hal/utils/include/utils_list.h \ + ../hal/include/hpl_irq.h ../hal/include/hal_i2c_m_sync.h \ + ../hal/include/hpl_i2c_m_sync.h ../hal/include/hal_pwm.h \ + ../hal/include/hpl_pwm.h ../hpl/tc/hpl_tc_base.h \ + ../hal/include/hpl_timer.h ../hpl/tcc/hpl_tcc.h \ + ../hal/include/hal_slcd_sync.h ../hal/include/hpl_slcd_sync.h \ + ../hal/include/hpl_slcd.h ../hal/utils/include/utils.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: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h: + +../hal/utils/include/parts.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h: + +../hri/hri_l22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h: + +../hri/hri_ac_l22.h: + +../hal/include/hal_atomic.h: + +../hri/hri_adc_l22.h: + +../hri/hri_aes_l22.h: + +../hri/hri_ccl_l22.h: + +../hri/hri_dmac_l22.h: + +../hri/hri_dsu_l22.h: + +../hri/hri_eic_l22.h: + +../hri/hri_evsys_l22.h: + +../hri/hri_freqm_l22.h: + +../hri/hri_gclk_l22.h: + +../hri/hri_mclk_l22.h: + +../hri/hri_mtb_l22.h: + +../hri/hri_nvic_l22.h: + +../hri/hri_nvmctrl_l22.h: + +../hri/hri_osc32kctrl_l22.h: + +../hri/hri_oscctrl_l22.h: + +../hri/hri_pac_l22.h: + +../hri/hri_pm_l22.h: + +../hri/hri_port_l22.h: + +../hri/hri_rstc_l22.h: + +../hri/hri_rtc_l22.h: + +../hri/hri_sercom_l22.h: + +../hri/hri_slcd_l22.h: + +../hri/hri_supc_l22.h: + +../hri/hri_systemcontrol_l22.h: + +../hri/hri_systick_l22.h: + +../hri/hri_tc_l22.h: + +../hri/hri_tcc_l22.h: + +../hri/hri_trng_l22.h: + +../hri/hri_usb_l22.h: + +../hri/hri_wdt_l22.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_adc_sync.h: + +../hal/include/hpl_adc_sync.h: + +../hal/include/hpl_missing_features.h: + +../hal/include/hal_ext_irq.h: + +../hal/include/hpl_ext_irq.h: + +../hal/include/hal_calendar.h: + +../hal/include/hpl_calendar.h: + +../hal/utils/include/utils_list.h: + +../hal/include/hpl_irq.h: + +../hal/include/hal_i2c_m_sync.h: + +../hal/include/hpl_i2c_m_sync.h: + +../hal/include/hal_pwm.h: + +../hal/include/hpl_pwm.h: + +../hpl/tc/hpl_tc_base.h: + +../hal/include/hpl_timer.h: + +../hpl/tcc/hpl_tcc.h: + +../hal/include/hal_slcd_sync.h: + +../hal/include/hpl_slcd_sync.h: + +../hal/include/hpl_slcd.h: + +../hal/utils/include/utils.h: diff --git a/Smol Watch Project/My Project/Debug/examples/driver_examples.o b/Smol Watch Project/My Project/Debug/examples/driver_examples.o new file mode 100644 index 00000000..cc48205f Binary files /dev/null and b/Smol Watch Project/My Project/Debug/examples/driver_examples.o differ diff --git a/Smol Watch Project/My Project/Debug/hal/src/hal_adc_sync.d b/Smol Watch Project/My Project/Debug/hal/src/hal_adc_sync.d new file mode 100644 index 00000000..e1e47e58 --- /dev/null +++ b/Smol Watch Project/My Project/Debug/hal/src/hal_adc_sync.d @@ -0,0 +1,345 @@ +hal/src/hal_adc_sync.d hal/src/hal_adc_sync.o: ../hal/src/hal_adc_sync.c \ + ../hal/include/hal_adc_sync.h ../hal/include/hpl_adc_sync.h \ + ../hal/utils/include/compiler.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h \ + ../hal/utils/include/parts.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h \ + ../hri/hri_l22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h \ + ../hri/hri_ac_l22.h ../hal/include/hal_atomic.h ../hri/hri_adc_l22.h \ + ../hri/hri_aes_l22.h ../hri/hri_ccl_l22.h ../hri/hri_dmac_l22.h \ + ../hri/hri_dsu_l22.h ../hri/hri_eic_l22.h ../hri/hri_evsys_l22.h \ + ../hri/hri_freqm_l22.h ../hri/hri_gclk_l22.h ../hri/hri_mclk_l22.h \ + ../hri/hri_mtb_l22.h ../hri/hri_nvic_l22.h ../hri/hri_nvmctrl_l22.h \ + ../hri/hri_osc32kctrl_l22.h ../hri/hri_oscctrl_l22.h \ + ../hri/hri_pac_l22.h ../hri/hri_pm_l22.h ../hri/hri_port_l22.h \ + ../hri/hri_rstc_l22.h ../hri/hri_rtc_l22.h ../hri/hri_sercom_l22.h \ + ../hri/hri_slcd_l22.h ../hri/hri_supc_l22.h \ + ../hri/hri_systemcontrol_l22.h ../hri/hri_systick_l22.h \ + ../hri/hri_tc_l22.h ../hri/hri_tcc_l22.h ../hri/hri_trng_l22.h \ + ../hri/hri_usb_l22.h ../hri/hri_wdt_l22.h \ + ../hal/utils/include/err_codes.h ../hal/include/hpl_missing_features.h \ + ../hal/utils/include/utils_assert.h + +../hal/include/hal_adc_sync.h: + +../hal/include/hpl_adc_sync.h: + +../hal/utils/include/compiler.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h: + +../hal/utils/include/parts.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h: + +../hri/hri_l22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h: + +../hri/hri_ac_l22.h: + +../hal/include/hal_atomic.h: + +../hri/hri_adc_l22.h: + +../hri/hri_aes_l22.h: + +../hri/hri_ccl_l22.h: + +../hri/hri_dmac_l22.h: + +../hri/hri_dsu_l22.h: + +../hri/hri_eic_l22.h: + +../hri/hri_evsys_l22.h: + +../hri/hri_freqm_l22.h: + +../hri/hri_gclk_l22.h: + +../hri/hri_mclk_l22.h: + +../hri/hri_mtb_l22.h: + +../hri/hri_nvic_l22.h: + +../hri/hri_nvmctrl_l22.h: + +../hri/hri_osc32kctrl_l22.h: + +../hri/hri_oscctrl_l22.h: + +../hri/hri_pac_l22.h: + +../hri/hri_pm_l22.h: + +../hri/hri_port_l22.h: + +../hri/hri_rstc_l22.h: + +../hri/hri_rtc_l22.h: + +../hri/hri_sercom_l22.h: + +../hri/hri_slcd_l22.h: + +../hri/hri_supc_l22.h: + +../hri/hri_systemcontrol_l22.h: + +../hri/hri_systick_l22.h: + +../hri/hri_tc_l22.h: + +../hri/hri_tcc_l22.h: + +../hri/hri_trng_l22.h: + +../hri/hri_usb_l22.h: + +../hri/hri_wdt_l22.h: + +../hal/utils/include/err_codes.h: + +../hal/include/hpl_missing_features.h: + +../hal/utils/include/utils_assert.h: diff --git a/Smol Watch Project/My Project/Debug/hal/src/hal_adc_sync.o b/Smol Watch Project/My Project/Debug/hal/src/hal_adc_sync.o new file mode 100644 index 00000000..9412bb4c Binary files /dev/null and b/Smol Watch Project/My Project/Debug/hal/src/hal_adc_sync.o differ diff --git a/Smol Watch Project/My Project/Debug/hal/src/hal_atomic.d b/Smol Watch Project/My Project/Debug/hal/src/hal_atomic.d new file mode 100644 index 00000000..89037870 --- /dev/null +++ b/Smol Watch Project/My Project/Debug/hal/src/hal_atomic.d @@ -0,0 +1,335 @@ +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 \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h \ + ../hal/utils/include/parts.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h \ + ../hri/hri_l22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h \ + ../hri/hri_ac_l22.h ../hri/hri_adc_l22.h ../hri/hri_aes_l22.h \ + ../hri/hri_ccl_l22.h ../hri/hri_dmac_l22.h ../hri/hri_dsu_l22.h \ + ../hri/hri_eic_l22.h ../hri/hri_evsys_l22.h ../hri/hri_freqm_l22.h \ + ../hri/hri_gclk_l22.h ../hri/hri_mclk_l22.h ../hri/hri_mtb_l22.h \ + ../hri/hri_nvic_l22.h ../hri/hri_nvmctrl_l22.h \ + ../hri/hri_osc32kctrl_l22.h ../hri/hri_oscctrl_l22.h \ + ../hri/hri_pac_l22.h ../hri/hri_pm_l22.h ../hri/hri_port_l22.h \ + ../hri/hri_rstc_l22.h ../hri/hri_rtc_l22.h ../hri/hri_sercom_l22.h \ + ../hri/hri_slcd_l22.h ../hri/hri_supc_l22.h \ + ../hri/hri_systemcontrol_l22.h ../hri/hri_systick_l22.h \ + ../hri/hri_tc_l22.h ../hri/hri_tcc_l22.h ../hri/hri_trng_l22.h \ + ../hri/hri_usb_l22.h ../hri/hri_wdt_l22.h \ + ../hal/utils/include/err_codes.h + +../hal/include/hal_atomic.h: + +../hal/utils/include/compiler.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h: + +../hal/utils/include/parts.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h: + +../hri/hri_l22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h: + +../hri/hri_ac_l22.h: + +../hri/hri_adc_l22.h: + +../hri/hri_aes_l22.h: + +../hri/hri_ccl_l22.h: + +../hri/hri_dmac_l22.h: + +../hri/hri_dsu_l22.h: + +../hri/hri_eic_l22.h: + +../hri/hri_evsys_l22.h: + +../hri/hri_freqm_l22.h: + +../hri/hri_gclk_l22.h: + +../hri/hri_mclk_l22.h: + +../hri/hri_mtb_l22.h: + +../hri/hri_nvic_l22.h: + +../hri/hri_nvmctrl_l22.h: + +../hri/hri_osc32kctrl_l22.h: + +../hri/hri_oscctrl_l22.h: + +../hri/hri_pac_l22.h: + +../hri/hri_pm_l22.h: + +../hri/hri_port_l22.h: + +../hri/hri_rstc_l22.h: + +../hri/hri_rtc_l22.h: + +../hri/hri_sercom_l22.h: + +../hri/hri_slcd_l22.h: + +../hri/hri_supc_l22.h: + +../hri/hri_systemcontrol_l22.h: + +../hri/hri_systick_l22.h: + +../hri/hri_tc_l22.h: + +../hri/hri_tcc_l22.h: + +../hri/hri_trng_l22.h: + +../hri/hri_usb_l22.h: + +../hri/hri_wdt_l22.h: + +../hal/utils/include/err_codes.h: diff --git a/Smol Watch Project/My Project/Debug/hal/src/hal_atomic.o b/Smol Watch Project/My Project/Debug/hal/src/hal_atomic.o new file mode 100644 index 00000000..a120e63c Binary files /dev/null and b/Smol Watch Project/My Project/Debug/hal/src/hal_atomic.o differ diff --git a/Smol Watch Project/My Project/Debug/hal/src/hal_calendar.d b/Smol Watch Project/My Project/Debug/hal/src/hal_calendar.d new file mode 100644 index 00000000..3ff2e99a --- /dev/null +++ b/Smol Watch Project/My Project/Debug/hal/src/hal_calendar.d @@ -0,0 +1,350 @@ +hal/src/hal_calendar.d hal/src/hal_calendar.o: ../hal/src/hal_calendar.c \ + ../hal/include/hal_calendar.h ../hal/include/hpl_calendar.h \ + ../hal/utils/include/compiler.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h \ + ../hal/utils/include/parts.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h \ + ../hri/hri_l22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h \ + ../hri/hri_ac_l22.h ../hal/include/hal_atomic.h ../hri/hri_adc_l22.h \ + ../hri/hri_aes_l22.h ../hri/hri_ccl_l22.h ../hri/hri_dmac_l22.h \ + ../hri/hri_dsu_l22.h ../hri/hri_eic_l22.h ../hri/hri_evsys_l22.h \ + ../hri/hri_freqm_l22.h ../hri/hri_gclk_l22.h ../hri/hri_mclk_l22.h \ + ../hri/hri_mtb_l22.h ../hri/hri_nvic_l22.h ../hri/hri_nvmctrl_l22.h \ + ../hri/hri_osc32kctrl_l22.h ../hri/hri_oscctrl_l22.h \ + ../hri/hri_pac_l22.h ../hri/hri_pm_l22.h ../hri/hri_port_l22.h \ + ../hri/hri_rstc_l22.h ../hri/hri_rtc_l22.h ../hri/hri_sercom_l22.h \ + ../hri/hri_slcd_l22.h ../hri/hri_supc_l22.h \ + ../hri/hri_systemcontrol_l22.h ../hri/hri_systick_l22.h \ + ../hri/hri_tc_l22.h ../hri/hri_tcc_l22.h ../hri/hri_trng_l22.h \ + ../hri/hri_usb_l22.h ../hri/hri_wdt_l22.h \ + ../hal/utils/include/err_codes.h ../hal/utils/include/utils_list.h \ + ../hal/include/hpl_irq.h ../hal/utils/include/utils.h \ + ../hal/utils/include/utils_assert.h + +../hal/include/hal_calendar.h: + +../hal/include/hpl_calendar.h: + +../hal/utils/include/compiler.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h: + +../hal/utils/include/parts.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h: + +../hri/hri_l22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h: + +../hri/hri_ac_l22.h: + +../hal/include/hal_atomic.h: + +../hri/hri_adc_l22.h: + +../hri/hri_aes_l22.h: + +../hri/hri_ccl_l22.h: + +../hri/hri_dmac_l22.h: + +../hri/hri_dsu_l22.h: + +../hri/hri_eic_l22.h: + +../hri/hri_evsys_l22.h: + +../hri/hri_freqm_l22.h: + +../hri/hri_gclk_l22.h: + +../hri/hri_mclk_l22.h: + +../hri/hri_mtb_l22.h: + +../hri/hri_nvic_l22.h: + +../hri/hri_nvmctrl_l22.h: + +../hri/hri_osc32kctrl_l22.h: + +../hri/hri_oscctrl_l22.h: + +../hri/hri_pac_l22.h: + +../hri/hri_pm_l22.h: + +../hri/hri_port_l22.h: + +../hri/hri_rstc_l22.h: + +../hri/hri_rtc_l22.h: + +../hri/hri_sercom_l22.h: + +../hri/hri_slcd_l22.h: + +../hri/hri_supc_l22.h: + +../hri/hri_systemcontrol_l22.h: + +../hri/hri_systick_l22.h: + +../hri/hri_tc_l22.h: + +../hri/hri_tcc_l22.h: + +../hri/hri_trng_l22.h: + +../hri/hri_usb_l22.h: + +../hri/hri_wdt_l22.h: + +../hal/utils/include/err_codes.h: + +../hal/utils/include/utils_list.h: + +../hal/include/hpl_irq.h: + +../hal/utils/include/utils.h: + +../hal/utils/include/utils_assert.h: diff --git a/Smol Watch Project/My Project/Debug/hal/src/hal_calendar.o b/Smol Watch Project/My Project/Debug/hal/src/hal_calendar.o new file mode 100644 index 00000000..fe4f0106 Binary files /dev/null and b/Smol Watch Project/My Project/Debug/hal/src/hal_calendar.o differ diff --git a/Smol Watch Project/My Project/Debug/hal/src/hal_delay.d b/Smol Watch Project/My Project/Debug/hal/src/hal_delay.d new file mode 100644 index 00000000..1f5d5789 --- /dev/null +++ b/Smol Watch Project/My Project/Debug/hal/src/hal_delay.d @@ -0,0 +1,347 @@ +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 \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h \ + ../hal/utils/include/parts.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h \ + ../hri/hri_l22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h \ + ../hri/hri_ac_l22.h ../hal/include/hal_atomic.h ../hri/hri_adc_l22.h \ + ../hri/hri_aes_l22.h ../hri/hri_ccl_l22.h ../hri/hri_dmac_l22.h \ + ../hri/hri_dsu_l22.h ../hri/hri_eic_l22.h ../hri/hri_evsys_l22.h \ + ../hri/hri_freqm_l22.h ../hri/hri_gclk_l22.h ../hri/hri_mclk_l22.h \ + ../hri/hri_mtb_l22.h ../hri/hri_nvic_l22.h ../hri/hri_nvmctrl_l22.h \ + ../hri/hri_osc32kctrl_l22.h ../hri/hri_oscctrl_l22.h \ + ../hri/hri_pac_l22.h ../hri/hri_pm_l22.h ../hri/hri_port_l22.h \ + ../hri/hri_rstc_l22.h ../hri/hri_rtc_l22.h ../hri/hri_sercom_l22.h \ + ../hri/hri_slcd_l22.h ../hri/hri_supc_l22.h \ + ../hri/hri_systemcontrol_l22.h ../hri/hri_systick_l22.h \ + ../hri/hri_tc_l22.h ../hri/hri_tcc_l22.h ../hri/hri_trng_l22.h \ + ../hri/hri_usb_l22.h ../hri/hri_wdt_l22.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: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h: + +../hal/utils/include/parts.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h: + +../hri/hri_l22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h: + +../hri/hri_ac_l22.h: + +../hal/include/hal_atomic.h: + +../hri/hri_adc_l22.h: + +../hri/hri_aes_l22.h: + +../hri/hri_ccl_l22.h: + +../hri/hri_dmac_l22.h: + +../hri/hri_dsu_l22.h: + +../hri/hri_eic_l22.h: + +../hri/hri_evsys_l22.h: + +../hri/hri_freqm_l22.h: + +../hri/hri_gclk_l22.h: + +../hri/hri_mclk_l22.h: + +../hri/hri_mtb_l22.h: + +../hri/hri_nvic_l22.h: + +../hri/hri_nvmctrl_l22.h: + +../hri/hri_osc32kctrl_l22.h: + +../hri/hri_oscctrl_l22.h: + +../hri/hri_pac_l22.h: + +../hri/hri_pm_l22.h: + +../hri/hri_port_l22.h: + +../hri/hri_rstc_l22.h: + +../hri/hri_rtc_l22.h: + +../hri/hri_sercom_l22.h: + +../hri/hri_slcd_l22.h: + +../hri/hri_supc_l22.h: + +../hri/hri_systemcontrol_l22.h: + +../hri/hri_systick_l22.h: + +../hri/hri_tc_l22.h: + +../hri/hri_tcc_l22.h: + +../hri/hri_trng_l22.h: + +../hri/hri_usb_l22.h: + +../hri/hri_wdt_l22.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/Smol Watch Project/My Project/Debug/hal/src/hal_delay.o b/Smol Watch Project/My Project/Debug/hal/src/hal_delay.o new file mode 100644 index 00000000..15e608b5 Binary files /dev/null and b/Smol Watch Project/My Project/Debug/hal/src/hal_delay.o differ diff --git a/Smol Watch Project/My Project/Debug/hal/src/hal_ext_irq.d b/Smol Watch Project/My Project/Debug/hal/src/hal_ext_irq.d new file mode 100644 index 00000000..68dc0559 --- /dev/null +++ b/Smol Watch Project/My Project/Debug/hal/src/hal_ext_irq.d @@ -0,0 +1,340 @@ +hal/src/hal_ext_irq.d hal/src/hal_ext_irq.o: ../hal/src/hal_ext_irq.c \ + ../hal/include/hal_ext_irq.h ../hal/include/hpl_ext_irq.h \ + ../hal/utils/include/compiler.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h \ + ../hal/utils/include/parts.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h \ + ../hri/hri_l22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h \ + ../hri/hri_ac_l22.h ../hal/include/hal_atomic.h ../hri/hri_adc_l22.h \ + ../hri/hri_aes_l22.h ../hri/hri_ccl_l22.h ../hri/hri_dmac_l22.h \ + ../hri/hri_dsu_l22.h ../hri/hri_eic_l22.h ../hri/hri_evsys_l22.h \ + ../hri/hri_freqm_l22.h ../hri/hri_gclk_l22.h ../hri/hri_mclk_l22.h \ + ../hri/hri_mtb_l22.h ../hri/hri_nvic_l22.h ../hri/hri_nvmctrl_l22.h \ + ../hri/hri_osc32kctrl_l22.h ../hri/hri_oscctrl_l22.h \ + ../hri/hri_pac_l22.h ../hri/hri_pm_l22.h ../hri/hri_port_l22.h \ + ../hri/hri_rstc_l22.h ../hri/hri_rtc_l22.h ../hri/hri_sercom_l22.h \ + ../hri/hri_slcd_l22.h ../hri/hri_supc_l22.h \ + ../hri/hri_systemcontrol_l22.h ../hri/hri_systick_l22.h \ + ../hri/hri_tc_l22.h ../hri/hri_tcc_l22.h ../hri/hri_trng_l22.h \ + ../hri/hri_usb_l22.h ../hri/hri_wdt_l22.h \ + ../hal/utils/include/err_codes.h + +../hal/include/hal_ext_irq.h: + +../hal/include/hpl_ext_irq.h: + +../hal/utils/include/compiler.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h: + +../hal/utils/include/parts.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h: + +../hri/hri_l22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h: + +../hri/hri_ac_l22.h: + +../hal/include/hal_atomic.h: + +../hri/hri_adc_l22.h: + +../hri/hri_aes_l22.h: + +../hri/hri_ccl_l22.h: + +../hri/hri_dmac_l22.h: + +../hri/hri_dsu_l22.h: + +../hri/hri_eic_l22.h: + +../hri/hri_evsys_l22.h: + +../hri/hri_freqm_l22.h: + +../hri/hri_gclk_l22.h: + +../hri/hri_mclk_l22.h: + +../hri/hri_mtb_l22.h: + +../hri/hri_nvic_l22.h: + +../hri/hri_nvmctrl_l22.h: + +../hri/hri_osc32kctrl_l22.h: + +../hri/hri_oscctrl_l22.h: + +../hri/hri_pac_l22.h: + +../hri/hri_pm_l22.h: + +../hri/hri_port_l22.h: + +../hri/hri_rstc_l22.h: + +../hri/hri_rtc_l22.h: + +../hri/hri_sercom_l22.h: + +../hri/hri_slcd_l22.h: + +../hri/hri_supc_l22.h: + +../hri/hri_systemcontrol_l22.h: + +../hri/hri_systick_l22.h: + +../hri/hri_tc_l22.h: + +../hri/hri_tcc_l22.h: + +../hri/hri_trng_l22.h: + +../hri/hri_usb_l22.h: + +../hri/hri_wdt_l22.h: + +../hal/utils/include/err_codes.h: diff --git a/Smol Watch Project/My Project/Debug/hal/src/hal_ext_irq.o b/Smol Watch Project/My Project/Debug/hal/src/hal_ext_irq.o new file mode 100644 index 00000000..0cab2373 Binary files /dev/null and b/Smol Watch Project/My Project/Debug/hal/src/hal_ext_irq.o differ diff --git a/Smol Watch Project/My Project/Debug/hal/src/hal_gpio.d b/Smol Watch Project/My Project/Debug/hal/src/hal_gpio.d new file mode 100644 index 00000000..fd051e07 --- /dev/null +++ b/Smol Watch Project/My Project/Debug/hal/src/hal_gpio.d @@ -0,0 +1,347 @@ +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 \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h \ + ../hal/utils/include/parts.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h \ + ../hri/hri_l22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h \ + ../hri/hri_ac_l22.h ../hal/include/hal_atomic.h ../hri/hri_adc_l22.h \ + ../hri/hri_aes_l22.h ../hri/hri_ccl_l22.h ../hri/hri_dmac_l22.h \ + ../hri/hri_dsu_l22.h ../hri/hri_eic_l22.h ../hri/hri_evsys_l22.h \ + ../hri/hri_freqm_l22.h ../hri/hri_gclk_l22.h ../hri/hri_mclk_l22.h \ + ../hri/hri_mtb_l22.h ../hri/hri_nvic_l22.h ../hri/hri_nvmctrl_l22.h \ + ../hri/hri_osc32kctrl_l22.h ../hri/hri_oscctrl_l22.h \ + ../hri/hri_pac_l22.h ../hri/hri_pm_l22.h ../hri/hri_port_l22.h \ + ../hri/hri_rstc_l22.h ../hri/hri_rtc_l22.h ../hri/hri_sercom_l22.h \ + ../hri/hri_slcd_l22.h ../hri/hri_supc_l22.h \ + ../hri/hri_systemcontrol_l22.h ../hri/hri_systick_l22.h \ + ../hri/hri_tc_l22.h ../hri/hri_tcc_l22.h ../hri/hri_trng_l22.h \ + ../hri/hri_usb_l22.h ../hri/hri_wdt_l22.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: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h: + +../hal/utils/include/parts.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h: + +../hri/hri_l22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h: + +../hri/hri_ac_l22.h: + +../hal/include/hal_atomic.h: + +../hri/hri_adc_l22.h: + +../hri/hri_aes_l22.h: + +../hri/hri_ccl_l22.h: + +../hri/hri_dmac_l22.h: + +../hri/hri_dsu_l22.h: + +../hri/hri_eic_l22.h: + +../hri/hri_evsys_l22.h: + +../hri/hri_freqm_l22.h: + +../hri/hri_gclk_l22.h: + +../hri/hri_mclk_l22.h: + +../hri/hri_mtb_l22.h: + +../hri/hri_nvic_l22.h: + +../hri/hri_nvmctrl_l22.h: + +../hri/hri_osc32kctrl_l22.h: + +../hri/hri_oscctrl_l22.h: + +../hri/hri_pac_l22.h: + +../hri/hri_pm_l22.h: + +../hri/hri_port_l22.h: + +../hri/hri_rstc_l22.h: + +../hri/hri_rtc_l22.h: + +../hri/hri_sercom_l22.h: + +../hri/hri_slcd_l22.h: + +../hri/hri_supc_l22.h: + +../hri/hri_systemcontrol_l22.h: + +../hri/hri_systick_l22.h: + +../hri/hri_tc_l22.h: + +../hri/hri_tcc_l22.h: + +../hri/hri_trng_l22.h: + +../hri/hri_usb_l22.h: + +../hri/hri_wdt_l22.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/Smol Watch Project/My Project/Debug/hal/src/hal_gpio.o b/Smol Watch Project/My Project/Debug/hal/src/hal_gpio.o new file mode 100644 index 00000000..8dfde300 Binary files /dev/null and b/Smol Watch Project/My Project/Debug/hal/src/hal_gpio.o differ diff --git a/Smol Watch Project/My Project/Debug/hal/src/hal_i2c_m_sync.d b/Smol Watch Project/My Project/Debug/hal/src/hal_i2c_m_sync.d new file mode 100644 index 00000000..65d8ec0f --- /dev/null +++ b/Smol Watch Project/My Project/Debug/hal/src/hal_i2c_m_sync.d @@ -0,0 +1,347 @@ +hal/src/hal_i2c_m_sync.d hal/src/hal_i2c_m_sync.o: \ + ../hal/src/hal_i2c_m_sync.c ../hal/include/hal_i2c_m_sync.h \ + ../hal/include/hpl_i2c_m_sync.h ../hal/utils/include/compiler.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h \ + ../hal/utils/include/parts.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h \ + ../hri/hri_l22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h \ + ../hri/hri_ac_l22.h ../hal/include/hal_atomic.h ../hri/hri_adc_l22.h \ + ../hri/hri_aes_l22.h ../hri/hri_ccl_l22.h ../hri/hri_dmac_l22.h \ + ../hri/hri_dsu_l22.h ../hri/hri_eic_l22.h ../hri/hri_evsys_l22.h \ + ../hri/hri_freqm_l22.h ../hri/hri_gclk_l22.h ../hri/hri_mclk_l22.h \ + ../hri/hri_mtb_l22.h ../hri/hri_nvic_l22.h ../hri/hri_nvmctrl_l22.h \ + ../hri/hri_osc32kctrl_l22.h ../hri/hri_oscctrl_l22.h \ + ../hri/hri_pac_l22.h ../hri/hri_pm_l22.h ../hri/hri_port_l22.h \ + ../hri/hri_rstc_l22.h ../hri/hri_rtc_l22.h ../hri/hri_sercom_l22.h \ + ../hri/hri_slcd_l22.h ../hri/hri_supc_l22.h \ + ../hri/hri_systemcontrol_l22.h ../hri/hri_systick_l22.h \ + ../hri/hri_tc_l22.h ../hri/hri_tcc_l22.h ../hri/hri_trng_l22.h \ + ../hri/hri_usb_l22.h ../hri/hri_wdt_l22.h \ + ../hal/utils/include/err_codes.h ../hal/include/hal_io.h \ + ../hal/utils/include/utils.h ../hal/utils/include/utils_assert.h + +../hal/include/hal_i2c_m_sync.h: + +../hal/include/hpl_i2c_m_sync.h: + +../hal/utils/include/compiler.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h: + +../hal/utils/include/parts.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h: + +../hri/hri_l22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h: + +../hri/hri_ac_l22.h: + +../hal/include/hal_atomic.h: + +../hri/hri_adc_l22.h: + +../hri/hri_aes_l22.h: + +../hri/hri_ccl_l22.h: + +../hri/hri_dmac_l22.h: + +../hri/hri_dsu_l22.h: + +../hri/hri_eic_l22.h: + +../hri/hri_evsys_l22.h: + +../hri/hri_freqm_l22.h: + +../hri/hri_gclk_l22.h: + +../hri/hri_mclk_l22.h: + +../hri/hri_mtb_l22.h: + +../hri/hri_nvic_l22.h: + +../hri/hri_nvmctrl_l22.h: + +../hri/hri_osc32kctrl_l22.h: + +../hri/hri_oscctrl_l22.h: + +../hri/hri_pac_l22.h: + +../hri/hri_pm_l22.h: + +../hri/hri_port_l22.h: + +../hri/hri_rstc_l22.h: + +../hri/hri_rtc_l22.h: + +../hri/hri_sercom_l22.h: + +../hri/hri_slcd_l22.h: + +../hri/hri_supc_l22.h: + +../hri/hri_systemcontrol_l22.h: + +../hri/hri_systick_l22.h: + +../hri/hri_tc_l22.h: + +../hri/hri_tcc_l22.h: + +../hri/hri_trng_l22.h: + +../hri/hri_usb_l22.h: + +../hri/hri_wdt_l22.h: + +../hal/utils/include/err_codes.h: + +../hal/include/hal_io.h: + +../hal/utils/include/utils.h: + +../hal/utils/include/utils_assert.h: diff --git a/Smol Watch Project/My Project/Debug/hal/src/hal_i2c_m_sync.o b/Smol Watch Project/My Project/Debug/hal/src/hal_i2c_m_sync.o new file mode 100644 index 00000000..abd246d0 Binary files /dev/null and b/Smol Watch Project/My Project/Debug/hal/src/hal_i2c_m_sync.o differ diff --git a/Smol Watch Project/My Project/Debug/hal/src/hal_init.d b/Smol Watch Project/My Project/Debug/hal/src/hal_init.d new file mode 100644 index 00000000..81a2b98b --- /dev/null +++ b/Smol Watch Project/My Project/Debug/hal/src/hal_init.d @@ -0,0 +1,340 @@ +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 \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h \ + ../hal/utils/include/parts.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h \ + ../hri/hri_l22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h \ + ../hri/hri_ac_l22.h ../hal/include/hal_atomic.h ../hri/hri_adc_l22.h \ + ../hri/hri_aes_l22.h ../hri/hri_ccl_l22.h ../hri/hri_dmac_l22.h \ + ../hri/hri_dsu_l22.h ../hri/hri_eic_l22.h ../hri/hri_evsys_l22.h \ + ../hri/hri_freqm_l22.h ../hri/hri_gclk_l22.h ../hri/hri_mclk_l22.h \ + ../hri/hri_mtb_l22.h ../hri/hri_nvic_l22.h ../hri/hri_nvmctrl_l22.h \ + ../hri/hri_osc32kctrl_l22.h ../hri/hri_oscctrl_l22.h \ + ../hri/hri_pac_l22.h ../hri/hri_pm_l22.h ../hri/hri_port_l22.h \ + ../hri/hri_rstc_l22.h ../hri/hri_rtc_l22.h ../hri/hri_sercom_l22.h \ + ../hri/hri_slcd_l22.h ../hri/hri_supc_l22.h \ + ../hri/hri_systemcontrol_l22.h ../hri/hri_systick_l22.h \ + ../hri/hri_tc_l22.h ../hri/hri_tcc_l22.h ../hri/hri_trng_l22.h \ + ../hri/hri_usb_l22.h ../hri/hri_wdt_l22.h \ + ../hal/utils/include/err_codes.h + +../hal/include/hal_init.h: + +../hal/include/hpl_init.h: + +../hal/utils/include/compiler.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h: + +../hal/utils/include/parts.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h: + +../hri/hri_l22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h: + +../hri/hri_ac_l22.h: + +../hal/include/hal_atomic.h: + +../hri/hri_adc_l22.h: + +../hri/hri_aes_l22.h: + +../hri/hri_ccl_l22.h: + +../hri/hri_dmac_l22.h: + +../hri/hri_dsu_l22.h: + +../hri/hri_eic_l22.h: + +../hri/hri_evsys_l22.h: + +../hri/hri_freqm_l22.h: + +../hri/hri_gclk_l22.h: + +../hri/hri_mclk_l22.h: + +../hri/hri_mtb_l22.h: + +../hri/hri_nvic_l22.h: + +../hri/hri_nvmctrl_l22.h: + +../hri/hri_osc32kctrl_l22.h: + +../hri/hri_oscctrl_l22.h: + +../hri/hri_pac_l22.h: + +../hri/hri_pm_l22.h: + +../hri/hri_port_l22.h: + +../hri/hri_rstc_l22.h: + +../hri/hri_rtc_l22.h: + +../hri/hri_sercom_l22.h: + +../hri/hri_slcd_l22.h: + +../hri/hri_supc_l22.h: + +../hri/hri_systemcontrol_l22.h: + +../hri/hri_systick_l22.h: + +../hri/hri_tc_l22.h: + +../hri/hri_tcc_l22.h: + +../hri/hri_trng_l22.h: + +../hri/hri_usb_l22.h: + +../hri/hri_wdt_l22.h: + +../hal/utils/include/err_codes.h: diff --git a/Smol Watch Project/My Project/Debug/hal/src/hal_init.o b/Smol Watch Project/My Project/Debug/hal/src/hal_init.o new file mode 100644 index 00000000..8bb5da03 Binary files /dev/null and b/Smol Watch Project/My Project/Debug/hal/src/hal_init.o differ diff --git a/Smol Watch Project/My Project/Debug/hal/src/hal_io.d b/Smol Watch Project/My Project/Debug/hal/src/hal_io.d new file mode 100644 index 00000000..1c1f72fe --- /dev/null +++ b/Smol Watch Project/My Project/Debug/hal/src/hal_io.d @@ -0,0 +1,339 @@ +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 \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h \ + ../hal/utils/include/parts.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h \ + ../hri/hri_l22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h \ + ../hri/hri_ac_l22.h ../hal/include/hal_atomic.h ../hri/hri_adc_l22.h \ + ../hri/hri_aes_l22.h ../hri/hri_ccl_l22.h ../hri/hri_dmac_l22.h \ + ../hri/hri_dsu_l22.h ../hri/hri_eic_l22.h ../hri/hri_evsys_l22.h \ + ../hri/hri_freqm_l22.h ../hri/hri_gclk_l22.h ../hri/hri_mclk_l22.h \ + ../hri/hri_mtb_l22.h ../hri/hri_nvic_l22.h ../hri/hri_nvmctrl_l22.h \ + ../hri/hri_osc32kctrl_l22.h ../hri/hri_oscctrl_l22.h \ + ../hri/hri_pac_l22.h ../hri/hri_pm_l22.h ../hri/hri_port_l22.h \ + ../hri/hri_rstc_l22.h ../hri/hri_rtc_l22.h ../hri/hri_sercom_l22.h \ + ../hri/hri_slcd_l22.h ../hri/hri_supc_l22.h \ + ../hri/hri_systemcontrol_l22.h ../hri/hri_systick_l22.h \ + ../hri/hri_tc_l22.h ../hri/hri_tcc_l22.h ../hri/hri_trng_l22.h \ + ../hri/hri_usb_l22.h ../hri/hri_wdt_l22.h \ + ../hal/utils/include/err_codes.h ../hal/utils/include/utils_assert.h + +../hal/include/hal_io.h: + +../hal/utils/include/compiler.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h: + +../hal/utils/include/parts.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h: + +../hri/hri_l22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h: + +../hri/hri_ac_l22.h: + +../hal/include/hal_atomic.h: + +../hri/hri_adc_l22.h: + +../hri/hri_aes_l22.h: + +../hri/hri_ccl_l22.h: + +../hri/hri_dmac_l22.h: + +../hri/hri_dsu_l22.h: + +../hri/hri_eic_l22.h: + +../hri/hri_evsys_l22.h: + +../hri/hri_freqm_l22.h: + +../hri/hri_gclk_l22.h: + +../hri/hri_mclk_l22.h: + +../hri/hri_mtb_l22.h: + +../hri/hri_nvic_l22.h: + +../hri/hri_nvmctrl_l22.h: + +../hri/hri_osc32kctrl_l22.h: + +../hri/hri_oscctrl_l22.h: + +../hri/hri_pac_l22.h: + +../hri/hri_pm_l22.h: + +../hri/hri_port_l22.h: + +../hri/hri_rstc_l22.h: + +../hri/hri_rtc_l22.h: + +../hri/hri_sercom_l22.h: + +../hri/hri_slcd_l22.h: + +../hri/hri_supc_l22.h: + +../hri/hri_systemcontrol_l22.h: + +../hri/hri_systick_l22.h: + +../hri/hri_tc_l22.h: + +../hri/hri_tcc_l22.h: + +../hri/hri_trng_l22.h: + +../hri/hri_usb_l22.h: + +../hri/hri_wdt_l22.h: + +../hal/utils/include/err_codes.h: + +../hal/utils/include/utils_assert.h: diff --git a/Smol Watch Project/My Project/Debug/hal/src/hal_io.o b/Smol Watch Project/My Project/Debug/hal/src/hal_io.o new file mode 100644 index 00000000..94a7d91d Binary files /dev/null and b/Smol Watch Project/My Project/Debug/hal/src/hal_io.o differ diff --git a/Smol Watch Project/My Project/Debug/hal/src/hal_pwm.d b/Smol Watch Project/My Project/Debug/hal/src/hal_pwm.d new file mode 100644 index 00000000..fdb3f968 --- /dev/null +++ b/Smol Watch Project/My Project/Debug/hal/src/hal_pwm.d @@ -0,0 +1,347 @@ +hal/src/hal_pwm.d hal/src/hal_pwm.o: ../hal/src/hal_pwm.c \ + ../hal/include/hal_pwm.h ../hal/include/hpl_pwm.h \ + ../hal/utils/include/compiler.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h \ + ../hal/utils/include/parts.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h \ + ../hri/hri_l22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h \ + ../hri/hri_ac_l22.h ../hal/include/hal_atomic.h ../hri/hri_adc_l22.h \ + ../hri/hri_aes_l22.h ../hri/hri_ccl_l22.h ../hri/hri_dmac_l22.h \ + ../hri/hri_dsu_l22.h ../hri/hri_eic_l22.h ../hri/hri_evsys_l22.h \ + ../hri/hri_freqm_l22.h ../hri/hri_gclk_l22.h ../hri/hri_mclk_l22.h \ + ../hri/hri_mtb_l22.h ../hri/hri_nvic_l22.h ../hri/hri_nvmctrl_l22.h \ + ../hri/hri_osc32kctrl_l22.h ../hri/hri_oscctrl_l22.h \ + ../hri/hri_pac_l22.h ../hri/hri_pm_l22.h ../hri/hri_port_l22.h \ + ../hri/hri_rstc_l22.h ../hri/hri_rtc_l22.h ../hri/hri_sercom_l22.h \ + ../hri/hri_slcd_l22.h ../hri/hri_supc_l22.h \ + ../hri/hri_systemcontrol_l22.h ../hri/hri_systick_l22.h \ + ../hri/hri_tc_l22.h ../hri/hri_tcc_l22.h ../hri/hri_trng_l22.h \ + ../hri/hri_usb_l22.h ../hri/hri_wdt_l22.h \ + ../hal/utils/include/err_codes.h ../hal/include/hpl_irq.h \ + ../hal/utils/include/utils_assert.h ../hal/utils/include/utils.h + +../hal/include/hal_pwm.h: + +../hal/include/hpl_pwm.h: + +../hal/utils/include/compiler.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h: + +../hal/utils/include/parts.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h: + +../hri/hri_l22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h: + +../hri/hri_ac_l22.h: + +../hal/include/hal_atomic.h: + +../hri/hri_adc_l22.h: + +../hri/hri_aes_l22.h: + +../hri/hri_ccl_l22.h: + +../hri/hri_dmac_l22.h: + +../hri/hri_dsu_l22.h: + +../hri/hri_eic_l22.h: + +../hri/hri_evsys_l22.h: + +../hri/hri_freqm_l22.h: + +../hri/hri_gclk_l22.h: + +../hri/hri_mclk_l22.h: + +../hri/hri_mtb_l22.h: + +../hri/hri_nvic_l22.h: + +../hri/hri_nvmctrl_l22.h: + +../hri/hri_osc32kctrl_l22.h: + +../hri/hri_oscctrl_l22.h: + +../hri/hri_pac_l22.h: + +../hri/hri_pm_l22.h: + +../hri/hri_port_l22.h: + +../hri/hri_rstc_l22.h: + +../hri/hri_rtc_l22.h: + +../hri/hri_sercom_l22.h: + +../hri/hri_slcd_l22.h: + +../hri/hri_supc_l22.h: + +../hri/hri_systemcontrol_l22.h: + +../hri/hri_systick_l22.h: + +../hri/hri_tc_l22.h: + +../hri/hri_tcc_l22.h: + +../hri/hri_trng_l22.h: + +../hri/hri_usb_l22.h: + +../hri/hri_wdt_l22.h: + +../hal/utils/include/err_codes.h: + +../hal/include/hpl_irq.h: + +../hal/utils/include/utils_assert.h: + +../hal/utils/include/utils.h: diff --git a/Smol Watch Project/My Project/Debug/hal/src/hal_pwm.o b/Smol Watch Project/My Project/Debug/hal/src/hal_pwm.o new file mode 100644 index 00000000..a4083078 Binary files /dev/null and b/Smol Watch Project/My Project/Debug/hal/src/hal_pwm.o differ diff --git a/Smol Watch Project/My Project/Debug/hal/src/hal_slcd_sync.d b/Smol Watch Project/My Project/Debug/hal/src/hal_slcd_sync.d new file mode 100644 index 00000000..bfe05709 --- /dev/null +++ b/Smol Watch Project/My Project/Debug/hal/src/hal_slcd_sync.d @@ -0,0 +1,345 @@ +hal/src/hal_slcd_sync.d hal/src/hal_slcd_sync.o: \ + ../hal/src/hal_slcd_sync.c ../hal/include/hal_slcd_sync.h \ + ../hal/include/hpl_slcd_sync.h ../hal/include/hpl_slcd.h \ + ../hal/utils/include/utils_assert.h ../hal/utils/include/compiler.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h \ + ../hal/utils/include/parts.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h \ + ../hri/hri_l22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h \ + ../hri/hri_ac_l22.h ../hal/include/hal_atomic.h ../hri/hri_adc_l22.h \ + ../hri/hri_aes_l22.h ../hri/hri_ccl_l22.h ../hri/hri_dmac_l22.h \ + ../hri/hri_dsu_l22.h ../hri/hri_eic_l22.h ../hri/hri_evsys_l22.h \ + ../hri/hri_freqm_l22.h ../hri/hri_gclk_l22.h ../hri/hri_mclk_l22.h \ + ../hri/hri_mtb_l22.h ../hri/hri_nvic_l22.h ../hri/hri_nvmctrl_l22.h \ + ../hri/hri_osc32kctrl_l22.h ../hri/hri_oscctrl_l22.h \ + ../hri/hri_pac_l22.h ../hri/hri_pm_l22.h ../hri/hri_port_l22.h \ + ../hri/hri_rstc_l22.h ../hri/hri_rtc_l22.h ../hri/hri_sercom_l22.h \ + ../hri/hri_slcd_l22.h ../hri/hri_supc_l22.h \ + ../hri/hri_systemcontrol_l22.h ../hri/hri_systick_l22.h \ + ../hri/hri_tc_l22.h ../hri/hri_tcc_l22.h ../hri/hri_trng_l22.h \ + ../hri/hri_usb_l22.h ../hri/hri_wdt_l22.h \ + ../hal/utils/include/err_codes.h + +../hal/include/hal_slcd_sync.h: + +../hal/include/hpl_slcd_sync.h: + +../hal/include/hpl_slcd.h: + +../hal/utils/include/utils_assert.h: + +../hal/utils/include/compiler.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h: + +../hal/utils/include/parts.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h: + +../hri/hri_l22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h: + +../hri/hri_ac_l22.h: + +../hal/include/hal_atomic.h: + +../hri/hri_adc_l22.h: + +../hri/hri_aes_l22.h: + +../hri/hri_ccl_l22.h: + +../hri/hri_dmac_l22.h: + +../hri/hri_dsu_l22.h: + +../hri/hri_eic_l22.h: + +../hri/hri_evsys_l22.h: + +../hri/hri_freqm_l22.h: + +../hri/hri_gclk_l22.h: + +../hri/hri_mclk_l22.h: + +../hri/hri_mtb_l22.h: + +../hri/hri_nvic_l22.h: + +../hri/hri_nvmctrl_l22.h: + +../hri/hri_osc32kctrl_l22.h: + +../hri/hri_oscctrl_l22.h: + +../hri/hri_pac_l22.h: + +../hri/hri_pm_l22.h: + +../hri/hri_port_l22.h: + +../hri/hri_rstc_l22.h: + +../hri/hri_rtc_l22.h: + +../hri/hri_sercom_l22.h: + +../hri/hri_slcd_l22.h: + +../hri/hri_supc_l22.h: + +../hri/hri_systemcontrol_l22.h: + +../hri/hri_systick_l22.h: + +../hri/hri_tc_l22.h: + +../hri/hri_tcc_l22.h: + +../hri/hri_trng_l22.h: + +../hri/hri_usb_l22.h: + +../hri/hri_wdt_l22.h: + +../hal/utils/include/err_codes.h: diff --git a/Smol Watch Project/My Project/Debug/hal/src/hal_slcd_sync.o b/Smol Watch Project/My Project/Debug/hal/src/hal_slcd_sync.o new file mode 100644 index 00000000..d983f519 Binary files /dev/null and b/Smol Watch Project/My Project/Debug/hal/src/hal_slcd_sync.o differ diff --git a/Smol Watch Project/My Project/Debug/hal/src/hal_sleep.d b/Smol Watch Project/My Project/Debug/hal/src/hal_sleep.d new file mode 100644 index 00000000..99b766aa --- /dev/null +++ b/Smol Watch Project/My Project/Debug/hal/src/hal_sleep.d @@ -0,0 +1,340 @@ +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 \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h \ + ../hal/utils/include/parts.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h \ + ../hri/hri_l22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h \ + ../hri/hri_ac_l22.h ../hal/include/hal_atomic.h ../hri/hri_adc_l22.h \ + ../hri/hri_aes_l22.h ../hri/hri_ccl_l22.h ../hri/hri_dmac_l22.h \ + ../hri/hri_dsu_l22.h ../hri/hri_eic_l22.h ../hri/hri_evsys_l22.h \ + ../hri/hri_freqm_l22.h ../hri/hri_gclk_l22.h ../hri/hri_mclk_l22.h \ + ../hri/hri_mtb_l22.h ../hri/hri_nvic_l22.h ../hri/hri_nvmctrl_l22.h \ + ../hri/hri_osc32kctrl_l22.h ../hri/hri_oscctrl_l22.h \ + ../hri/hri_pac_l22.h ../hri/hri_pm_l22.h ../hri/hri_port_l22.h \ + ../hri/hri_rstc_l22.h ../hri/hri_rtc_l22.h ../hri/hri_sercom_l22.h \ + ../hri/hri_slcd_l22.h ../hri/hri_supc_l22.h \ + ../hri/hri_systemcontrol_l22.h ../hri/hri_systick_l22.h \ + ../hri/hri_tc_l22.h ../hri/hri_tcc_l22.h ../hri/hri_trng_l22.h \ + ../hri/hri_usb_l22.h ../hri/hri_wdt_l22.h \ + ../hal/utils/include/err_codes.h + +../hal/include/hal_sleep.h: + +../hal/include/hpl_sleep.h: + +../hal/utils/include/compiler.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h: + +../hal/utils/include/parts.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h: + +../hri/hri_l22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h: + +../hri/hri_ac_l22.h: + +../hal/include/hal_atomic.h: + +../hri/hri_adc_l22.h: + +../hri/hri_aes_l22.h: + +../hri/hri_ccl_l22.h: + +../hri/hri_dmac_l22.h: + +../hri/hri_dsu_l22.h: + +../hri/hri_eic_l22.h: + +../hri/hri_evsys_l22.h: + +../hri/hri_freqm_l22.h: + +../hri/hri_gclk_l22.h: + +../hri/hri_mclk_l22.h: + +../hri/hri_mtb_l22.h: + +../hri/hri_nvic_l22.h: + +../hri/hri_nvmctrl_l22.h: + +../hri/hri_osc32kctrl_l22.h: + +../hri/hri_oscctrl_l22.h: + +../hri/hri_pac_l22.h: + +../hri/hri_pm_l22.h: + +../hri/hri_port_l22.h: + +../hri/hri_rstc_l22.h: + +../hri/hri_rtc_l22.h: + +../hri/hri_sercom_l22.h: + +../hri/hri_slcd_l22.h: + +../hri/hri_supc_l22.h: + +../hri/hri_systemcontrol_l22.h: + +../hri/hri_systick_l22.h: + +../hri/hri_tc_l22.h: + +../hri/hri_tcc_l22.h: + +../hri/hri_trng_l22.h: + +../hri/hri_usb_l22.h: + +../hri/hri_wdt_l22.h: + +../hal/utils/include/err_codes.h: diff --git a/Smol Watch Project/My Project/Debug/hal/src/hal_sleep.o b/Smol Watch Project/My Project/Debug/hal/src/hal_sleep.o new file mode 100644 index 00000000..7cd675f0 Binary files /dev/null and b/Smol Watch Project/My Project/Debug/hal/src/hal_sleep.o differ diff --git a/Smol Watch Project/My Project/Debug/hal/utils/src/utils_assert.d b/Smol Watch Project/My Project/Debug/hal/utils/src/utils_assert.d new file mode 100644 index 00000000..aa216d6b --- /dev/null +++ b/Smol Watch Project/My Project/Debug/hal/utils/src/utils_assert.d @@ -0,0 +1,338 @@ +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 \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h \ + ../hal/utils/include/parts.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h \ + ../hri/hri_l22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h \ + ../hri/hri_ac_l22.h ../hal/include/hal_atomic.h ../hri/hri_adc_l22.h \ + ../hri/hri_aes_l22.h ../hri/hri_ccl_l22.h ../hri/hri_dmac_l22.h \ + ../hri/hri_dsu_l22.h ../hri/hri_eic_l22.h ../hri/hri_evsys_l22.h \ + ../hri/hri_freqm_l22.h ../hri/hri_gclk_l22.h ../hri/hri_mclk_l22.h \ + ../hri/hri_mtb_l22.h ../hri/hri_nvic_l22.h ../hri/hri_nvmctrl_l22.h \ + ../hri/hri_osc32kctrl_l22.h ../hri/hri_oscctrl_l22.h \ + ../hri/hri_pac_l22.h ../hri/hri_pm_l22.h ../hri/hri_port_l22.h \ + ../hri/hri_rstc_l22.h ../hri/hri_rtc_l22.h ../hri/hri_sercom_l22.h \ + ../hri/hri_slcd_l22.h ../hri/hri_supc_l22.h \ + ../hri/hri_systemcontrol_l22.h ../hri/hri_systick_l22.h \ + ../hri/hri_tc_l22.h ../hri/hri_tcc_l22.h ../hri/hri_trng_l22.h \ + ../hri/hri_usb_l22.h ../hri/hri_wdt_l22.h \ + ../hal/utils/include/err_codes.h + +../hal/utils/include/utils_assert.h: + +../hal/utils/include/compiler.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h: + +../hal/utils/include/parts.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h: + +../hri/hri_l22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h: + +../hri/hri_ac_l22.h: + +../hal/include/hal_atomic.h: + +../hri/hri_adc_l22.h: + +../hri/hri_aes_l22.h: + +../hri/hri_ccl_l22.h: + +../hri/hri_dmac_l22.h: + +../hri/hri_dsu_l22.h: + +../hri/hri_eic_l22.h: + +../hri/hri_evsys_l22.h: + +../hri/hri_freqm_l22.h: + +../hri/hri_gclk_l22.h: + +../hri/hri_mclk_l22.h: + +../hri/hri_mtb_l22.h: + +../hri/hri_nvic_l22.h: + +../hri/hri_nvmctrl_l22.h: + +../hri/hri_osc32kctrl_l22.h: + +../hri/hri_oscctrl_l22.h: + +../hri/hri_pac_l22.h: + +../hri/hri_pm_l22.h: + +../hri/hri_port_l22.h: + +../hri/hri_rstc_l22.h: + +../hri/hri_rtc_l22.h: + +../hri/hri_sercom_l22.h: + +../hri/hri_slcd_l22.h: + +../hri/hri_supc_l22.h: + +../hri/hri_systemcontrol_l22.h: + +../hri/hri_systick_l22.h: + +../hri/hri_tc_l22.h: + +../hri/hri_tcc_l22.h: + +../hri/hri_trng_l22.h: + +../hri/hri_usb_l22.h: + +../hri/hri_wdt_l22.h: + +../hal/utils/include/err_codes.h: diff --git a/Smol Watch Project/My Project/Debug/hal/utils/src/utils_assert.o b/Smol Watch Project/My Project/Debug/hal/utils/src/utils_assert.o new file mode 100644 index 00000000..ca1504da Binary files /dev/null and b/Smol Watch Project/My Project/Debug/hal/utils/src/utils_assert.o differ diff --git a/Smol Watch Project/My Project/Debug/hal/utils/src/utils_event.d b/Smol Watch Project/My Project/Debug/hal/utils/src/utils_event.d new file mode 100644 index 00000000..aa76e8d5 --- /dev/null +++ b/Smol Watch Project/My Project/Debug/hal/utils/src/utils_event.d @@ -0,0 +1,387 @@ +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 \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h \ + ../hal/utils/include/parts.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h \ + ../hri/hri_l22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h \ + ../hri/hri_ac_l22.h ../hal/include/hal_atomic.h ../hri/hri_adc_l22.h \ + ../hri/hri_aes_l22.h ../hri/hri_ccl_l22.h ../hri/hri_dmac_l22.h \ + ../hri/hri_dsu_l22.h ../hri/hri_eic_l22.h ../hri/hri_evsys_l22.h \ + ../hri/hri_freqm_l22.h ../hri/hri_gclk_l22.h ../hri/hri_mclk_l22.h \ + ../hri/hri_mtb_l22.h ../hri/hri_nvic_l22.h ../hri/hri_nvmctrl_l22.h \ + ../hri/hri_osc32kctrl_l22.h ../hri/hri_oscctrl_l22.h \ + ../hri/hri_pac_l22.h ../hri/hri_pm_l22.h ../hri/hri_port_l22.h \ + ../hri/hri_rstc_l22.h ../hri/hri_rtc_l22.h ../hri/hri_sercom_l22.h \ + ../hri/hri_slcd_l22.h ../hri/hri_supc_l22.h \ + ../hri/hri_systemcontrol_l22.h ../hri/hri_systick_l22.h \ + ../hri/hri_tc_l22.h ../hri/hri_tcc_l22.h ../hri/hri_trng_l22.h \ + ../hri/hri_usb_l22.h ../hri/hri_wdt_l22.h \ + ../hal/utils/include/err_codes.h ../hal/utils/include/events.h \ + ../hal/utils/include/utils_assert.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\string.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_ansi.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\newlib.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\config.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\ieeefp.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\reent.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_ansi.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_types.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_types.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\lock.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\cdefs.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\xlocale.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\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: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h: + +../hal/utils/include/parts.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h: + +../hri/hri_l22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h: + +../hri/hri_ac_l22.h: + +../hal/include/hal_atomic.h: + +../hri/hri_adc_l22.h: + +../hri/hri_aes_l22.h: + +../hri/hri_ccl_l22.h: + +../hri/hri_dmac_l22.h: + +../hri/hri_dsu_l22.h: + +../hri/hri_eic_l22.h: + +../hri/hri_evsys_l22.h: + +../hri/hri_freqm_l22.h: + +../hri/hri_gclk_l22.h: + +../hri/hri_mclk_l22.h: + +../hri/hri_mtb_l22.h: + +../hri/hri_nvic_l22.h: + +../hri/hri_nvmctrl_l22.h: + +../hri/hri_osc32kctrl_l22.h: + +../hri/hri_oscctrl_l22.h: + +../hri/hri_pac_l22.h: + +../hri/hri_pm_l22.h: + +../hri/hri_port_l22.h: + +../hri/hri_rstc_l22.h: + +../hri/hri_rtc_l22.h: + +../hri/hri_sercom_l22.h: + +../hri/hri_slcd_l22.h: + +../hri/hri_supc_l22.h: + +../hri/hri_systemcontrol_l22.h: + +../hri/hri_systick_l22.h: + +../hri/hri_tc_l22.h: + +../hri/hri_tcc_l22.h: + +../hri/hri_trng_l22.h: + +../hri/hri_usb_l22.h: + +../hri/hri_wdt_l22.h: + +../hal/utils/include/err_codes.h: + +../hal/utils/include/events.h: + +../hal/utils/include/utils_assert.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\string.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_ansi.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\newlib.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\config.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\ieeefp.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\reent.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_ansi.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_types.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_types.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\lock.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\cdefs.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\xlocale.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\string.h: diff --git a/Smol Watch Project/My Project/Debug/hal/utils/src/utils_event.o b/Smol Watch Project/My Project/Debug/hal/utils/src/utils_event.o new file mode 100644 index 00000000..8212b7e3 Binary files /dev/null and b/Smol Watch Project/My Project/Debug/hal/utils/src/utils_event.o differ diff --git a/Smol Watch Project/My Project/Debug/hal/utils/src/utils_list.d b/Smol Watch Project/My Project/Debug/hal/utils/src/utils_list.d new file mode 100644 index 00000000..d9379a53 --- /dev/null +++ b/Smol Watch Project/My Project/Debug/hal/utils/src/utils_list.d @@ -0,0 +1,340 @@ +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 \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h \ + ../hal/utils/include/parts.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h \ + ../hri/hri_l22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h \ + ../hri/hri_ac_l22.h ../hal/include/hal_atomic.h ../hri/hri_adc_l22.h \ + ../hri/hri_aes_l22.h ../hri/hri_ccl_l22.h ../hri/hri_dmac_l22.h \ + ../hri/hri_dsu_l22.h ../hri/hri_eic_l22.h ../hri/hri_evsys_l22.h \ + ../hri/hri_freqm_l22.h ../hri/hri_gclk_l22.h ../hri/hri_mclk_l22.h \ + ../hri/hri_mtb_l22.h ../hri/hri_nvic_l22.h ../hri/hri_nvmctrl_l22.h \ + ../hri/hri_osc32kctrl_l22.h ../hri/hri_oscctrl_l22.h \ + ../hri/hri_pac_l22.h ../hri/hri_pm_l22.h ../hri/hri_port_l22.h \ + ../hri/hri_rstc_l22.h ../hri/hri_rtc_l22.h ../hri/hri_sercom_l22.h \ + ../hri/hri_slcd_l22.h ../hri/hri_supc_l22.h \ + ../hri/hri_systemcontrol_l22.h ../hri/hri_systick_l22.h \ + ../hri/hri_tc_l22.h ../hri/hri_tcc_l22.h ../hri/hri_trng_l22.h \ + ../hri/hri_usb_l22.h ../hri/hri_wdt_l22.h \ + ../hal/utils/include/err_codes.h ../hal/utils/include/utils_assert.h + +../hal/utils/include/utils_list.h: + +../hal/utils/include/compiler.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h: + +../hal/utils/include/parts.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h: + +../hri/hri_l22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h: + +../hri/hri_ac_l22.h: + +../hal/include/hal_atomic.h: + +../hri/hri_adc_l22.h: + +../hri/hri_aes_l22.h: + +../hri/hri_ccl_l22.h: + +../hri/hri_dmac_l22.h: + +../hri/hri_dsu_l22.h: + +../hri/hri_eic_l22.h: + +../hri/hri_evsys_l22.h: + +../hri/hri_freqm_l22.h: + +../hri/hri_gclk_l22.h: + +../hri/hri_mclk_l22.h: + +../hri/hri_mtb_l22.h: + +../hri/hri_nvic_l22.h: + +../hri/hri_nvmctrl_l22.h: + +../hri/hri_osc32kctrl_l22.h: + +../hri/hri_oscctrl_l22.h: + +../hri/hri_pac_l22.h: + +../hri/hri_pm_l22.h: + +../hri/hri_port_l22.h: + +../hri/hri_rstc_l22.h: + +../hri/hri_rtc_l22.h: + +../hri/hri_sercom_l22.h: + +../hri/hri_slcd_l22.h: + +../hri/hri_supc_l22.h: + +../hri/hri_systemcontrol_l22.h: + +../hri/hri_systick_l22.h: + +../hri/hri_tc_l22.h: + +../hri/hri_tcc_l22.h: + +../hri/hri_trng_l22.h: + +../hri/hri_usb_l22.h: + +../hri/hri_wdt_l22.h: + +../hal/utils/include/err_codes.h: + +../hal/utils/include/utils_assert.h: diff --git a/Smol Watch Project/My Project/Debug/hal/utils/src/utils_list.o b/Smol Watch Project/My Project/Debug/hal/utils/src/utils_list.o new file mode 100644 index 00000000..0a98d448 Binary files /dev/null and b/Smol Watch Project/My Project/Debug/hal/utils/src/utils_list.o differ diff --git a/Smol Watch Project/My Project/Debug/hal/utils/src/utils_syscalls.d b/Smol Watch Project/My Project/Debug/hal/utils/src/utils_syscalls.d new file mode 100644 index 00000000..e48bca81 --- /dev/null +++ b/Smol Watch Project/My Project/Debug/hal/utils/src/utils_syscalls.d @@ -0,0 +1,98 @@ +hal/utils/src/utils_syscalls.d hal/utils/src/utils_syscalls.o: \ + ../hal/utils/src/utils_syscalls.c \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdio.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_ansi.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\newlib.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\config.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\ieeefp.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\cdefs.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdarg.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\reent.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_ansi.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_types.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_types.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\lock.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\types.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\endian.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_endian.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\select.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_sigset.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_timeval.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\timespec.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_timespec.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_pthreadtypes.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\types.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\stdio.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\stat.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\time.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\time.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\xlocale.h + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdio.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_ansi.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\newlib.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\config.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\ieeefp.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\cdefs.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdarg.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\reent.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_ansi.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_types.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_types.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\lock.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\types.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\endian.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_endian.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\select.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_sigset.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_timeval.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\timespec.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_timespec.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_pthreadtypes.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\types.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\stdio.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\stat.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\time.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\time.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\xlocale.h: diff --git a/Smol Watch Project/My Project/Debug/hal/utils/src/utils_syscalls.o b/Smol Watch Project/My Project/Debug/hal/utils/src/utils_syscalls.o new file mode 100644 index 00000000..807df4c4 Binary files /dev/null and b/Smol Watch Project/My Project/Debug/hal/utils/src/utils_syscalls.o differ diff --git a/Smol Watch Project/My Project/Debug/hpl/adc/hpl_adc.d b/Smol Watch Project/My Project/Debug/hpl/adc/hpl_adc.d new file mode 100644 index 00000000..4df6043e --- /dev/null +++ b/Smol Watch Project/My Project/Debug/hpl/adc/hpl_adc.d @@ -0,0 +1,360 @@ +hpl/adc/hpl_adc.d hpl/adc/hpl_adc.o: ../hpl/adc/hpl_adc.c \ + ../hal/include/hpl_adc_async.h ../hal/include/hpl_adc_sync.h \ + ../hal/utils/include/compiler.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h \ + ../hal/utils/include/parts.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h \ + ../hri/hri_l22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h \ + ../hri/hri_ac_l22.h ../hal/include/hal_atomic.h ../hri/hri_adc_l22.h \ + ../hri/hri_aes_l22.h ../hri/hri_ccl_l22.h ../hri/hri_dmac_l22.h \ + ../hri/hri_dsu_l22.h ../hri/hri_eic_l22.h ../hri/hri_evsys_l22.h \ + ../hri/hri_freqm_l22.h ../hri/hri_gclk_l22.h ../hri/hri_mclk_l22.h \ + ../hri/hri_mtb_l22.h ../hri/hri_nvic_l22.h ../hri/hri_nvmctrl_l22.h \ + ../hri/hri_osc32kctrl_l22.h ../hri/hri_oscctrl_l22.h \ + ../hri/hri_pac_l22.h ../hri/hri_pm_l22.h ../hri/hri_port_l22.h \ + ../hri/hri_rstc_l22.h ../hri/hri_rtc_l22.h ../hri/hri_sercom_l22.h \ + ../hri/hri_slcd_l22.h ../hri/hri_supc_l22.h \ + ../hri/hri_systemcontrol_l22.h ../hri/hri_systick_l22.h \ + ../hri/hri_tc_l22.h ../hri/hri_tcc_l22.h ../hri/hri_trng_l22.h \ + ../hri/hri_usb_l22.h ../hri/hri_wdt_l22.h \ + ../hal/utils/include/err_codes.h ../hal/include/hpl_irq.h \ + ../hal/include/hpl_adc_dma.h ../hal/include/hpl_adc_sync.h \ + ../hal/include/hpl_irq.h ../hal/utils/include/utils_assert.h \ + ../hal/utils/include/utils_repeat_macro.h \ + ../hal/utils/include/utils_increment_macro.h ../Config/hpl_adc_config.h + +../hal/include/hpl_adc_async.h: + +../hal/include/hpl_adc_sync.h: + +../hal/utils/include/compiler.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h: + +../hal/utils/include/parts.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h: + +../hri/hri_l22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h: + +../hri/hri_ac_l22.h: + +../hal/include/hal_atomic.h: + +../hri/hri_adc_l22.h: + +../hri/hri_aes_l22.h: + +../hri/hri_ccl_l22.h: + +../hri/hri_dmac_l22.h: + +../hri/hri_dsu_l22.h: + +../hri/hri_eic_l22.h: + +../hri/hri_evsys_l22.h: + +../hri/hri_freqm_l22.h: + +../hri/hri_gclk_l22.h: + +../hri/hri_mclk_l22.h: + +../hri/hri_mtb_l22.h: + +../hri/hri_nvic_l22.h: + +../hri/hri_nvmctrl_l22.h: + +../hri/hri_osc32kctrl_l22.h: + +../hri/hri_oscctrl_l22.h: + +../hri/hri_pac_l22.h: + +../hri/hri_pm_l22.h: + +../hri/hri_port_l22.h: + +../hri/hri_rstc_l22.h: + +../hri/hri_rtc_l22.h: + +../hri/hri_sercom_l22.h: + +../hri/hri_slcd_l22.h: + +../hri/hri_supc_l22.h: + +../hri/hri_systemcontrol_l22.h: + +../hri/hri_systick_l22.h: + +../hri/hri_tc_l22.h: + +../hri/hri_tcc_l22.h: + +../hri/hri_trng_l22.h: + +../hri/hri_usb_l22.h: + +../hri/hri_wdt_l22.h: + +../hal/utils/include/err_codes.h: + +../hal/include/hpl_irq.h: + +../hal/include/hpl_adc_dma.h: + +../hal/include/hpl_adc_sync.h: + +../hal/include/hpl_irq.h: + +../hal/utils/include/utils_assert.h: + +../hal/utils/include/utils_repeat_macro.h: + +../hal/utils/include/utils_increment_macro.h: + +../Config/hpl_adc_config.h: diff --git a/Smol Watch Project/My Project/Debug/hpl/adc/hpl_adc.o b/Smol Watch Project/My Project/Debug/hpl/adc/hpl_adc.o new file mode 100644 index 00000000..0cd69c74 Binary files /dev/null and b/Smol Watch Project/My Project/Debug/hpl/adc/hpl_adc.o differ diff --git a/Smol Watch Project/My Project/Debug/hpl/core/hpl_core_m0plus_base.d b/Smol Watch Project/My Project/Debug/hpl/core/hpl_core_m0plus_base.d new file mode 100644 index 00000000..98a14b8b --- /dev/null +++ b/Smol Watch Project/My Project/Debug/hpl/core/hpl_core_m0plus_base.d @@ -0,0 +1,360 @@ +hpl/core/hpl_core_m0plus_base.d hpl/core/hpl_core_m0plus_base.o: \ + ../hpl/core/hpl_core_m0plus_base.c ../hal/include/hpl_core.h \ + ../hpl/core/hpl_core_port.h ../Config/peripheral_clk_config.h \ + ../Config/hpl_osc32kctrl_config.h ../hal/utils/include/compiler.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h \ + ../hal/utils/include/parts.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h \ + ../hri/hri_l22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h \ + ../hri/hri_ac_l22.h ../hal/include/hal_atomic.h ../hri/hri_adc_l22.h \ + ../hri/hri_aes_l22.h ../hri/hri_ccl_l22.h ../hri/hri_dmac_l22.h \ + ../hri/hri_dsu_l22.h ../hri/hri_eic_l22.h ../hri/hri_evsys_l22.h \ + ../hri/hri_freqm_l22.h ../hri/hri_gclk_l22.h ../hri/hri_mclk_l22.h \ + ../hri/hri_mtb_l22.h ../hri/hri_nvic_l22.h ../hri/hri_nvmctrl_l22.h \ + ../hri/hri_osc32kctrl_l22.h ../hri/hri_oscctrl_l22.h \ + ../hri/hri_pac_l22.h ../hri/hri_pm_l22.h ../hri/hri_port_l22.h \ + ../hri/hri_rstc_l22.h ../hri/hri_rtc_l22.h ../hri/hri_sercom_l22.h \ + ../hri/hri_slcd_l22.h ../hri/hri_supc_l22.h \ + ../hri/hri_systemcontrol_l22.h ../hri/hri_systick_l22.h \ + ../hri/hri_tc_l22.h ../hri/hri_tcc_l22.h ../hri/hri_trng_l22.h \ + ../hri/hri_usb_l22.h ../hri/hri_wdt_l22.h \ + ../hal/utils/include/err_codes.h ../hal/include/hpl_irq.h \ + ../hal/include/hpl_reset.h ../hal/include/hpl_sleep.h \ + ../hal/include/hpl_delay.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: + +../Config/hpl_osc32kctrl_config.h: + +../hal/utils/include/compiler.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h: + +../hal/utils/include/parts.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h: + +../hri/hri_l22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h: + +../hri/hri_ac_l22.h: + +../hal/include/hal_atomic.h: + +../hri/hri_adc_l22.h: + +../hri/hri_aes_l22.h: + +../hri/hri_ccl_l22.h: + +../hri/hri_dmac_l22.h: + +../hri/hri_dsu_l22.h: + +../hri/hri_eic_l22.h: + +../hri/hri_evsys_l22.h: + +../hri/hri_freqm_l22.h: + +../hri/hri_gclk_l22.h: + +../hri/hri_mclk_l22.h: + +../hri/hri_mtb_l22.h: + +../hri/hri_nvic_l22.h: + +../hri/hri_nvmctrl_l22.h: + +../hri/hri_osc32kctrl_l22.h: + +../hri/hri_oscctrl_l22.h: + +../hri/hri_pac_l22.h: + +../hri/hri_pm_l22.h: + +../hri/hri_port_l22.h: + +../hri/hri_rstc_l22.h: + +../hri/hri_rtc_l22.h: + +../hri/hri_sercom_l22.h: + +../hri/hri_slcd_l22.h: + +../hri/hri_supc_l22.h: + +../hri/hri_systemcontrol_l22.h: + +../hri/hri_systick_l22.h: + +../hri/hri_tc_l22.h: + +../hri/hri_tcc_l22.h: + +../hri/hri_trng_l22.h: + +../hri/hri_usb_l22.h: + +../hri/hri_wdt_l22.h: + +../hal/utils/include/err_codes.h: + +../hal/include/hpl_irq.h: + +../hal/include/hpl_reset.h: + +../hal/include/hpl_sleep.h: + +../hal/include/hpl_delay.h: + +../hal/utils/include/utils.h: + +../hal/utils/include/utils_assert.h: diff --git a/Smol Watch Project/My Project/Debug/hpl/core/hpl_core_m0plus_base.o b/Smol Watch Project/My Project/Debug/hpl/core/hpl_core_m0plus_base.o new file mode 100644 index 00000000..1fdece08 Binary files /dev/null and b/Smol Watch Project/My Project/Debug/hpl/core/hpl_core_m0plus_base.o differ diff --git a/Smol Watch Project/My Project/Debug/hpl/core/hpl_init.d b/Smol Watch Project/My Project/Debug/hpl/core/hpl_init.d new file mode 100644 index 00000000..9fb9d61c --- /dev/null +++ b/Smol Watch Project/My Project/Debug/hpl/core/hpl_init.d @@ -0,0 +1,364 @@ +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 \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h \ + ../hal/utils/include/parts.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h \ + ../hri/hri_l22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h \ + ../hri/hri_ac_l22.h ../hal/include/hal_atomic.h ../hri/hri_adc_l22.h \ + ../hri/hri_aes_l22.h ../hri/hri_ccl_l22.h ../hri/hri_dmac_l22.h \ + ../hri/hri_dsu_l22.h ../hri/hri_eic_l22.h ../hri/hri_evsys_l22.h \ + ../hri/hri_freqm_l22.h ../hri/hri_gclk_l22.h ../hri/hri_mclk_l22.h \ + ../hri/hri_mtb_l22.h ../hri/hri_nvic_l22.h ../hri/hri_nvmctrl_l22.h \ + ../hri/hri_osc32kctrl_l22.h ../hri/hri_oscctrl_l22.h \ + ../hri/hri_pac_l22.h ../hri/hri_pm_l22.h ../hri/hri_port_l22.h \ + ../hri/hri_rstc_l22.h ../hri/hri_rtc_l22.h ../hri/hri_sercom_l22.h \ + ../hri/hri_slcd_l22.h ../hri/hri_supc_l22.h \ + ../hri/hri_systemcontrol_l22.h ../hri/hri_systick_l22.h \ + ../hri/hri_tc_l22.h ../hri/hri_tcc_l22.h ../hri/hri_trng_l22.h \ + ../hri/hri_usb_l22.h ../hri/hri_wdt_l22.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 \ + ../Config/hpl_osc32kctrl_config.h ../hal/include/hpl_dma.h \ + ../hal/include/hpl_irq.h ../Config/hpl_dmac_config.h + +../hal/include/hpl_gpio.h: + +../hal/utils/include/compiler.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h: + +../hal/utils/include/parts.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h: + +../hri/hri_l22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h: + +../hri/hri_ac_l22.h: + +../hal/include/hal_atomic.h: + +../hri/hri_adc_l22.h: + +../hri/hri_aes_l22.h: + +../hri/hri_ccl_l22.h: + +../hri/hri_dmac_l22.h: + +../hri/hri_dsu_l22.h: + +../hri/hri_eic_l22.h: + +../hri/hri_evsys_l22.h: + +../hri/hri_freqm_l22.h: + +../hri/hri_gclk_l22.h: + +../hri/hri_mclk_l22.h: + +../hri/hri_mtb_l22.h: + +../hri/hri_nvic_l22.h: + +../hri/hri_nvmctrl_l22.h: + +../hri/hri_osc32kctrl_l22.h: + +../hri/hri_oscctrl_l22.h: + +../hri/hri_pac_l22.h: + +../hri/hri_pm_l22.h: + +../hri/hri_port_l22.h: + +../hri/hri_rstc_l22.h: + +../hri/hri_rtc_l22.h: + +../hri/hri_sercom_l22.h: + +../hri/hri_slcd_l22.h: + +../hri/hri_supc_l22.h: + +../hri/hri_systemcontrol_l22.h: + +../hri/hri_systick_l22.h: + +../hri/hri_tc_l22.h: + +../hri/hri_tcc_l22.h: + +../hri/hri_trng_l22.h: + +../hri/hri_usb_l22.h: + +../hri/hri_wdt_l22.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: + +../Config/hpl_osc32kctrl_config.h: + +../hal/include/hpl_dma.h: + +../hal/include/hpl_irq.h: + +../Config/hpl_dmac_config.h: diff --git a/Smol Watch Project/My Project/Debug/hpl/core/hpl_init.o b/Smol Watch Project/My Project/Debug/hpl/core/hpl_init.o new file mode 100644 index 00000000..682c75ae Binary files /dev/null and b/Smol Watch Project/My Project/Debug/hpl/core/hpl_init.o differ diff --git a/Smol Watch Project/My Project/Debug/hpl/dmac/hpl_dmac.d b/Smol Watch Project/My Project/Debug/hpl/dmac/hpl_dmac.d new file mode 100644 index 00000000..679e1bb3 --- /dev/null +++ b/Smol Watch Project/My Project/Debug/hpl/dmac/hpl_dmac.d @@ -0,0 +1,353 @@ +hpl/dmac/hpl_dmac.d hpl/dmac/hpl_dmac.o: ../hpl/dmac/hpl_dmac.c \ + ../hal/utils/include/compiler.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h \ + ../hal/utils/include/parts.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h \ + ../hri/hri_l22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h \ + ../hri/hri_ac_l22.h ../hal/include/hal_atomic.h ../hri/hri_adc_l22.h \ + ../hri/hri_aes_l22.h ../hri/hri_ccl_l22.h ../hri/hri_dmac_l22.h \ + ../hri/hri_dsu_l22.h ../hri/hri_eic_l22.h ../hri/hri_evsys_l22.h \ + ../hri/hri_freqm_l22.h ../hri/hri_gclk_l22.h ../hri/hri_mclk_l22.h \ + ../hri/hri_mtb_l22.h ../hri/hri_nvic_l22.h ../hri/hri_nvmctrl_l22.h \ + ../hri/hri_osc32kctrl_l22.h ../hri/hri_oscctrl_l22.h \ + ../hri/hri_pac_l22.h ../hri/hri_pm_l22.h ../hri/hri_port_l22.h \ + ../hri/hri_rstc_l22.h ../hri/hri_rtc_l22.h ../hri/hri_sercom_l22.h \ + ../hri/hri_slcd_l22.h ../hri/hri_supc_l22.h \ + ../hri/hri_systemcontrol_l22.h ../hri/hri_systick_l22.h \ + ../hri/hri_tc_l22.h ../hri/hri_tcc_l22.h ../hri/hri_trng_l22.h \ + ../hri/hri_usb_l22.h ../hri/hri_wdt_l22.h \ + ../hal/utils/include/err_codes.h ../hal/include/hpl_dma.h \ + ../hal/include/hpl_irq.h ../Config/hpl_dmac_config.h \ + ../hal/utils/include/utils.h ../hal/utils/include/utils_assert.h \ + ../hal/utils/include/utils_repeat_macro.h \ + ../hal/utils/include/utils_increment_macro.h + +../hal/utils/include/compiler.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h: + +../hal/utils/include/parts.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h: + +../hri/hri_l22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h: + +../hri/hri_ac_l22.h: + +../hal/include/hal_atomic.h: + +../hri/hri_adc_l22.h: + +../hri/hri_aes_l22.h: + +../hri/hri_ccl_l22.h: + +../hri/hri_dmac_l22.h: + +../hri/hri_dsu_l22.h: + +../hri/hri_eic_l22.h: + +../hri/hri_evsys_l22.h: + +../hri/hri_freqm_l22.h: + +../hri/hri_gclk_l22.h: + +../hri/hri_mclk_l22.h: + +../hri/hri_mtb_l22.h: + +../hri/hri_nvic_l22.h: + +../hri/hri_nvmctrl_l22.h: + +../hri/hri_osc32kctrl_l22.h: + +../hri/hri_oscctrl_l22.h: + +../hri/hri_pac_l22.h: + +../hri/hri_pm_l22.h: + +../hri/hri_port_l22.h: + +../hri/hri_rstc_l22.h: + +../hri/hri_rtc_l22.h: + +../hri/hri_sercom_l22.h: + +../hri/hri_slcd_l22.h: + +../hri/hri_supc_l22.h: + +../hri/hri_systemcontrol_l22.h: + +../hri/hri_systick_l22.h: + +../hri/hri_tc_l22.h: + +../hri/hri_tcc_l22.h: + +../hri/hri_trng_l22.h: + +../hri/hri_usb_l22.h: + +../hri/hri_wdt_l22.h: + +../hal/utils/include/err_codes.h: + +../hal/include/hpl_dma.h: + +../hal/include/hpl_irq.h: + +../Config/hpl_dmac_config.h: + +../hal/utils/include/utils.h: + +../hal/utils/include/utils_assert.h: + +../hal/utils/include/utils_repeat_macro.h: + +../hal/utils/include/utils_increment_macro.h: diff --git a/Smol Watch Project/My Project/Debug/hpl/dmac/hpl_dmac.o b/Smol Watch Project/My Project/Debug/hpl/dmac/hpl_dmac.o new file mode 100644 index 00000000..fae5daad Binary files /dev/null and b/Smol Watch Project/My Project/Debug/hpl/dmac/hpl_dmac.o differ diff --git a/Smol Watch Project/My Project/Debug/hpl/eic/hpl_eic.d b/Smol Watch Project/My Project/Debug/hpl/eic/hpl_eic.d new file mode 100644 index 00000000..8be16af0 --- /dev/null +++ b/Smol Watch Project/My Project/Debug/hpl/eic/hpl_eic.d @@ -0,0 +1,384 @@ +hpl/eic/hpl_eic.d hpl/eic/hpl_eic.o: ../hpl/eic/hpl_eic.c \ + ../hal/utils/include/compiler.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h \ + ../hal/utils/include/parts.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h \ + ../hri/hri_l22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h \ + ../hri/hri_ac_l22.h ../hal/include/hal_atomic.h ../hri/hri_adc_l22.h \ + ../hri/hri_aes_l22.h ../hri/hri_ccl_l22.h ../hri/hri_dmac_l22.h \ + ../hri/hri_dsu_l22.h ../hri/hri_eic_l22.h ../hri/hri_evsys_l22.h \ + ../hri/hri_freqm_l22.h ../hri/hri_gclk_l22.h ../hri/hri_mclk_l22.h \ + ../hri/hri_mtb_l22.h ../hri/hri_nvic_l22.h ../hri/hri_nvmctrl_l22.h \ + ../hri/hri_osc32kctrl_l22.h ../hri/hri_oscctrl_l22.h \ + ../hri/hri_pac_l22.h ../hri/hri_pm_l22.h ../hri/hri_port_l22.h \ + ../hri/hri_rstc_l22.h ../hri/hri_rtc_l22.h ../hri/hri_sercom_l22.h \ + ../hri/hri_slcd_l22.h ../hri/hri_supc_l22.h \ + ../hri/hri_systemcontrol_l22.h ../hri/hri_systick_l22.h \ + ../hri/hri_tc_l22.h ../hri/hri_tcc_l22.h ../hri/hri_trng_l22.h \ + ../hri/hri_usb_l22.h ../hri/hri_wdt_l22.h \ + ../hal/utils/include/err_codes.h ../Config/hpl_eic_config.h \ + ../hal/include/hpl_ext_irq.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\string.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_ansi.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\newlib.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\config.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\ieeefp.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\reent.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_ansi.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_types.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_types.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\lock.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\cdefs.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\xlocale.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\string.h \ + ../hal/utils/include/utils.h ../hal/utils/include/utils_assert.h + +../hal/utils/include/compiler.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h: + +../hal/utils/include/parts.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h: + +../hri/hri_l22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h: + +../hri/hri_ac_l22.h: + +../hal/include/hal_atomic.h: + +../hri/hri_adc_l22.h: + +../hri/hri_aes_l22.h: + +../hri/hri_ccl_l22.h: + +../hri/hri_dmac_l22.h: + +../hri/hri_dsu_l22.h: + +../hri/hri_eic_l22.h: + +../hri/hri_evsys_l22.h: + +../hri/hri_freqm_l22.h: + +../hri/hri_gclk_l22.h: + +../hri/hri_mclk_l22.h: + +../hri/hri_mtb_l22.h: + +../hri/hri_nvic_l22.h: + +../hri/hri_nvmctrl_l22.h: + +../hri/hri_osc32kctrl_l22.h: + +../hri/hri_oscctrl_l22.h: + +../hri/hri_pac_l22.h: + +../hri/hri_pm_l22.h: + +../hri/hri_port_l22.h: + +../hri/hri_rstc_l22.h: + +../hri/hri_rtc_l22.h: + +../hri/hri_sercom_l22.h: + +../hri/hri_slcd_l22.h: + +../hri/hri_supc_l22.h: + +../hri/hri_systemcontrol_l22.h: + +../hri/hri_systick_l22.h: + +../hri/hri_tc_l22.h: + +../hri/hri_tcc_l22.h: + +../hri/hri_trng_l22.h: + +../hri/hri_usb_l22.h: + +../hri/hri_wdt_l22.h: + +../hal/utils/include/err_codes.h: + +../Config/hpl_eic_config.h: + +../hal/include/hpl_ext_irq.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\string.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_ansi.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\newlib.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\config.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\ieeefp.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\reent.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_ansi.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_types.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_types.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\lock.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\cdefs.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\xlocale.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\string.h: + +../hal/utils/include/utils.h: + +../hal/utils/include/utils_assert.h: diff --git a/Smol Watch Project/My Project/Debug/hpl/eic/hpl_eic.o b/Smol Watch Project/My Project/Debug/hpl/eic/hpl_eic.o new file mode 100644 index 00000000..fa160528 Binary files /dev/null and b/Smol Watch Project/My Project/Debug/hpl/eic/hpl_eic.o differ diff --git a/Smol Watch Project/My Project/Debug/hpl/gclk/hpl_gclk.d b/Smol Watch Project/My Project/Debug/hpl/gclk/hpl_gclk.d new file mode 100644 index 00000000..fb30c102 --- /dev/null +++ b/Smol Watch Project/My Project/Debug/hpl/gclk/hpl_gclk.d @@ -0,0 +1,342 @@ +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 \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h \ + ../hal/utils/include/parts.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h \ + ../hri/hri_l22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h \ + ../hri/hri_ac_l22.h ../hal/include/hal_atomic.h ../hri/hri_adc_l22.h \ + ../hri/hri_aes_l22.h ../hri/hri_ccl_l22.h ../hri/hri_dmac_l22.h \ + ../hri/hri_dsu_l22.h ../hri/hri_eic_l22.h ../hri/hri_evsys_l22.h \ + ../hri/hri_freqm_l22.h ../hri/hri_gclk_l22.h ../hri/hri_mclk_l22.h \ + ../hri/hri_mtb_l22.h ../hri/hri_nvic_l22.h ../hri/hri_nvmctrl_l22.h \ + ../hri/hri_osc32kctrl_l22.h ../hri/hri_oscctrl_l22.h \ + ../hri/hri_pac_l22.h ../hri/hri_pm_l22.h ../hri/hri_port_l22.h \ + ../hri/hri_rstc_l22.h ../hri/hri_rtc_l22.h ../hri/hri_sercom_l22.h \ + ../hri/hri_slcd_l22.h ../hri/hri_supc_l22.h \ + ../hri/hri_systemcontrol_l22.h ../hri/hri_systick_l22.h \ + ../hri/hri_tc_l22.h ../hri/hri_tcc_l22.h ../hri/hri_trng_l22.h \ + ../hri/hri_usb_l22.h ../hri/hri_wdt_l22.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: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h: + +../hal/utils/include/parts.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h: + +../hri/hri_l22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h: + +../hri/hri_ac_l22.h: + +../hal/include/hal_atomic.h: + +../hri/hri_adc_l22.h: + +../hri/hri_aes_l22.h: + +../hri/hri_ccl_l22.h: + +../hri/hri_dmac_l22.h: + +../hri/hri_dsu_l22.h: + +../hri/hri_eic_l22.h: + +../hri/hri_evsys_l22.h: + +../hri/hri_freqm_l22.h: + +../hri/hri_gclk_l22.h: + +../hri/hri_mclk_l22.h: + +../hri/hri_mtb_l22.h: + +../hri/hri_nvic_l22.h: + +../hri/hri_nvmctrl_l22.h: + +../hri/hri_osc32kctrl_l22.h: + +../hri/hri_oscctrl_l22.h: + +../hri/hri_pac_l22.h: + +../hri/hri_pm_l22.h: + +../hri/hri_port_l22.h: + +../hri/hri_rstc_l22.h: + +../hri/hri_rtc_l22.h: + +../hri/hri_sercom_l22.h: + +../hri/hri_slcd_l22.h: + +../hri/hri_supc_l22.h: + +../hri/hri_systemcontrol_l22.h: + +../hri/hri_systick_l22.h: + +../hri/hri_tc_l22.h: + +../hri/hri_tcc_l22.h: + +../hri/hri_trng_l22.h: + +../hri/hri_usb_l22.h: + +../hri/hri_wdt_l22.h: + +../hal/utils/include/err_codes.h: + +../hal/utils/include/utils_assert.h: diff --git a/Smol Watch Project/My Project/Debug/hpl/gclk/hpl_gclk.o b/Smol Watch Project/My Project/Debug/hpl/gclk/hpl_gclk.o new file mode 100644 index 00000000..ebaa9cbb Binary files /dev/null and b/Smol Watch Project/My Project/Debug/hpl/gclk/hpl_gclk.o differ diff --git a/Smol Watch Project/My Project/Debug/hpl/mclk/hpl_mclk.d b/Smol Watch Project/My Project/Debug/hpl/mclk/hpl_mclk.d new file mode 100644 index 00000000..e61ee568 --- /dev/null +++ b/Smol Watch Project/My Project/Debug/hpl/mclk/hpl_mclk.d @@ -0,0 +1,342 @@ +hpl/mclk/hpl_mclk.d hpl/mclk/hpl_mclk.o: ../hpl/mclk/hpl_mclk.c \ + ../hal/utils/include/compiler.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h \ + ../hal/utils/include/parts.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h \ + ../hri/hri_l22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h \ + ../hri/hri_ac_l22.h ../hal/include/hal_atomic.h ../hri/hri_adc_l22.h \ + ../hri/hri_aes_l22.h ../hri/hri_ccl_l22.h ../hri/hri_dmac_l22.h \ + ../hri/hri_dsu_l22.h ../hri/hri_eic_l22.h ../hri/hri_evsys_l22.h \ + ../hri/hri_freqm_l22.h ../hri/hri_gclk_l22.h ../hri/hri_mclk_l22.h \ + ../hri/hri_mtb_l22.h ../hri/hri_nvic_l22.h ../hri/hri_nvmctrl_l22.h \ + ../hri/hri_osc32kctrl_l22.h ../hri/hri_oscctrl_l22.h \ + ../hri/hri_pac_l22.h ../hri/hri_pm_l22.h ../hri/hri_port_l22.h \ + ../hri/hri_rstc_l22.h ../hri/hri_rtc_l22.h ../hri/hri_sercom_l22.h \ + ../hri/hri_slcd_l22.h ../hri/hri_supc_l22.h \ + ../hri/hri_systemcontrol_l22.h ../hri/hri_systick_l22.h \ + ../hri/hri_tc_l22.h ../hri/hri_tcc_l22.h ../hri/hri_trng_l22.h \ + ../hri/hri_usb_l22.h ../hri/hri_wdt_l22.h \ + ../hal/utils/include/err_codes.h ../Config/hpl_mclk_config.h \ + ../Config/peripheral_clk_config.h ../Config/hpl_osc32kctrl_config.h + +../hal/utils/include/compiler.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h: + +../hal/utils/include/parts.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h: + +../hri/hri_l22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h: + +../hri/hri_ac_l22.h: + +../hal/include/hal_atomic.h: + +../hri/hri_adc_l22.h: + +../hri/hri_aes_l22.h: + +../hri/hri_ccl_l22.h: + +../hri/hri_dmac_l22.h: + +../hri/hri_dsu_l22.h: + +../hri/hri_eic_l22.h: + +../hri/hri_evsys_l22.h: + +../hri/hri_freqm_l22.h: + +../hri/hri_gclk_l22.h: + +../hri/hri_mclk_l22.h: + +../hri/hri_mtb_l22.h: + +../hri/hri_nvic_l22.h: + +../hri/hri_nvmctrl_l22.h: + +../hri/hri_osc32kctrl_l22.h: + +../hri/hri_oscctrl_l22.h: + +../hri/hri_pac_l22.h: + +../hri/hri_pm_l22.h: + +../hri/hri_port_l22.h: + +../hri/hri_rstc_l22.h: + +../hri/hri_rtc_l22.h: + +../hri/hri_sercom_l22.h: + +../hri/hri_slcd_l22.h: + +../hri/hri_supc_l22.h: + +../hri/hri_systemcontrol_l22.h: + +../hri/hri_systick_l22.h: + +../hri/hri_tc_l22.h: + +../hri/hri_tcc_l22.h: + +../hri/hri_trng_l22.h: + +../hri/hri_usb_l22.h: + +../hri/hri_wdt_l22.h: + +../hal/utils/include/err_codes.h: + +../Config/hpl_mclk_config.h: + +../Config/peripheral_clk_config.h: + +../Config/hpl_osc32kctrl_config.h: diff --git a/Smol Watch Project/My Project/Debug/hpl/mclk/hpl_mclk.o b/Smol Watch Project/My Project/Debug/hpl/mclk/hpl_mclk.o new file mode 100644 index 00000000..cd219162 Binary files /dev/null and b/Smol Watch Project/My Project/Debug/hpl/mclk/hpl_mclk.o differ diff --git a/Smol Watch Project/My Project/Debug/hpl/osc32kctrl/hpl_osc32kctrl.d b/Smol Watch Project/My Project/Debug/hpl/osc32kctrl/hpl_osc32kctrl.d new file mode 100644 index 00000000..2af8901e --- /dev/null +++ b/Smol Watch Project/My Project/Debug/hpl/osc32kctrl/hpl_osc32kctrl.d @@ -0,0 +1,340 @@ +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 \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h \ + ../hal/utils/include/parts.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h \ + ../hri/hri_l22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h \ + ../hri/hri_ac_l22.h ../hal/include/hal_atomic.h ../hri/hri_adc_l22.h \ + ../hri/hri_aes_l22.h ../hri/hri_ccl_l22.h ../hri/hri_dmac_l22.h \ + ../hri/hri_dsu_l22.h ../hri/hri_eic_l22.h ../hri/hri_evsys_l22.h \ + ../hri/hri_freqm_l22.h ../hri/hri_gclk_l22.h ../hri/hri_mclk_l22.h \ + ../hri/hri_mtb_l22.h ../hri/hri_nvic_l22.h ../hri/hri_nvmctrl_l22.h \ + ../hri/hri_osc32kctrl_l22.h ../hri/hri_oscctrl_l22.h \ + ../hri/hri_pac_l22.h ../hri/hri_pm_l22.h ../hri/hri_port_l22.h \ + ../hri/hri_rstc_l22.h ../hri/hri_rtc_l22.h ../hri/hri_sercom_l22.h \ + ../hri/hri_slcd_l22.h ../hri/hri_supc_l22.h \ + ../hri/hri_systemcontrol_l22.h ../hri/hri_systick_l22.h \ + ../hri/hri_tc_l22.h ../hri/hri_tcc_l22.h ../hri/hri_trng_l22.h \ + ../hri/hri_usb_l22.h ../hri/hri_wdt_l22.h \ + ../hal/utils/include/err_codes.h ../Config/hpl_osc32kctrl_config.h + +../hal/include/hpl_init.h: + +../hal/utils/include/compiler.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h: + +../hal/utils/include/parts.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h: + +../hri/hri_l22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h: + +../hri/hri_ac_l22.h: + +../hal/include/hal_atomic.h: + +../hri/hri_adc_l22.h: + +../hri/hri_aes_l22.h: + +../hri/hri_ccl_l22.h: + +../hri/hri_dmac_l22.h: + +../hri/hri_dsu_l22.h: + +../hri/hri_eic_l22.h: + +../hri/hri_evsys_l22.h: + +../hri/hri_freqm_l22.h: + +../hri/hri_gclk_l22.h: + +../hri/hri_mclk_l22.h: + +../hri/hri_mtb_l22.h: + +../hri/hri_nvic_l22.h: + +../hri/hri_nvmctrl_l22.h: + +../hri/hri_osc32kctrl_l22.h: + +../hri/hri_oscctrl_l22.h: + +../hri/hri_pac_l22.h: + +../hri/hri_pm_l22.h: + +../hri/hri_port_l22.h: + +../hri/hri_rstc_l22.h: + +../hri/hri_rtc_l22.h: + +../hri/hri_sercom_l22.h: + +../hri/hri_slcd_l22.h: + +../hri/hri_supc_l22.h: + +../hri/hri_systemcontrol_l22.h: + +../hri/hri_systick_l22.h: + +../hri/hri_tc_l22.h: + +../hri/hri_tcc_l22.h: + +../hri/hri_trng_l22.h: + +../hri/hri_usb_l22.h: + +../hri/hri_wdt_l22.h: + +../hal/utils/include/err_codes.h: + +../Config/hpl_osc32kctrl_config.h: diff --git a/Smol Watch Project/My Project/Debug/hpl/osc32kctrl/hpl_osc32kctrl.o b/Smol Watch Project/My Project/Debug/hpl/osc32kctrl/hpl_osc32kctrl.o new file mode 100644 index 00000000..92759442 Binary files /dev/null and b/Smol Watch Project/My Project/Debug/hpl/osc32kctrl/hpl_osc32kctrl.o differ diff --git a/Smol Watch Project/My Project/Debug/hpl/oscctrl/hpl_oscctrl.d b/Smol Watch Project/My Project/Debug/hpl/oscctrl/hpl_oscctrl.d new file mode 100644 index 00000000..1897bd0a --- /dev/null +++ b/Smol Watch Project/My Project/Debug/hpl/oscctrl/hpl_oscctrl.d @@ -0,0 +1,340 @@ +hpl/oscctrl/hpl_oscctrl.d hpl/oscctrl/hpl_oscctrl.o: \ + ../hpl/oscctrl/hpl_oscctrl.c ../hal/utils/include/compiler.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h \ + ../hal/utils/include/parts.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h \ + ../hri/hri_l22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h \ + ../hri/hri_ac_l22.h ../hal/include/hal_atomic.h ../hri/hri_adc_l22.h \ + ../hri/hri_aes_l22.h ../hri/hri_ccl_l22.h ../hri/hri_dmac_l22.h \ + ../hri/hri_dsu_l22.h ../hri/hri_eic_l22.h ../hri/hri_evsys_l22.h \ + ../hri/hri_freqm_l22.h ../hri/hri_gclk_l22.h ../hri/hri_mclk_l22.h \ + ../hri/hri_mtb_l22.h ../hri/hri_nvic_l22.h ../hri/hri_nvmctrl_l22.h \ + ../hri/hri_osc32kctrl_l22.h ../hri/hri_oscctrl_l22.h \ + ../hri/hri_pac_l22.h ../hri/hri_pm_l22.h ../hri/hri_port_l22.h \ + ../hri/hri_rstc_l22.h ../hri/hri_rtc_l22.h ../hri/hri_sercom_l22.h \ + ../hri/hri_slcd_l22.h ../hri/hri_supc_l22.h \ + ../hri/hri_systemcontrol_l22.h ../hri/hri_systick_l22.h \ + ../hri/hri_tc_l22.h ../hri/hri_tcc_l22.h ../hri/hri_trng_l22.h \ + ../hri/hri_usb_l22.h ../hri/hri_wdt_l22.h \ + ../hal/utils/include/err_codes.h ../hal/include/hpl_init.h \ + ../Config/hpl_oscctrl_config.h + +../hal/utils/include/compiler.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h: + +../hal/utils/include/parts.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h: + +../hri/hri_l22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h: + +../hri/hri_ac_l22.h: + +../hal/include/hal_atomic.h: + +../hri/hri_adc_l22.h: + +../hri/hri_aes_l22.h: + +../hri/hri_ccl_l22.h: + +../hri/hri_dmac_l22.h: + +../hri/hri_dsu_l22.h: + +../hri/hri_eic_l22.h: + +../hri/hri_evsys_l22.h: + +../hri/hri_freqm_l22.h: + +../hri/hri_gclk_l22.h: + +../hri/hri_mclk_l22.h: + +../hri/hri_mtb_l22.h: + +../hri/hri_nvic_l22.h: + +../hri/hri_nvmctrl_l22.h: + +../hri/hri_osc32kctrl_l22.h: + +../hri/hri_oscctrl_l22.h: + +../hri/hri_pac_l22.h: + +../hri/hri_pm_l22.h: + +../hri/hri_port_l22.h: + +../hri/hri_rstc_l22.h: + +../hri/hri_rtc_l22.h: + +../hri/hri_sercom_l22.h: + +../hri/hri_slcd_l22.h: + +../hri/hri_supc_l22.h: + +../hri/hri_systemcontrol_l22.h: + +../hri/hri_systick_l22.h: + +../hri/hri_tc_l22.h: + +../hri/hri_tcc_l22.h: + +../hri/hri_trng_l22.h: + +../hri/hri_usb_l22.h: + +../hri/hri_wdt_l22.h: + +../hal/utils/include/err_codes.h: + +../hal/include/hpl_init.h: + +../Config/hpl_oscctrl_config.h: diff --git a/Smol Watch Project/My Project/Debug/hpl/oscctrl/hpl_oscctrl.o b/Smol Watch Project/My Project/Debug/hpl/oscctrl/hpl_oscctrl.o new file mode 100644 index 00000000..5c00324c Binary files /dev/null and b/Smol Watch Project/My Project/Debug/hpl/oscctrl/hpl_oscctrl.o differ diff --git a/Smol Watch Project/My Project/Debug/hpl/pm/hpl_pm.d b/Smol Watch Project/My Project/Debug/hpl/pm/hpl_pm.d new file mode 100644 index 00000000..590c2cd9 --- /dev/null +++ b/Smol Watch Project/My Project/Debug/hpl/pm/hpl_pm.d @@ -0,0 +1,342 @@ +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 \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h \ + ../hal/utils/include/parts.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h \ + ../hri/hri_l22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h \ + ../hri/hri_ac_l22.h ../hal/include/hal_atomic.h ../hri/hri_adc_l22.h \ + ../hri/hri_aes_l22.h ../hri/hri_ccl_l22.h ../hri/hri_dmac_l22.h \ + ../hri/hri_dsu_l22.h ../hri/hri_eic_l22.h ../hri/hri_evsys_l22.h \ + ../hri/hri_freqm_l22.h ../hri/hri_gclk_l22.h ../hri/hri_mclk_l22.h \ + ../hri/hri_mtb_l22.h ../hri/hri_nvic_l22.h ../hri/hri_nvmctrl_l22.h \ + ../hri/hri_osc32kctrl_l22.h ../hri/hri_oscctrl_l22.h \ + ../hri/hri_pac_l22.h ../hri/hri_pm_l22.h ../hri/hri_port_l22.h \ + ../hri/hri_rstc_l22.h ../hri/hri_rtc_l22.h ../hri/hri_sercom_l22.h \ + ../hri/hri_slcd_l22.h ../hri/hri_supc_l22.h \ + ../hri/hri_systemcontrol_l22.h ../hri/hri_systick_l22.h \ + ../hri/hri_tc_l22.h ../hri/hri_tcc_l22.h ../hri/hri_trng_l22.h \ + ../hri/hri_usb_l22.h ../hri/hri_wdt_l22.h \ + ../hal/utils/include/err_codes.h ../hal/include/hpl_reset.h \ + ../hal/include/hpl_init.h + +../hal/include/hpl_sleep.h: + +../hal/utils/include/compiler.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h: + +../hal/utils/include/parts.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h: + +../hri/hri_l22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h: + +../hri/hri_ac_l22.h: + +../hal/include/hal_atomic.h: + +../hri/hri_adc_l22.h: + +../hri/hri_aes_l22.h: + +../hri/hri_ccl_l22.h: + +../hri/hri_dmac_l22.h: + +../hri/hri_dsu_l22.h: + +../hri/hri_eic_l22.h: + +../hri/hri_evsys_l22.h: + +../hri/hri_freqm_l22.h: + +../hri/hri_gclk_l22.h: + +../hri/hri_mclk_l22.h: + +../hri/hri_mtb_l22.h: + +../hri/hri_nvic_l22.h: + +../hri/hri_nvmctrl_l22.h: + +../hri/hri_osc32kctrl_l22.h: + +../hri/hri_oscctrl_l22.h: + +../hri/hri_pac_l22.h: + +../hri/hri_pm_l22.h: + +../hri/hri_port_l22.h: + +../hri/hri_rstc_l22.h: + +../hri/hri_rtc_l22.h: + +../hri/hri_sercom_l22.h: + +../hri/hri_slcd_l22.h: + +../hri/hri_supc_l22.h: + +../hri/hri_systemcontrol_l22.h: + +../hri/hri_systick_l22.h: + +../hri/hri_tc_l22.h: + +../hri/hri_tcc_l22.h: + +../hri/hri_trng_l22.h: + +../hri/hri_usb_l22.h: + +../hri/hri_wdt_l22.h: + +../hal/utils/include/err_codes.h: + +../hal/include/hpl_reset.h: + +../hal/include/hpl_init.h: diff --git a/Smol Watch Project/My Project/Debug/hpl/pm/hpl_pm.o b/Smol Watch Project/My Project/Debug/hpl/pm/hpl_pm.o new file mode 100644 index 00000000..1e96fa95 Binary files /dev/null and b/Smol Watch Project/My Project/Debug/hpl/pm/hpl_pm.o differ diff --git a/Smol Watch Project/My Project/Debug/hpl/rtc/hpl_rtc.d b/Smol Watch Project/My Project/Debug/hpl/rtc/hpl_rtc.d new file mode 100644 index 00000000..23d03c1e --- /dev/null +++ b/Smol Watch Project/My Project/Debug/hpl/rtc/hpl_rtc.d @@ -0,0 +1,347 @@ +hpl/rtc/hpl_rtc.d hpl/rtc/hpl_rtc.o: ../hpl/rtc/hpl_rtc.c \ + ../hal/include/hpl_calendar.h ../hal/utils/include/compiler.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h \ + ../hal/utils/include/parts.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h \ + ../hri/hri_l22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h \ + ../hri/hri_ac_l22.h ../hal/include/hal_atomic.h ../hri/hri_adc_l22.h \ + ../hri/hri_aes_l22.h ../hri/hri_ccl_l22.h ../hri/hri_dmac_l22.h \ + ../hri/hri_dsu_l22.h ../hri/hri_eic_l22.h ../hri/hri_evsys_l22.h \ + ../hri/hri_freqm_l22.h ../hri/hri_gclk_l22.h ../hri/hri_mclk_l22.h \ + ../hri/hri_mtb_l22.h ../hri/hri_nvic_l22.h ../hri/hri_nvmctrl_l22.h \ + ../hri/hri_osc32kctrl_l22.h ../hri/hri_oscctrl_l22.h \ + ../hri/hri_pac_l22.h ../hri/hri_pm_l22.h ../hri/hri_port_l22.h \ + ../hri/hri_rstc_l22.h ../hri/hri_rtc_l22.h ../hri/hri_sercom_l22.h \ + ../hri/hri_slcd_l22.h ../hri/hri_supc_l22.h \ + ../hri/hri_systemcontrol_l22.h ../hri/hri_systick_l22.h \ + ../hri/hri_tc_l22.h ../hri/hri_tcc_l22.h ../hri/hri_trng_l22.h \ + ../hri/hri_usb_l22.h ../hri/hri_wdt_l22.h \ + ../hal/utils/include/err_codes.h ../hal/utils/include/utils_list.h \ + ../hal/include/hpl_irq.h ../hal/utils/include/utils_assert.h \ + ../Config/hpl_rtc_config.h + +../hal/include/hpl_calendar.h: + +../hal/utils/include/compiler.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h: + +../hal/utils/include/parts.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h: + +../hri/hri_l22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h: + +../hri/hri_ac_l22.h: + +../hal/include/hal_atomic.h: + +../hri/hri_adc_l22.h: + +../hri/hri_aes_l22.h: + +../hri/hri_ccl_l22.h: + +../hri/hri_dmac_l22.h: + +../hri/hri_dsu_l22.h: + +../hri/hri_eic_l22.h: + +../hri/hri_evsys_l22.h: + +../hri/hri_freqm_l22.h: + +../hri/hri_gclk_l22.h: + +../hri/hri_mclk_l22.h: + +../hri/hri_mtb_l22.h: + +../hri/hri_nvic_l22.h: + +../hri/hri_nvmctrl_l22.h: + +../hri/hri_osc32kctrl_l22.h: + +../hri/hri_oscctrl_l22.h: + +../hri/hri_pac_l22.h: + +../hri/hri_pm_l22.h: + +../hri/hri_port_l22.h: + +../hri/hri_rstc_l22.h: + +../hri/hri_rtc_l22.h: + +../hri/hri_sercom_l22.h: + +../hri/hri_slcd_l22.h: + +../hri/hri_supc_l22.h: + +../hri/hri_systemcontrol_l22.h: + +../hri/hri_systick_l22.h: + +../hri/hri_tc_l22.h: + +../hri/hri_tcc_l22.h: + +../hri/hri_trng_l22.h: + +../hri/hri_usb_l22.h: + +../hri/hri_wdt_l22.h: + +../hal/utils/include/err_codes.h: + +../hal/utils/include/utils_list.h: + +../hal/include/hpl_irq.h: + +../hal/utils/include/utils_assert.h: + +../Config/hpl_rtc_config.h: diff --git a/Smol Watch Project/My Project/Debug/hpl/rtc/hpl_rtc.o b/Smol Watch Project/My Project/Debug/hpl/rtc/hpl_rtc.o new file mode 100644 index 00000000..af5e19d8 Binary files /dev/null and b/Smol Watch Project/My Project/Debug/hpl/rtc/hpl_rtc.o differ diff --git a/Smol Watch Project/My Project/Debug/hpl/sercom/hpl_sercom.d b/Smol Watch Project/My Project/Debug/hpl/sercom/hpl_sercom.d new file mode 100644 index 00000000..f89d344f --- /dev/null +++ b/Smol Watch Project/My Project/Debug/hpl/sercom/hpl_sercom.d @@ -0,0 +1,395 @@ +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 \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h \ + ../hal/utils/include/parts.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h \ + ../hri/hri_l22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h \ + ../hri/hri_ac_l22.h ../hal/include/hal_atomic.h ../hri/hri_adc_l22.h \ + ../hri/hri_aes_l22.h ../hri/hri_ccl_l22.h ../hri/hri_dmac_l22.h \ + ../hri/hri_dsu_l22.h ../hri/hri_eic_l22.h ../hri/hri_evsys_l22.h \ + ../hri/hri_freqm_l22.h ../hri/hri_gclk_l22.h ../hri/hri_mclk_l22.h \ + ../hri/hri_mtb_l22.h ../hri/hri_nvic_l22.h ../hri/hri_nvmctrl_l22.h \ + ../hri/hri_osc32kctrl_l22.h ../hri/hri_oscctrl_l22.h \ + ../hri/hri_pac_l22.h ../hri/hri_pm_l22.h ../hri/hri_port_l22.h \ + ../hri/hri_rstc_l22.h ../hri/hri_rtc_l22.h ../hri/hri_sercom_l22.h \ + ../hri/hri_slcd_l22.h ../hri/hri_supc_l22.h \ + ../hri/hri_systemcontrol_l22.h ../hri/hri_systick_l22.h \ + ../hri/hri_tc_l22.h ../hri/hri_tcc_l22.h ../hri/hri_trng_l22.h \ + ../hri/hri_usb_l22.h ../hri/hri_wdt_l22.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 ../Config/hpl_osc32kctrl_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: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h: + +../hal/utils/include/parts.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h: + +../hri/hri_l22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h: + +../hri/hri_ac_l22.h: + +../hal/include/hal_atomic.h: + +../hri/hri_adc_l22.h: + +../hri/hri_aes_l22.h: + +../hri/hri_ccl_l22.h: + +../hri/hri_dmac_l22.h: + +../hri/hri_dsu_l22.h: + +../hri/hri_eic_l22.h: + +../hri/hri_evsys_l22.h: + +../hri/hri_freqm_l22.h: + +../hri/hri_gclk_l22.h: + +../hri/hri_mclk_l22.h: + +../hri/hri_mtb_l22.h: + +../hri/hri_nvic_l22.h: + +../hri/hri_nvmctrl_l22.h: + +../hri/hri_osc32kctrl_l22.h: + +../hri/hri_oscctrl_l22.h: + +../hri/hri_pac_l22.h: + +../hri/hri_pm_l22.h: + +../hri/hri_port_l22.h: + +../hri/hri_rstc_l22.h: + +../hri/hri_rtc_l22.h: + +../hri/hri_sercom_l22.h: + +../hri/hri_slcd_l22.h: + +../hri/hri_supc_l22.h: + +../hri/hri_systemcontrol_l22.h: + +../hri/hri_systick_l22.h: + +../hri/hri_tc_l22.h: + +../hri/hri_tcc_l22.h: + +../hri/hri_trng_l22.h: + +../hri/hri_usb_l22.h: + +../hri/hri_wdt_l22.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: + +../Config/hpl_osc32kctrl_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/Smol Watch Project/My Project/Debug/hpl/sercom/hpl_sercom.o b/Smol Watch Project/My Project/Debug/hpl/sercom/hpl_sercom.o new file mode 100644 index 00000000..563384aa Binary files /dev/null and b/Smol Watch Project/My Project/Debug/hpl/sercom/hpl_sercom.o differ diff --git a/Smol Watch Project/My Project/Debug/hpl/slcd/hpl_slcd.d b/Smol Watch Project/My Project/Debug/hpl/slcd/hpl_slcd.d new file mode 100644 index 00000000..aad41384 --- /dev/null +++ b/Smol Watch Project/My Project/Debug/hpl/slcd/hpl_slcd.d @@ -0,0 +1,358 @@ +hpl/slcd/hpl_slcd.d hpl/slcd/hpl_slcd.o: ../hpl/slcd/hpl_slcd.c \ + ../hal/utils/include/utils_assert.h ../hal/utils/include/compiler.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h \ + ../hal/utils/include/parts.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h \ + ../hri/hri_l22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h \ + ../hri/hri_ac_l22.h ../hal/include/hal_atomic.h ../hri/hri_adc_l22.h \ + ../hri/hri_aes_l22.h ../hri/hri_ccl_l22.h ../hri/hri_dmac_l22.h \ + ../hri/hri_dsu_l22.h ../hri/hri_eic_l22.h ../hri/hri_evsys_l22.h \ + ../hri/hri_freqm_l22.h ../hri/hri_gclk_l22.h ../hri/hri_mclk_l22.h \ + ../hri/hri_mtb_l22.h ../hri/hri_nvic_l22.h ../hri/hri_nvmctrl_l22.h \ + ../hri/hri_osc32kctrl_l22.h ../hri/hri_oscctrl_l22.h \ + ../hri/hri_pac_l22.h ../hri/hri_pm_l22.h ../hri/hri_port_l22.h \ + ../hri/hri_rstc_l22.h ../hri/hri_rtc_l22.h ../hri/hri_sercom_l22.h \ + ../hri/hri_slcd_l22.h ../hri/hri_supc_l22.h \ + ../hri/hri_systemcontrol_l22.h ../hri/hri_systick_l22.h \ + ../hri/hri_tc_l22.h ../hri/hri_tcc_l22.h ../hri/hri_trng_l22.h \ + ../hri/hri_usb_l22.h ../hri/hri_wdt_l22.h \ + ../hal/utils/include/err_codes.h ../hal/include/hpl_slcd_sync.h \ + ../hal/include/hpl_slcd.h ../Config/hpl_slcd_config.h \ + ../hpl/slcd/hpl_slcd_cm.h ../Config/peripheral_clk_config.h \ + ../Config/hpl_osc32kctrl_config.h \ + ../hpl/slcd/hpl_slcd_cm_7_seg_mapping.h \ + ../hpl/slcd/hpl_slcd_cm_14_seg_mapping.h + +../hal/utils/include/utils_assert.h: + +../hal/utils/include/compiler.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h: + +../hal/utils/include/parts.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h: + +../hri/hri_l22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h: + +../hri/hri_ac_l22.h: + +../hal/include/hal_atomic.h: + +../hri/hri_adc_l22.h: + +../hri/hri_aes_l22.h: + +../hri/hri_ccl_l22.h: + +../hri/hri_dmac_l22.h: + +../hri/hri_dsu_l22.h: + +../hri/hri_eic_l22.h: + +../hri/hri_evsys_l22.h: + +../hri/hri_freqm_l22.h: + +../hri/hri_gclk_l22.h: + +../hri/hri_mclk_l22.h: + +../hri/hri_mtb_l22.h: + +../hri/hri_nvic_l22.h: + +../hri/hri_nvmctrl_l22.h: + +../hri/hri_osc32kctrl_l22.h: + +../hri/hri_oscctrl_l22.h: + +../hri/hri_pac_l22.h: + +../hri/hri_pm_l22.h: + +../hri/hri_port_l22.h: + +../hri/hri_rstc_l22.h: + +../hri/hri_rtc_l22.h: + +../hri/hri_sercom_l22.h: + +../hri/hri_slcd_l22.h: + +../hri/hri_supc_l22.h: + +../hri/hri_systemcontrol_l22.h: + +../hri/hri_systick_l22.h: + +../hri/hri_tc_l22.h: + +../hri/hri_tcc_l22.h: + +../hri/hri_trng_l22.h: + +../hri/hri_usb_l22.h: + +../hri/hri_wdt_l22.h: + +../hal/utils/include/err_codes.h: + +../hal/include/hpl_slcd_sync.h: + +../hal/include/hpl_slcd.h: + +../Config/hpl_slcd_config.h: + +../hpl/slcd/hpl_slcd_cm.h: + +../Config/peripheral_clk_config.h: + +../Config/hpl_osc32kctrl_config.h: + +../hpl/slcd/hpl_slcd_cm_7_seg_mapping.h: + +../hpl/slcd/hpl_slcd_cm_14_seg_mapping.h: diff --git a/Smol Watch Project/My Project/Debug/hpl/slcd/hpl_slcd.o b/Smol Watch Project/My Project/Debug/hpl/slcd/hpl_slcd.o new file mode 100644 index 00000000..2f0a6902 Binary files /dev/null and b/Smol Watch Project/My Project/Debug/hpl/slcd/hpl_slcd.o differ diff --git a/Smol Watch Project/My Project/Debug/hpl/systick/hpl_systick.d b/Smol Watch Project/My Project/Debug/hpl/systick/hpl_systick.d new file mode 100644 index 00000000..d4275e3d --- /dev/null +++ b/Smol Watch Project/My Project/Debug/hpl/systick/hpl_systick.d @@ -0,0 +1,340 @@ +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 \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h \ + ../hal/utils/include/parts.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h \ + ../hri/hri_l22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h \ + ../hri/hri_ac_l22.h ../hal/include/hal_atomic.h ../hri/hri_adc_l22.h \ + ../hri/hri_aes_l22.h ../hri/hri_ccl_l22.h ../hri/hri_dmac_l22.h \ + ../hri/hri_dsu_l22.h ../hri/hri_eic_l22.h ../hri/hri_evsys_l22.h \ + ../hri/hri_freqm_l22.h ../hri/hri_gclk_l22.h ../hri/hri_mclk_l22.h \ + ../hri/hri_mtb_l22.h ../hri/hri_nvic_l22.h ../hri/hri_nvmctrl_l22.h \ + ../hri/hri_osc32kctrl_l22.h ../hri/hri_oscctrl_l22.h \ + ../hri/hri_pac_l22.h ../hri/hri_pm_l22.h ../hri/hri_port_l22.h \ + ../hri/hri_rstc_l22.h ../hri/hri_rtc_l22.h ../hri/hri_sercom_l22.h \ + ../hri/hri_slcd_l22.h ../hri/hri_supc_l22.h \ + ../hri/hri_systemcontrol_l22.h ../hri/hri_systick_l22.h \ + ../hri/hri_tc_l22.h ../hri/hri_tcc_l22.h ../hri/hri_trng_l22.h \ + ../hri/hri_usb_l22.h ../hri/hri_wdt_l22.h \ + ../hal/utils/include/err_codes.h ../Config/hpl_systick_config.h + +../hal/include/hpl_time_measure.h: + +../hal/utils/include/compiler.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h: + +../hal/utils/include/parts.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h: + +../hri/hri_l22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h: + +../hri/hri_ac_l22.h: + +../hal/include/hal_atomic.h: + +../hri/hri_adc_l22.h: + +../hri/hri_aes_l22.h: + +../hri/hri_ccl_l22.h: + +../hri/hri_dmac_l22.h: + +../hri/hri_dsu_l22.h: + +../hri/hri_eic_l22.h: + +../hri/hri_evsys_l22.h: + +../hri/hri_freqm_l22.h: + +../hri/hri_gclk_l22.h: + +../hri/hri_mclk_l22.h: + +../hri/hri_mtb_l22.h: + +../hri/hri_nvic_l22.h: + +../hri/hri_nvmctrl_l22.h: + +../hri/hri_osc32kctrl_l22.h: + +../hri/hri_oscctrl_l22.h: + +../hri/hri_pac_l22.h: + +../hri/hri_pm_l22.h: + +../hri/hri_port_l22.h: + +../hri/hri_rstc_l22.h: + +../hri/hri_rtc_l22.h: + +../hri/hri_sercom_l22.h: + +../hri/hri_slcd_l22.h: + +../hri/hri_supc_l22.h: + +../hri/hri_systemcontrol_l22.h: + +../hri/hri_systick_l22.h: + +../hri/hri_tc_l22.h: + +../hri/hri_tcc_l22.h: + +../hri/hri_trng_l22.h: + +../hri/hri_usb_l22.h: + +../hri/hri_wdt_l22.h: + +../hal/utils/include/err_codes.h: + +../Config/hpl_systick_config.h: diff --git a/Smol Watch Project/My Project/Debug/hpl/systick/hpl_systick.o b/Smol Watch Project/My Project/Debug/hpl/systick/hpl_systick.o new file mode 100644 index 00000000..9d47116e Binary files /dev/null and b/Smol Watch Project/My Project/Debug/hpl/systick/hpl_systick.o differ diff --git a/Smol Watch Project/My Project/Debug/hpl/tc/hpl_tc.d b/Smol Watch Project/My Project/Debug/hpl/tc/hpl_tc.d new file mode 100644 index 00000000..c7a07d1c --- /dev/null +++ b/Smol Watch Project/My Project/Debug/hpl/tc/hpl_tc.d @@ -0,0 +1,359 @@ +hpl/tc/hpl_tc.d hpl/tc/hpl_tc.o: ../hpl/tc/hpl_tc.c \ + ../hal/include/hpl_pwm.h ../hal/utils/include/compiler.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h \ + ../hal/utils/include/parts.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h \ + ../hri/hri_l22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h \ + ../hri/hri_ac_l22.h ../hal/include/hal_atomic.h ../hri/hri_adc_l22.h \ + ../hri/hri_aes_l22.h ../hri/hri_ccl_l22.h ../hri/hri_dmac_l22.h \ + ../hri/hri_dsu_l22.h ../hri/hri_eic_l22.h ../hri/hri_evsys_l22.h \ + ../hri/hri_freqm_l22.h ../hri/hri_gclk_l22.h ../hri/hri_mclk_l22.h \ + ../hri/hri_mtb_l22.h ../hri/hri_nvic_l22.h ../hri/hri_nvmctrl_l22.h \ + ../hri/hri_osc32kctrl_l22.h ../hri/hri_oscctrl_l22.h \ + ../hri/hri_pac_l22.h ../hri/hri_pm_l22.h ../hri/hri_port_l22.h \ + ../hri/hri_rstc_l22.h ../hri/hri_rtc_l22.h ../hri/hri_sercom_l22.h \ + ../hri/hri_slcd_l22.h ../hri/hri_supc_l22.h \ + ../hri/hri_systemcontrol_l22.h ../hri/hri_systick_l22.h \ + ../hri/hri_tc_l22.h ../hri/hri_tcc_l22.h ../hri/hri_trng_l22.h \ + ../hri/hri_usb_l22.h ../hri/hri_wdt_l22.h \ + ../hal/utils/include/err_codes.h ../hal/include/hpl_irq.h \ + ../Config/hpl_tc_config.h ../Config/peripheral_clk_config.h \ + ../Config/hpl_osc32kctrl_config.h ../hal/include/hpl_timer.h \ + ../hal/include/hpl_irq.h ../hal/utils/include/utils.h \ + ../hal/utils/include/utils_assert.h ../hpl/tc/hpl_tc_base.h + +../hal/include/hpl_pwm.h: + +../hal/utils/include/compiler.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h: + +../hal/utils/include/parts.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h: + +../hri/hri_l22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h: + +../hri/hri_ac_l22.h: + +../hal/include/hal_atomic.h: + +../hri/hri_adc_l22.h: + +../hri/hri_aes_l22.h: + +../hri/hri_ccl_l22.h: + +../hri/hri_dmac_l22.h: + +../hri/hri_dsu_l22.h: + +../hri/hri_eic_l22.h: + +../hri/hri_evsys_l22.h: + +../hri/hri_freqm_l22.h: + +../hri/hri_gclk_l22.h: + +../hri/hri_mclk_l22.h: + +../hri/hri_mtb_l22.h: + +../hri/hri_nvic_l22.h: + +../hri/hri_nvmctrl_l22.h: + +../hri/hri_osc32kctrl_l22.h: + +../hri/hri_oscctrl_l22.h: + +../hri/hri_pac_l22.h: + +../hri/hri_pm_l22.h: + +../hri/hri_port_l22.h: + +../hri/hri_rstc_l22.h: + +../hri/hri_rtc_l22.h: + +../hri/hri_sercom_l22.h: + +../hri/hri_slcd_l22.h: + +../hri/hri_supc_l22.h: + +../hri/hri_systemcontrol_l22.h: + +../hri/hri_systick_l22.h: + +../hri/hri_tc_l22.h: + +../hri/hri_tcc_l22.h: + +../hri/hri_trng_l22.h: + +../hri/hri_usb_l22.h: + +../hri/hri_wdt_l22.h: + +../hal/utils/include/err_codes.h: + +../hal/include/hpl_irq.h: + +../Config/hpl_tc_config.h: + +../Config/peripheral_clk_config.h: + +../Config/hpl_osc32kctrl_config.h: + +../hal/include/hpl_timer.h: + +../hal/include/hpl_irq.h: + +../hal/utils/include/utils.h: + +../hal/utils/include/utils_assert.h: + +../hpl/tc/hpl_tc_base.h: diff --git a/Smol Watch Project/My Project/Debug/hpl/tc/hpl_tc.o b/Smol Watch Project/My Project/Debug/hpl/tc/hpl_tc.o new file mode 100644 index 00000000..aacfa51f Binary files /dev/null and b/Smol Watch Project/My Project/Debug/hpl/tc/hpl_tc.o differ diff --git a/Smol Watch Project/My Project/Debug/hpl/tcc/hpl_tcc.d b/Smol Watch Project/My Project/Debug/hpl/tcc/hpl_tcc.d new file mode 100644 index 00000000..04ebedbc --- /dev/null +++ b/Smol Watch Project/My Project/Debug/hpl/tcc/hpl_tcc.d @@ -0,0 +1,359 @@ +hpl/tcc/hpl_tcc.d hpl/tcc/hpl_tcc.o: ../hpl/tcc/hpl_tcc.c \ + ../hal/utils/include/compiler.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h \ + ../hal/utils/include/parts.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h \ + ../hri/hri_l22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h \ + ../hri/hri_ac_l22.h ../hal/include/hal_atomic.h ../hri/hri_adc_l22.h \ + ../hri/hri_aes_l22.h ../hri/hri_ccl_l22.h ../hri/hri_dmac_l22.h \ + ../hri/hri_dsu_l22.h ../hri/hri_eic_l22.h ../hri/hri_evsys_l22.h \ + ../hri/hri_freqm_l22.h ../hri/hri_gclk_l22.h ../hri/hri_mclk_l22.h \ + ../hri/hri_mtb_l22.h ../hri/hri_nvic_l22.h ../hri/hri_nvmctrl_l22.h \ + ../hri/hri_osc32kctrl_l22.h ../hri/hri_oscctrl_l22.h \ + ../hri/hri_pac_l22.h ../hri/hri_pm_l22.h ../hri/hri_port_l22.h \ + ../hri/hri_rstc_l22.h ../hri/hri_rtc_l22.h ../hri/hri_sercom_l22.h \ + ../hri/hri_slcd_l22.h ../hri/hri_supc_l22.h \ + ../hri/hri_systemcontrol_l22.h ../hri/hri_systick_l22.h \ + ../hri/hri_tc_l22.h ../hri/hri_tcc_l22.h ../hri/hri_trng_l22.h \ + ../hri/hri_usb_l22.h ../hri/hri_wdt_l22.h \ + ../hal/utils/include/err_codes.h ../hal/include/hpl_pwm.h \ + ../hal/include/hpl_irq.h ../hpl/tcc/hpl_tcc.h ../hal/include/hpl_timer.h \ + ../hal/include/hpl_irq.h ../Config/hpl_tcc_config.h \ + ../Config/peripheral_clk_config.h ../Config/hpl_osc32kctrl_config.h \ + ../hal/utils/include/utils.h ../hal/utils/include/utils_assert.h + +../hal/utils/include/compiler.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h: + +../hal/utils/include/parts.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h: + +../hri/hri_l22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h: + +../hri/hri_ac_l22.h: + +../hal/include/hal_atomic.h: + +../hri/hri_adc_l22.h: + +../hri/hri_aes_l22.h: + +../hri/hri_ccl_l22.h: + +../hri/hri_dmac_l22.h: + +../hri/hri_dsu_l22.h: + +../hri/hri_eic_l22.h: + +../hri/hri_evsys_l22.h: + +../hri/hri_freqm_l22.h: + +../hri/hri_gclk_l22.h: + +../hri/hri_mclk_l22.h: + +../hri/hri_mtb_l22.h: + +../hri/hri_nvic_l22.h: + +../hri/hri_nvmctrl_l22.h: + +../hri/hri_osc32kctrl_l22.h: + +../hri/hri_oscctrl_l22.h: + +../hri/hri_pac_l22.h: + +../hri/hri_pm_l22.h: + +../hri/hri_port_l22.h: + +../hri/hri_rstc_l22.h: + +../hri/hri_rtc_l22.h: + +../hri/hri_sercom_l22.h: + +../hri/hri_slcd_l22.h: + +../hri/hri_supc_l22.h: + +../hri/hri_systemcontrol_l22.h: + +../hri/hri_systick_l22.h: + +../hri/hri_tc_l22.h: + +../hri/hri_tcc_l22.h: + +../hri/hri_trng_l22.h: + +../hri/hri_usb_l22.h: + +../hri/hri_wdt_l22.h: + +../hal/utils/include/err_codes.h: + +../hal/include/hpl_pwm.h: + +../hal/include/hpl_irq.h: + +../hpl/tcc/hpl_tcc.h: + +../hal/include/hpl_timer.h: + +../hal/include/hpl_irq.h: + +../Config/hpl_tcc_config.h: + +../Config/peripheral_clk_config.h: + +../Config/hpl_osc32kctrl_config.h: + +../hal/utils/include/utils.h: + +../hal/utils/include/utils_assert.h: diff --git a/Smol Watch Project/My Project/Debug/hpl/tcc/hpl_tcc.o b/Smol Watch Project/My Project/Debug/hpl/tcc/hpl_tcc.o new file mode 100644 index 00000000..c47dfd72 Binary files /dev/null and b/Smol Watch Project/My Project/Debug/hpl/tcc/hpl_tcc.o differ diff --git a/Smol Watch Project/My Project/Debug/main.d b/Smol Watch Project/My Project/Debug/main.d new file mode 100644 index 00000000..77a174c2 --- /dev/null +++ b/Smol Watch Project/My Project/Debug/main.d @@ -0,0 +1,438 @@ +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 \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h \ + ../hal/utils/include/parts.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h \ + ../hri/hri_l22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h \ + ../hri/hri_ac_l22.h ../hal/include/hal_atomic.h ../hri/hri_adc_l22.h \ + ../hri/hri_aes_l22.h ../hri/hri_ccl_l22.h ../hri/hri_dmac_l22.h \ + ../hri/hri_dsu_l22.h ../hri/hri_eic_l22.h ../hri/hri_evsys_l22.h \ + ../hri/hri_freqm_l22.h ../hri/hri_gclk_l22.h ../hri/hri_mclk_l22.h \ + ../hri/hri_mtb_l22.h ../hri/hri_nvic_l22.h ../hri/hri_nvmctrl_l22.h \ + ../hri/hri_osc32kctrl_l22.h ../hri/hri_oscctrl_l22.h \ + ../hri/hri_pac_l22.h ../hri/hri_pm_l22.h ../hri/hri_port_l22.h \ + ../hri/hri_rstc_l22.h ../hri/hri_rtc_l22.h ../hri/hri_sercom_l22.h \ + ../hri/hri_slcd_l22.h ../hri/hri_supc_l22.h \ + ../hri/hri_systemcontrol_l22.h ../hri/hri_systick_l22.h \ + ../hri/hri_tc_l22.h ../hri/hri_tcc_l22.h ../hri/hri_trng_l22.h \ + ../hri/hri_usb_l22.h ../hri/hri_wdt_l22.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_adc_sync.h ../hal/include/hpl_adc_sync.h \ + ../hal/include/hpl_missing_features.h ../hal/include/hal_ext_irq.h \ + ../hal/include/hpl_ext_irq.h ../hal/include/hal_calendar.h \ + ../hal/include/hpl_calendar.h ../hal/utils/include/utils_list.h \ + ../hal/include/hpl_irq.h ../hal/include/hal_i2c_m_sync.h \ + ../hal/include/hpl_i2c_m_sync.h ../hal/include/hal_pwm.h \ + ../hal/include/hpl_pwm.h ../hpl/tc/hpl_tc_base.h \ + ../hal/include/hpl_timer.h ../hpl/tcc/hpl_tcc.h \ + ../hal/include/hal_slcd_sync.h ../hal/include/hpl_slcd_sync.h \ + ../hal/include/hpl_slcd.h ../sleep_manager_main.h \ + ../sleep_manager/sleep_manager.h ../hal/utils/include/utils_event.h \ + ../hal/utils/include/utils.h ../hal/utils/include/events.h \ + .././watch-library/watch.h ../hal/include/hpl_calendar.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: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h: + +../hal/utils/include/parts.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h: + +../hri/hri_l22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h: + +../hri/hri_ac_l22.h: + +../hal/include/hal_atomic.h: + +../hri/hri_adc_l22.h: + +../hri/hri_aes_l22.h: + +../hri/hri_ccl_l22.h: + +../hri/hri_dmac_l22.h: + +../hri/hri_dsu_l22.h: + +../hri/hri_eic_l22.h: + +../hri/hri_evsys_l22.h: + +../hri/hri_freqm_l22.h: + +../hri/hri_gclk_l22.h: + +../hri/hri_mclk_l22.h: + +../hri/hri_mtb_l22.h: + +../hri/hri_nvic_l22.h: + +../hri/hri_nvmctrl_l22.h: + +../hri/hri_osc32kctrl_l22.h: + +../hri/hri_oscctrl_l22.h: + +../hri/hri_pac_l22.h: + +../hri/hri_pm_l22.h: + +../hri/hri_port_l22.h: + +../hri/hri_rstc_l22.h: + +../hri/hri_rtc_l22.h: + +../hri/hri_sercom_l22.h: + +../hri/hri_slcd_l22.h: + +../hri/hri_supc_l22.h: + +../hri/hri_systemcontrol_l22.h: + +../hri/hri_systick_l22.h: + +../hri/hri_tc_l22.h: + +../hri/hri_tcc_l22.h: + +../hri/hri_trng_l22.h: + +../hri/hri_usb_l22.h: + +../hri/hri_wdt_l22.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_adc_sync.h: + +../hal/include/hpl_adc_sync.h: + +../hal/include/hpl_missing_features.h: + +../hal/include/hal_ext_irq.h: + +../hal/include/hpl_ext_irq.h: + +../hal/include/hal_calendar.h: + +../hal/include/hpl_calendar.h: + +../hal/utils/include/utils_list.h: + +../hal/include/hpl_irq.h: + +../hal/include/hal_i2c_m_sync.h: + +../hal/include/hpl_i2c_m_sync.h: + +../hal/include/hal_pwm.h: + +../hal/include/hpl_pwm.h: + +../hpl/tc/hpl_tc_base.h: + +../hal/include/hpl_timer.h: + +../hpl/tcc/hpl_tcc.h: + +../hal/include/hal_slcd_sync.h: + +../hal/include/hpl_slcd_sync.h: + +../hal/include/hpl_slcd.h: + +../sleep_manager_main.h: + +../sleep_manager/sleep_manager.h: + +../hal/utils/include/utils_event.h: + +../hal/utils/include/utils.h: + +../hal/utils/include/events.h: + +.././watch-library/watch.h: + +../hal/include/hpl_calendar.h: diff --git a/Smol Watch Project/My Project/Debug/main.o b/Smol Watch Project/My Project/Debug/main.o new file mode 100644 index 00000000..36f21e9f Binary files /dev/null and b/Smol Watch Project/My Project/Debug/main.o differ diff --git a/Smol Watch Project/My Project/Debug/makedep.mk b/Smol Watch Project/My Project/Debug/makedep.mk new file mode 100644 index 00000000..4fdfcec1 --- /dev/null +++ b/Smol Watch Project/My Project/Debug/makedep.mk @@ -0,0 +1,86 @@ +################################################################################ +# Automatically-generated file. Do not edit or delete the file +################################################################################ + +atmel_start.c + +Device_Startup\startup_saml22.c + +Device_Startup\system_saml22.c + +driver_init.c + +examples\driver_examples.c + +hal\src\hal_adc_sync.c + +hal\src\hal_atomic.c + +hal\src\hal_calendar.c + +hal\src\hal_delay.c + +hal\src\hal_ext_irq.c + +hal\src\hal_gpio.c + +hal\src\hal_i2c_m_sync.c + +hal\src\hal_init.c + +hal\src\hal_io.c + +hal\src\hal_pwm.c + +hal\src\hal_slcd_sync.c + +hal\src\hal_sleep.c + +hal\utils\src\utils_assert.c + +hal\utils\src\utils_event.c + +hal\utils\src\utils_list.c + +hal\utils\src\utils_syscalls.c + +hpl\adc\hpl_adc.c + +hpl\core\hpl_core_m0plus_base.c + +hpl\core\hpl_init.c + +hpl\dmac\hpl_dmac.c + +hpl\eic\hpl_eic.c + +hpl\gclk\hpl_gclk.c + +hpl\mclk\hpl_mclk.c + +hpl\osc32kctrl\hpl_osc32kctrl.c + +hpl\oscctrl\hpl_oscctrl.c + +hpl\pm\hpl_pm.c + +hpl\rtc\hpl_rtc.c + +hpl\sercom\hpl_sercom.c + +hpl\slcd\hpl_slcd.c + +hpl\systick\hpl_systick.c + +hpl\tcc\hpl_tcc.c + +hpl\tc\hpl_tc.c + +main.c + +sleep_manager\sleep_manager.c + +sleep_manager_main.c + +watch-library\watch.c + diff --git a/Smol Watch Project/My Project/Debug/sleep_manager/sleep_manager.d b/Smol Watch Project/My Project/Debug/sleep_manager/sleep_manager.d new file mode 100644 index 00000000..09ed508b --- /dev/null +++ b/Smol Watch Project/My Project/Debug/sleep_manager/sleep_manager.d @@ -0,0 +1,355 @@ +sleep_manager/sleep_manager.d sleep_manager/sleep_manager.o: \ + ../sleep_manager/sleep_manager.c ../sleep_manager/sleep_manager.h \ + ../hal/utils/include/utils_event.h ../hal/utils/include/utils.h \ + ../hal/utils/include/utils_list.h ../hal/utils/include/compiler.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h \ + ../hal/utils/include/parts.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h \ + ../hri/hri_l22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h \ + ../hri/hri_ac_l22.h ../hal/include/hal_atomic.h ../hri/hri_adc_l22.h \ + ../hri/hri_aes_l22.h ../hri/hri_ccl_l22.h ../hri/hri_dmac_l22.h \ + ../hri/hri_dsu_l22.h ../hri/hri_eic_l22.h ../hri/hri_evsys_l22.h \ + ../hri/hri_freqm_l22.h ../hri/hri_gclk_l22.h ../hri/hri_mclk_l22.h \ + ../hri/hri_mtb_l22.h ../hri/hri_nvic_l22.h ../hri/hri_nvmctrl_l22.h \ + ../hri/hri_osc32kctrl_l22.h ../hri/hri_oscctrl_l22.h \ + ../hri/hri_pac_l22.h ../hri/hri_pm_l22.h ../hri/hri_port_l22.h \ + ../hri/hri_rstc_l22.h ../hri/hri_rtc_l22.h ../hri/hri_sercom_l22.h \ + ../hri/hri_slcd_l22.h ../hri/hri_supc_l22.h \ + ../hri/hri_systemcontrol_l22.h ../hri/hri_systick_l22.h \ + ../hri/hri_tc_l22.h ../hri/hri_tcc_l22.h ../hri/hri_trng_l22.h \ + ../hri/hri_usb_l22.h ../hri/hri_wdt_l22.h \ + ../hal/utils/include/err_codes.h ../hal/utils/include/events.h \ + ../hal/include/hal_sleep.h ../hal/include/hpl_sleep.h \ + ../hal/utils/include/utils_assert.h + +../sleep_manager/sleep_manager.h: + +../hal/utils/include/utils_event.h: + +../hal/utils/include/utils.h: + +../hal/utils/include/utils_list.h: + +../hal/utils/include/compiler.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h: + +../hal/utils/include/parts.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h: + +../hri/hri_l22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h: + +../hri/hri_ac_l22.h: + +../hal/include/hal_atomic.h: + +../hri/hri_adc_l22.h: + +../hri/hri_aes_l22.h: + +../hri/hri_ccl_l22.h: + +../hri/hri_dmac_l22.h: + +../hri/hri_dsu_l22.h: + +../hri/hri_eic_l22.h: + +../hri/hri_evsys_l22.h: + +../hri/hri_freqm_l22.h: + +../hri/hri_gclk_l22.h: + +../hri/hri_mclk_l22.h: + +../hri/hri_mtb_l22.h: + +../hri/hri_nvic_l22.h: + +../hri/hri_nvmctrl_l22.h: + +../hri/hri_osc32kctrl_l22.h: + +../hri/hri_oscctrl_l22.h: + +../hri/hri_pac_l22.h: + +../hri/hri_pm_l22.h: + +../hri/hri_port_l22.h: + +../hri/hri_rstc_l22.h: + +../hri/hri_rtc_l22.h: + +../hri/hri_sercom_l22.h: + +../hri/hri_slcd_l22.h: + +../hri/hri_supc_l22.h: + +../hri/hri_systemcontrol_l22.h: + +../hri/hri_systick_l22.h: + +../hri/hri_tc_l22.h: + +../hri/hri_tcc_l22.h: + +../hri/hri_trng_l22.h: + +../hri/hri_usb_l22.h: + +../hri/hri_wdt_l22.h: + +../hal/utils/include/err_codes.h: + +../hal/utils/include/events.h: + +../hal/include/hal_sleep.h: + +../hal/include/hpl_sleep.h: + +../hal/utils/include/utils_assert.h: diff --git a/Smol Watch Project/My Project/Debug/sleep_manager/sleep_manager.o b/Smol Watch Project/My Project/Debug/sleep_manager/sleep_manager.o new file mode 100644 index 00000000..3a9d201d Binary files /dev/null and b/Smol Watch Project/My Project/Debug/sleep_manager/sleep_manager.o differ diff --git a/Smol Watch Project/My Project/Debug/sleep_manager_main.d b/Smol Watch Project/My Project/Debug/sleep_manager_main.d new file mode 100644 index 00000000..996e2888 --- /dev/null +++ b/Smol Watch Project/My Project/Debug/sleep_manager_main.d @@ -0,0 +1,434 @@ +sleep_manager_main.d sleep_manager_main.o: .././sleep_manager_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 \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h \ + ../hal/utils/include/parts.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h \ + ../hri/hri_l22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h \ + ../hri/hri_ac_l22.h ../hal/include/hal_atomic.h ../hri/hri_adc_l22.h \ + ../hri/hri_aes_l22.h ../hri/hri_ccl_l22.h ../hri/hri_dmac_l22.h \ + ../hri/hri_dsu_l22.h ../hri/hri_eic_l22.h ../hri/hri_evsys_l22.h \ + ../hri/hri_freqm_l22.h ../hri/hri_gclk_l22.h ../hri/hri_mclk_l22.h \ + ../hri/hri_mtb_l22.h ../hri/hri_nvic_l22.h ../hri/hri_nvmctrl_l22.h \ + ../hri/hri_osc32kctrl_l22.h ../hri/hri_oscctrl_l22.h \ + ../hri/hri_pac_l22.h ../hri/hri_pm_l22.h ../hri/hri_port_l22.h \ + ../hri/hri_rstc_l22.h ../hri/hri_rtc_l22.h ../hri/hri_sercom_l22.h \ + ../hri/hri_slcd_l22.h ../hri/hri_supc_l22.h \ + ../hri/hri_systemcontrol_l22.h ../hri/hri_systick_l22.h \ + ../hri/hri_tc_l22.h ../hri/hri_tcc_l22.h ../hri/hri_trng_l22.h \ + ../hri/hri_usb_l22.h ../hri/hri_wdt_l22.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_adc_sync.h ../hal/include/hpl_adc_sync.h \ + ../hal/include/hpl_missing_features.h ../hal/include/hal_ext_irq.h \ + ../hal/include/hpl_ext_irq.h ../hal/include/hal_calendar.h \ + ../hal/include/hpl_calendar.h ../hal/utils/include/utils_list.h \ + ../hal/include/hpl_irq.h ../hal/include/hal_i2c_m_sync.h \ + ../hal/include/hpl_i2c_m_sync.h ../hal/include/hal_pwm.h \ + ../hal/include/hpl_pwm.h ../hpl/tc/hpl_tc_base.h \ + ../hal/include/hpl_timer.h ../hpl/tcc/hpl_tcc.h \ + ../hal/include/hal_slcd_sync.h ../hal/include/hpl_slcd_sync.h \ + ../hal/include/hpl_slcd.h .././sleep_manager_main.h \ + ../sleep_manager/sleep_manager.h ../hal/utils/include/utils_event.h \ + ../hal/utils/include/utils.h ../hal/utils/include/events.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: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h: + +../hal/utils/include/parts.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h: + +../hri/hri_l22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h: + +../hri/hri_ac_l22.h: + +../hal/include/hal_atomic.h: + +../hri/hri_adc_l22.h: + +../hri/hri_aes_l22.h: + +../hri/hri_ccl_l22.h: + +../hri/hri_dmac_l22.h: + +../hri/hri_dsu_l22.h: + +../hri/hri_eic_l22.h: + +../hri/hri_evsys_l22.h: + +../hri/hri_freqm_l22.h: + +../hri/hri_gclk_l22.h: + +../hri/hri_mclk_l22.h: + +../hri/hri_mtb_l22.h: + +../hri/hri_nvic_l22.h: + +../hri/hri_nvmctrl_l22.h: + +../hri/hri_osc32kctrl_l22.h: + +../hri/hri_oscctrl_l22.h: + +../hri/hri_pac_l22.h: + +../hri/hri_pm_l22.h: + +../hri/hri_port_l22.h: + +../hri/hri_rstc_l22.h: + +../hri/hri_rtc_l22.h: + +../hri/hri_sercom_l22.h: + +../hri/hri_slcd_l22.h: + +../hri/hri_supc_l22.h: + +../hri/hri_systemcontrol_l22.h: + +../hri/hri_systick_l22.h: + +../hri/hri_tc_l22.h: + +../hri/hri_tcc_l22.h: + +../hri/hri_trng_l22.h: + +../hri/hri_usb_l22.h: + +../hri/hri_wdt_l22.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_adc_sync.h: + +../hal/include/hpl_adc_sync.h: + +../hal/include/hpl_missing_features.h: + +../hal/include/hal_ext_irq.h: + +../hal/include/hpl_ext_irq.h: + +../hal/include/hal_calendar.h: + +../hal/include/hpl_calendar.h: + +../hal/utils/include/utils_list.h: + +../hal/include/hpl_irq.h: + +../hal/include/hal_i2c_m_sync.h: + +../hal/include/hpl_i2c_m_sync.h: + +../hal/include/hal_pwm.h: + +../hal/include/hpl_pwm.h: + +../hpl/tc/hpl_tc_base.h: + +../hal/include/hpl_timer.h: + +../hpl/tcc/hpl_tcc.h: + +../hal/include/hal_slcd_sync.h: + +../hal/include/hpl_slcd_sync.h: + +../hal/include/hpl_slcd.h: + +.././sleep_manager_main.h: + +../sleep_manager/sleep_manager.h: + +../hal/utils/include/utils_event.h: + +../hal/utils/include/utils.h: + +../hal/utils/include/events.h: diff --git a/Smol Watch Project/My Project/Debug/sleep_manager_main.o b/Smol Watch Project/My Project/Debug/sleep_manager_main.o new file mode 100644 index 00000000..be9c916e Binary files /dev/null and b/Smol Watch Project/My Project/Debug/sleep_manager_main.o differ diff --git a/Smol Watch Project/My Project/Debug/watch-library/watch.d b/Smol Watch Project/My Project/Debug/watch-library/watch.d new file mode 100644 index 00000000..838c982e --- /dev/null +++ b/Smol Watch Project/My Project/Debug/watch-library/watch.d @@ -0,0 +1,424 @@ +watch-library/watch.d watch-library/watch.o: ../watch-library/watch.c \ + ../watch-library/watch.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \ + ../hal/include/hpl_calendar.h ../hal/utils/include/compiler.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h \ + c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h \ + ../hal/utils/include/parts.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h \ + ../hri/hri_l22.h \ + C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h \ + ../hri/hri_ac_l22.h ../hal/include/hal_atomic.h ../hri/hri_adc_l22.h \ + ../hri/hri_aes_l22.h ../hri/hri_ccl_l22.h ../hri/hri_dmac_l22.h \ + ../hri/hri_dsu_l22.h ../hri/hri_eic_l22.h ../hri/hri_evsys_l22.h \ + ../hri/hri_freqm_l22.h ../hri/hri_gclk_l22.h ../hri/hri_mclk_l22.h \ + ../hri/hri_mtb_l22.h ../hri/hri_nvic_l22.h ../hri/hri_nvmctrl_l22.h \ + ../hri/hri_osc32kctrl_l22.h ../hri/hri_oscctrl_l22.h \ + ../hri/hri_pac_l22.h ../hri/hri_pm_l22.h ../hri/hri_port_l22.h \ + ../hri/hri_rstc_l22.h ../hri/hri_rtc_l22.h ../hri/hri_sercom_l22.h \ + ../hri/hri_slcd_l22.h ../hri/hri_supc_l22.h \ + ../hri/hri_systemcontrol_l22.h ../hri/hri_systick_l22.h \ + ../hri/hri_tc_l22.h ../hri/hri_tcc_l22.h ../hri/hri_trng_l22.h \ + ../hri/hri_usb_l22.h ../hri/hri_wdt_l22.h \ + ../hal/utils/include/err_codes.h ../hal/utils/include/utils_list.h \ + ../hal/include/hpl_irq.h ../driver_init.h ../atmel_start_pins.h \ + ../hal/include/hal_gpio.h ../hal/include/hpl_gpio.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_adc_sync.h \ + ../hal/include/hpl_adc_sync.h ../hal/include/hpl_missing_features.h \ + ../hal/include/hal_ext_irq.h ../hal/include/hpl_ext_irq.h \ + ../hal/include/hal_calendar.h ../hal/include/hpl_calendar.h \ + ../hal/include/hal_i2c_m_sync.h ../hal/include/hpl_i2c_m_sync.h \ + ../hal/include/hal_pwm.h ../hal/include/hpl_pwm.h \ + ../hpl/tc/hpl_tc_base.h ../hal/include/hpl_timer.h ../hpl/tcc/hpl_tcc.h \ + ../hal/include/hal_slcd_sync.h ../hal/include/hpl_slcd_sync.h \ + ../hal/include/hpl_slcd.h + +../watch-library/watch.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h: + +../hal/include/hpl_calendar.h: + +../hal/utils/include/compiler.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h: + +c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h: + +../hal/utils/include/parts.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/saml22j18a.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm0plus.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/system_saml22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/sercom.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/tcc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/component/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/adc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/aes.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ccl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dmac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/dsu.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/eic.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/evsys.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/freqm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/gclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mclk.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/mtb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/nvmctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/oscctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/osc32kctrl.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pac.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/pm.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/port.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/ptc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rstc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/rtc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/sercom3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/slcd.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/supc.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc1.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc2.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tc3.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/tcc0.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/trng.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/usb.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/instance/wdt.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/pio/saml22j18a.h: + +../hri/hri_l22.h: + +C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAML22_DFP\1.2.77\include/sam.h: + +../hri/hri_ac_l22.h: + +../hal/include/hal_atomic.h: + +../hri/hri_adc_l22.h: + +../hri/hri_aes_l22.h: + +../hri/hri_ccl_l22.h: + +../hri/hri_dmac_l22.h: + +../hri/hri_dsu_l22.h: + +../hri/hri_eic_l22.h: + +../hri/hri_evsys_l22.h: + +../hri/hri_freqm_l22.h: + +../hri/hri_gclk_l22.h: + +../hri/hri_mclk_l22.h: + +../hri/hri_mtb_l22.h: + +../hri/hri_nvic_l22.h: + +../hri/hri_nvmctrl_l22.h: + +../hri/hri_osc32kctrl_l22.h: + +../hri/hri_oscctrl_l22.h: + +../hri/hri_pac_l22.h: + +../hri/hri_pm_l22.h: + +../hri/hri_port_l22.h: + +../hri/hri_rstc_l22.h: + +../hri/hri_rtc_l22.h: + +../hri/hri_sercom_l22.h: + +../hri/hri_slcd_l22.h: + +../hri/hri_supc_l22.h: + +../hri/hri_systemcontrol_l22.h: + +../hri/hri_systick_l22.h: + +../hri/hri_tc_l22.h: + +../hri/hri_tcc_l22.h: + +../hri/hri_trng_l22.h: + +../hri/hri_usb_l22.h: + +../hri/hri_wdt_l22.h: + +../hal/utils/include/err_codes.h: + +../hal/utils/include/utils_list.h: + +../hal/include/hpl_irq.h: + +../driver_init.h: + +../atmel_start_pins.h: + +../hal/include/hal_gpio.h: + +../hal/include/hpl_gpio.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_adc_sync.h: + +../hal/include/hpl_adc_sync.h: + +../hal/include/hpl_missing_features.h: + +../hal/include/hal_ext_irq.h: + +../hal/include/hpl_ext_irq.h: + +../hal/include/hal_calendar.h: + +../hal/include/hpl_calendar.h: + +../hal/include/hal_i2c_m_sync.h: + +../hal/include/hpl_i2c_m_sync.h: + +../hal/include/hal_pwm.h: + +../hal/include/hpl_pwm.h: + +../hpl/tc/hpl_tc_base.h: + +../hal/include/hpl_timer.h: + +../hpl/tcc/hpl_tcc.h: + +../hal/include/hal_slcd_sync.h: + +../hal/include/hpl_slcd_sync.h: + +../hal/include/hpl_slcd.h: diff --git a/Smol Watch Project/My Project/Debug/watch-library/watch.o b/Smol Watch Project/My Project/Debug/watch-library/watch.o new file mode 100644 index 00000000..21ba8534 Binary files /dev/null and b/Smol Watch Project/My Project/Debug/watch-library/watch.o differ -- cgit v1.2.3