From a936b176fe2aae6ac6378b73fcaad1a61cb8eca3 Mon Sep 17 00:00:00 2001 From: lynxeyed-atsu Date: Thu, 9 Aug 2012 22:13:57 +0900 Subject: changed MCU settings We can switch linker script each MCU using Configuration tab of LPCXpresso project's properties. --- .cproject | 5466 +++++++++++++++++++- .project | 0 .settings/org.eclipse.ltk.core.refactoring.prefs | 3 + Bootloaders/Bootloader.axf | Bin 0 -> 74067 bytes Bootloaders/Bootloader.hex | 127 + Bootloaders/Bootloader_DIP28_.axf | Bin 0 -> 74067 bytes Bootloaders/Bootloader_DIP28_.hex | 126 + LPC1114FN28_102_DIP28/eXodusino.axf | Bin 0 -> 273470 bytes LPC1114FN28_102_DIP28/eXodusino.bin | Bin 0 -> 20756 bytes LPC1114FN28_102_DIP28/eXodusino.ld | 127 + LPC1114FN28_102_DIP28/eXodusino_Release.ld | 128 + LPC1114FN28_102_DIP28/eXodusino_Release_lib.ld | 19 + LPC1114FN28_102_DIP28/eXodusino_Release_mem.ld | 21 + LPC1114FN28_102_DIP28/exodusino.map | 3576 +++++++++++++ LPC1114FN28_102_DIP28/makefile | 68 + LPC1114FN28_102_DIP28/objects.mk | 8 + LPC1114FN28_102_DIP28/sources.mk | 31 + LPC1114FN28_102_DIP28/src/FatFs/SD.d | 42 + LPC1114FN28_102_DIP28/src/FatFs/pff.d | 39 + LPC1114FN28_102_DIP28/src/FatFs/sdcard.d | 48 + LPC1114FN28_102_DIP28/src/FatFs/subdir.mk | 30 + LPC1114FN28_102_DIP28/src/XBee/XBee.d | 37 + LPC1114FN28_102_DIP28/src/XBee/subdir.mk | 24 + LPC1114FN28_102_DIP28/src/core/LiquidCrystal.d | 27 + LPC1114FN28_102_DIP28/src/core/Print.d | 11 + LPC1114FN28_102_DIP28/src/core/SPI.d | 13 + LPC1114FN28_102_DIP28/src/core/SPI1.d | 15 + LPC1114FN28_102_DIP28/src/core/SoftwareSerial.d | 20 + LPC1114FN28_102_DIP28/src/core/Wire.d | 38 + LPC1114FN28_102_DIP28/src/core/analogio.d | 13 + LPC1114FN28_102_DIP28/src/core/arithmetical.d | 34 + LPC1114FN28_102_DIP28/src/core/cr_cpp_config.d | 1 + LPC1114FN28_102_DIP28/src/core/cr_startup_lpc11.d | 4 + LPC1114FN28_102_DIP28/src/core/delay.d | 15 + LPC1114FN28_102_DIP28/src/core/gpio.d | 11 + LPC1114FN28_102_DIP28/src/core/gpio_int.d | 11 + LPC1114FN28_102_DIP28/src/core/maryoled.d | 22 + LPC1114FN28_102_DIP28/src/core/startup_mary.d | 25 + LPC1114FN28_102_DIP28/src/core/subdir.mk | 72 + LPC1114FN28_102_DIP28/src/core/system_LPC11xx.d | 9 + LPC1114FN28_102_DIP28/src/core/uart.d | 13 + LPC1114FN28_102_DIP28/src/subdir.mk | 24 + LPC1114FN28_102_DIP28/src/user_application.d | 31 + LPC1114FN28_102_DIP28_bootloader/eXodusino.axf | Bin 0 -> 240714 bytes LPC1114FN28_102_DIP28_bootloader/eXodusino.bin | Bin 0 -> 20756 bytes LPC1114FN28_102_DIP28_bootloader/eXodusino.ld | 127 + .../eXodusino_Release.ld | 128 + .../eXodusino_Release_lib.ld | 19 + .../eXodusino_Release_mem.ld | 21 + LPC1114FN28_102_DIP28_bootloader/exodusino.map | 3576 +++++++++++++ LPC1114FN28_102_DIP28_bootloader/makefile | 68 + LPC1114FN28_102_DIP28_bootloader/objects.mk | 8 + LPC1114FN28_102_DIP28_bootloader/sources.mk | 31 + LPC1114FN28_102_DIP28_bootloader/src/FatFs/SD.d | 42 + LPC1114FN28_102_DIP28_bootloader/src/FatFs/pff.d | 39 + .../src/FatFs/sdcard.d | 48 + .../src/FatFs/subdir.mk | 30 + LPC1114FN28_102_DIP28_bootloader/src/XBee/XBee.d | 37 + .../src/XBee/subdir.mk | 24 + .../src/core/LiquidCrystal.d | 27 + LPC1114FN28_102_DIP28_bootloader/src/core/Print.d | 11 + LPC1114FN28_102_DIP28_bootloader/src/core/SPI.d | 13 + LPC1114FN28_102_DIP28_bootloader/src/core/SPI1.d | 15 + .../src/core/SoftwareSerial.d | 20 + LPC1114FN28_102_DIP28_bootloader/src/core/Wire.d | 38 + .../src/core/analogio.d | 13 + .../src/core/arithmetical.d | 34 + .../src/core/cr_cpp_config.d | 1 + .../src/core/cr_startup_lpc11.d | 4 + LPC1114FN28_102_DIP28_bootloader/src/core/delay.d | 15 + LPC1114FN28_102_DIP28_bootloader/src/core/gpio.d | 11 + .../src/core/gpio_int.d | 11 + .../src/core/maryoled.d | 22 + .../src/core/startup_mary.d | 25 + .../src/core/subdir.mk | 72 + .../src/core/system_LPC11xx.d | 9 + LPC1114FN28_102_DIP28_bootloader/src/core/uart.d | 13 + LPC1114FN28_102_DIP28_bootloader/src/subdir.mk | 24 + .../src/user_application.d | 31 + LPC1114F_301_TQFP48/eXodusino.axf | Bin 0 -> 273470 bytes LPC1114F_301_TQFP48/eXodusino.bin | Bin 0 -> 20756 bytes LPC1114F_301_TQFP48/eXodusino.ld | 127 + LPC1114F_301_TQFP48/eXodusino.map | 3576 +++++++++++++ .../eXodusino_LPC1114F_301_TQFP48.ld | 127 + .../eXodusino_LPC1114F_301_TQFP48_lib.ld | 19 + .../eXodusino_LPC1114F_301_TQFP48_mem.ld | 21 + LPC1114F_301_TQFP48/makefile | 68 + LPC1114F_301_TQFP48/objects.mk | 8 + LPC1114F_301_TQFP48/sources.mk | 31 + LPC1114F_301_TQFP48/src/FatFs/SD.d | 42 + LPC1114F_301_TQFP48/src/FatFs/pff.d | 39 + LPC1114F_301_TQFP48/src/FatFs/sdcard.d | 48 + LPC1114F_301_TQFP48/src/FatFs/subdir.mk | 30 + LPC1114F_301_TQFP48/src/XBee/XBee.d | 37 + LPC1114F_301_TQFP48/src/XBee/subdir.mk | 24 + LPC1114F_301_TQFP48/src/core/LiquidCrystal.d | 27 + LPC1114F_301_TQFP48/src/core/Print.d | 11 + LPC1114F_301_TQFP48/src/core/SPI.d | 13 + LPC1114F_301_TQFP48/src/core/SPI1.d | 15 + LPC1114F_301_TQFP48/src/core/SoftwareSerial.d | 20 + LPC1114F_301_TQFP48/src/core/Wire.d | 38 + LPC1114F_301_TQFP48/src/core/analogio.d | 13 + LPC1114F_301_TQFP48/src/core/arithmetical.d | 34 + LPC1114F_301_TQFP48/src/core/cr_cpp_config.d | 1 + LPC1114F_301_TQFP48/src/core/cr_startup_lpc11.d | 4 + LPC1114F_301_TQFP48/src/core/delay.d | 15 + LPC1114F_301_TQFP48/src/core/gpio.d | 11 + LPC1114F_301_TQFP48/src/core/gpio_int.d | 11 + LPC1114F_301_TQFP48/src/core/maryoled.d | 22 + LPC1114F_301_TQFP48/src/core/startup_mary.d | 25 + LPC1114F_301_TQFP48/src/core/subdir.mk | 72 + LPC1114F_301_TQFP48/src/core/system_LPC11xx.d | 9 + LPC1114F_301_TQFP48/src/core/uart.d | 13 + LPC1114F_301_TQFP48/src/subdir.mk | 24 + LPC1114F_301_TQFP48/src/user_application.d | 31 + LPC1114F_301_TQFP48_bootloader/eXodusino.axf | Bin 0 -> 240714 bytes LPC1114F_301_TQFP48_bootloader/eXodusino.bin | Bin 0 -> 20756 bytes LPC1114F_301_TQFP48_bootloader/eXodusino.ld | 127 + .../eXodusino_Release.ld | 128 + .../eXodusino_Release_lib.ld | 19 + .../eXodusino_Release_mem.ld | 21 + LPC1114F_301_TQFP48_bootloader/exodusino.map | 3576 +++++++++++++ LPC1114F_301_TQFP48_bootloader/makefile | 68 + LPC1114F_301_TQFP48_bootloader/objects.mk | 8 + LPC1114F_301_TQFP48_bootloader/sources.mk | 31 + LPC1114F_301_TQFP48_bootloader/src/FatFs/SD.d | 42 + LPC1114F_301_TQFP48_bootloader/src/FatFs/pff.d | 39 + LPC1114F_301_TQFP48_bootloader/src/FatFs/sdcard.d | 48 + LPC1114F_301_TQFP48_bootloader/src/FatFs/subdir.mk | 30 + LPC1114F_301_TQFP48_bootloader/src/XBee/XBee.d | 37 + LPC1114F_301_TQFP48_bootloader/src/XBee/subdir.mk | 24 + .../src/core/LiquidCrystal.d | 27 + LPC1114F_301_TQFP48_bootloader/src/core/Print.d | 11 + LPC1114F_301_TQFP48_bootloader/src/core/SPI.d | 13 + LPC1114F_301_TQFP48_bootloader/src/core/SPI1.d | 15 + .../src/core/SoftwareSerial.d | 20 + LPC1114F_301_TQFP48_bootloader/src/core/Wire.d | 38 + LPC1114F_301_TQFP48_bootloader/src/core/analogio.d | 13 + .../src/core/arithmetical.d | 34 + .../src/core/cr_cpp_config.d | 1 + .../src/core/cr_startup_lpc11.d | 4 + LPC1114F_301_TQFP48_bootloader/src/core/delay.d | 15 + LPC1114F_301_TQFP48_bootloader/src/core/gpio.d | 11 + LPC1114F_301_TQFP48_bootloader/src/core/gpio_int.d | 11 + LPC1114F_301_TQFP48_bootloader/src/core/maryoled.d | 22 + .../src/core/startup_mary.d | 25 + LPC1114F_301_TQFP48_bootloader/src/core/subdir.mk | 72 + .../src/core/system_LPC11xx.d | 9 + LPC1114F_301_TQFP48_bootloader/src/core/uart.d | 13 + LPC1114F_301_TQFP48_bootloader/src/subdir.mk | 24 + .../src/user_application.d | 31 + README.md | 4 +- Release/Bootloader.axf | Bin 74067 -> 0 bytes Release/Bootloader.hex | 127 - Release/Bootloader_DIP28_.axf | Bin 74067 -> 0 bytes Release/Bootloader_DIP28_.hex | 126 - Release/eXodusino.ld | 127 - Release/eXodusino_Release.ld | 128 - Release/eXodusino_Release_lib.ld | 19 - Release/eXodusino_Release_mem.ld | 21 - Release/exodusino.axf | Bin 242726 -> 0 bytes Release/exodusino.bin | Bin 17404 -> 0 bytes Release/exodusino.map | 3499 ------------- Release/makefile | 68 - Release/objects.mk | 8 - Release/sources.mk | 31 - Release/src/FatFs/SD.d | 42 - Release/src/FatFs/pff.d | 39 - Release/src/FatFs/sdcard.d | 48 - Release/src/FatFs/subdir.mk | 30 - Release/src/XBee/XBee.d | 37 - Release/src/XBee/subdir.mk | 24 - Release/src/core/LiquidCrystal.d | 27 - Release/src/core/Print.d | 11 - Release/src/core/SPI.d | 13 - Release/src/core/SPI1.d | 15 - Release/src/core/SoftwareSerial.d | 20 - Release/src/core/Wire.d | 38 - Release/src/core/analogio.d | 13 - Release/src/core/arithmetical.d | 34 - Release/src/core/cr_cpp_config.d | 1 - Release/src/core/cr_startup_lpc11.d | 4 - Release/src/core/delay.d | 15 - Release/src/core/gpio.d | 11 - Release/src/core/gpio_int.d | 11 - Release/src/core/maryoled.d | 22 - Release/src/core/startup_mary.d | 25 - Release/src/core/subdir.mk | 72 - Release/src/core/system_LPC11xx.d | 9 - Release/src/core/uart.d | 13 - Release/src/subdir.mk | 24 - Release/src/user_application.d | 49 - src/user_application.cpp | 164 +- 193 files changed, 24050 insertions(+), 5068 deletions(-) mode change 100755 => 100644 .project create mode 100644 .settings/org.eclipse.ltk.core.refactoring.prefs create mode 100644 Bootloaders/Bootloader.axf create mode 100644 Bootloaders/Bootloader.hex create mode 100644 Bootloaders/Bootloader_DIP28_.axf create mode 100644 Bootloaders/Bootloader_DIP28_.hex create mode 100755 LPC1114FN28_102_DIP28/eXodusino.axf create mode 100755 LPC1114FN28_102_DIP28/eXodusino.bin create mode 100755 LPC1114FN28_102_DIP28/eXodusino.ld create mode 100644 LPC1114FN28_102_DIP28/eXodusino_Release.ld create mode 100644 LPC1114FN28_102_DIP28/eXodusino_Release_lib.ld create mode 100644 LPC1114FN28_102_DIP28/eXodusino_Release_mem.ld create mode 100755 LPC1114FN28_102_DIP28/exodusino.map create mode 100644 LPC1114FN28_102_DIP28/makefile create mode 100644 LPC1114FN28_102_DIP28/objects.mk create mode 100644 LPC1114FN28_102_DIP28/sources.mk create mode 100644 LPC1114FN28_102_DIP28/src/FatFs/SD.d create mode 100644 LPC1114FN28_102_DIP28/src/FatFs/pff.d create mode 100644 LPC1114FN28_102_DIP28/src/FatFs/sdcard.d create mode 100644 LPC1114FN28_102_DIP28/src/FatFs/subdir.mk create mode 100644 LPC1114FN28_102_DIP28/src/XBee/XBee.d create mode 100644 LPC1114FN28_102_DIP28/src/XBee/subdir.mk create mode 100644 LPC1114FN28_102_DIP28/src/core/LiquidCrystal.d create mode 100644 LPC1114FN28_102_DIP28/src/core/Print.d create mode 100644 LPC1114FN28_102_DIP28/src/core/SPI.d create mode 100644 LPC1114FN28_102_DIP28/src/core/SPI1.d create mode 100644 LPC1114FN28_102_DIP28/src/core/SoftwareSerial.d create mode 100644 LPC1114FN28_102_DIP28/src/core/Wire.d create mode 100644 LPC1114FN28_102_DIP28/src/core/analogio.d create mode 100644 LPC1114FN28_102_DIP28/src/core/arithmetical.d create mode 100644 LPC1114FN28_102_DIP28/src/core/cr_cpp_config.d create mode 100644 LPC1114FN28_102_DIP28/src/core/cr_startup_lpc11.d create mode 100644 LPC1114FN28_102_DIP28/src/core/delay.d create mode 100644 LPC1114FN28_102_DIP28/src/core/gpio.d create mode 100644 LPC1114FN28_102_DIP28/src/core/gpio_int.d create mode 100644 LPC1114FN28_102_DIP28/src/core/maryoled.d create mode 100644 LPC1114FN28_102_DIP28/src/core/startup_mary.d create mode 100644 LPC1114FN28_102_DIP28/src/core/subdir.mk create mode 100644 LPC1114FN28_102_DIP28/src/core/system_LPC11xx.d create mode 100644 LPC1114FN28_102_DIP28/src/core/uart.d create mode 100644 LPC1114FN28_102_DIP28/src/subdir.mk create mode 100644 LPC1114FN28_102_DIP28/src/user_application.d create mode 100755 LPC1114FN28_102_DIP28_bootloader/eXodusino.axf create mode 100755 LPC1114FN28_102_DIP28_bootloader/eXodusino.bin create mode 100755 LPC1114FN28_102_DIP28_bootloader/eXodusino.ld create mode 100644 LPC1114FN28_102_DIP28_bootloader/eXodusino_Release.ld create mode 100644 LPC1114FN28_102_DIP28_bootloader/eXodusino_Release_lib.ld create mode 100644 LPC1114FN28_102_DIP28_bootloader/eXodusino_Release_mem.ld create mode 100755 LPC1114FN28_102_DIP28_bootloader/exodusino.map create mode 100644 LPC1114FN28_102_DIP28_bootloader/makefile create mode 100644 LPC1114FN28_102_DIP28_bootloader/objects.mk create mode 100644 LPC1114FN28_102_DIP28_bootloader/sources.mk create mode 100644 LPC1114FN28_102_DIP28_bootloader/src/FatFs/SD.d create mode 100644 LPC1114FN28_102_DIP28_bootloader/src/FatFs/pff.d create mode 100644 LPC1114FN28_102_DIP28_bootloader/src/FatFs/sdcard.d create mode 100644 LPC1114FN28_102_DIP28_bootloader/src/FatFs/subdir.mk create mode 100644 LPC1114FN28_102_DIP28_bootloader/src/XBee/XBee.d create mode 100644 LPC1114FN28_102_DIP28_bootloader/src/XBee/subdir.mk create mode 100644 LPC1114FN28_102_DIP28_bootloader/src/core/LiquidCrystal.d create mode 100644 LPC1114FN28_102_DIP28_bootloader/src/core/Print.d create mode 100644 LPC1114FN28_102_DIP28_bootloader/src/core/SPI.d create mode 100644 LPC1114FN28_102_DIP28_bootloader/src/core/SPI1.d create mode 100644 LPC1114FN28_102_DIP28_bootloader/src/core/SoftwareSerial.d create mode 100644 LPC1114FN28_102_DIP28_bootloader/src/core/Wire.d create mode 100644 LPC1114FN28_102_DIP28_bootloader/src/core/analogio.d create mode 100644 LPC1114FN28_102_DIP28_bootloader/src/core/arithmetical.d create mode 100644 LPC1114FN28_102_DIP28_bootloader/src/core/cr_cpp_config.d create mode 100644 LPC1114FN28_102_DIP28_bootloader/src/core/cr_startup_lpc11.d create mode 100644 LPC1114FN28_102_DIP28_bootloader/src/core/delay.d create mode 100644 LPC1114FN28_102_DIP28_bootloader/src/core/gpio.d create mode 100644 LPC1114FN28_102_DIP28_bootloader/src/core/gpio_int.d create mode 100644 LPC1114FN28_102_DIP28_bootloader/src/core/maryoled.d create mode 100644 LPC1114FN28_102_DIP28_bootloader/src/core/startup_mary.d create mode 100644 LPC1114FN28_102_DIP28_bootloader/src/core/subdir.mk create mode 100644 LPC1114FN28_102_DIP28_bootloader/src/core/system_LPC11xx.d create mode 100644 LPC1114FN28_102_DIP28_bootloader/src/core/uart.d create mode 100644 LPC1114FN28_102_DIP28_bootloader/src/subdir.mk create mode 100644 LPC1114FN28_102_DIP28_bootloader/src/user_application.d create mode 100755 LPC1114F_301_TQFP48/eXodusino.axf create mode 100755 LPC1114F_301_TQFP48/eXodusino.bin create mode 100755 LPC1114F_301_TQFP48/eXodusino.ld create mode 100644 LPC1114F_301_TQFP48/eXodusino.map create mode 100644 LPC1114F_301_TQFP48/eXodusino_LPC1114F_301_TQFP48.ld create mode 100644 LPC1114F_301_TQFP48/eXodusino_LPC1114F_301_TQFP48_lib.ld create mode 100644 LPC1114F_301_TQFP48/eXodusino_LPC1114F_301_TQFP48_mem.ld create mode 100644 LPC1114F_301_TQFP48/makefile create mode 100644 LPC1114F_301_TQFP48/objects.mk create mode 100644 LPC1114F_301_TQFP48/sources.mk create mode 100644 LPC1114F_301_TQFP48/src/FatFs/SD.d create mode 100644 LPC1114F_301_TQFP48/src/FatFs/pff.d create mode 100644 LPC1114F_301_TQFP48/src/FatFs/sdcard.d create mode 100644 LPC1114F_301_TQFP48/src/FatFs/subdir.mk create mode 100644 LPC1114F_301_TQFP48/src/XBee/XBee.d create mode 100644 LPC1114F_301_TQFP48/src/XBee/subdir.mk create mode 100644 LPC1114F_301_TQFP48/src/core/LiquidCrystal.d create mode 100644 LPC1114F_301_TQFP48/src/core/Print.d create mode 100644 LPC1114F_301_TQFP48/src/core/SPI.d create mode 100644 LPC1114F_301_TQFP48/src/core/SPI1.d create mode 100644 LPC1114F_301_TQFP48/src/core/SoftwareSerial.d create mode 100644 LPC1114F_301_TQFP48/src/core/Wire.d create mode 100644 LPC1114F_301_TQFP48/src/core/analogio.d create mode 100644 LPC1114F_301_TQFP48/src/core/arithmetical.d create mode 100644 LPC1114F_301_TQFP48/src/core/cr_cpp_config.d create mode 100644 LPC1114F_301_TQFP48/src/core/cr_startup_lpc11.d create mode 100644 LPC1114F_301_TQFP48/src/core/delay.d create mode 100644 LPC1114F_301_TQFP48/src/core/gpio.d create mode 100644 LPC1114F_301_TQFP48/src/core/gpio_int.d create mode 100644 LPC1114F_301_TQFP48/src/core/maryoled.d create mode 100644 LPC1114F_301_TQFP48/src/core/startup_mary.d create mode 100644 LPC1114F_301_TQFP48/src/core/subdir.mk create mode 100644 LPC1114F_301_TQFP48/src/core/system_LPC11xx.d create mode 100644 LPC1114F_301_TQFP48/src/core/uart.d create mode 100644 LPC1114F_301_TQFP48/src/subdir.mk create mode 100644 LPC1114F_301_TQFP48/src/user_application.d create mode 100755 LPC1114F_301_TQFP48_bootloader/eXodusino.axf create mode 100755 LPC1114F_301_TQFP48_bootloader/eXodusino.bin create mode 100755 LPC1114F_301_TQFP48_bootloader/eXodusino.ld create mode 100644 LPC1114F_301_TQFP48_bootloader/eXodusino_Release.ld create mode 100644 LPC1114F_301_TQFP48_bootloader/eXodusino_Release_lib.ld create mode 100644 LPC1114F_301_TQFP48_bootloader/eXodusino_Release_mem.ld create mode 100755 LPC1114F_301_TQFP48_bootloader/exodusino.map create mode 100644 LPC1114F_301_TQFP48_bootloader/makefile create mode 100644 LPC1114F_301_TQFP48_bootloader/objects.mk create mode 100644 LPC1114F_301_TQFP48_bootloader/sources.mk create mode 100644 LPC1114F_301_TQFP48_bootloader/src/FatFs/SD.d create mode 100644 LPC1114F_301_TQFP48_bootloader/src/FatFs/pff.d create mode 100644 LPC1114F_301_TQFP48_bootloader/src/FatFs/sdcard.d create mode 100644 LPC1114F_301_TQFP48_bootloader/src/FatFs/subdir.mk create mode 100644 LPC1114F_301_TQFP48_bootloader/src/XBee/XBee.d create mode 100644 LPC1114F_301_TQFP48_bootloader/src/XBee/subdir.mk create mode 100644 LPC1114F_301_TQFP48_bootloader/src/core/LiquidCrystal.d create mode 100644 LPC1114F_301_TQFP48_bootloader/src/core/Print.d create mode 100644 LPC1114F_301_TQFP48_bootloader/src/core/SPI.d create mode 100644 LPC1114F_301_TQFP48_bootloader/src/core/SPI1.d create mode 100644 LPC1114F_301_TQFP48_bootloader/src/core/SoftwareSerial.d create mode 100644 LPC1114F_301_TQFP48_bootloader/src/core/Wire.d create mode 100644 LPC1114F_301_TQFP48_bootloader/src/core/analogio.d create mode 100644 LPC1114F_301_TQFP48_bootloader/src/core/arithmetical.d create mode 100644 LPC1114F_301_TQFP48_bootloader/src/core/cr_cpp_config.d create mode 100644 LPC1114F_301_TQFP48_bootloader/src/core/cr_startup_lpc11.d create mode 100644 LPC1114F_301_TQFP48_bootloader/src/core/delay.d create mode 100644 LPC1114F_301_TQFP48_bootloader/src/core/gpio.d create mode 100644 LPC1114F_301_TQFP48_bootloader/src/core/gpio_int.d create mode 100644 LPC1114F_301_TQFP48_bootloader/src/core/maryoled.d create mode 100644 LPC1114F_301_TQFP48_bootloader/src/core/startup_mary.d create mode 100644 LPC1114F_301_TQFP48_bootloader/src/core/subdir.mk create mode 100644 LPC1114F_301_TQFP48_bootloader/src/core/system_LPC11xx.d create mode 100644 LPC1114F_301_TQFP48_bootloader/src/core/uart.d create mode 100644 LPC1114F_301_TQFP48_bootloader/src/subdir.mk create mode 100644 LPC1114F_301_TQFP48_bootloader/src/user_application.d delete mode 100755 Release/Bootloader.axf delete mode 100755 Release/Bootloader.hex delete mode 100755 Release/Bootloader_DIP28_.axf delete mode 100755 Release/Bootloader_DIP28_.hex delete mode 100755 Release/eXodusino.ld delete mode 100644 Release/eXodusino_Release.ld delete mode 100644 Release/eXodusino_Release_lib.ld delete mode 100644 Release/eXodusino_Release_mem.ld delete mode 100755 Release/exodusino.axf delete mode 100755 Release/exodusino.bin delete mode 100755 Release/exodusino.map delete mode 100644 Release/makefile delete mode 100644 Release/objects.mk delete mode 100644 Release/sources.mk delete mode 100644 Release/src/FatFs/SD.d delete mode 100644 Release/src/FatFs/pff.d delete mode 100644 Release/src/FatFs/sdcard.d delete mode 100644 Release/src/FatFs/subdir.mk delete mode 100644 Release/src/XBee/XBee.d delete mode 100644 Release/src/XBee/subdir.mk delete mode 100644 Release/src/core/LiquidCrystal.d delete mode 100644 Release/src/core/Print.d delete mode 100644 Release/src/core/SPI.d delete mode 100644 Release/src/core/SPI1.d delete mode 100644 Release/src/core/SoftwareSerial.d delete mode 100644 Release/src/core/Wire.d delete mode 100644 Release/src/core/analogio.d delete mode 100644 Release/src/core/arithmetical.d delete mode 100644 Release/src/core/cr_cpp_config.d delete mode 100644 Release/src/core/cr_startup_lpc11.d delete mode 100644 Release/src/core/delay.d delete mode 100644 Release/src/core/gpio.d delete mode 100644 Release/src/core/gpio_int.d delete mode 100644 Release/src/core/maryoled.d delete mode 100644 Release/src/core/startup_mary.d delete mode 100644 Release/src/core/subdir.mk delete mode 100644 Release/src/core/system_LPC11xx.d delete mode 100644 Release/src/core/uart.d delete mode 100644 Release/src/subdir.mk delete mode 100644 Release/src/user_application.d diff --git a/.cproject b/.cproject index a1f418a..0c0d504 100644 --- a/.cproject +++ b/.cproject @@ -3,8 +3,8 @@ - - + + @@ -18,63 +18,81 @@ - - - - - - - + + @@ -300,7 +318,120 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -413,7 +544,7 @@ - + @@ -526,8 +657,5027 @@ - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -639,7 +5789,7 @@ - + @@ -752,7 +5902,7 @@ - + @@ -865,8 +6015,8 @@ - - + + @@ -978,7 +6128,7 @@ - + @@ -1091,211 +6241,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -1408,7 +6354,7 @@ - + @@ -1521,7 +6467,7 @@ - + @@ -1634,7 +6580,7 @@ - + @@ -1747,7 +6693,7 @@ - + @@ -1973,7 +6919,7 @@ - + @@ -2086,7 +7032,7 @@ - + @@ -2200,8 +7146,6 @@ - - diff --git a/.project b/.project old mode 100755 new mode 100644 diff --git a/.settings/org.eclipse.ltk.core.refactoring.prefs b/.settings/org.eclipse.ltk.core.refactoring.prefs new file mode 100644 index 0000000..802c72d --- /dev/null +++ b/.settings/org.eclipse.ltk.core.refactoring.prefs @@ -0,0 +1,3 @@ +#Thu Aug 09 21:20:33 JST 2012 +eclipse.preferences.version=1 +org.eclipse.ltk.core.refactoring.enable.project.refactoring.history=false diff --git a/Bootloaders/Bootloader.axf b/Bootloaders/Bootloader.axf new file mode 100644 index 0000000..f2416f9 Binary files /dev/null and b/Bootloaders/Bootloader.axf differ diff --git a/Bootloaders/Bootloader.hex b/Bootloaders/Bootloader.hex new file mode 100644 index 0000000..1fdd288 --- /dev/null +++ b/Bootloaders/Bootloader.hex @@ -0,0 +1,127 @@ +:10000000D01F0010850100002D04000039040000FD +:1000100000000000000000000000000000000000E0 +:100020000000000000000000000000004504000087 +:100030000000000000000000510400005D0400000A +:1000400069040000690400006904000069040000FC +:1000500069040000690400006904000069040000EC +:1000600069040000690400006904000069040000DC +:1000700069040000690400006904000075040000C0 +:10008000810400008D04000099040000A504000014 +:10009000B1040000BD040000C9040000D504000044 +:1000A000E1040000ED040000F90400000505000073 +:1000B000110500001D0500002905000035050000A0 +:1000C00000B5031C89B00C20994208D33222019359 +:1000D00002916846009205A9024B9847059809B01D +:1000E00000BDC046F11FFF1F00B589B03323009348 +:1000F000084B0291FA21019089001868039200F0E0 +:10010000D1FA05A90490044B68469847059809B0B0 +:1001100000BDC04604000010F11FFF1F00B5031C06 +:1001200089B00C2099420FD30193084B0291FA2118 +:10013000342218688900009200F0B4FA05A90390EF +:10014000034B68469847059809B000BD04000010AD +:10015000F11FFF1F10B588B01C1C382300930190BD +:1001600002916846039205A9054B984705980A280D +:1001700003D1002C01D0069B236008B010BDC046FF +:10018000F11FFF1F08B50B4A0B4B03E0117801323A +:100190001970013309498B42F8D3094B02E0002260 +:1001A0001A700133074A9342F9D300F035FA00F090 +:1001B00071FAFEE7B7070000000000100800001009 +:1001C000080000100800001010B5031C00200FE00C +:1001D0001A78013312025040082204B24000002C69 +:1001E00001DA064C6040013AD2B280B2002AF4D162 +:1001F000013909B20029EBDA10BDC0462110000018 +:1002000000B5034A034BDA60BFF34F8FFEE7C046E9 +:100210000400FA0500ED00E070B5051C061E1DD0B7 +:1002200001200721FFF74CFF0025A84216D10C4CF6 +:1002300080222068311C5200FFF756FFA8420DD1E2 +:1002400080222068311C52002B1CFFF783FFA8423C +:1002500004D1236801350133FF332360281C70BDAE +:100260000000001010B54B4C4B49A54456228BA8FA +:1002700000F014FA7822ADAB1A80ACAB093A1A80C0 +:100280004649523AA1A800F009FA9620800100F0F0 +:1002900057F901200721FFF713FF002876D101301D +:1002A0000721FFF73BFF002870D18BA8562100F0F3 +:1002B000A3F93B4C6C44201C00F090F90028F8D0C6 +:1002C000237869460B700123AA9325E0AA9B227824 +:1002D0006946CA54AA9B0133AA93AA9A80235B0059 +:1002E0009A4217D16846FFF797FF002801D1ADA8C1 +:1002F00000E0ACA8022100F07FF90023AA9305E0FA +:10030000A99B00226946CA54A99B0133A993A99BC2 +:10031000FF2BF5DD0023AB93214C6C44201C00F037 +:100320005DF90028D2D1AB9B0133AB93C0461D4B86 +:10033000AB9A9A42F0DD6846FFF76EFF002801D1C4 +:10034000ADA800E0ACA8022100F056F980204001E1 +:100350001549FFF739FFFE234BAADB0102CB02C28E +:10036000802109028B42F9D18A900720011CFFF7F6 +:10037000A7FE002806D1FE308022C0014BA9520002 +:10038000FFF7B2FEA1A81D2100F036F9AE239B00B5 +:100390009D4410BD48FDFFFF440700009A07000080 +:1003A000B7020000FFFF0F00FC6F000013B5194CEF +:1003B000194B22889A421BD0802040011749FFF731 +:1003C00003FF2388834213D11FE0009B0133009376 +:1003D000C046134B009A9A4205DC6846073000F08D +:1003E000FDF80028F1D06B4607331B787A2B04D137 +:1003F000FFF738FFFFF704FF05E00A48006885466D +:10040000094800688746002016BD9620800100F04C +:1004100097F8E2E7FC7F0000FFFF0000FC6F0000A0 +:10042000FFFF0F00001000000410000001480068EA +:100430008746000008100000014800688746000059 +:100440000C10000001480068874600002C100000D6 +:100450000148006887460000381000000148006825 +:10046000874600003C1000000148006887460000F5 +:100470004010000001480068874600007C10000022 +:1004800001480068874600008010000001480068AD +:10049000874600008410000001480068874600007D +:1004A0008810000001480068874600008C1000009A +:1004B000014800688746000090100000014800686D +:1004C000874600009410000001480068874600003D +:1004D0009810000001480068874600009C1000004A +:1004E0000148006887460000A0100000014800682D +:1004F00087460000A41000000148006887460000FD +:10050000A81000000148006887460000AC100000F9 +:100510000148006887460000B010000001480068EC +:1005200087460000B41000000148006887460000BC +:10053000B81000000148006887460000BC100000A9 +:10054000F8B5214B80229203DA67204B07251A6801 +:10055000071CAA431A6019680122114319605968DF +:100560001B4CA9435960596811435960194B8021AC +:10057000D86F49010143D96794331A608232E2602F +:100580001E68983B996F144B186800F08BF8311C6B +:1005900000F088F8391C000900F084F8030A636051 +:1005A000FF231840FC3B2060E360A560636962693B +:1005B00060231340602BFAD101E0054B1B6863698F +:1005C000DA07FAD4F8BDC04604E100E0A4400440D4 +:1005D00000800040048004400400001010B5054A6B +:1005E000041C51690123081C184002D01268181C11 +:1005F000227010BD0080004010B507E00278054B66 +:100600001A605A695406FCD5013001390029F5D128 +:1006100010BDC0460080004010B51C4B8E229200D9 +:10062000995820208143995000221A62C046013215 +:10063000C82AFBD1C73A00211A645A6459645A6423 +:10064000596C124AC807FBD5232191606B31890090 +:1006500050588024A0435050D86801210B4A0842CA +:10066000FAD0032010670338516750675167596FFC +:1006700001221142FBD0054B05499A670433D96723 +:1006800090331A605A609A6010BDC04600800440E2 +:100690005F00010008B5FFF789FE08BD08B500F04E +:1006A0003BF808BD002931D00122D207030901E03F +:1006B000090112099942FBD9430801E04900520897 +:1006C0009942FBD900E04908401A07D35241FAD3B6 +:1006D00001461046704749084018F7D29218FAD3DD +:1006E0004018014610467047CB0F00D04942021017 +:1006F00000D54042534008B5FFF7D4FF0CBC521060 +:1007000000D34042002A00D549421847F446002051 +:1007100000F001F8604770478446830708D18B07D3 +:1007200006D1131F04D304C904C0043BFBD21A1D15 +:10073000524205D0891A801A8B5C83540132FBD156 +:100740006046704757656C636F6D6520746F2065F8 +:10075000586F647573696E6F210D0A687474703A0E +:100760002F2F6C796E78657965642E686174656E7B +:1007700061626C6F672E636F6D2F0D0A65586F6431 +:10078000757320426F6F746C6F616465722053746F +:100790006172742E2E2E2E0D0A000D0A50726F6794 +:1007A00072616D20656E642E205265626F6F746990 +:0707B0006E672E2E2E2E00B5 +:0807B70000100000006CDC02E0 +:040000030000018573 +:00000001FF diff --git a/Bootloaders/Bootloader_DIP28_.axf b/Bootloaders/Bootloader_DIP28_.axf new file mode 100644 index 0000000..8b85cfb Binary files /dev/null and b/Bootloaders/Bootloader_DIP28_.axf differ diff --git a/Bootloaders/Bootloader_DIP28_.hex b/Bootloaders/Bootloader_DIP28_.hex new file mode 100644 index 0000000..29b1c39 --- /dev/null +++ b/Bootloaders/Bootloader_DIP28_.hex @@ -0,0 +1,126 @@ +:10000000D00F0010850100001D040000290400002D +:1000100000000000000000000000000000000000E0 +:100020000000000000000000000000003504000097 +:100030000000000000000000410400004D0400002A +:10004000590400005904000059040000590400003C +:10005000590400005904000059040000590400002C +:10006000590400005904000059040000590400001C +:100070005904000059040000590400006504000000 +:10008000710400007D040000890400009504000054 +:10009000A1040000AD040000B9040000C504000084 +:1000A000D1040000DD040000E9040000F5040000B4 +:1000B000010500000D0500001905000025050000E0 +:1000C00000B5031C89B00C20994208D33222019359 +:1000D00002916846009205A9024B9847059809B01D +:1000E00000BDC046F11FFF1F00B589B03323009348 +:1000F000084B0291FA21019089001868039200F0E0 +:10010000C9FA05A90490044B68469847059809B0B8 +:1001100000BDC04604000010F11FFF1F00B5031C06 +:1001200089B00C2099420FD30193084B0291FA2118 +:10013000342218688900009200F0ACFA05A90390F7 +:10014000034B68469847059809B000BD04000010AD +:10015000F11FFF1F10B588B01C1C382300930190BD +:1001600002916846039205A9054B984705980A280D +:1001700003D1002C01D0069B236008B010BDC046FF +:10018000F11FFF1F08B50B4A0B4B03E0117801323A +:100190001970013309498B42F8D3094B02E0002260 +:1001A0001A700133074A9342F9D300F02DFA00F098 +:1001B00069FAFEE7B0070000000000100800001018 +:1001C000080000100800001010B5031C00200FE00C +:1001D0001A78013312025040082204B24000002C69 +:1001E00001DA064C6040013AD2B280B2002AF4D162 +:1001F000013909B20029EBDA10BDC0462110000018 +:1002000000B5034A034BDA60BFF34F8FFEE7C046E9 +:100210000400FA0500ED00E070B5051C061E1DD0B7 +:1002200001200721FFF74CFF0025A84216D10C4CF6 +:1002300080222068311C5200FFF756FFA8420DD1E2 +:1002400080222068311C52002B1CFFF783FFA8423C +:1002500004D1236801350133FF332360281C70BDAE +:100260000000001070B5454C4549A5445F228CA89C +:1002700000F00CFA7822ADAB1A80ACAB093A1A80C8 +:100280004049523AA4A800F001FA9620800100F0FB +:100290004FF901200721FFF713FF002869D1013032 +:1002A0000721FFF73BFF002863D18CA85F2100F0F6 +:1002B0009BF9354C6C44201C00F088F90028F8D0DC +:1002C000227801AB1A70012400251CE0337801A8C4 +:1002D0000355802301345B0000259C4213D1FFF7B6 +:1002E0009BFFA84201D1ADA800E0ACA8022100F01C +:1002F0007BF9002301AA0024D45480220133520048 +:100300009342F7D1251C204E6E44301C00F05EF95C +:100310000028DBD11D4B01359D42F4DD01A8FFF71C +:100320007BFF002801D1ADA800E0ACA8022100F0BD +:100330005BF9802040011649FFF746FFFE234CAAD7 +:10034000DB0102CB02C2802109028B42F9D18B90E2 +:100350000720011CFFF7B4FE002806D1FE308022E2 +:10036000C0014CA95200FFF7BFFEA4A81D2100F058 +:100370003BF9AE239B009D4470BDC04648FDFFFF86 +:100380003407000093070000B7020000FEFF0F00D3 +:10039000FC6F000037B5A0228023D2051B02D15884 +:1003A0000220184C8143D1502288174B9A4217D013 +:1003B0007E3040011549FFF707FF238883420FD1A4 +:1003C0001BE000246D460735281C00F0FFF80028CC +:1003D000F7D10F4B01349C42F4DD2B787A2B04D1FA +:1003E000FFF740FFFFF70CFF05E00A48006885466D +:1003F00009480068874600203EBD9620800100F035 +:1004000097F8DEE7FC7F0000FFFF0000FC6F0000B4 +:10041000FEFF0F00001000000410000001480068FB +:100420008746000008100000014800688746000069 +:100430000C10000001480068874600002C100000E6 +:100440000148006887460000381000000148006835 +:10045000874600003C100000014800688746000005 +:100460004010000001480068874600007C10000032 +:1004700001480068874600008010000001480068BD +:10048000874600008410000001480068874600008D +:100490008810000001480068874600008C100000AA +:1004A000014800688746000090100000014800687D +:1004B000874600009410000001480068874600004D +:1004C0009810000001480068874600009C1000005A +:1004D0000148006887460000A0100000014800683D +:1004E00087460000A410000001480068874600000D +:1004F000A81000000148006887460000AC1000000A +:100500000148006887460000B010000001480068FC +:1005100087460000B41000000148006887460000CC +:10052000B81000000148006887460000BC100000B9 +:10053000F8B5214B80229203DA67204B07251A6811 +:10054000071CAA431A6019680122114319605968EF +:100550001B4CA9435960596811435960194B8021BC +:10056000D86F49010143D96794331A608232E2603F +:100570001E68983B996F144B186800F08BF8311C7B +:1005800000F088F8391C000900F084F8030A636061 +:10059000FF231840FC3B2060E360A560636962694B +:1005A00060231340602BFAD101E0054B1B6863699F +:1005B000DA07FAD4F8BDC04604E100E0A4400440E4 +:1005C00000800040048004400400001010B5054A7B +:1005D000041C51690123081C184002D01268181C21 +:1005E000227010BD0080004010B507E00278054B76 +:1005F0001A605A695406FCD5013001390029F5D139 +:1006000010BDC0460080004010B51C4B8E229200E9 +:10061000995820208143995000221A62C046013225 +:10062000C82AFBD10021C73A19645A6459645A6434 +:10063000596C124AC807FBD5232191606B318900A0 +:1006400050588024A0435050D86801210B4A0842DA +:10065000FAD0032010670338516750675167596F0C +:1006600001221142FBD0054B05499A670433D96733 +:1006700090331A605A609A6010BDC04600800440F2 +:10068000FFFF010008B5FFF785FE08BD08B500F0C3 +:100690003BF808BD002931D00122D207030901E04F +:1006A000090112099942FBD9430801E049005208A7 +:1006B0009942FBD900E04908401A07D35241FAD3C6 +:1006C00001461046704749084018F7D29218FAD3ED +:1006D0004018014610467047CB0F00D04942021027 +:1006E00000D54042534008B5FFF7D4FF0CBC521070 +:1006F00000D34042002A00D549421847F446002062 +:1007000000F001F8604770478446830708D18B07E3 +:1007100006D1131F04D304C904C0043BFBD21A1D25 +:10072000524205D0891A801A8B5C83540132FBD166 +:100730006046704757656C636F6D6520746F206508 +:10074000586F647573696E6F210D0A687474703A1E +:100750002F2F656372616674732E672E68617465EE +:100760006E612E6E652E6A702F4C796E782D4579EC +:1007700045442F0D0A65586F64757320426F6F747E +:100780006C6F616465722053746172742E2E2E2E0C +:100790000D0A000D0A50726F6772616D20656E64FC +:1007A0002E205265626F6F74696E672E2E2E2E009A +:0807B00000100000006CDC02E7 +:040000030000018573 +:00000001FF diff --git a/LPC1114FN28_102_DIP28/eXodusino.axf b/LPC1114FN28_102_DIP28/eXodusino.axf new file mode 100755 index 0000000..4aa5f2b Binary files /dev/null and b/LPC1114FN28_102_DIP28/eXodusino.axf differ diff --git a/LPC1114FN28_102_DIP28/eXodusino.bin b/LPC1114FN28_102_DIP28/eXodusino.bin new file mode 100755 index 0000000..3ba7c1a Binary files /dev/null and b/LPC1114FN28_102_DIP28/eXodusino.bin differ diff --git a/LPC1114FN28_102_DIP28/eXodusino.ld b/LPC1114FN28_102_DIP28/eXodusino.ld new file mode 100755 index 0000000..6bfdbdc --- /dev/null +++ b/LPC1114FN28_102_DIP28/eXodusino.ld @@ -0,0 +1,127 @@ +/* +* GENERATED FILE - DO NOT EDIT +* (C) Code Red Technologies Ltd, 2008-10 +* Generated linker script file for LPC1114/301 +* Created from generic_cpp.ld (vLPCXpresso v4.0 (6 [Build 152] [01/08/2011] )) +* By LPCXpresso v4.0.6 [Build 152] [01/08/2011] on Wed Jan 18 21:43:17 JST 2012 +*/ + + +INCLUDE "eXodusino_Release_lib.ld" +INCLUDE "eXodusino_Release_mem.ld" + +ENTRY(ResetISR) + +SECTIONS +{ + + /* MAIN TEXT SECTION */ + .text : ALIGN(4) + { + FILL(0xff) + KEEP(*(.isr_vector)) + + /* Global Section Table */ + . = ALIGN(4) ; + __section_table_start = .; + __data_section_table = .; + LONG(LOADADDR(.data)); + LONG( ADDR(.data)) ; + LONG( SIZEOF(.data)); + __data_section_table_end = .; + __bss_section_table = .; + LONG( ADDR(.bss)); + LONG( SIZEOF(.bss)); + __bss_section_table_end = .; + __section_table_end = . ; + /* End of Global Section Table */ + + + *(.after_vectors*) + + *(.text*) + *(.rodata .rodata.*) + . = ALIGN(4); + + /* C++ constructors etc */ + . = ALIGN(4); + KEEP(*(.init)) + + . = ALIGN(4); + __preinit_array_start = .; + KEEP (*(.preinit_array)) + __preinit_array_end = .; + + . = ALIGN(4); + __init_array_start = .; + KEEP (*(SORT(.init_array.*))) + KEEP (*(.init_array)) + __init_array_end = .; + + KEEP(*(.fini)); + + . = ALIGN(0x4); + KEEP (*crtbegin.o(.ctors)) + KEEP (*(EXCLUDE_FILE (*crtend.o) .ctors)) + KEEP (*(SORT(.ctors.*))) + KEEP (*crtend.o(.ctors)) + + . = ALIGN(0x4); + KEEP (*crtbegin.o(.dtors)) + KEEP (*(EXCLUDE_FILE (*crtend.o) .dtors)) + KEEP (*(SORT(.dtors.*))) + KEEP (*crtend.o(.dtors)) + /* End C++ */ + } > MFlash32 + + /* + * for exception handling/unwind - some Newlib functions (in common + * with C++ and STDC++) use this. + */ + .ARM.extab : ALIGN(4) + { + *(.ARM.extab* .gnu.linkonce.armextab.*) + } > MFlash32 + __exidx_start = .; + + .ARM.exidx : ALIGN(4) + { + *(.ARM.exidx* .gnu.linkonce.armexidx.*) + } > MFlash32 + __exidx_end = .; + + _etext = .; + + + /* MAIN DATA SECTION */ + + .uninit_RESERVED : ALIGN(4) + { + KEEP(*(.bss.$RESERVED*)) + } > RamLoc8 + + .data : ALIGN(4) + { + FILL(0xff) + _data = .; + *(vtable) + *(.data*) + . = ALIGN(4) ; + _edata = .; + } > RamLoc8 AT>MFlash32 + + + /* MAIN BSS SECTION */ + .bss : ALIGN(4) + { + _bss = .; + *(.bss*) + *(COMMON) + . = ALIGN(4) ; + _ebss = .; + PROVIDE(end = .); + } > RamLoc8 + + PROVIDE(_pvHeapStart = .); + PROVIDE(_vStackTop = __top_RamLoc8 - 0); +} diff --git a/LPC1114FN28_102_DIP28/eXodusino_Release.ld b/LPC1114FN28_102_DIP28/eXodusino_Release.ld new file mode 100644 index 0000000..187974f --- /dev/null +++ b/LPC1114FN28_102_DIP28/eXodusino_Release.ld @@ -0,0 +1,128 @@ +/* + * GENERATED FILE - DO NOT EDIT + * (C) Code Red Technologies Ltd, 2008-2012 + * Generated linker script file for LPC1114/301 + * Created from generic_cpp.ld (vLPCXpresso v4.2 (4 [Build 267] [2012-07-11] )) + * By LPCXpresso v4.2.4 [Build 267] [2012-07-11] on Fri Jul 13 01:18:22 JST 2012 + */ + + +INCLUDE "eXodusino_Release_lib.ld" +INCLUDE "eXodusino_Release_mem.ld" + +ENTRY(ResetISR) + +SECTIONS +{ + + /* MAIN TEXT SECTION */ + .text : ALIGN(4) + { + FILL(0xff) + KEEP(*(.isr_vector)) + + /* Global Section Table */ + . = ALIGN(4) ; + __section_table_start = .; + __data_section_table = .; + LONG(LOADADDR(.data)); + LONG( ADDR(.data)) ; + LONG( SIZEOF(.data)); + __data_section_table_end = .; + __bss_section_table = .; + LONG( ADDR(.bss)); + LONG( SIZEOF(.bss)); + __bss_section_table_end = .; + __section_table_end = . ; + /* End of Global Section Table */ + + + *(.after_vectors*) + + *(.text*) + *(.rodata .rodata.*) + . = ALIGN(4); + + /* C++ constructors etc */ + . = ALIGN(4); + KEEP(*(.init)) + + . = ALIGN(4); + __preinit_array_start = .; + KEEP (*(.preinit_array)) + __preinit_array_end = .; + + . = ALIGN(4); + __init_array_start = .; + KEEP (*(SORT(.init_array.*))) + KEEP (*(.init_array)) + __init_array_end = .; + + KEEP(*(.fini)); + + . = ALIGN(0x4); + KEEP (*crtbegin.o(.ctors)) + KEEP (*(EXCLUDE_FILE (*crtend.o) .ctors)) + KEEP (*(SORT(.ctors.*))) + KEEP (*crtend.o(.ctors)) + + . = ALIGN(0x4); + KEEP (*crtbegin.o(.dtors)) + KEEP (*(EXCLUDE_FILE (*crtend.o) .dtors)) + KEEP (*(SORT(.dtors.*))) + KEEP (*crtend.o(.dtors)) + /* End C++ */ + } > MFlash32 + + /* + * for exception handling/unwind - some Newlib functions (in common + * with C++ and STDC++) use this. + * Use KEEP so not discarded with --gc-sections + */ + .ARM.extab : ALIGN(4) + { + KEEP(*(.ARM.extab* .gnu.linkonce.armextab.*)) + } > MFlash32 + __exidx_start = .; + + .ARM.exidx : ALIGN(4) + { + KEEP(*(.ARM.exidx* .gnu.linkonce.armexidx.*)) + } > MFlash32 + __exidx_end = .; + + _etext = .; + + + /* MAIN DATA SECTION */ + + .uninit_RESERVED : ALIGN(4) + { + KEEP(*(.bss.$RESERVED*)) + } > RamLoc8 + + .data : ALIGN(4) + { + FILL(0xff) + _data = .; + *(vtable) + *(.data*) + . = ALIGN(4) ; + _edata = .; + } > RamLoc8 AT>MFlash32 + + + /* MAIN BSS SECTION */ + .bss : ALIGN(4) + { + _bss = .; + *(.bss*) + *(COMMON) + . = ALIGN(4) ; + _ebss = .; + PROVIDE(end = .); + } > RamLoc8 + + PROVIDE(_pvHeapStart = .); + PROVIDE(_vStackTop = __top_RamLoc8 - 0); +} diff --git a/LPC1114FN28_102_DIP28/eXodusino_Release_lib.ld b/LPC1114FN28_102_DIP28/eXodusino_Release_lib.ld new file mode 100644 index 0000000..4dbe511 --- /dev/null +++ b/LPC1114FN28_102_DIP28/eXodusino_Release_lib.ld @@ -0,0 +1,19 @@ +/* + * GENERATED FILE - DO NOT EDIT + * (C) Code Red Technologies Ltd, 2008-2012 + * Generated linker script file for LPC1114/301 + * Created from LibIncTemplate.ld (vLPCXpresso v4.2 (4 [Build 267] [2012-07-11] )) + * By LPCXpresso v4.2.4 [Build 267] [2012-07-11] on Fri Jul 13 01:18:22 JST 2012 + */ + + + GROUP( + libgcc.a + libc.a + libm.a + libcr_newlib_nohost.a + crti.o + crtn.o + crtbegin.o + crtend.o + ) diff --git a/LPC1114FN28_102_DIP28/eXodusino_Release_mem.ld b/LPC1114FN28_102_DIP28/eXodusino_Release_mem.ld new file mode 100644 index 0000000..59aeb22 --- /dev/null +++ b/LPC1114FN28_102_DIP28/eXodusino_Release_mem.ld @@ -0,0 +1,21 @@ +/* + * GENERATED FILE - DO NOT EDIT + * (C) Code Red Technologies Ltd, 2008-2012 + * Linker script memory definitions + * Created from LinkMemoryTemplate + * By LPCXpresso v4.2.4 [Build 267] [2012-07-11] on Fri Jul 13 01:18:22 JST 2012) +*/ + +MEMORY +{ + /* Define each memory region */ + MFlash32 (rx) : ORIGIN = 0x0000, LENGTH = 0x8000 /* 32k */ + RamLoc8 (rwx) : ORIGIN = 0x10000000, LENGTH = 0x1000 /* 4k */ + +} + /* Define a symbol for the top of each memory region */ + __top_MFlash32 = 0x0000 + 0x8000; + __top_RamLoc8 = 0x10000000 + 0x1000; + + + diff --git a/LPC1114FN28_102_DIP28/exodusino.map b/LPC1114FN28_102_DIP28/exodusino.map new file mode 100755 index 0000000..375dec5 --- /dev/null +++ b/LPC1114FN28_102_DIP28/exodusino.map @@ -0,0 +1,3576 @@ +Archive member included because of file (symbol) + +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_thumb1_case_uqi.o) + ./src/user_application.o (__gnu_thumb1_case_uqi) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_udivsi3.o) + ./src/core/delay.o (__aeabi_uidiv) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_divsi3.o) + ./src/user_application.o (__aeabi_idiv) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_dvmd_tls.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_udivsi3.o) (__aeabi_idiv0) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_arm_cmpdf2.o) + ./src/user_application.o (__aeabi_dcmpgt) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(divdf3.o) + ./src/user_application.o (__aeabi_ddiv) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(eqdf2.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_arm_cmpdf2.o) (__eqdf2) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(gedf2.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_arm_cmpdf2.o) (__gedf2) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(ledf2.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_arm_cmpdf2.o) (__ledf2) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(muldf3.o) + ./src/user_application.o (__aeabi_dmul) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(subdf3.o) + ./src/user_application.o (__aeabi_dsub) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(fixdfsi.o) + ./src/user_application.o (__aeabi_d2iz) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(floatsidf.o) + ./src/user_application.o (__aeabi_i2d) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(unwind-arm.o) + ./src/user_application.o (__aeabi_unwind_cpp_pr0) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(libunwind.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(unwind-arm.o) (restore_core_regs) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(pr-support.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(unwind-arm.o) (__gnu_unwind_execute) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_clzsi2.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(divdf3.o) (__clzsi2) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-abort.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(unwind-arm.o) (abort) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-init.o) + ./src/core/cr_startup_lpc11.o (__libc_init_array) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-malloc.o) + ./src/core/cr_cpp_config.o (malloc) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-mallocr.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-malloc.o) (_malloc_r) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-memcpy.o) + ./src/core/maryoled.o (memcpy) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-mlock.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-mallocr.o) (__malloc_lock) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-sbrkr.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-mallocr.o) (_sbrk_r) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signal.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-abort.o) (raise) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signalr.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signal.o) (_kill_r) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-strlen.o) + ./src/core/Wire.o (strlen) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-freer.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-malloc.o) (_free_r) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-impure.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-malloc.o) (_impure_ptr) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-reent.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-sbrkr.o) (errno) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-sbrkr.o) (_sbrk) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_exit.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-abort.o) (_exit) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(getpid.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signalr.o) (_getpid) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signalr.o) (_kill) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_check_heap.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) (__check_heap_overflow) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-errno.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) (__errno) + +Allocating common symbols +Common symbol size file + +errno 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-reent.o) +__end_of_heap 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) + +Discarded input sections + + .text 0x0000000000000000 0x0 ./src/user_application.o + .data 0x0000000000000000 0x0 ./src/user_application.o + .bss 0x0000000000000000 0x0 ./src/user_application.o + .ARM.extab.text._Z7hsv2rgbi + 0x0000000000000000 0x0 ./src/user_application.o + .text._Z13encodeMessagei + 0x0000000000000000 0x48 ./src/user_application.o + .ARM.extab.text._Z13encodeMessagei + 0x0000000000000000 0x0 ./src/user_application.o + .ARM.exidx.text._Z13encodeMessagei + 0x0000000000000000 0x8 ./src/user_application.o + .ARM.extab.text._Z4loopv + 0x0000000000000000 0x0 ./src/user_application.o + .group 0x0000000000000000 0x10 ./src/core/LiquidCrystal.o + .group 0x0000000000000000 0x10 ./src/core/LiquidCrystal.o + .group 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o + .data 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o + .bss 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal11pulseEnableEv + 0x0000000000000000 0x30 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal11pulseEnableEv + 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal11pulseEnableEv + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal10write4bitsEh + 0x0000000000000000 0x2e ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal10write4bitsEh + 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal10write4bitsEh + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal10write8bitsEh + 0x0000000000000000 0x2e ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal10write8bitsEh + 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal10write8bitsEh + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal4sendEhh + 0x0000000000000000 0x3c ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal4sendEhh + 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal4sendEhh + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal5writeEc + 0x0000000000000000 0xa ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal5writeEc + 0x0000000000000000 0xc ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal5writeEc + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal7commandEh + 0x0000000000000000 0xa ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal7commandEh + 0x0000000000000000 0xc ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal7commandEh + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal10createCharEhPh + 0x0000000000000000 0x28 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal10createCharEhPh + 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal10createCharEhPh + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal12noAutoscrollEv + 0x0000000000000000 0x14 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal12noAutoscrollEv + 0x0000000000000000 0xc ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal12noAutoscrollEv + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal10autoscrollEv + 0x0000000000000000 0x14 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal10autoscrollEv + 0x0000000000000000 0xc ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal10autoscrollEv + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal11rightToLeftEv + 0x0000000000000000 0x14 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal11rightToLeftEv + 0x0000000000000000 0xc ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal11rightToLeftEv + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal11leftToRightEv + 0x0000000000000000 0x14 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal11leftToRightEv + 0x0000000000000000 0xc ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal11leftToRightEv + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal18scrollDisplayRightEv + 0x0000000000000000 0xa ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal18scrollDisplayRightEv + 0x0000000000000000 0xc ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal18scrollDisplayRightEv + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal17scrollDisplayLeftEv + 0x0000000000000000 0xa ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal17scrollDisplayLeftEv + 0x0000000000000000 0xc ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal17scrollDisplayLeftEv + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal5blinkEv + 0x0000000000000000 0x14 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal5blinkEv + 0x0000000000000000 0xc ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal5blinkEv + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal7noBlinkEv + 0x0000000000000000 0x14 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal7noBlinkEv + 0x0000000000000000 0xc ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal7noBlinkEv + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal6cursorEv + 0x0000000000000000 0x14 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal6cursorEv + 0x0000000000000000 0xc ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal6cursorEv + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal8noCursorEv + 0x0000000000000000 0x14 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal8noCursorEv + 0x0000000000000000 0xc ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal8noCursorEv + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal7displayEv + 0x0000000000000000 0x14 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal7displayEv + 0x0000000000000000 0xc ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal7displayEv + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal9noDisplayEv + 0x0000000000000000 0x14 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal9noDisplayEv + 0x0000000000000000 0xc ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal9noDisplayEv + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal9setCursorEhh + 0x0000000000000000 0x38 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal9setCursorEhh + 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal9setCursorEhh + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal4homeEv + 0x0000000000000000 0x12 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal4homeEv + 0x0000000000000000 0xc ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal4homeEv + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal5clearEv + 0x0000000000000000 0x12 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal5clearEv + 0x0000000000000000 0xc ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal5clearEv + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal5beginEhhh + 0x0000000000000000 0xe0 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal5beginEhhh + 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal5beginEhhh + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal4initEhhhhhhhhhhhh + 0x0000000000000000 0x9c ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal4initEhhhhhhhhhhhh + 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal4initEhhhhhhhhhhhh + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystalC2Ehhhhhh + 0x0000000000000000 0x44 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystalC2Ehhhhhh + 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystalC2Ehhhhhh + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystalC2Ehhhhhhh + 0x0000000000000000 0x4c ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystalC2Ehhhhhhh + 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystalC2Ehhhhhhh + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystalC2Ehhhhhhhhhh + 0x0000000000000000 0x60 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystalC2Ehhhhhhhhhh + 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystalC2Ehhhhhhhhhh + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystalC2Ehhhhhhhhhhh + 0x0000000000000000 0x6c ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystalC2Ehhhhhhhhhhh + 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystalC2Ehhhhhhhhhhh + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .rodata._ZTV13LiquidCrystal + 0x0000000000000000 0x10 ./src/core/LiquidCrystal.o + .rodata 0x0000000000000000 0x10 ./src/core/LiquidCrystal.o + .text 0x0000000000000000 0x0 ./src/core/Print.o + .data 0x0000000000000000 0x0 ./src/core/Print.o + .bss 0x0000000000000000 0x0 ./src/core/Print.o + .ARM.extab.text._ZN5Print7printlnEv + 0x0000000000000000 0x0 ./src/core/Print.o + .ARM.extab.text._ZN5Print5printEPKc + 0x0000000000000000 0x0 ./src/core/Print.o + .ARM.extab.text._ZN5Print5printEi12RADIX_FORMAT + 0x0000000000000000 0x0 ./src/core/Print.o + .text._ZN5Print5writeEPKci + 0x0000000000000000 0x1e ./src/core/Print.o + .ARM.extab.text._ZN5Print5writeEPKci + 0x0000000000000000 0x0 ./src/core/Print.o + .ARM.exidx.text._ZN5Print5writeEPKci + 0x0000000000000000 0x8 ./src/core/Print.o + .ARM.extab.text._ZN5Print7printlnEPKc + 0x0000000000000000 0x0 ./src/core/Print.o + .ARM.extab.text._ZN5Print7printlnEi12RADIX_FORMAT + 0x0000000000000000 0x0 ./src/core/Print.o + .text._ZN5Print5printEc + 0x0000000000000000 0xa ./src/core/Print.o + .ARM.extab.text._ZN5Print5printEc + 0x0000000000000000 0xc ./src/core/Print.o + .ARM.exidx.text._ZN5Print5printEc + 0x0000000000000000 0x8 ./src/core/Print.o + .text._ZN5Print7printlnEc + 0x0000000000000000 0x14 ./src/core/Print.o + .ARM.extab.text._ZN5Print7printlnEc + 0x0000000000000000 0x0 ./src/core/Print.o + .ARM.exidx.text._ZN5Print7printlnEc + 0x0000000000000000 0x8 ./src/core/Print.o + .rodata._ZTV5Print + 0x0000000000000000 0x10 ./src/core/Print.o + .text 0x0000000000000000 0x0 ./src/core/SPI.o + .data 0x0000000000000000 0x0 ./src/core/SPI.o + .bss 0x0000000000000000 0x0 ./src/core/SPI.o + .ARM.extab.text._ZN3SSPD2Ev + 0x0000000000000000 0x0 ./src/core/SPI.o + .text._ZN3SSP12setBitLengthEi + 0x0000000000000000 0x4 ./src/core/SPI.o + .ARM.extab.text._ZN3SSP12setBitLengthEi + 0x0000000000000000 0x0 ./src/core/SPI.o + .ARM.exidx.text._ZN3SSP12setBitLengthEi + 0x0000000000000000 0x8 ./src/core/SPI.o + .text._ZN3SSP3endEv + 0x0000000000000000 0x10 ./src/core/SPI.o + .ARM.extab.text._ZN3SSP3endEv + 0x0000000000000000 0x0 ./src/core/SPI.o + .ARM.exidx.text._ZN3SSP3endEv + 0x0000000000000000 0x8 ./src/core/SPI.o + .text._ZN3SSP11setBitOrderE13SSP_BIT_ORDER + 0x0000000000000000 0x4 ./src/core/SPI.o + .ARM.extab.text._ZN3SSP11setBitOrderE13SSP_BIT_ORDER + 0x0000000000000000 0x0 ./src/core/SPI.o + .ARM.exidx.text._ZN3SSP11setBitOrderE13SSP_BIT_ORDER + 0x0000000000000000 0x8 ./src/core/SPI.o + .text._ZN3SSP15setClockDividerE15SSP_CLK_DIVIDER + 0x0000000000000000 0x4 ./src/core/SPI.o + .ARM.extab.text._ZN3SSP15setClockDividerE15SSP_CLK_DIVIDER + 0x0000000000000000 0x0 ./src/core/SPI.o + .ARM.exidx.text._ZN3SSP15setClockDividerE15SSP_CLK_DIVIDER + 0x0000000000000000 0x8 ./src/core/SPI.o + .text._ZN3SSP11setDataModeE13SSP_DATA_MODE + 0x0000000000000000 0x4 ./src/core/SPI.o + .ARM.extab.text._ZN3SSP11setDataModeE13SSP_DATA_MODE + 0x0000000000000000 0x0 ./src/core/SPI.o + .ARM.exidx.text._ZN3SSP11setDataModeE13SSP_DATA_MODE + 0x0000000000000000 0x8 ./src/core/SPI.o + .ARM.extab.text.ssp_begin + 0x0000000000000000 0x0 ./src/core/SPI.o + .text._ZN3SSP5beginE8SSP_PORT + 0x0000000000000000 0x14 ./src/core/SPI.o + .ARM.extab.text._ZN3SSP5beginE8SSP_PORT + 0x0000000000000000 0xc ./src/core/SPI.o + .ARM.exidx.text._ZN3SSP5beginE8SSP_PORT + 0x0000000000000000 0x8 ./src/core/SPI.o + .ARM.extab.text._ZN3SSPC2Ev + 0x0000000000000000 0x0 ./src/core/SPI.o + .text.ssp_transfer + 0x0000000000000000 0x30 ./src/core/SPI.o + .ARM.extab.text.ssp_transfer + 0x0000000000000000 0x0 ./src/core/SPI.o + .ARM.exidx.text.ssp_transfer + 0x0000000000000000 0x8 ./src/core/SPI.o + .text._ZN3SSP8transferEm + 0x0000000000000000 0xa ./src/core/SPI.o + .ARM.extab.text._ZN3SSP8transferEm + 0x0000000000000000 0x0 ./src/core/SPI.o + .ARM.exidx.text._ZN3SSP8transferEm + 0x0000000000000000 0x8 ./src/core/SPI.o + .ARM.extab.text.startup._GLOBAL__sub_I_SPI + 0x0000000000000000 0x0 ./src/core/SPI.o + .text 0x0000000000000000 0x0 ./src/core/SPI1.o + .data 0x0000000000000000 0x0 ./src/core/SPI1.o + .bss 0x0000000000000000 0x0 ./src/core/SPI1.o + .ARM.extab.text._ZN4SSP1D2Ev + 0x0000000000000000 0x0 ./src/core/SPI1.o + .text._ZN4SSP112setBitLengthEi + 0x0000000000000000 0x4 ./src/core/SPI1.o + .ARM.extab.text._ZN4SSP112setBitLengthEi + 0x0000000000000000 0x0 ./src/core/SPI1.o + .ARM.exidx.text._ZN4SSP112setBitLengthEi + 0x0000000000000000 0x8 ./src/core/SPI1.o + .text._ZN4SSP13endEv + 0x0000000000000000 0x10 ./src/core/SPI1.o + .ARM.extab.text._ZN4SSP13endEv + 0x0000000000000000 0x0 ./src/core/SPI1.o + .ARM.exidx.text._ZN4SSP13endEv + 0x0000000000000000 0x8 ./src/core/SPI1.o + .text._ZN4SSP111setBitOrderE13SSP_BIT_ORDER + 0x0000000000000000 0x4 ./src/core/SPI1.o + .ARM.extab.text._ZN4SSP111setBitOrderE13SSP_BIT_ORDER + 0x0000000000000000 0x0 ./src/core/SPI1.o + .ARM.exidx.text._ZN4SSP111setBitOrderE13SSP_BIT_ORDER + 0x0000000000000000 0x8 ./src/core/SPI1.o + .text._ZN4SSP115setClockDividerE15SSP_CLK_DIVIDER + 0x0000000000000000 0x4 ./src/core/SPI1.o + .ARM.extab.text._ZN4SSP115setClockDividerE15SSP_CLK_DIVIDER + 0x0000000000000000 0x0 ./src/core/SPI1.o + .ARM.exidx.text._ZN4SSP115setClockDividerE15SSP_CLK_DIVIDER + 0x0000000000000000 0x8 ./src/core/SPI1.o + .text._ZN4SSP111setDataModeE13SSP_DATA_MODE + 0x0000000000000000 0x4 ./src/core/SPI1.o + .ARM.extab.text._ZN4SSP111setDataModeE13SSP_DATA_MODE + 0x0000000000000000 0x0 ./src/core/SPI1.o + .ARM.exidx.text._ZN4SSP111setDataModeE13SSP_DATA_MODE + 0x0000000000000000 0x8 ./src/core/SPI1.o + .ARM.extab.text.ssp1_begin + 0x0000000000000000 0x0 ./src/core/SPI1.o + .text._ZN4SSP15beginE8SSP_PORT + 0x0000000000000000 0x14 ./src/core/SPI1.o + .ARM.extab.text._ZN4SSP15beginE8SSP_PORT + 0x0000000000000000 0xc ./src/core/SPI1.o + .ARM.exidx.text._ZN4SSP15beginE8SSP_PORT + 0x0000000000000000 0x8 ./src/core/SPI1.o + .ARM.extab.text._ZN4SSP1C2Ev + 0x0000000000000000 0x0 ./src/core/SPI1.o + .text.ssp1_transfer + 0x0000000000000000 0x30 ./src/core/SPI1.o + .ARM.extab.text.ssp1_transfer + 0x0000000000000000 0x0 ./src/core/SPI1.o + .ARM.exidx.text.ssp1_transfer + 0x0000000000000000 0x8 ./src/core/SPI1.o + .text._ZN4SSP18transferEm + 0x0000000000000000 0xa ./src/core/SPI1.o + .ARM.extab.text._ZN4SSP18transferEm + 0x0000000000000000 0x0 ./src/core/SPI1.o + .ARM.exidx.text._ZN4SSP18transferEm + 0x0000000000000000 0x8 ./src/core/SPI1.o + .ARM.extab.text.startup._GLOBAL__sub_I_SPI1 + 0x0000000000000000 0x0 ./src/core/SPI1.o + .group 0x0000000000000000 0x10 ./src/core/SoftwareSerial.o + .text 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o + .data 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o + .bss 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o + .text._ZN14SoftwareSerial5writeEc + 0x0000000000000000 0x7c ./src/core/SoftwareSerial.o + .ARM.extab.text._ZN14SoftwareSerial5writeEc + 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o + .ARM.exidx.text._ZN14SoftwareSerial5writeEc + 0x0000000000000000 0x8 ./src/core/SoftwareSerial.o + .text._ZN14SoftwareSerial6listenEv + 0x0000000000000000 0x30 ./src/core/SoftwareSerial.o + .ARM.extab.text._ZN14SoftwareSerial6listenEv + 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o + .ARM.exidx.text._ZN14SoftwareSerial6listenEv + 0x0000000000000000 0x8 ./src/core/SoftwareSerial.o + .text._ZN14SoftwareSerial4recvEv + 0x0000000000000000 0x98 ./src/core/SoftwareSerial.o + .ARM.extab.text._ZN14SoftwareSerial4recvEv + 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o + .ARM.exidx.text._ZN14SoftwareSerial4recvEv + 0x0000000000000000 0x8 ./src/core/SoftwareSerial.o + .text._ZN14SoftwareSerial16handle_interruptEv + 0x0000000000000000 0x14 ./src/core/SoftwareSerial.o + .ARM.extab.text._ZN14SoftwareSerial16handle_interruptEv + 0x0000000000000000 0xc ./src/core/SoftwareSerial.o + .ARM.exidx.text._ZN14SoftwareSerial16handle_interruptEv + 0x0000000000000000 0x8 ./src/core/SoftwareSerial.o + .text._ZN14SoftwareSerial5setTXEh + 0x0000000000000000 0x1a ./src/core/SoftwareSerial.o + .ARM.extab.text._ZN14SoftwareSerial5setTXEh + 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o + .ARM.exidx.text._ZN14SoftwareSerial5setTXEh + 0x0000000000000000 0x8 ./src/core/SoftwareSerial.o + .text._ZN14SoftwareSerial5setRXEh + 0x0000000000000000 0x22 ./src/core/SoftwareSerial.o + .ARM.extab.text._ZN14SoftwareSerial5setRXEh + 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o + .ARM.exidx.text._ZN14SoftwareSerial5setRXEh + 0x0000000000000000 0x8 ./src/core/SoftwareSerial.o + .text._ZN14SoftwareSerialC2Ehhb + 0x0000000000000000 0x44 ./src/core/SoftwareSerial.o + .ARM.extab.text._ZN14SoftwareSerialC2Ehhb + 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o + .ARM.exidx.text._ZN14SoftwareSerialC2Ehhb + 0x0000000000000000 0x8 ./src/core/SoftwareSerial.o + .text._ZN14SoftwareSerial5beginEl + 0x0000000000000000 0x64 ./src/core/SoftwareSerial.o + .ARM.extab.text._ZN14SoftwareSerial5beginEl + 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o + .ARM.exidx.text._ZN14SoftwareSerial5beginEl + 0x0000000000000000 0x8 ./src/core/SoftwareSerial.o + .text._ZN14SoftwareSerial3endEv + 0x0000000000000000 0xe ./src/core/SoftwareSerial.o + .ARM.extab.text._ZN14SoftwareSerial3endEv + 0x0000000000000000 0xc ./src/core/SoftwareSerial.o + .ARM.exidx.text._ZN14SoftwareSerial3endEv + 0x0000000000000000 0x8 ./src/core/SoftwareSerial.o + .text._ZN14SoftwareSerialD2Ev + 0x0000000000000000 0x18 ./src/core/SoftwareSerial.o + .ARM.extab.text._ZN14SoftwareSerialD2Ev + 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o + .ARM.exidx.text._ZN14SoftwareSerialD2Ev + 0x0000000000000000 0x8 ./src/core/SoftwareSerial.o + .text._ZN14SoftwareSerial4readEv + 0x0000000000000000 0x40 ./src/core/SoftwareSerial.o + .ARM.extab.text._ZN14SoftwareSerial4readEv + 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o + .ARM.exidx.text._ZN14SoftwareSerial4readEv + 0x0000000000000000 0x8 ./src/core/SoftwareSerial.o + .text._ZN14SoftwareSerial9availableEv + 0x0000000000000000 0x3c ./src/core/SoftwareSerial.o + .ARM.extab.text._ZN14SoftwareSerial9availableEv + 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o + .ARM.exidx.text._ZN14SoftwareSerial9availableEv + 0x0000000000000000 0x8 ./src/core/SoftwareSerial.o + .text._ZN14SoftwareSerial5flushEv + 0x0000000000000000 0x24 ./src/core/SoftwareSerial.o + .ARM.extab.text._ZN14SoftwareSerial5flushEv + 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o + .ARM.exidx.text._ZN14SoftwareSerial5flushEv + 0x0000000000000000 0x8 ./src/core/SoftwareSerial.o + .text._ZN14SoftwareSerial4peekEv + 0x0000000000000000 0x34 ./src/core/SoftwareSerial.o + .ARM.extab.text._ZN14SoftwareSerial4peekEv + 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o + .ARM.exidx.text._ZN14SoftwareSerial4peekEv + 0x0000000000000000 0x8 ./src/core/SoftwareSerial.o + .bss._ZN14SoftwareSerial13active_objectE + 0x0000000000000000 0x4 ./src/core/SoftwareSerial.o + .rodata._ZL5table + 0x0000000000000000 0x30 ./src/core/SoftwareSerial.o + .bss._ZN14SoftwareSerial20_receive_buffer_headE + 0x0000000000000000 0x1 ./src/core/SoftwareSerial.o + .bss._ZN14SoftwareSerial15_receive_bufferE + 0x0000000000000000 0x40 ./src/core/SoftwareSerial.o + .bss._ZN14SoftwareSerial20_receive_buffer_tailE + 0x0000000000000000 0x1 ./src/core/SoftwareSerial.o + .rodata._ZTV14SoftwareSerial + 0x0000000000000000 0x10 ./src/core/SoftwareSerial.o + .group 0x0000000000000000 0x10 ./src/core/Wire.o + .group 0x0000000000000000 0x10 ./src/core/Wire.o + .group 0x0000000000000000 0x10 ./src/core/Wire.o + .group 0x0000000000000000 0x10 ./src/core/Wire.o + .group 0x0000000000000000 0x10 ./src/core/Wire.o + .text 0x0000000000000000 0x0 ./src/core/Wire.o + .data 0x0000000000000000 0x0 ./src/core/Wire.o + .bss 0x0000000000000000 0x0 ./src/core/Wire.o + .text._ZN7TwoWireC2Ev + 0x0000000000000000 0x2 ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWireC2Ev + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWireC2Ev + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire5beginEii + 0x0000000000000000 0x4c ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire5beginEii + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire5beginEii + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire5beginEv + 0x0000000000000000 0x34 ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire5beginEv + 0x0000000000000000 0xc ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire5beginEv + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire5beginEh + 0x0000000000000000 0x8 ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire5beginEh + 0x0000000000000000 0xc ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire5beginEh + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire5beginEi + 0x0000000000000000 0x8 ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire5beginEi + 0x0000000000000000 0xc ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire5beginEi + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire17beginTransmissionEh + 0x0000000000000000 0x28 ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire17beginTransmissionEh + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire17beginTransmissionEh + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire17beginTransmissionEi + 0x0000000000000000 0xa ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire17beginTransmissionEi + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire17beginTransmissionEi + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire5writeEa + 0x0000000000000000 0x34 ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire5writeEa + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire5writeEa + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire4sendEPhh + 0x0000000000000000 0x2c ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire4sendEPhh + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire4sendEPhh + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire4sendEPa + 0x0000000000000000 0x18 ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire4sendEPa + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire4sendEPa + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire4sendEi + 0x0000000000000000 0xa ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire4sendEi + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire4sendEi + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire9availableEv + 0x0000000000000000 0x18 ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire9availableEv + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire9availableEv + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire7receiveEv + 0x0000000000000000 0x28 ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire7receiveEv + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire7receiveEv + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire16onReceiveServiceEPhi + 0x0000000000000000 0x48 ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire16onReceiveServiceEPhi + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire16onReceiveServiceEPhi + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire16onRequestServiceEv + 0x0000000000000000 0x24 ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire16onRequestServiceEv + 0x0000000000000000 0xc ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire16onRequestServiceEv + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire9onReceiveEPFviE + 0x0000000000000000 0xc ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire9onReceiveEPFviE + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire9onReceiveEPFviE + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire9onRequestEPFvvE + 0x0000000000000000 0xc ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire9onRequestEPFvvE + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire9onRequestEPFvvE + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._Z4WAITv + 0x0000000000000000 0xa ./src/core/Wire.o + .ARM.extab.text._Z4WAITv + 0x0000000000000000 0xc ./src/core/Wire.o + .ARM.exidx.text._Z4WAITv + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._Z7SDA_RELi + 0x0000000000000000 0xa ./src/core/Wire.o + .ARM.extab.text._Z7SDA_RELi + 0x0000000000000000 0xc ./src/core/Wire.o + .ARM.exidx.text._Z7SDA_RELi + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._Z7SCL_RELi + 0x0000000000000000 0xa ./src/core/Wire.o + .ARM.extab.text._Z7SCL_RELi + 0x0000000000000000 0xc ./src/core/Wire.o + .ARM.exidx.text._Z7SCL_RELi + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._Z11i2c_stopbitii + 0x0000000000000000 0x20 ./src/core/Wire.o + .ARM.extab.text._Z11i2c_stopbitii + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._Z11i2c_stopbitii + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._Z7SDA_PULi + 0x0000000000000000 0x24 ./src/core/Wire.o + .ARM.extab.text._Z7SDA_PULi + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._Z7SDA_PULi + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._Z7SCL_PULi + 0x0000000000000000 0x24 ./src/core/Wire.o + .ARM.extab.text._Z7SCL_PULi + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._Z7SCL_PULi + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._Z13i2c_recv_byteii14WIRE_ACK_STATE + 0x0000000000000000 0xa2 ./src/core/Wire.o + .ARM.extab.text._Z13i2c_recv_byteii14WIRE_ACK_STATE + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._Z13i2c_recv_byteii14WIRE_ACK_STATE + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._Z13i2c_send_byteiih + 0x0000000000000000 0x90 ./src/core/Wire.o + .ARM.extab.text._Z13i2c_send_byteiih + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._Z13i2c_send_byteiih + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._Z8i2c_readiihPhh + 0x0000000000000000 0x4e ./src/core/Wire.o + .ARM.extab.text._Z8i2c_readiihPhh + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._Z8i2c_readiihPhh + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._Z9i2c_writeiihPhh + 0x0000000000000000 0x3c ./src/core/Wire.o + .ARM.extab.text._Z9i2c_writeiihPhh + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._Z9i2c_writeiihPhh + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._Z12i2c_startbitii + 0x0000000000000000 0x66 ./src/core/Wire.o + .ARM.extab.text._Z12i2c_startbitii + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._Z12i2c_startbitii + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._Z8i2c_pingiih + 0x0000000000000000 0x26 ./src/core/Wire.o + .ARM.extab.text._Z8i2c_pingiih + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._Z8i2c_pingiih + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._Z22i2c_begin_transmissioniih + 0x0000000000000000 0x8 ./src/core/Wire.o + .ARM.extab.text._Z22i2c_begin_transmissioniih + 0x0000000000000000 0xc ./src/core/Wire.o + .ARM.exidx.text._Z22i2c_begin_transmissioniih + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._Z16i2c_request_fromiihPhh + 0x0000000000000000 0x32 ./src/core/Wire.o + .ARM.extab.text._Z16i2c_request_fromiihPhh + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._Z16i2c_request_fromiihPhh + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire11requestFromEhh + 0x0000000000000000 0x38 ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire11requestFromEhh + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire11requestFromEhh + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire11requestFromEii + 0x0000000000000000 0xc ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire11requestFromEii + 0x0000000000000000 0xc ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire11requestFromEii + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire15endTransmissionEv + 0x0000000000000000 0x58 ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire15endTransmissionEv + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire15endTransmissionEv + 0x0000000000000000 0x8 ./src/core/Wire.o + .bss._ZN7TwoWire14user_onReceiveE + 0x0000000000000000 0x4 ./src/core/Wire.o + .bss._ZN7TwoWire8txBufferE + 0x0000000000000000 0x20 ./src/core/Wire.o + .bss._ZN7TwoWire8rxBufferE + 0x0000000000000000 0x20 ./src/core/Wire.o + .bss._ZN7TwoWire14user_onRequestE + 0x0000000000000000 0x4 ./src/core/Wire.o + .rodata.CSWTCH.49 + 0x0000000000000000 0x6 ./src/core/Wire.o + .bss.Wire 0x0000000000000000 0x8 ./src/core/Wire.o + .bss._ZN7TwoWire13rxBufferIndexE + 0x0000000000000000 0x1 ./src/core/Wire.o + .bss._ZN7TwoWire14rxBufferLengthE + 0x0000000000000000 0x1 ./src/core/Wire.o + .bss._ZN7TwoWire12transmittingE + 0x0000000000000000 0x1 ./src/core/Wire.o + .bss._ZN7TwoWire14txBufferLengthE + 0x0000000000000000 0x1 ./src/core/Wire.o + .bss._ZN7TwoWire13txBufferIndexE + 0x0000000000000000 0x1 ./src/core/Wire.o + .bss._ZN7TwoWire9txAddressE + 0x0000000000000000 0x1 ./src/core/Wire.o + .text 0x0000000000000000 0x0 ./src/core/analogio.o + .data 0x0000000000000000 0x0 ./src/core/analogio.o + .bss 0x0000000000000000 0x0 ./src/core/analogio.o + .ARM.extab.text.NVIC_SetPriority.constprop.2 + 0x0000000000000000 0x0 ./src/core/analogio.o + .text._Z23pwm_eucledean_algorithmi + 0x0000000000000000 0x2 ./src/core/analogio.o + .ARM.extab.text._Z23pwm_eucledean_algorithmi + 0x0000000000000000 0x0 ./src/core/analogio.o + .ARM.exidx.text._Z23pwm_eucledean_algorithmi + 0x0000000000000000 0x8 ./src/core/analogio.o + .ARM.extab.text.setup_TIMER16_0 + 0x0000000000000000 0x0 ./src/core/analogio.o + .ARM.extab.text.setup_TIMER16_1 + 0x0000000000000000 0x0 ./src/core/analogio.o + .ARM.extab.text.analogWrite + 0x0000000000000000 0x0 ./src/core/analogio.o + .ARM.extab.text.TIMER16_0_IRQHandler + 0x0000000000000000 0x0 ./src/core/analogio.o + .text 0x0000000000000000 0x0 ./src/core/arithmetical.o + .data 0x0000000000000000 0x0 ./src/core/arithmetical.o + .bss 0x0000000000000000 0x0 ./src/core/arithmetical.o + .text._Z10randomSeedj + 0x0000000000000000 0xc ./src/core/arithmetical.o + .ARM.extab.text._Z10randomSeedj + 0x0000000000000000 0x0 ./src/core/arithmetical.o + .ARM.exidx.text._Z10randomSeedj + 0x0000000000000000 0x8 ./src/core/arithmetical.o + .text._Z6randomv + 0x0000000000000000 0x50 ./src/core/arithmetical.o + .ARM.extab.text._Z6randomv + 0x0000000000000000 0x0 ./src/core/arithmetical.o + .ARM.exidx.text._Z6randomv + 0x0000000000000000 0x8 ./src/core/arithmetical.o + .text._Z11random_LFSRv + 0x0000000000000000 0x28 ./src/core/arithmetical.o + .ARM.extab.text._Z11random_LFSRv + 0x0000000000000000 0x0 ./src/core/arithmetical.o + .ARM.exidx.text._Z11random_LFSRv + 0x0000000000000000 0x8 ./src/core/arithmetical.o + .text._Z6randoml + 0x0000000000000000 0x16 ./src/core/arithmetical.o + .ARM.extab.text._Z6randoml + 0x0000000000000000 0x0 ./src/core/arithmetical.o + .ARM.exidx.text._Z6randoml + 0x0000000000000000 0x8 ./src/core/arithmetical.o + .text._Z6randomll + 0x0000000000000000 0x18 ./src/core/arithmetical.o + .ARM.extab.text._Z6randomll + 0x0000000000000000 0x0 ./src/core/arithmetical.o + .ARM.exidx.text._Z6randomll + 0x0000000000000000 0x8 ./src/core/arithmetical.o + .bss.random_seed + 0x0000000000000000 0x4 ./src/core/arithmetical.o + .text 0x0000000000000000 0x0 ./src/core/cr_cpp_config.o + .data 0x0000000000000000 0x0 ./src/core/cr_cpp_config.o + .bss 0x0000000000000000 0x0 ./src/core/cr_cpp_config.o + .text._Znwj 0x0000000000000000 0x8 ./src/core/cr_cpp_config.o + .ARM.extab.text._Znwj + 0x0000000000000000 0x0 ./src/core/cr_cpp_config.o + .ARM.exidx.text._Znwj + 0x0000000000000000 0x8 ./src/core/cr_cpp_config.o + .text._ZdlPv 0x0000000000000000 0x8 ./src/core/cr_cpp_config.o + .ARM.extab.text._ZdlPv + 0x0000000000000000 0x0 ./src/core/cr_cpp_config.o + .ARM.exidx.text._ZdlPv + 0x0000000000000000 0x8 ./src/core/cr_cpp_config.o + .ARM.extab.text.__aeabi_atexit + 0x0000000000000000 0x0 ./src/core/cr_cpp_config.o + .text 0x0000000000000000 0x0 ./src/core/cr_startup_lpc11.o + .data 0x0000000000000000 0x0 ./src/core/cr_startup_lpc11.o + .bss 0x0000000000000000 0x0 ./src/core/cr_startup_lpc11.o + .ARM.extab.after_vectors + 0x0000000000000000 0x0 ./src/core/cr_startup_lpc11.o + .text.__cxa_pure_virtual + 0x0000000000000000 0x4 ./src/core/cr_startup_lpc11.o + .ARM.extab.text.__cxa_pure_virtual + 0x0000000000000000 0x0 ./src/core/cr_startup_lpc11.o + .ARM.exidx.text.__cxa_pure_virtual + 0x0000000000000000 0x8 ./src/core/cr_startup_lpc11.o + .text.__cxa_demangle + 0x0000000000000000 0x2 ./src/core/cr_startup_lpc11.o + .ARM.extab.text.__cxa_demangle + 0x0000000000000000 0x0 ./src/core/cr_startup_lpc11.o + .ARM.exidx.text.__cxa_demangle + 0x0000000000000000 0x8 ./src/core/cr_startup_lpc11.o + .text 0x0000000000000000 0x0 ./src/core/delay.o + .data 0x0000000000000000 0x0 ./src/core/delay.o + .bss 0x0000000000000000 0x0 ./src/core/delay.o + .ARM.extab.text.NVIC_SetPriority + 0x0000000000000000 0x0 ./src/core/delay.o + .ARM.extab.text.delay + 0x0000000000000000 0x0 ./src/core/delay.o + .text.millis 0x0000000000000000 0xc ./src/core/delay.o + .ARM.extab.text.millis + 0x0000000000000000 0x0 ./src/core/delay.o + .ARM.exidx.text.millis + 0x0000000000000000 0x8 ./src/core/delay.o + .text.delayMicroseconds + 0x0000000000000000 0x18 ./src/core/delay.o + .ARM.extab.text.delayMicroseconds + 0x0000000000000000 0x0 ./src/core/delay.o + .ARM.exidx.text.delayMicroseconds + 0x0000000000000000 0x8 ./src/core/delay.o + .text.micros 0x0000000000000000 0xc ./src/core/delay.o + .ARM.extab.text.micros + 0x0000000000000000 0x0 ./src/core/delay.o + .ARM.exidx.text.micros + 0x0000000000000000 0x8 ./src/core/delay.o + .ARM.extab.text.setup_TIMER32_1 + 0x0000000000000000 0x0 ./src/core/delay.o + .text.attachMicroseconds + 0x0000000000000000 0x40 ./src/core/delay.o + .ARM.extab.text.attachMicroseconds + 0x0000000000000000 0x0 ./src/core/delay.o + .ARM.exidx.text.attachMicroseconds + 0x0000000000000000 0x8 ./src/core/delay.o + .text.detachMicroseconds + 0x0000000000000000 0x1c ./src/core/delay.o + .ARM.extab.text.detachMicroseconds + 0x0000000000000000 0x0 ./src/core/delay.o + .ARM.exidx.text.detachMicroseconds + 0x0000000000000000 0x8 ./src/core/delay.o + .ARM.extab.text.TIMER32_1_IRQHandler + 0x0000000000000000 0x0 ./src/core/delay.o + .ARM.extab.text.SysTick_Handler + 0x0000000000000000 0x0 ./src/core/delay.o + .ARM.extab.text.setup_systick + 0x0000000000000000 0x0 ./src/core/delay.o + .text 0x0000000000000000 0x0 ./src/core/gpio.o + .data 0x0000000000000000 0x0 ./src/core/gpio.o + .bss 0x0000000000000000 0x0 ./src/core/gpio.o + .ARM.extab.text.pinMode + 0x0000000000000000 0x0 ./src/core/gpio.o + .ARM.extab.text.digitalWrite + 0x0000000000000000 0x0 ./src/core/gpio.o + .text.digitalRead + 0x0000000000000000 0x48 ./src/core/gpio.o + .ARM.extab.text.digitalRead + 0x0000000000000000 0x0 ./src/core/gpio.o + .ARM.exidx.text.digitalRead + 0x0000000000000000 0x8 ./src/core/gpio.o + .text.GPIOSetInterrupt + 0x0000000000000000 0x130 ./src/core/gpio.o + .ARM.extab.text.GPIOSetInterrupt + 0x0000000000000000 0x0 ./src/core/gpio.o + .ARM.exidx.text.GPIOSetInterrupt + 0x0000000000000000 0x8 ./src/core/gpio.o + .text.GPIOIntEnable + 0x0000000000000000 0x4c ./src/core/gpio.o + .ARM.extab.text.GPIOIntEnable + 0x0000000000000000 0x0 ./src/core/gpio.o + .ARM.exidx.text.GPIOIntEnable + 0x0000000000000000 0x8 ./src/core/gpio.o + .text.GPIOIntDisable + 0x0000000000000000 0x48 ./src/core/gpio.o + .ARM.extab.text.GPIOIntDisable + 0x0000000000000000 0x0 ./src/core/gpio.o + .ARM.exidx.text.GPIOIntDisable + 0x0000000000000000 0x8 ./src/core/gpio.o + .ARM.extab.text.GPIOIntStatus + 0x0000000000000000 0x0 ./src/core/gpio.o + .ARM.extab.text.GPIOIntClear + 0x0000000000000000 0x0 ./src/core/gpio.o + .text 0x0000000000000000 0x0 ./src/core/gpio_int.o + .data 0x0000000000000000 0x0 ./src/core/gpio_int.o + .bss 0x0000000000000000 0x0 ./src/core/gpio_int.o + .text.NVIC_EnableIRQ + 0x0000000000000000 0x14 ./src/core/gpio_int.o + .ARM.extab.text.NVIC_EnableIRQ + 0x0000000000000000 0x0 ./src/core/gpio_int.o + .ARM.exidx.text.NVIC_EnableIRQ + 0x0000000000000000 0x8 ./src/core/gpio_int.o + .text.NVIC_DisableIRQ + 0x0000000000000000 0x14 ./src/core/gpio_int.o + .ARM.extab.text.NVIC_DisableIRQ + 0x0000000000000000 0x0 ./src/core/gpio_int.o + .ARM.exidx.text.NVIC_DisableIRQ + 0x0000000000000000 0x8 ./src/core/gpio_int.o + .text.attachInterrupt + 0x0000000000000000 0xac ./src/core/gpio_int.o + .ARM.extab.text.attachInterrupt + 0x0000000000000000 0x0 ./src/core/gpio_int.o + .ARM.exidx.text.attachInterrupt + 0x0000000000000000 0x8 ./src/core/gpio_int.o + .text.detachInterrupt + 0x0000000000000000 0x78 ./src/core/gpio_int.o + .ARM.extab.text.detachInterrupt + 0x0000000000000000 0x0 ./src/core/gpio_int.o + .ARM.exidx.text.detachInterrupt + 0x0000000000000000 0x8 ./src/core/gpio_int.o + .ARM.extab.text.GPIO_IRQHandler + 0x0000000000000000 0x0 ./src/core/gpio_int.o + .rodata._ZL8LPC_GPIO + 0x0000000000000000 0x10 ./src/core/gpio_int.o + .rodata._ZL14mary_pinAssign + 0x0000000000000000 0xe0 ./src/core/gpio_int.o + .rodata._ZL17arduino_pinAssign + 0x0000000000000000 0xb0 ./src/core/gpio_int.o + .text 0x0000000000000000 0x0 ./src/core/maryoled.o + .data 0x0000000000000000 0x0 ./src/core/maryoled.o + .bss 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLEDD2Ev + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLEDC2Ev + 0x0000000000000000 0x0 ./src/core/maryoled.o + .text._ZN8MARYOLED7commandEi + 0x0000000000000000 0x24 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED7commandEi + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED7commandEi + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED4dataEi + 0x0000000000000000 0x28 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED4dataEi + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED4dataEi + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED7_windowEiiii + 0x0000000000000000 0x48 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED7_windowEiiii + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED7_windowEiiii + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED11WindowResetEv + 0x0000000000000000 0x3c ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED11WindowResetEv + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED11WindowResetEv + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED6locateEii + 0x0000000000000000 0x6 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED6locateEii + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED6locateEii + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED7newlineEv + 0x0000000000000000 0x14 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED7newlineEv + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED7newlineEv + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED5_putpEi + 0x0000000000000000 0x24 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED5_putpEi + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED5_putpEi + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED6windowEiiii + 0x0000000000000000 0xc ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED6windowEiiii + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED6windowEiiii + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED4putpEi + 0x0000000000000000 0x8 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED4putpEi + 0x0000000000000000 0xc ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED4putpEi + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED5pixelEiii + 0x0000000000000000 0x18 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED5pixelEiii + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED5pixelEiii + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED4fillEiiiii + 0x0000000000000000 0x52 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED4fillEiiiii + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED4fillEiiiii + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED3clsEv + 0x0000000000000000 0x1c ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED3clsEv + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED3clsEv + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED5resetEv + 0x0000000000000000 0x228 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED5resetEv + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED5resetEv + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED5resetE8SSP_PORT + 0x0000000000000000 0x46 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED5resetE8SSP_PORT + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED5resetE8SSP_PORT + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED4blitEiiiiPKi + 0x0000000000000000 0x54 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED4blitEiiiiPKi + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED4blitEiiiiPKi + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED7bitblitEiiiiPKc + 0x0000000000000000 0x84 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED7bitblitEiiiiPKc + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED7bitblitEiiiiPKc + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED5_putcEi + 0x0000000000000000 0x50 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED5_putcEi + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED5_putcEi + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED10foregroundEi + 0x0000000000000000 0x4 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED10foregroundEi + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED10foregroundEi + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED10backgroundEi + 0x0000000000000000 0x4 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED10backgroundEi + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED10backgroundEi + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED5widthEv + 0x0000000000000000 0x4 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED5widthEv + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED5widthEv + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED6heightEv + 0x0000000000000000 0x4 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED6heightEv + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED6heightEv + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED7columnsEv + 0x0000000000000000 0x4 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED7columnsEv + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED7columnsEv + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED4rowsEv + 0x0000000000000000 0x4 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED4rowsEv + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED4rowsEv + 0x0000000000000000 0x8 ./src/core/maryoled.o + .ARM.extab.text.startup._GLOBAL__sub_I_oled + 0x0000000000000000 0x0 ./src/core/maryoled.o + .rodata 0x0000000000000000 0x3f ./src/core/maryoled.o + .rodata._ZL7FONT8x8 + 0x0000000000000000 0x308 ./src/core/maryoled.o + .text 0x0000000000000000 0x0 ./src/core/startup_mary.o + .data 0x0000000000000000 0x0 ./src/core/startup_mary.o + .bss 0x0000000000000000 0x0 ./src/core/startup_mary.o + .text 0x0000000000000000 0x0 ./src/core/system_LPC11xx.o + .data 0x0000000000000000 0x0 ./src/core/system_LPC11xx.o + .bss 0x0000000000000000 0x0 ./src/core/system_LPC11xx.o + .text.SystemCoreClockUpdate + 0x0000000000000000 0x9c ./src/core/system_LPC11xx.o + .ARM.extab.text.SystemCoreClockUpdate + 0x0000000000000000 0x0 ./src/core/system_LPC11xx.o + .ARM.exidx.text.SystemCoreClockUpdate + 0x0000000000000000 0x8 ./src/core/system_LPC11xx.o + .ARM.extab.text.SystemInit + 0x0000000000000000 0x0 ./src/core/system_LPC11xx.o + .rodata.CSWTCH.16 + 0x0000000000000000 0x40 ./src/core/system_LPC11xx.o + .text 0x0000000000000000 0x0 ./src/core/uart.o + .data 0x0000000000000000 0x0 ./src/core/uart.o + .bss 0x0000000000000000 0x0 ./src/core/uart.o + .ARM.extab.text._ZN7USerialD2Ev + 0x0000000000000000 0x0 ./src/core/uart.o + .ARM.extab.text._ZN7USerial5writeEc + 0x0000000000000000 0x0 ./src/core/uart.o + .text._ZN7USerialC2Ev + 0x0000000000000000 0x18 ./src/core/uart.o + .ARM.extab.text._ZN7USerialC2Ev + 0x0000000000000000 0x0 ./src/core/uart.o + .ARM.exidx.text._ZN7USerialC2Ev + 0x0000000000000000 0x8 ./src/core/uart.o + .ARM.extab.text._ZN7USerial5beginEi + 0x0000000000000000 0x0 ./src/core/uart.o + .text._ZN7USerial3endEv + 0x0000000000000000 0x2 ./src/core/uart.o + .ARM.extab.text._ZN7USerial3endEv + 0x0000000000000000 0x0 ./src/core/uart.o + .ARM.exidx.text._ZN7USerial3endEv + 0x0000000000000000 0x8 ./src/core/uart.o + .text._ZN7USerial9availableEv + 0x0000000000000000 0x10 ./src/core/uart.o + .ARM.extab.text._ZN7USerial9availableEv + 0x0000000000000000 0x0 ./src/core/uart.o + .ARM.exidx.text._ZN7USerial9availableEv + 0x0000000000000000 0x8 ./src/core/uart.o + .text._ZN7USerial4readEv + 0x0000000000000000 0xc ./src/core/uart.o + .ARM.extab.text._ZN7USerial4readEv + 0x0000000000000000 0x0 ./src/core/uart.o + .ARM.exidx.text._ZN7USerial4readEv + 0x0000000000000000 0x8 ./src/core/uart.o + .ARM.extab.text.startup._GLOBAL__sub_I_Serial + 0x0000000000000000 0x0 ./src/core/uart.o + .group 0x0000000000000000 0x8 ./src/XBee/XBee.o + .group 0x0000000000000000 0x8 ./src/XBee/XBee.o + .group 0x0000000000000000 0x8 ./src/XBee/XBee.o + .group 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text 0x0000000000000000 0x0 ./src/XBee/XBee.o + .data 0x0000000000000000 0x0 ./src/XBee/XBee.o + .bss 0x0000000000000000 0x0 ./src/XBee/XBee.o + .text._ZN12ZBRxResponse13getDataOffsetEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12ZBRxResponse13getDataOffsetEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12ZBRxResponse13getDataOffsetEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12ZBRxResponse13getDataLengthEv + 0x0000000000000000 0x12 ./src/XBee/XBee.o + .ARM.extab.text._ZN12ZBRxResponse13getDataLengthEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12ZBRxResponse13getDataLengthEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11ZBTxRequest18getFrameDataLengthEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .ARM.extab.text._ZN11ZBTxRequest18getFrameDataLengthEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11ZBTxRequest18getFrameDataLengthEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN16AtCommandRequest18getFrameDataLengthEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .ARM.extab.text._ZN16AtCommandRequest18getFrameDataLengthEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN16AtCommandRequest18getFrameDataLengthEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN22RemoteAtCommandRequest18getFrameDataLengthEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .ARM.extab.text._ZN22RemoteAtCommandRequest18getFrameDataLengthEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN22RemoteAtCommandRequest18getFrameDataLengthEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN16AtCommandRequest12getFrameDataEh + 0x0000000000000000 0x20 ./src/XBee/XBee.o + .ARM.extab.text._ZN16AtCommandRequest12getFrameDataEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN16AtCommandRequest12getFrameDataEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11ZBTxRequest12getFrameDataEh + 0x0000000000000000 0x6e ./src/XBee/XBee.o + .ARM.extab.text._ZN11ZBTxRequest12getFrameDataEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11ZBTxRequest12getFrameDataEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN22RemoteAtCommandRequest12getFrameDataEh + 0x0000000000000000 0x80 ./src/XBee/XBee.o + .ARM.extab.text._ZN22RemoteAtCommandRequest12getFrameDataEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN22RemoteAtCommandRequest12getFrameDataEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponseC2Ev + 0x0000000000000000 0x2 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponseC2Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponseC2Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse8getApiIdEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse8getApiIdEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse8getApiIdEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse8setApiIdEh + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse8setApiIdEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse8setApiIdEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse12getMsbLengthEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse12getMsbLengthEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse12getMsbLengthEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse12setMsbLengthEh + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse12setMsbLengthEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse12setMsbLengthEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse12getLsbLengthEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse12getLsbLengthEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse12getLsbLengthEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse12setLsbLengthEh + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse12setLsbLengthEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse12setLsbLengthEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse11getChecksumEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse11getChecksumEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse11getChecksumEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse11setChecksumEh + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse11setChecksumEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse11setChecksumEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse18getFrameDataLengthEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse18getFrameDataLengthEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse18getFrameDataLengthEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse14setFrameLengthEh + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse14setFrameLengthEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse14setFrameLengthEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse11isAvailableEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse11isAvailableEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse11isAvailableEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse12setAvailableEb + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse12setAvailableEb + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse12setAvailableEb + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse7isErrorEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse7isErrorEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse7isErrorEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse12getErrorCodeEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse12getErrorCodeEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse12getErrorCodeEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse12setErrorCodeEh + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse12setErrorCodeEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse12setErrorCodeEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse9setCommonERS_ + 0x0000000000000000 0x1e ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse9setCommonERS_ + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse9setCommonERS_ + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN18ZBTxStatusResponseC2Ev + 0x0000000000000000 0x2 ./src/XBee/XBee.o + .ARM.extab.text._ZN18ZBTxStatusResponseC2Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN18ZBTxStatusResponseC2Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN18ZBTxStatusResponse16getRemoteAddressEv + 0x0000000000000000 0xe ./src/XBee/XBee.o + .ARM.extab.text._ZN18ZBTxStatusResponse16getRemoteAddressEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN18ZBTxStatusResponse16getRemoteAddressEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN18ZBTxStatusResponse15getTxRetryCountEv + 0x0000000000000000 0x6 ./src/XBee/XBee.o + .ARM.extab.text._ZN18ZBTxStatusResponse15getTxRetryCountEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN18ZBTxStatusResponse15getTxRetryCountEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN18ZBTxStatusResponse17getDeliveryStatusEv + 0x0000000000000000 0x6 ./src/XBee/XBee.o + .ARM.extab.text._ZN18ZBTxStatusResponse17getDeliveryStatusEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN18ZBTxStatusResponse17getDeliveryStatusEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN18ZBTxStatusResponse18getDiscoveryStatusEv + 0x0000000000000000 0x6 ./src/XBee/XBee.o + .ARM.extab.text._ZN18ZBTxStatusResponse18getDiscoveryStatusEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN18ZBTxStatusResponse18getDiscoveryStatusEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN18ZBTxStatusResponse9isSuccessEv + 0x0000000000000000 0xa ./src/XBee/XBee.o + .ARM.extab.text._ZN18ZBTxStatusResponse9isSuccessEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN18ZBTxStatusResponse9isSuccessEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse21getZBTxStatusResponseERS_ + 0x0000000000000000 0xc ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse21getZBTxStatusResponseERS_ + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse21getZBTxStatusResponseERS_ + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12ZBRxResponseC2Ev + 0x0000000000000000 0x14 ./src/XBee/XBee.o + .ARM.extab.text._ZN12ZBRxResponseC2Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12ZBRxResponseC2Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12ZBRxResponse18getRemoteAddress16Ev + 0x0000000000000000 0xe ./src/XBee/XBee.o + .ARM.extab.text._ZN12ZBRxResponse18getRemoteAddress16Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12ZBRxResponse18getRemoteAddress16Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12ZBRxResponse9getOptionEv + 0x0000000000000000 0x6 ./src/XBee/XBee.o + .ARM.extab.text._ZN12ZBRxResponse9getOptionEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12ZBRxResponse9getOptionEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12ZBRxResponse18getRemoteAddress64Ev + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12ZBRxResponse18getRemoteAddress64Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12ZBRxResponse18getRemoteAddress64Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse15getZBRxResponseERS_ + 0x0000000000000000 0x3e ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse15getZBRxResponseERS_ + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse15getZBRxResponseERS_ + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN20ZBRxIoSampleResponseC2Ev + 0x0000000000000000 0x10 ./src/XBee/XBee.o + .ARM.extab.text._ZN20ZBRxIoSampleResponseC2Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN20ZBRxIoSampleResponseC2Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN20ZBRxIoSampleResponse17getDigitalMaskMsbEv + 0x0000000000000000 0xa ./src/XBee/XBee.o + .ARM.extab.text._ZN20ZBRxIoSampleResponse17getDigitalMaskMsbEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN20ZBRxIoSampleResponse17getDigitalMaskMsbEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN20ZBRxIoSampleResponse17getDigitalMaskLsbEv + 0x0000000000000000 0x6 ./src/XBee/XBee.o + .ARM.extab.text._ZN20ZBRxIoSampleResponse17getDigitalMaskLsbEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN20ZBRxIoSampleResponse17getDigitalMaskLsbEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN20ZBRxIoSampleResponse13getAnalogMaskEv + 0x0000000000000000 0xa ./src/XBee/XBee.o + .ARM.extab.text._ZN20ZBRxIoSampleResponse13getAnalogMaskEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN20ZBRxIoSampleResponse13getAnalogMaskEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN20ZBRxIoSampleResponse14containsAnalogEv + 0x0000000000000000 0xe ./src/XBee/XBee.o + .ARM.extab.text._ZN20ZBRxIoSampleResponse14containsAnalogEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN20ZBRxIoSampleResponse14containsAnalogEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN20ZBRxIoSampleResponse15containsDigitalEv + 0x0000000000000000 0x16 ./src/XBee/XBee.o + .ARM.extab.text._ZN20ZBRxIoSampleResponse15containsDigitalEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN20ZBRxIoSampleResponse15containsDigitalEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN20ZBRxIoSampleResponse15isAnalogEnabledEh + 0x0000000000000000 0x10 ./src/XBee/XBee.o + .ARM.extab.text._ZN20ZBRxIoSampleResponse15isAnalogEnabledEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN20ZBRxIoSampleResponse15isAnalogEnabledEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN20ZBRxIoSampleResponse16isDigitalEnabledEh + 0x0000000000000000 0x1c ./src/XBee/XBee.o + .ARM.extab.text._ZN20ZBRxIoSampleResponse16isDigitalEnabledEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN20ZBRxIoSampleResponse16isDigitalEnabledEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN20ZBRxIoSampleResponse9getAnalogEh + 0x0000000000000000 0x3e ./src/XBee/XBee.o + .ARM.extab.text._ZN20ZBRxIoSampleResponse9getAnalogEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN20ZBRxIoSampleResponse9getAnalogEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN20ZBRxIoSampleResponse11isDigitalOnEh + 0x0000000000000000 0x18 ./src/XBee/XBee.o + .ARM.extab.text._ZN20ZBRxIoSampleResponse11isDigitalOnEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN20ZBRxIoSampleResponse11isDigitalOnEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse23getZBRxIoSampleResponseERS_ + 0x0000000000000000 0x3e ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse23getZBRxIoSampleResponseERS_ + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse23getZBRxIoSampleResponseERS_ + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN23RemoteAtCommandResponseC2Ev + 0x0000000000000000 0x2 ./src/XBee/XBee.o + .ARM.extab.text._ZN23RemoteAtCommandResponseC2Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN23RemoteAtCommandResponseC2Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN23RemoteAtCommandResponse10getCommandEv + 0x0000000000000000 0x6 ./src/XBee/XBee.o + .ARM.extab.text._ZN23RemoteAtCommandResponse10getCommandEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN23RemoteAtCommandResponse10getCommandEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN23RemoteAtCommandResponse9getStatusEv + 0x0000000000000000 0x6 ./src/XBee/XBee.o + .ARM.extab.text._ZN23RemoteAtCommandResponse9getStatusEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN23RemoteAtCommandResponse9getStatusEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN23RemoteAtCommandResponse4isOkEv + 0x0000000000000000 0xa ./src/XBee/XBee.o + .ARM.extab.text._ZN23RemoteAtCommandResponse4isOkEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN23RemoteAtCommandResponse4isOkEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN23RemoteAtCommandResponse14getValueLengthEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .ARM.extab.text._ZN23RemoteAtCommandResponse14getValueLengthEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN23RemoteAtCommandResponse14getValueLengthEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN23RemoteAtCommandResponse8getValueEv + 0x0000000000000000 0x12 ./src/XBee/XBee.o + .ARM.extab.text._ZN23RemoteAtCommandResponse8getValueEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN23RemoteAtCommandResponse8getValueEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN23RemoteAtCommandResponse18getRemoteAddress16Ev + 0x0000000000000000 0xe ./src/XBee/XBee.o + .ARM.extab.text._ZN23RemoteAtCommandResponse18getRemoteAddress16Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN23RemoteAtCommandResponse18getRemoteAddress16Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN23RemoteAtCommandResponse18getRemoteAddress64Ev + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN23RemoteAtCommandResponse18getRemoteAddress64Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN23RemoteAtCommandResponse18getRemoteAddress64Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse26getRemoteAtCommandResponseERS_ + 0x0000000000000000 0x3e ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse26getRemoteAtCommandResponseERS_ + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse26getRemoteAtCommandResponseERS_ + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN14RxDataResponseC2Ev + 0x0000000000000000 0xc ./src/XBee/XBee.o + .ARM.extab.text._ZN14RxDataResponseC2Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN14RxDataResponseC2Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN14RxDataResponse7getDataEi + 0x0000000000000000 0x12 ./src/XBee/XBee.o + .ARM.extab.text._ZN14RxDataResponse7getDataEi + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN14RxDataResponse7getDataEi + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN14RxDataResponse7getDataEv + 0x0000000000000000 0xe ./src/XBee/XBee.o + .ARM.extab.text._ZN14RxDataResponse7getDataEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN14RxDataResponse7getDataEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN15FrameIdResponseC2Ev + 0x0000000000000000 0x2 ./src/XBee/XBee.o + .ARM.extab.text._ZN15FrameIdResponseC2Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN15FrameIdResponseC2Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN15FrameIdResponse10getFrameIdEv + 0x0000000000000000 0x6 ./src/XBee/XBee.o + .ARM.extab.text._ZN15FrameIdResponse10getFrameIdEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN15FrameIdResponse10getFrameIdEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN19ModemStatusResponseC2Ev + 0x0000000000000000 0x2 ./src/XBee/XBee.o + .ARM.extab.text._ZN19ModemStatusResponseC2Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN19ModemStatusResponseC2Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN19ModemStatusResponse9getStatusEv + 0x0000000000000000 0x6 ./src/XBee/XBee.o + .ARM.extab.text._ZN19ModemStatusResponse9getStatusEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN19ModemStatusResponse9getStatusEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse22getModemStatusResponseERS_ + 0x0000000000000000 0xc ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse22getModemStatusResponseERS_ + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse22getModemStatusResponseERS_ + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN17AtCommandResponseC2Ev + 0x0000000000000000 0x2 ./src/XBee/XBee.o + .ARM.extab.text._ZN17AtCommandResponseC2Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN17AtCommandResponseC2Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN17AtCommandResponse10getCommandEv + 0x0000000000000000 0x6 ./src/XBee/XBee.o + .ARM.extab.text._ZN17AtCommandResponse10getCommandEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN17AtCommandResponse10getCommandEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN17AtCommandResponse9getStatusEv + 0x0000000000000000 0x6 ./src/XBee/XBee.o + .ARM.extab.text._ZN17AtCommandResponse9getStatusEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN17AtCommandResponse9getStatusEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN17AtCommandResponse14getValueLengthEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .ARM.extab.text._ZN17AtCommandResponse14getValueLengthEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN17AtCommandResponse14getValueLengthEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN17AtCommandResponse8getValueEv + 0x0000000000000000 0x12 ./src/XBee/XBee.o + .ARM.extab.text._ZN17AtCommandResponse8getValueEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN17AtCommandResponse8getValueEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN17AtCommandResponse4isOkEv + 0x0000000000000000 0xa ./src/XBee/XBee.o + .ARM.extab.text._ZN17AtCommandResponse4isOkEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN17AtCommandResponse4isOkEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse20getAtCommandResponseERS_ + 0x0000000000000000 0xc ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse20getAtCommandResponseERS_ + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse20getAtCommandResponseERS_ + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse15getPacketLengthEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse15getPacketLengthEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse15getPacketLengthEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse12getFrameDataEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse12getFrameDataEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse12getFrameDataEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse12setFrameDataEPh + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse12setFrameDataEPh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse12setFrameDataEPh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse4initEv + 0x0000000000000000 0xa ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse4initEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse4initEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse5resetEv + 0x0000000000000000 0x20 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse5resetEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse5resetEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN4XBee13resetResponseEv + 0x0000000000000000 0xe ./src/XBee/XBee.o + .ARM.extab.text._ZN4XBee13resetResponseEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN4XBee13resetResponseEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN4XBeeC2Ev + 0x0000000000000000 0x18 ./src/XBee/XBee.o + .ARM.extab.text._ZN4XBeeC2Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN4XBeeC2Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN4XBee14getNextFrameIdEv + 0x0000000000000000 0x16 ./src/XBee/XBee.o + .ARM.extab.text._ZN4XBee14getNextFrameIdEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN4XBee14getNextFrameIdEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN4XBee5beginEi + 0x0000000000000000 0x10 ./src/XBee/XBee.o + .ARM.extab.text._ZN4XBee5beginEi + 0x0000000000000000 0xc ./src/XBee/XBee.o + .ARM.exidx.text._ZN4XBee5beginEi + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN4XBee11getResponseEv + 0x0000000000000000 0x2 ./src/XBee/XBee.o + .ARM.extab.text._ZN4XBee11getResponseEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN4XBee11getResponseEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN4XBee11getResponseER12XBeeResponse + 0x0000000000000000 0x16 ./src/XBee/XBee.o + .ARM.extab.text._ZN4XBee11getResponseER12XBeeResponse + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN4XBee11getResponseER12XBeeResponse + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN4XBee10readPacketEv + 0x0000000000000000 0xf0 ./src/XBee/XBee.o + .ARM.extab.text._ZN4XBee10readPacketEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN4XBee10readPacketEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN4XBee10readPacketEi + 0x0000000000000000 0x38 ./src/XBee/XBee.o + .ARM.extab.text._ZN4XBee10readPacketEi + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN4XBee10readPacketEi + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN4XBee24readPacketUntilAvailableEv + 0x0000000000000000 0x1a ./src/XBee/XBee.o + .ARM.extab.text._ZN4XBee24readPacketUntilAvailableEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN4XBee24readPacketUntilAvailableEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11XBeeRequestC2Ehh + 0x0000000000000000 0x10 ./src/XBee/XBee.o + .ARM.extab.text._ZN11XBeeRequestC2Ehh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11XBeeRequestC2Ehh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11XBeeRequest10setFrameIdEh + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN11XBeeRequest10setFrameIdEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11XBeeRequest10setFrameIdEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11XBeeRequest10getFrameIdEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN11XBeeRequest10getFrameIdEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11XBeeRequest10getFrameIdEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11XBeeRequest8getApiIdEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN11XBeeRequest8getApiIdEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11XBeeRequest8getApiIdEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11XBeeRequest8setApiIdEh + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN11XBeeRequest8setApiIdEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11XBeeRequest8setApiIdEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN14PayloadRequestC2EhhPhh + 0x0000000000000000 0x18 ./src/XBee/XBee.o + .ARM.extab.text._ZN14PayloadRequestC2EhhPhh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN14PayloadRequestC2EhhPhh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN14PayloadRequest10getPayloadEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN14PayloadRequest10getPayloadEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN14PayloadRequest10getPayloadEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN14PayloadRequest10setPayloadEPh + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN14PayloadRequest10setPayloadEPh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN14PayloadRequest10setPayloadEPh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN14PayloadRequest16getPayloadLengthEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN14PayloadRequest16getPayloadLengthEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN14PayloadRequest16getPayloadLengthEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN14PayloadRequest16setPayloadLengthEh + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN14PayloadRequest16setPayloadLengthEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN14PayloadRequest16setPayloadLengthEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11XBeeAddressC2Ev + 0x0000000000000000 0x2 ./src/XBee/XBee.o + .ARM.extab.text._ZN11XBeeAddressC2Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11XBeeAddressC2Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN13XBeeAddress64C2Ev + 0x0000000000000000 0x2 ./src/XBee/XBee.o + .ARM.extab.text._ZN13XBeeAddress64C2Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN13XBeeAddress64C2Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN13XBeeAddress64C2Emm + 0x0000000000000000 0x6 ./src/XBee/XBee.o + .ARM.extab.text._ZN13XBeeAddress64C2Emm + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN13XBeeAddress64C2Emm + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN13XBeeAddress646getMsbEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN13XBeeAddress646getMsbEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN13XBeeAddress646getMsbEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN13XBeeAddress646setMsbEm + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN13XBeeAddress646setMsbEm + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN13XBeeAddress646setMsbEm + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN13XBeeAddress646getLsbEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN13XBeeAddress646getLsbEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN13XBeeAddress646getLsbEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN13XBeeAddress646setLsbEm + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN13XBeeAddress646setLsbEm + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN13XBeeAddress646setLsbEm + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11ZBTxRequestC2Ev + 0x0000000000000000 0x1c ./src/XBee/XBee.o + .ARM.extab.text._ZN11ZBTxRequestC2Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11ZBTxRequestC2Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11ZBTxRequestC2ER13XBeeAddress64thhPhhh + 0x0000000000000000 0x34 ./src/XBee/XBee.o + .ARM.extab.text._ZN11ZBTxRequestC2ER13XBeeAddress64thhPhhh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11ZBTxRequestC2ER13XBeeAddress64thhPhhh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11ZBTxRequestC2ER13XBeeAddress64Phh + 0x0000000000000000 0x30 ./src/XBee/XBee.o + .ARM.extab.text._ZN11ZBTxRequestC2ER13XBeeAddress64Phh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11ZBTxRequestC2ER13XBeeAddress64Phh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11ZBTxRequest12getAddress64Ev + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN11ZBTxRequest12getAddress64Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11ZBTxRequest12getAddress64Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11ZBTxRequest12getAddress16Ev + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN11ZBTxRequest12getAddress16Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11ZBTxRequest12getAddress16Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11ZBTxRequest18getBroadcastRadiusEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN11ZBTxRequest18getBroadcastRadiusEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11ZBTxRequest18getBroadcastRadiusEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11ZBTxRequest9getOptionEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN11ZBTxRequest9getOptionEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11ZBTxRequest9getOptionEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11ZBTxRequest12setAddress64ER13XBeeAddress64 + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .ARM.extab.text._ZN11ZBTxRequest12setAddress64ER13XBeeAddress64 + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11ZBTxRequest12setAddress64ER13XBeeAddress64 + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11ZBTxRequest12setAddress16Et + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN11ZBTxRequest12setAddress16Et + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11ZBTxRequest12setAddress16Et + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11ZBTxRequest18setBroadcastRadiusEh + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN11ZBTxRequest18setBroadcastRadiusEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11ZBTxRequest18setBroadcastRadiusEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11ZBTxRequest9setOptionEh + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN11ZBTxRequest9setOptionEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11ZBTxRequest9setOptionEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN16AtCommandRequestC2Ev + 0x0000000000000000 0x1c ./src/XBee/XBee.o + .ARM.extab.text._ZN16AtCommandRequestC2Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN16AtCommandRequestC2Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN16AtCommandRequestC2EPhS0_h + 0x0000000000000000 0x1c ./src/XBee/XBee.o + .ARM.extab.text._ZN16AtCommandRequestC2EPhS0_h + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN16AtCommandRequestC2EPhS0_h + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN16AtCommandRequestC2EPh + 0x0000000000000000 0x1c ./src/XBee/XBee.o + .ARM.extab.text._ZN16AtCommandRequestC2EPh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN16AtCommandRequestC2EPh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN16AtCommandRequest10getCommandEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN16AtCommandRequest10getCommandEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN16AtCommandRequest10getCommandEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN16AtCommandRequest15getCommandValueEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN16AtCommandRequest15getCommandValueEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN16AtCommandRequest15getCommandValueEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN16AtCommandRequest21getCommandValueLengthEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN16AtCommandRequest21getCommandValueLengthEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN16AtCommandRequest21getCommandValueLengthEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN16AtCommandRequest10setCommandEPh + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN16AtCommandRequest10setCommandEPh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN16AtCommandRequest10setCommandEPh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN16AtCommandRequest15setCommandValueEPh + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN16AtCommandRequest15setCommandValueEPh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN16AtCommandRequest15setCommandValueEPh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN16AtCommandRequest21setCommandValueLengthEh + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN16AtCommandRequest21setCommandValueLengthEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN16AtCommandRequest21setCommandValueLengthEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN16AtCommandRequest17clearCommandValueEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .ARM.extab.text._ZN16AtCommandRequest17clearCommandValueEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN16AtCommandRequest17clearCommandValueEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN22RemoteAtCommandRequestC2Ev + 0x0000000000000000 0x20 ./src/XBee/XBee.o + .ARM.extab.text._ZN22RemoteAtCommandRequestC2Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN22RemoteAtCommandRequestC2Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN22RemoteAtCommandRequestC2EtPhS0_h + 0x0000000000000000 0x38 ./src/XBee/XBee.o + .ARM.extab.text._ZN22RemoteAtCommandRequestC2EtPhS0_h + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN22RemoteAtCommandRequestC2EtPhS0_h + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN22RemoteAtCommandRequestC2EtPh + 0x0000000000000000 0x34 ./src/XBee/XBee.o + .ARM.extab.text._ZN22RemoteAtCommandRequestC2EtPh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN22RemoteAtCommandRequestC2EtPh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN22RemoteAtCommandRequestC2ER13XBeeAddress64PhS2_h + 0x0000000000000000 0x34 ./src/XBee/XBee.o + .ARM.extab.text._ZN22RemoteAtCommandRequestC2ER13XBeeAddress64PhS2_h + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN22RemoteAtCommandRequestC2ER13XBeeAddress64PhS2_h + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN22RemoteAtCommandRequestC2ER13XBeeAddress64Ph + 0x0000000000000000 0x34 ./src/XBee/XBee.o + .ARM.extab.text._ZN22RemoteAtCommandRequestC2ER13XBeeAddress64Ph + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN22RemoteAtCommandRequestC2ER13XBeeAddress64Ph + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN22RemoteAtCommandRequest18getRemoteAddress16Ev + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN22RemoteAtCommandRequest18getRemoteAddress16Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN22RemoteAtCommandRequest18getRemoteAddress16Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN22RemoteAtCommandRequest18setRemoteAddress16Et + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN22RemoteAtCommandRequest18setRemoteAddress16Et + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN22RemoteAtCommandRequest18setRemoteAddress16Et + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN22RemoteAtCommandRequest18getRemoteAddress64Ev + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN22RemoteAtCommandRequest18getRemoteAddress64Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN22RemoteAtCommandRequest18getRemoteAddress64Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN22RemoteAtCommandRequest18setRemoteAddress64ER13XBeeAddress64 + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .ARM.extab.text._ZN22RemoteAtCommandRequest18setRemoteAddress64ER13XBeeAddress64 + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN22RemoteAtCommandRequest18setRemoteAddress64ER13XBeeAddress64 + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN22RemoteAtCommandRequest15getApplyChangesEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN22RemoteAtCommandRequest15getApplyChangesEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN22RemoteAtCommandRequest15getApplyChangesEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN22RemoteAtCommandRequest15setApplyChangesEb + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN22RemoteAtCommandRequest15setApplyChangesEb + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN22RemoteAtCommandRequest15setApplyChangesEb + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN4XBee8sendByteEhb + 0x0000000000000000 0x3c ./src/XBee/XBee.o + .ARM.extab.text._ZN4XBee8sendByteEhb + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN4XBee8sendByteEhb + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN4XBee4sendER11XBeeRequest + 0x0000000000000000 0x9e ./src/XBee/XBee.o + .ARM.extab.text._ZN4XBee4sendER11XBeeRequest + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN4XBee4sendER11XBeeRequest + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .ARM.extab.text.startup._GLOBAL__sub_I__ZN12XBeeResponseC2Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .rodata._ZTV14RxDataResponse + 0x0000000000000000 0x10 ./src/XBee/XBee.o + .rodata._ZTV20ZBRxIoSampleResponse + 0x0000000000000000 0x10 ./src/XBee/XBee.o + .rodata._ZTV11XBeeRequest + 0x0000000000000000 0x10 ./src/XBee/XBee.o + .rodata._ZTV14PayloadRequest + 0x0000000000000000 0x10 ./src/XBee/XBee.o + .rodata._ZTV16AtCommandRequest + 0x0000000000000000 0x10 ./src/XBee/XBee.o + .rodata._ZTV11ZBTxRequest + 0x0000000000000000 0x10 ./src/XBee/XBee.o + .rodata._ZTV12ZBRxResponse + 0x0000000000000000 0x10 ./src/XBee/XBee.o + .rodata._ZTV22RemoteAtCommandRequest + 0x0000000000000000 0x10 ./src/XBee/XBee.o + .text 0x0000000000000000 0x0 ./src/FatFs/SD.o + .data 0x0000000000000000 0x0 ./src/FatFs/SD.o + .bss 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFSD2Ev + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .text._ZN7PETITFSC2Ev + 0x0000000000000000 0xa ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFSC2Ev + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFSC2Ev + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS5beginEv + 0x0000000000000000 0x12 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS5beginEv + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS5beginEv + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS5beginEi + 0x0000000000000000 0xe ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS5beginEi + 0x0000000000000000 0xc ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS5beginEi + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS5beginE8SSP_PORT + 0x0000000000000000 0x24 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS5beginE8SSP_PORT + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS5beginE8SSP_PORT + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS6existsEv + 0x0000000000000000 0x4 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS6existsEv + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS6existsEv + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS5mkdirEv + 0x0000000000000000 0x4 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS5mkdirEv + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS5mkdirEv + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS4openEPKc + 0x0000000000000000 0x10 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS4openEPKc + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS4openEPKc + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS6removeEPKc + 0x0000000000000000 0x4 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS6removeEPKc + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS6removeEPKc + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS5rmdirEPKc + 0x0000000000000000 0x4 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS5rmdirEPKc + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS5rmdirEPKc + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS9availableEv + 0x0000000000000000 0x2 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS9availableEv + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS9availableEv + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS5closeEv + 0x0000000000000000 0x2 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS5closeEv + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS5closeEv + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS5flushEv + 0x0000000000000000 0x2 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS5flushEv + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS5flushEv + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS4peekEv + 0x0000000000000000 0x2 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS4peekEv + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS4peekEv + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS8positionEv + 0x0000000000000000 0x2 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS8positionEv + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS8positionEv + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS5printEPKc + 0x0000000000000000 0x2 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS5printEPKc + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS5printEPKc + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS5printEi12RADIX_FORMAT + 0x0000000000000000 0x2 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS5printEi12RADIX_FORMAT + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS5printEi12RADIX_FORMAT + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS7printlnEPKc + 0x0000000000000000 0x2 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS7printlnEPKc + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS7printlnEPKc + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS7printlnEi12RADIX_FORMAT + 0x0000000000000000 0x2 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS7printlnEi12RADIX_FORMAT + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS7printlnEi12RADIX_FORMAT + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS4seekEm + 0x0000000000000000 0x2 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS4seekEm + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS4seekEm + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS4sizeEv + 0x0000000000000000 0x2 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS4sizeEv + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS4sizeEv + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS4readEv + 0x0000000000000000 0x2e ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS4readEv + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS4readEv + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS5writeEPKc + 0x0000000000000000 0x2 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS5writeEPKc + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS5writeEPKc + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS5writeEPKci + 0x0000000000000000 0x2 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS5writeEPKci + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS5writeEPKci + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .ARM.extab.text.startup._GLOBAL__sub_I_SDFile + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .text 0x0000000000000000 0x0 ./src/FatFs/pff.o + .data 0x0000000000000000 0x0 ./src/FatFs/pff.o + .bss 0x0000000000000000 0x0 ./src/FatFs/pff.o + .text._ZL10clust2sectm + 0x0000000000000000 0x20 ./src/FatFs/pff.o + .ARM.extab.text._ZL10clust2sectm + 0x0000000000000000 0x0 ./src/FatFs/pff.o + .ARM.exidx.text._ZL10clust2sectm + 0x0000000000000000 0x8 ./src/FatFs/pff.o + .text._ZL10dir_rewindP5_DIR_ + 0x0000000000000000 0x44 ./src/FatFs/pff.o + .ARM.extab.text._ZL10dir_rewindP5_DIR_ + 0x0000000000000000 0x0 ./src/FatFs/pff.o + .ARM.exidx.text._ZL10dir_rewindP5_DIR_ + 0x0000000000000000 0x8 ./src/FatFs/pff.o + .text._ZL7get_fatm + 0x0000000000000000 0xd4 ./src/FatFs/pff.o + .ARM.extab.text._ZL7get_fatm + 0x0000000000000000 0x0 ./src/FatFs/pff.o + .ARM.exidx.text._ZL7get_fatm + 0x0000000000000000 0x8 ./src/FatFs/pff.o + .text._ZL8dir_nextP5_DIR_ + 0x0000000000000000 0x60 ./src/FatFs/pff.o + .ARM.extab.text._ZL8dir_nextP5_DIR_ + 0x0000000000000000 0x0 ./src/FatFs/pff.o + .ARM.exidx.text._ZL8dir_nextP5_DIR_ + 0x0000000000000000 0x8 ./src/FatFs/pff.o + .text._ZL11follow_pathP5_DIR_PKc + 0x0000000000000000 0x14c ./src/FatFs/pff.o + .ARM.extab.text._ZL11follow_pathP5_DIR_PKc + 0x0000000000000000 0x0 ./src/FatFs/pff.o + .ARM.exidx.text._ZL11follow_pathP5_DIR_PKc + 0x0000000000000000 0x8 ./src/FatFs/pff.o + .text._ZL8check_fsPhm + 0x0000000000000000 0x80 ./src/FatFs/pff.o + .ARM.extab.text._ZL8check_fsPhm + 0x0000000000000000 0x0 ./src/FatFs/pff.o + .ARM.exidx.text._ZL8check_fsPhm + 0x0000000000000000 0x8 ./src/FatFs/pff.o + .text._Z8pf_mountP7_FATFS_ + 0x0000000000000000 0x16c ./src/FatFs/pff.o + .ARM.extab.text._Z8pf_mountP7_FATFS_ + 0x0000000000000000 0x0 ./src/FatFs/pff.o + .ARM.exidx.text._Z8pf_mountP7_FATFS_ + 0x0000000000000000 0x8 ./src/FatFs/pff.o + .text._Z7pf_openPKc + 0x0000000000000000 0x74 ./src/FatFs/pff.o + .ARM.extab.text._Z7pf_openPKc + 0x0000000000000000 0x0 ./src/FatFs/pff.o + .ARM.exidx.text._Z7pf_openPKc + 0x0000000000000000 0x8 ./src/FatFs/pff.o + .text._Z7pf_readPvtPt + 0x0000000000000000 0xcc ./src/FatFs/pff.o + .ARM.extab.text._Z7pf_readPvtPt + 0x0000000000000000 0x0 ./src/FatFs/pff.o + .ARM.exidx.text._Z7pf_readPvtPt + 0x0000000000000000 0x8 ./src/FatFs/pff.o + .text._Z8pf_writePKvtPt + 0x0000000000000000 0x118 ./src/FatFs/pff.o + .ARM.extab.text._Z8pf_writePKvtPt + 0x0000000000000000 0x0 ./src/FatFs/pff.o + .ARM.exidx.text._Z8pf_writePKvtPt + 0x0000000000000000 0x8 ./src/FatFs/pff.o + .text._Z8pf_lseekm + 0x0000000000000000 0xb0 ./src/FatFs/pff.o + .ARM.extab.text._Z8pf_lseekm + 0x0000000000000000 0x0 ./src/FatFs/pff.o + .ARM.exidx.text._Z8pf_lseekm + 0x0000000000000000 0x8 ./src/FatFs/pff.o + .text._Z10pf_opendirP5_DIR_PKc + 0x0000000000000000 0x5c ./src/FatFs/pff.o + .ARM.extab.text._Z10pf_opendirP5_DIR_PKc + 0x0000000000000000 0x0 ./src/FatFs/pff.o + .ARM.exidx.text._Z10pf_opendirP5_DIR_PKc + 0x0000000000000000 0x8 ./src/FatFs/pff.o + .text._Z10pf_readdirP5_DIR_P9_FILINFO_ + 0x0000000000000000 0x10c ./src/FatFs/pff.o + .ARM.extab.text._Z10pf_readdirP5_DIR_P9_FILINFO_ + 0x0000000000000000 0x0 ./src/FatFs/pff.o + .ARM.exidx.text._Z10pf_readdirP5_DIR_P9_FILINFO_ + 0x0000000000000000 0x8 ./src/FatFs/pff.o + .bss._ZL5FatFs + 0x0000000000000000 0x4 ./src/FatFs/pff.o + .text 0x0000000000000000 0x0 ./src/FatFs/sdcard.o + .data 0x0000000000000000 0x0 ./src/FatFs/sdcard.o + .bss 0x0000000000000000 0x0 ./src/FatFs/sdcard.o + .text._Z8xmit_spih + 0x0000000000000000 0x10 ./src/FatFs/sdcard.o + .ARM.extab.text._Z8xmit_spih + 0x0000000000000000 0xc ./src/FatFs/sdcard.o + .ARM.exidx.text._Z8xmit_spih + 0x0000000000000000 0x8 ./src/FatFs/sdcard.o + .text._Z7rcv_spiv + 0x0000000000000000 0x10 ./src/FatFs/sdcard.o + .ARM.extab.text._Z7rcv_spiv + 0x0000000000000000 0xc ./src/FatFs/sdcard.o + .ARM.exidx.text._Z7rcv_spiv + 0x0000000000000000 0x8 ./src/FatFs/sdcard.o + .text._ZL8send_cmdhm + 0x0000000000000000 0x88 ./src/FatFs/sdcard.o + .ARM.extab.text._ZL8send_cmdhm + 0x0000000000000000 0x0 ./src/FatFs/sdcard.o + .ARM.exidx.text._ZL8send_cmdhm + 0x0000000000000000 0x8 ./src/FatFs/sdcard.o + .text._ZL11release_spiv + 0x0000000000000000 0x18 ./src/FatFs/sdcard.o + .ARM.extab.text._ZL11release_spiv + 0x0000000000000000 0xc ./src/FatFs/sdcard.o + .ARM.exidx.text._ZL11release_spiv + 0x0000000000000000 0x8 ./src/FatFs/sdcard.o + .text._Z10disk_readpPhmtt + 0x0000000000000000 0xa4 ./src/FatFs/sdcard.o + .ARM.extab.text._Z10disk_readpPhmtt + 0x0000000000000000 0x0 ./src/FatFs/sdcard.o + .ARM.exidx.text._Z10disk_readpPhmtt + 0x0000000000000000 0x8 ./src/FatFs/sdcard.o + .text._Z11disk_writepPKhm + 0x0000000000000000 0xb4 ./src/FatFs/sdcard.o + .ARM.extab.text._Z11disk_writepPKhm + 0x0000000000000000 0x0 ./src/FatFs/sdcard.o + .ARM.exidx.text._Z11disk_writepPKhm + 0x0000000000000000 0x8 ./src/FatFs/sdcard.o + .text._Z15disk_initializev + 0x0000000000000000 0x144 ./src/FatFs/sdcard.o + .ARM.extab.text._Z15disk_initializev + 0x0000000000000000 0x0 ./src/FatFs/sdcard.o + .ARM.exidx.text._Z15disk_initializev + 0x0000000000000000 0x8 ./src/FatFs/sdcard.o + .bss._ZL8CardType + 0x0000000000000000 0x1 ./src/FatFs/sdcard.o + .bss._ZZ11disk_writepPKhmE2wc + 0x0000000000000000 0x2 ./src/FatFs/sdcard.o + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_thumb1_case_uqi.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_thumb1_case_uqi.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_udivsi3.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_udivsi3.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_divsi3.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_divsi3.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_dvmd_tls.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_dvmd_tls.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_arm_cmpdf2.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_arm_cmpdf2.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(divdf3.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(divdf3.o) + .ARM.extab 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(divdf3.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(eqdf2.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(eqdf2.o) + .ARM.extab 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(eqdf2.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(gedf2.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(gedf2.o) + .ARM.extab 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(gedf2.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(ledf2.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(ledf2.o) + .ARM.extab 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(ledf2.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(muldf3.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(muldf3.o) + .ARM.extab 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(muldf3.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(subdf3.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(subdf3.o) + .ARM.extab 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(subdf3.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(fixdfsi.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(fixdfsi.o) + .ARM.extab 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(fixdfsi.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(floatsidf.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(floatsidf.o) + .ARM.extab 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(floatsidf.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(unwind-arm.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(unwind-arm.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(libunwind.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(libunwind.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(pr-support.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(pr-support.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_clzsi2.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_clzsi2.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-abort.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-abort.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-init.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-init.o) + .text 0x0000000000000000 0x28 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-malloc.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-malloc.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-malloc.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-memcpy.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-memcpy.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-mlock.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-mlock.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-sbrkr.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-sbrkr.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signal.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signal.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signalr.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signalr.o) + .text 0x0000000000000000 0x10 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-strlen.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-strlen.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-strlen.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-freer.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-freer.o) + .text 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-impure.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-impure.o) + .rodata 0x0000000000000000 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-impure.o) + .text 0x0000000000000000 0x100 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-reent.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-reent.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-reent.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_exit.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_exit.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(getpid.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(getpid.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_check_heap.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_check_heap.o) + .text 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crti.o + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crti.o + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crti.o + .text 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtn.o + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtn.o + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtn.o + .fini_array 0x0000000000000000 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtbegin.o + .text 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtend.o + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtend.o + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtend.o + .eh_frame 0x0000000000000000 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtend.o + .jcr 0x0000000000000000 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtend.o + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-errno.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-errno.o) + +Memory Configuration + +Name Origin Length Attributes +MFlash32 0x0000000000000000 0x0000000000008000 xr +RamLoc8 0x0000000010000000 0x0000000000001000 xrw +*default* 0x0000000000000000 0xffffffffffffffff + +Linker script and memory map + +LOAD ./src/user_application.o +LOAD ./src/core/LiquidCrystal.o +LOAD ./src/core/Print.o +LOAD ./src/core/SPI.o +LOAD ./src/core/SPI1.o +LOAD ./src/core/SoftwareSerial.o +LOAD ./src/core/Wire.o +LOAD ./src/core/analogio.o +LOAD ./src/core/arithmetical.o +LOAD ./src/core/cr_cpp_config.o +LOAD ./src/core/cr_startup_lpc11.o +LOAD ./src/core/delay.o +LOAD ./src/core/gpio.o +LOAD ./src/core/gpio_int.o +LOAD ./src/core/maryoled.o +LOAD ./src/core/startup_mary.o +LOAD ./src/core/system_LPC11xx.o +LOAD ./src/core/uart.o +LOAD ./src/XBee/XBee.o +LOAD ./src/FatFs/SD.o +LOAD ./src/FatFs/pff.o +LOAD ./src/FatFs/sdcard.o +START GROUP +LOAD /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a +LOAD /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a +LOAD /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libm.a +LOAD /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a +LOAD /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crti.o +LOAD /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtn.o +LOAD /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtbegin.o +LOAD /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtend.o +END GROUP + 0x0000000000008000 __top_MFlash32 = 0x8000 + 0x0000000010001000 __top_RamLoc8 = 0x10001000 + +.text 0x0000000000000000 0x45dc + FILL mask 0xff + *(.isr_vector) + .isr_vector 0x0000000000000000 0xc0 ./src/core/cr_startup_lpc11.o + 0x0000000000000000 g_pfnVectors + 0x00000000000000c0 . = ALIGN (0x4) + 0x00000000000000c0 __section_table_start = . + 0x00000000000000c0 __data_section_table = . + 0x00000000000000c0 0x4 LONG 0x48c8 LOADADDR (.data) + 0x00000000000000c4 0x4 LONG 0x10000000 ADDR (.data) + 0x00000000000000c8 0x4 LONG 0x84c SIZEOF (.data) + 0x00000000000000cc __data_section_table_end = . + 0x00000000000000cc __bss_section_table = . + 0x00000000000000cc 0x4 LONG 0x1000084c ADDR (.bss) + 0x00000000000000d0 0x4 LONG 0x1d4 SIZEOF (.bss) + 0x00000000000000d4 __bss_section_table_end = . + 0x00000000000000d4 __section_table_end = . + *(.after_vectors*) + .after_vectors + 0x00000000000000d4 0x84 ./src/core/cr_startup_lpc11.o + 0x00000000000000d4 NMI_Handler + 0x00000000000000d8 HardFault_Handler + 0x00000000000000dc SVCall_Handler + 0x00000000000000e0 PendSV_Handler + 0x00000000000000e8 _Z9data_initjjj + 0x00000000000000fa _Z8bss_initjj + 0x000000000000010c ResetISR + 0x0000000000000154 UART_IRQHandler + 0x0000000000000154 SSP0_IRQHandler + 0x0000000000000154 ADC_IRQHandler + 0x0000000000000154 SSP1_IRQHandler + 0x0000000000000154 IntDefaultHandler + 0x0000000000000154 BOD_IRQHandler + 0x0000000000000154 WAKEUP_IRQHandler + 0x0000000000000154 I2C_IRQHandler + 0x0000000000000154 TIMER32_0_IRQHandler + 0x0000000000000154 WDT_IRQHandler + 0x0000000000000154 CAN_IRQHandler + *(.text*) + .text._Z7hsv2rgbi + 0x0000000000000158 0x210 ./src/user_application.o + 0x0000000000000158 _Z7hsv2rgbi + .text._Z13deleteMessagev + 0x0000000000000368 0x50 ./src/user_application.o + 0x0000000000000368 _Z13deleteMessagev + .text._Z5setupv + 0x00000000000003b8 0x2c ./src/user_application.o + 0x00000000000003b8 _Z5setupv + .text._Z4loopv + 0x00000000000003e4 0x74 ./src/user_application.o + 0x00000000000003e4 _Z4loopv + .text._ZN5Print7printlnEv + 0x0000000000000458 0x18 ./src/core/Print.o + 0x0000000000000458 _ZN5Print7printlnEv + .text._ZN5Print5printEPKc + 0x0000000000000470 0x1a ./src/core/Print.o + 0x0000000000000470 _ZN5Print5printEPKc + *fill* 0x000000000000048a 0x2 00 + .text._ZN5Print5printEi12RADIX_FORMAT + 0x000000000000048c 0x12c ./src/core/Print.o + 0x000000000000048c _ZN5Print5printEi12RADIX_FORMAT + .text._ZN5Print7printlnEPKc + 0x00000000000005b8 0x12 ./src/core/Print.o + 0x00000000000005b8 _ZN5Print7printlnEPKc + .text._ZN5Print7printlnEi12RADIX_FORMAT + 0x00000000000005ca 0x12 ./src/core/Print.o + 0x00000000000005ca _ZN5Print7printlnEi12RADIX_FORMAT + .text._ZN3SSPD2Ev + 0x00000000000005dc 0x2 ./src/core/SPI.o + 0x00000000000005dc _ZN3SSPD2Ev + 0x00000000000005dc _ZN3SSPD1Ev + *fill* 0x00000000000005de 0x2 00 + .text.ssp_begin + 0x00000000000005e0 0xfc ./src/core/SPI.o + 0x00000000000005e0 ssp_begin + .text._ZN3SSP5beginEv + 0x00000000000006dc 0x12 ./src/core/SPI.o + 0x00000000000006dc _ZN3SSP5beginEv + .text._ZN3SSPC2Ev + 0x00000000000006ee 0x1c ./src/core/SPI.o + 0x00000000000006ee _ZN3SSPC2Ev + 0x00000000000006ee _ZN3SSPC1Ev + *fill* 0x000000000000070a 0x2 00 + .text.startup._GLOBAL__sub_I_SPI + 0x000000000000070c 0x24 ./src/core/SPI.o + .text._ZN4SSP1D2Ev + 0x0000000000000730 0x2 ./src/core/SPI1.o + 0x0000000000000730 _ZN4SSP1D2Ev + 0x0000000000000730 _ZN4SSP1D1Ev + *fill* 0x0000000000000732 0x2 00 + .text.ssp1_begin + 0x0000000000000734 0xf0 ./src/core/SPI1.o + 0x0000000000000734 ssp1_begin + .text._ZN4SSP15beginEv + 0x0000000000000824 0x12 ./src/core/SPI1.o + 0x0000000000000824 _ZN4SSP15beginEv + .text._ZN4SSP1C2Ev + 0x0000000000000836 0x1c ./src/core/SPI1.o + 0x0000000000000836 _ZN4SSP1C2Ev + 0x0000000000000836 _ZN4SSP1C1Ev + *fill* 0x0000000000000852 0x2 00 + .text.startup._GLOBAL__sub_I_SPI1 + 0x0000000000000854 0x24 ./src/core/SPI1.o + .text.NVIC_SetPriority.constprop.2 + 0x0000000000000878 0x5c ./src/core/analogio.o + .text.setup_TIMER16_0 + 0x00000000000008d4 0x54 ./src/core/analogio.o + 0x00000000000008d4 setup_TIMER16_0 + .text.setup_TIMER16_1 + 0x0000000000000928 0x48 ./src/core/analogio.o + 0x0000000000000928 setup_TIMER16_1 + .text.analogWrite + 0x0000000000000970 0xc8 ./src/core/analogio.o + 0x0000000000000970 analogWrite + .text.TIMER16_0_IRQHandler + 0x0000000000000a38 0xe0 ./src/core/analogio.o + 0x0000000000000a38 TIMER16_0_IRQHandler + .text.TIMER16_1_IRQHandler + 0x0000000000000b18 0x8 ./src/core/analogio.o + 0x0000000000000b18 TIMER16_1_IRQHandler + .text.__aeabi_atexit + 0x0000000000000b20 0x4 ./src/core/cr_cpp_config.o + 0x0000000000000b20 __aeabi_atexit + .text.NVIC_SetPriority + 0x0000000000000b24 0x64 ./src/core/delay.o + .text.delay 0x0000000000000b88 0x18 ./src/core/delay.o + 0x0000000000000b88 delay + .text.setup_TIMER32_1 + 0x0000000000000ba0 0x2c ./src/core/delay.o + 0x0000000000000ba0 setup_TIMER32_1 + .text.TIMER32_1_IRQHandler + 0x0000000000000bcc 0x24 ./src/core/delay.o + 0x0000000000000bcc TIMER32_1_IRQHandler + .text.SysTick_Handler + 0x0000000000000bf0 0x10 ./src/core/delay.o + 0x0000000000000bf0 SysTick_Handler + .text.setup_systick + 0x0000000000000c00 0x50 ./src/core/delay.o + 0x0000000000000c00 setup_systick + .text.pinMode 0x0000000000000c50 0x100 ./src/core/gpio.o + 0x0000000000000c50 pinMode + .text.digitalWrite + 0x0000000000000d50 0xac ./src/core/gpio.o + 0x0000000000000d50 digitalWrite + .text.GPIOIntStatus + 0x0000000000000dfc 0x50 ./src/core/gpio.o + 0x0000000000000dfc GPIOIntStatus + .text.GPIOIntClear + 0x0000000000000e4c 0x4c ./src/core/gpio.o + 0x0000000000000e4c GPIOIntClear + .text.GPIO_IRQHandler + 0x0000000000000e98 0x30 ./src/core/gpio_int.o + 0x0000000000000e98 GPIO_IRQHandler + .text.PIOINT0_IRQHandler + 0x0000000000000ec8 0x8 ./src/core/gpio_int.o + 0x0000000000000ec8 PIOINT0_IRQHandler + .text.PIOINT1_IRQHandler + 0x0000000000000ed0 0x8 ./src/core/gpio_int.o + 0x0000000000000ed0 PIOINT1_IRQHandler + .text.PIOINT2_IRQHandler + 0x0000000000000ed8 0x8 ./src/core/gpio_int.o + 0x0000000000000ed8 PIOINT2_IRQHandler + .text.PIOINT3_IRQHandler + 0x0000000000000ee0 0x8 ./src/core/gpio_int.o + 0x0000000000000ee0 PIOINT3_IRQHandler + .text._ZN8MARYOLEDD2Ev + 0x0000000000000ee8 0x2 ./src/core/maryoled.o + 0x0000000000000ee8 _ZN8MARYOLEDD1Ev + 0x0000000000000ee8 _ZN8MARYOLEDD2Ev + *fill* 0x0000000000000eea 0x2 00 + .text._ZN8MARYOLEDC2Ev + 0x0000000000000eec 0x24 ./src/core/maryoled.o + 0x0000000000000eec _ZN8MARYOLEDC1Ev + 0x0000000000000eec _ZN8MARYOLEDC2Ev + .text.startup._GLOBAL__sub_I_oled + 0x0000000000000f10 0x24 ./src/core/maryoled.o + .text.startup.main + 0x0000000000000f34 0x14 ./src/core/startup_mary.o + 0x0000000000000f34 main + .text.SystemInit + 0x0000000000000f48 0x90 ./src/core/system_LPC11xx.o + 0x0000000000000f48 SystemInit + .text._ZN7USerialD2Ev + 0x0000000000000fd8 0xc ./src/core/uart.o + 0x0000000000000fd8 _ZN7USerialD1Ev + 0x0000000000000fd8 _ZN7USerialD2Ev + .text._ZN7USerial5writeEc + 0x0000000000000fe4 0x18 ./src/core/uart.o + 0x0000000000000fe4 _ZN7USerial5writeEc + .text._ZN7USerial5beginEi + 0x0000000000000ffc 0x7c ./src/core/uart.o + 0x0000000000000ffc _ZN7USerial5beginEi + .text.startup._GLOBAL__sub_I_Serial + 0x0000000000001078 0x30 ./src/core/uart.o + .text.startup._GLOBAL__sub_I__ZN12XBeeResponseC2Ev + 0x00000000000010a8 0x14 ./src/XBee/XBee.o + .text._ZN7PETITFSD2Ev + 0x00000000000010bc 0x2 ./src/FatFs/SD.o + 0x00000000000010bc _ZN7PETITFSD2Ev + 0x00000000000010bc _ZN7PETITFSD1Ev + *fill* 0x00000000000010be 0x2 00 + .text.startup._GLOBAL__sub_I_SDFile + 0x00000000000010c0 0x24 ./src/FatFs/SD.o + .text 0x00000000000010e4 0x14 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_thumb1_case_uqi.o) + 0x00000000000010e4 __gnu_thumb1_case_uqi + .text 0x00000000000010f8 0x9c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_udivsi3.o) + 0x00000000000010f8 __udivsi3 + 0x00000000000010f8 __aeabi_uidiv + 0x0000000000001180 __aeabi_uidivmod + .text 0x0000000000001194 0xc0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_divsi3.o) + 0x0000000000001194 __aeabi_idiv + 0x0000000000001194 __divsi3 + 0x0000000000001240 __aeabi_idivmod + .text 0x0000000000001254 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_dvmd_tls.o) + 0x0000000000001254 __aeabi_ldiv0 + 0x0000000000001254 __aeabi_idiv0 + .text 0x0000000000001258 0x7c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_arm_cmpdf2.o) + 0x0000000000001258 __aeabi_cdrcmple + 0x0000000000001268 __aeabi_cdcmple + 0x0000000000001268 __aeabi_cdcmpeq + 0x0000000000001278 __aeabi_dcmpeq + 0x0000000000001284 __aeabi_dcmplt + 0x0000000000001298 __aeabi_dcmple + 0x00000000000012ac __aeabi_dcmpgt + 0x00000000000012c0 __aeabi_dcmpge + .text 0x00000000000012d4 0x5e4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(divdf3.o) + 0x00000000000012d4 __aeabi_ddiv + .text 0x00000000000018b8 0x80 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(eqdf2.o) + 0x00000000000018b8 __eqdf2 + 0x00000000000018b8 __nedf2 + .text 0x0000000000001938 0xec /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(gedf2.o) + 0x0000000000001938 __gtdf2 + 0x0000000000001938 __gedf2 + .text 0x0000000000001a24 0xc0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(ledf2.o) + 0x0000000000001a24 __ltdf2 + 0x0000000000001a24 __ledf2 + .text 0x0000000000001ae4 0x4a4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(muldf3.o) + 0x0000000000001ae4 __aeabi_dmul + .text 0x0000000000001f88 0x72c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(subdf3.o) + 0x0000000000001f88 __aeabi_dsub + .text 0x00000000000026b4 0x68 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(fixdfsi.o) + 0x00000000000026b4 __aeabi_d2iz + .text 0x000000000000271c 0x78 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(floatsidf.o) + 0x000000000000271c __aeabi_i2d + .text 0x0000000000002794 0xb5c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(unwind-arm.o) + 0x0000000000002a54 _Unwind_VRS_Get + 0x0000000000002a98 _Unwind_VRS_Set + 0x0000000000002dfc __aeabi_unwind_cpp_pr2 + 0x0000000000002e08 __aeabi_unwind_cpp_pr1 + 0x0000000000002e14 __aeabi_unwind_cpp_pr0 + 0x0000000000002e20 _Unwind_VRS_Pop + 0x00000000000031a4 _Unwind_GetCFA + 0x00000000000031a8 __gnu_Unwind_RaiseException + 0x0000000000003200 __gnu_Unwind_ForcedUnwind + 0x0000000000003214 __gnu_Unwind_Resume + 0x0000000000003254 __gnu_Unwind_Resume_or_Rethrow + 0x0000000000003270 _Unwind_Complete + 0x0000000000003274 _Unwind_DeleteException + 0x0000000000003284 __gnu_Unwind_Backtrace + .text 0x00000000000032f0 0x144 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(libunwind.o) + 0x00000000000032f0 __restore_core_regs + 0x00000000000032f0 restore_core_regs + 0x000000000000331c __gnu_Unwind_Restore_VFP + 0x0000000000003320 __gnu_Unwind_Save_VFP + 0x0000000000003324 __gnu_Unwind_Restore_VFP_D + 0x0000000000003328 __gnu_Unwind_Save_VFP_D + 0x000000000000332c __gnu_Unwind_Restore_VFP_D_16_to_31 + 0x0000000000003330 __gnu_Unwind_Save_VFP_D_16_to_31 + 0x0000000000003334 __gnu_Unwind_Restore_WMMXD + 0x0000000000003338 __gnu_Unwind_Save_WMMXD + 0x000000000000333c __gnu_Unwind_Restore_WMMXC + 0x0000000000003340 __gnu_Unwind_Save_WMMXC + 0x0000000000003344 _Unwind_RaiseException + 0x0000000000003344 ___Unwind_RaiseException + 0x0000000000003374 ___Unwind_Resume + 0x0000000000003374 _Unwind_Resume + 0x00000000000033a4 ___Unwind_Resume_or_Rethrow + 0x00000000000033a4 _Unwind_Resume_or_Rethrow + 0x00000000000033d4 _Unwind_ForcedUnwind + 0x00000000000033d4 ___Unwind_ForcedUnwind + 0x0000000000003404 _Unwind_Backtrace + 0x0000000000003404 ___Unwind_Backtrace + .text 0x0000000000003434 0x38c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(pr-support.o) + 0x0000000000003488 __gnu_unwind_execute + 0x0000000000003768 __gnu_unwind_frame + 0x0000000000003790 _Unwind_GetRegionStart + 0x000000000000379c _Unwind_GetLanguageSpecificData + 0x00000000000037b0 _Unwind_GetDataRelBase + 0x00000000000037b8 _Unwind_GetTextRelBase + .text 0x00000000000037c0 0x3c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_clzsi2.o) + 0x00000000000037c0 __clzsi2 + .text 0x00000000000037fc 0x10 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-abort.o) + 0x00000000000037fc abort + .text 0x000000000000380c 0x44 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-init.o) + 0x000000000000380c __libc_init_array + .text 0x0000000000003850 0x514 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-mallocr.o) + 0x0000000000003850 _malloc_r + .text 0x0000000000003d64 0x7c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-memcpy.o) + 0x0000000000003d64 memcpy + .text 0x0000000000003de0 0x8 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-mlock.o) + 0x0000000000003de0 __malloc_lock + 0x0000000000003de4 __malloc_unlock + .text 0x0000000000003de8 0x24 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-sbrkr.o) + 0x0000000000003de8 _sbrk_r + .text 0x0000000000003e0c 0x16c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signal.o) + 0x0000000000003e0c _init_signal_r + 0x0000000000003e48 _signal_r + 0x0000000000003e84 _raise_r + 0x0000000000003edc __sigtramp_r + 0x0000000000003f28 raise + 0x0000000000003f3c signal + 0x0000000000003f54 _init_signal + 0x0000000000003f64 __sigtramp + .text 0x0000000000003f78 0x30 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signalr.o) + 0x0000000000003f78 _kill_r + 0x0000000000003fa0 _getpid_r + .text 0x0000000000003fa8 0x240 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-freer.o) + 0x0000000000003fa8 _malloc_trim_r + 0x0000000000004050 _free_r + .text 0x00000000000041e8 0x40 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) + 0x00000000000041e8 _sbrk + .text 0x0000000000004228 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_exit.o) + 0x0000000000004228 _exit + .text 0x000000000000422c 0x10 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(getpid.o) + 0x000000000000422c _getpid + .text 0x000000000000423c 0x10 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) + 0x000000000000423c _kill + .text 0x000000000000424c 0x2c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_check_heap.o) + 0x000000000000424c __check_heap_overflow + .text 0x0000000000004278 0x60 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtbegin.o + .text 0x00000000000042d8 0xc /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-errno.o) + 0x00000000000042d8 __errno + *(.rodata .rodata.*) + .rodata.str1.1 + 0x00000000000042e4 0x21 ./src/user_application.o + 0x22 (size before relaxing) + .rodata._ZL9radix_hex + 0x0000000000004305 0x11 ./src/core/Print.o + .rodata._ZL9radix_dec + 0x0000000000004316 0xb ./src/core/Print.o + .rodata._ZL9radix_oct + 0x0000000000004321 0x9 ./src/core/Print.o + .rodata._ZL9radix_bin + 0x000000000000432a 0x3 ./src/core/Print.o + .rodata._ZL9IOCON_LUT + 0x000000000000432d 0x30 ./src/core/gpio.o + *fill* 0x000000000000435d 0x3 00 + .rodata._ZL8LPC_GPIO + 0x0000000000004360 0x10 ./src/core/gpio.o + .rodata._ZL14mary_pinAssign + 0x0000000000004370 0xe0 ./src/core/gpio.o + .rodata._ZL17arduino_pinAssign + 0x0000000000004450 0xb0 ./src/core/gpio.o + .rodata._ZTV7USerial + 0x0000000000004500 0x10 ./src/core/uart.o + 0x0000000000004500 _ZTV7USerial + .rodata 0x0000000000004510 0x40 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(divdf3.o) + .rodata 0x0000000000004550 0x40 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(muldf3.o) + .rodata 0x0000000000004590 0x14 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(unwind-arm.o) + .rodata.str1.4 + 0x00000000000045a4 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-impure.o) + 0x00000000000045a8 . = ALIGN (0x4) + 0x00000000000045a8 . = ALIGN (0x4) + *(.init) + .init 0x00000000000045a8 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crti.o + 0x00000000000045a8 _init + .init 0x00000000000045ac 0x8 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtn.o + 0x00000000000045b4 . = ALIGN (0x4) + 0x00000000000045b4 __preinit_array_start = . + *(.preinit_array) + 0x00000000000045b4 __preinit_array_end = . + 0x00000000000045b4 . = ALIGN (0x4) + 0x00000000000045b4 __init_array_start = . + *(SORT(.init_array.*)) + *(.init_array) + .init_array 0x00000000000045b4 0x4 ./src/core/SPI.o + .init_array 0x00000000000045b8 0x4 ./src/core/SPI1.o + .init_array 0x00000000000045bc 0x4 ./src/core/maryoled.o + .init_array 0x00000000000045c0 0x4 ./src/core/uart.o + .init_array 0x00000000000045c4 0x4 ./src/XBee/XBee.o + .init_array 0x00000000000045c8 0x4 ./src/FatFs/SD.o + .init_array 0x00000000000045cc 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtbegin.o + 0x00000000000045d0 __init_array_end = . + *(.fini) + .fini 0x00000000000045d0 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crti.o + 0x00000000000045d0 _fini + .fini 0x00000000000045d4 0x8 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtn.o + 0x00000000000045dc . = ALIGN (0x4) + *crtbegin.o(.ctors) + *(EXCLUDE_FILE(*crtend.o) .ctors) + *(SORT(.ctors.*)) + *crtend.o(.ctors) + 0x00000000000045dc . = ALIGN (0x4) + *crtbegin.o(.dtors) + *(EXCLUDE_FILE(*crtend.o) .dtors) + *(SORT(.dtors.*)) + *crtend.o(.dtors) + +.glue_7 0x00000000000045dc 0x0 + .glue_7 0x0000000000000000 0x0 linker stubs + +.glue_7t 0x00000000000045dc 0x0 + .glue_7t 0x0000000000000000 0x0 linker stubs + +.vfp11_veneer 0x00000000000045dc 0x0 + .vfp11_veneer 0x0000000000000000 0x0 linker stubs + +.v4_bx 0x00000000000045dc 0x0 + .v4_bx 0x0000000000000000 0x0 linker stubs + +.ARM.extab 0x00000000000045dc 0x114 + *(.ARM.extab* .gnu.linkonce.armextab.*) + .ARM.extab.text._Z13deleteMessagev + 0x00000000000045dc 0xc ./src/user_application.o + .ARM.extab.text._Z5setupv + 0x00000000000045e8 0xc ./src/user_application.o + .ARM.extab.text._ZN3SSP5beginEv + 0x00000000000045f4 0xc ./src/core/SPI.o + .ARM.extab.text._ZN4SSP15beginEv + 0x0000000000004600 0xc ./src/core/SPI1.o + .ARM.extab.text.TIMER16_1_IRQHandler + 0x000000000000460c 0xc ./src/core/analogio.o + .ARM.extab.text.PIOINT0_IRQHandler + 0x0000000000004618 0xc ./src/core/gpio_int.o + .ARM.extab.text.PIOINT1_IRQHandler + 0x0000000000004624 0xc ./src/core/gpio_int.o + .ARM.extab.text.PIOINT2_IRQHandler + 0x0000000000004630 0xc ./src/core/gpio_int.o + .ARM.extab.text.PIOINT3_IRQHandler + 0x000000000000463c 0xc ./src/core/gpio_int.o + .ARM.extab.text.startup.main + 0x0000000000004648 0xc ./src/core/startup_mary.o + .ARM.extab 0x0000000000004654 0x6c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(unwind-arm.o) + .ARM.extab 0x00000000000046c0 0x30 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(pr-support.o) + 0x00000000000046f0 __exidx_start = . + +.eh_frame 0x00000000000046f0 0x0 + .eh_frame 0x00000000000046f0 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtbegin.o + +.ARM.exidx 0x00000000000046f0 0x1d8 + *(.ARM.exidx* .gnu.linkonce.armexidx.*) + .ARM.exidx.text._Z7hsv2rgbi + 0x0000000000004708 0x8 ./src/user_application.o + .ARM.exidx.text._Z13deleteMessagev + 0x0000000000004710 0x8 ./src/user_application.o + .ARM.exidx.text._Z5setupv + 0x0000000000004718 0x8 ./src/user_application.o + .ARM.exidx.text._Z4loopv + 0x0000000000004720 0x8 ./src/user_application.o + .ARM.exidx.text._ZN5Print7printlnEv + 0x0000000000004728 0x8 ./src/core/Print.o + .ARM.exidx.text._ZN5Print5printEPKc + 0x0000000000004730 0x8 ./src/core/Print.o + .ARM.exidx.text._ZN5Print5printEi12RADIX_FORMAT + 0x0000000000004738 0x8 ./src/core/Print.o + .ARM.exidx.text._ZN5Print7printlnEPKc + 0x0000000000004740 0x8 ./src/core/Print.o + .ARM.exidx.text._ZN5Print7printlnEi12RADIX_FORMAT + 0x0000000000004748 0x0 ./src/core/Print.o + 0x8 (size before relaxing) + .ARM.exidx.text._ZN3SSPD2Ev + 0x0000000000004748 0x8 ./src/core/SPI.o + .ARM.exidx.text.ssp_begin + 0x0000000000004750 0x8 ./src/core/SPI.o + .ARM.exidx.text._ZN3SSP5beginEv + 0x0000000000004758 0x8 ./src/core/SPI.o + .ARM.exidx.text._ZN3SSPC2Ev + 0x0000000000004760 0x8 ./src/core/SPI.o + .ARM.exidx.text.startup._GLOBAL__sub_I_SPI + 0x0000000000004768 0x8 ./src/core/SPI.o + .ARM.exidx.text._ZN4SSP1D2Ev + 0x0000000000004770 0x0 ./src/core/SPI1.o + 0x8 (size before relaxing) + .ARM.exidx.text.ssp1_begin + 0x0000000000004770 0x8 ./src/core/SPI1.o + .ARM.exidx.text._ZN4SSP15beginEv + 0x0000000000004778 0x8 ./src/core/SPI1.o + .ARM.exidx.text._ZN4SSP1C2Ev + 0x0000000000004780 0x8 ./src/core/SPI1.o + .ARM.exidx.text.startup._GLOBAL__sub_I_SPI1 + 0x0000000000004788 0x8 ./src/core/SPI1.o + .ARM.exidx.text.NVIC_SetPriority.constprop.2 + 0x0000000000004790 0x0 ./src/core/analogio.o + 0x8 (size before relaxing) + .ARM.exidx.text.setup_TIMER16_0 + 0x0000000000004790 0x0 ./src/core/analogio.o + 0x8 (size before relaxing) + .ARM.exidx.text.setup_TIMER16_1 + 0x0000000000004790 0x0 ./src/core/analogio.o + 0x8 (size before relaxing) + .ARM.exidx.text.analogWrite + 0x0000000000004790 0x8 ./src/core/analogio.o + .ARM.exidx.text.TIMER16_0_IRQHandler + 0x0000000000004798 0x0 ./src/core/analogio.o + 0x8 (size before relaxing) + .ARM.exidx.text.TIMER16_1_IRQHandler + 0x0000000000004798 0x8 ./src/core/analogio.o + .ARM.exidx.text.__aeabi_atexit + 0x00000000000047a0 0x8 ./src/core/cr_cpp_config.o + .ARM.exidx.after_vectors + 0x00000000000046f0 0x18 ./src/core/cr_startup_lpc11.o + 0x48 (size before relaxing) + .ARM.exidx.text.NVIC_SetPriority + 0x00000000000047a8 0x0 ./src/core/delay.o + 0x8 (size before relaxing) + .ARM.exidx.text.delay + 0x00000000000047a8 0x0 ./src/core/delay.o + 0x8 (size before relaxing) + .ARM.exidx.text.setup_TIMER32_1 + 0x00000000000047a8 0x0 ./src/core/delay.o + 0x8 (size before relaxing) + .ARM.exidx.text.TIMER32_1_IRQHandler + 0x00000000000047a8 0x8 ./src/core/delay.o + .ARM.exidx.text.SysTick_Handler + 0x00000000000047b0 0x8 ./src/core/delay.o + .ARM.exidx.text.setup_systick + 0x00000000000047b8 0x0 ./src/core/delay.o + 0x8 (size before relaxing) + .ARM.exidx.text.pinMode + 0x00000000000047b8 0x0 ./src/core/gpio.o + 0x8 (size before relaxing) + .ARM.exidx.text.digitalWrite + 0x00000000000047b8 0x0 ./src/core/gpio.o + 0x8 (size before relaxing) + .ARM.exidx.text.GPIOIntStatus + 0x00000000000047b8 0x0 ./src/core/gpio.o + 0x8 (size before relaxing) + .ARM.exidx.text.GPIOIntClear + 0x00000000000047b8 0x0 ./src/core/gpio.o + 0x8 (size before relaxing) + .ARM.exidx.text.GPIO_IRQHandler + 0x00000000000047b8 0x8 ./src/core/gpio_int.o + .ARM.exidx.text.PIOINT0_IRQHandler + 0x00000000000047c0 0x8 ./src/core/gpio_int.o + .ARM.exidx.text.PIOINT1_IRQHandler + 0x00000000000047c8 0x8 ./src/core/gpio_int.o + .ARM.exidx.text.PIOINT2_IRQHandler + 0x00000000000047d0 0x8 ./src/core/gpio_int.o + .ARM.exidx.text.PIOINT3_IRQHandler + 0x00000000000047d8 0x8 ./src/core/gpio_int.o + .ARM.exidx.text._ZN8MARYOLEDD2Ev + 0x00000000000047e0 0x8 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLEDC2Ev + 0x00000000000047e8 0x0 ./src/core/maryoled.o + 0x8 (size before relaxing) + .ARM.exidx.text.startup._GLOBAL__sub_I_oled + 0x00000000000047e8 0x0 ./src/core/maryoled.o + 0x8 (size before relaxing) + .ARM.exidx.text.startup.main + 0x00000000000047e8 0x8 ./src/core/startup_mary.o + .ARM.exidx.text.SystemInit + 0x00000000000047f0 0x8 ./src/core/system_LPC11xx.o + .ARM.exidx.text._ZN7USerialD2Ev + 0x00000000000047f8 0x0 ./src/core/uart.o + 0x8 (size before relaxing) + .ARM.exidx.text._ZN7USerial5writeEc + 0x00000000000047f8 0x0 ./src/core/uart.o + 0x8 (size before relaxing) + .ARM.exidx.text._ZN7USerial5beginEi + 0x00000000000047f8 0x0 ./src/core/uart.o + 0x8 (size before relaxing) + .ARM.exidx.text.startup._GLOBAL__sub_I_Serial + 0x00000000000047f8 0x0 ./src/core/uart.o + 0x8 (size before relaxing) + .ARM.exidx.text.startup._GLOBAL__sub_I__ZN12XBeeResponseC2Ev + 0x00000000000047f8 0x0 ./src/XBee/XBee.o + 0x8 (size before relaxing) + .ARM.exidx.text._ZN7PETITFSD2Ev + 0x00000000000047f8 0x0 ./src/FatFs/SD.o + 0x8 (size before relaxing) + .ARM.exidx.text.startup._GLOBAL__sub_I_SDFile + 0x00000000000047f8 0x0 ./src/FatFs/SD.o + 0x8 (size before relaxing) + .ARM.exidx 0x00000000000047f8 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(divdf3.o) + 0x8 (size before relaxing) + .ARM.exidx 0x00000000000047f8 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(eqdf2.o) + 0x8 (size before relaxing) + .ARM.exidx 0x00000000000047f8 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(gedf2.o) + 0x8 (size before relaxing) + .ARM.exidx 0x00000000000047f8 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(ledf2.o) + 0x8 (size before relaxing) + .ARM.exidx 0x00000000000047f8 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(muldf3.o) + 0x8 (size before relaxing) + .ARM.exidx 0x00000000000047f8 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(subdf3.o) + 0x8 (size before relaxing) + .ARM.exidx 0x00000000000047f8 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(fixdfsi.o) + 0x8 (size before relaxing) + .ARM.exidx 0x00000000000047f8 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(floatsidf.o) + 0x8 (size before relaxing) + .ARM.exidx 0x00000000000047f8 0x98 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(unwind-arm.o) + 0xc0 (size before relaxing) + .ARM.exidx 0x0000000000004890 0x38 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(pr-support.o) + 0x48 (size before relaxing) + 0x00000000000048c8 __exidx_end = . + 0x00000000000048c8 _etext = . + +.uninit_RESERVED + *(.bss.$RESERVED*) + +.data 0x0000000010000000 0x84c load address 0x00000000000048c8 + FILL mask 0xff + 0x0000000010000000 _data = . + *(vtable) + *(.data*) + .data.SystemCoreClock + 0x0000000010000000 0x4 ./src/core/system_LPC11xx.o + 0x0000000010000000 SystemCoreClock + .data 0x0000000010000004 0x410 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-mallocr.o) + 0x0000000010000004 __malloc_av_ + 0x000000001000040c __malloc_sbrk_base + 0x0000000010000410 __malloc_trim_threshold + *fill* 0x0000000010000414 0x4 00 + .data 0x0000000010000418 0x430 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-impure.o) + 0x0000000010000418 _impure_ptr + .data 0x0000000010000848 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtbegin.o + 0x0000000010000848 __dso_handle + 0x000000001000084c . = ALIGN (0x4) + 0x000000001000084c _edata = . + +.jcr 0x000000001000084c 0x0 load address 0x0000000000005114 + .jcr 0x000000001000084c 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtbegin.o + +.bss 0x000000001000084c 0x1d4 load address 0x0000000000005114 + 0x000000001000084c _bss = . + *(.bss*) + .bss.SPI 0x000000001000084c 0x8 ./src/core/SPI.o + 0x000000001000084c SPI + .bss.SPI1 0x0000000010000854 0x8 ./src/core/SPI1.o + 0x0000000010000854 SPI1 + .bss._ZL11pwm_pin_num + 0x000000001000085c 0x10 ./src/core/analogio.o + .bss._ZL14pwm_duty_value + 0x000000001000086c 0x10 ./src/core/analogio.o + .bss._ZL13pwm_init_done + 0x000000001000087c 0x4 ./src/core/analogio.o + .bss._ZL17pwm_already_inuse + 0x0000000010000880 0x4 ./src/core/analogio.o + .bss.userfunc 0x0000000010000884 0x4 ./src/core/delay.o + 0x0000000010000884 userfunc + .bss._ZL7msTicks + 0x0000000010000888 0x4 ./src/core/delay.o + .bss._ZL7intFunc + 0x000000001000088c 0x58 ./src/core/gpio_int.o + .bss.oled 0x00000000100008e4 0x28 ./src/core/maryoled.o + 0x00000000100008e4 oled + .bss.Serial 0x000000001000090c 0xc ./src/core/uart.o + 0x000000001000090c Serial + .bss._ZN22RemoteAtCommandRequest18broadcastAddress64E + 0x0000000010000918 0x8 ./src/XBee/XBee.o + 0x0000000010000918 _ZN22RemoteAtCommandRequest18broadcastAddress64E + .bss.SDFile 0x0000000010000920 0xa8 ./src/FatFs/SD.o + 0x0000000010000920 SDFile + .bss 0x00000000100009c8 0x34 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-mallocr.o) + 0x00000000100009c8 __malloc_top_pad + 0x00000000100009cc __malloc_current_mallinfo + 0x00000000100009f4 __malloc_max_sbrked_mem + 0x00000000100009f8 __malloc_max_total_mem + .bss 0x00000000100009fc 0x1c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtbegin.o + *(COMMON) + COMMON 0x0000000010000a18 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-reent.o) + 0x0000000010000a18 errno + COMMON 0x0000000010000a1c 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) + 0x0000000010000a1c __end_of_heap + 0x0000000010000a20 . = ALIGN (0x4) + 0x0000000010000a20 _ebss = . + 0x0000000010000a20 PROVIDE (end, .) + 0x0000000010000a20 PROVIDE (_pvHeapStart, .) + 0x0000000010001000 PROVIDE (_vStackTop, (__top_RamLoc8 - 0x0)) +OUTPUT(eXodusino.axf elf32-littlearm) + +.debug_info 0x0000000000000000 0x146a6 + .debug_info 0x0000000000000000 0x4e1 ./src/user_application.o + .debug_info 0x00000000000004e1 0x1201 ./src/core/LiquidCrystal.o + .debug_info 0x00000000000016e2 0x545 ./src/core/Print.o + .debug_info 0x0000000000001c27 0x12c3 ./src/core/SPI.o + .debug_info 0x0000000000002eea 0x12c3 ./src/core/SPI1.o + .debug_info 0x00000000000041ad 0xb6b ./src/core/SoftwareSerial.o + .debug_info 0x0000000000004d18 0x27ce ./src/core/Wire.o + .debug_info 0x00000000000074e6 0xc14 ./src/core/analogio.o + .debug_info 0x00000000000080fa 0x3ea ./src/core/arithmetical.o + .debug_info 0x00000000000084e4 0x134 ./src/core/cr_cpp_config.o + .debug_info 0x0000000000008618 0x2ae ./src/core/cr_startup_lpc11.o + .debug_info 0x00000000000088c6 0xbd5 ./src/core/delay.o + .debug_info 0x000000000000949b 0x514 ./src/core/gpio.o + .debug_info 0x00000000000099af 0x5d4 ./src/core/gpio_int.o + .debug_info 0x0000000000009f83 0x1302 ./src/core/maryoled.o + .debug_info 0x000000000000b285 0x2ab ./src/core/startup_mary.o + .debug_info 0x000000000000b530 0x4f9 ./src/core/system_LPC11xx.o + .debug_info 0x000000000000ba29 0xda5 ./src/core/uart.o + .debug_info 0x000000000000c7ce 0x4c45 ./src/XBee/XBee.o + .debug_info 0x0000000000011413 0x1131 ./src/FatFs/SD.o + .debug_info 0x0000000000012544 0xf7a ./src/FatFs/pff.o + .debug_info 0x00000000000134be 0xe6b ./src/FatFs/sdcard.o + .debug_info 0x0000000000014329 0x104 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) + .debug_info 0x000000000001442d 0x5c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_exit.o) + .debug_info 0x0000000000014489 0xa5 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(getpid.o) + .debug_info 0x000000000001452e 0xc6 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) + .debug_info 0x00000000000145f4 0xb2 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_check_heap.o) + +.debug_abbrev 0x0000000000000000 0x3e9a + .debug_abbrev 0x0000000000000000 0x1b8 ./src/user_application.o + .debug_abbrev 0x00000000000001b8 0x33f ./src/core/LiquidCrystal.o + .debug_abbrev 0x00000000000004f7 0x17c ./src/core/Print.o + .debug_abbrev 0x0000000000000673 0x3a8 ./src/core/SPI.o + .debug_abbrev 0x0000000000000a1b 0x384 ./src/core/SPI1.o + .debug_abbrev 0x0000000000000d9f 0x3f1 ./src/core/SoftwareSerial.o + .debug_abbrev 0x0000000000001190 0x5c8 ./src/core/Wire.o + .debug_abbrev 0x0000000000001758 0x270 ./src/core/analogio.o + .debug_abbrev 0x00000000000019c8 0x18a ./src/core/arithmetical.o + .debug_abbrev 0x0000000000001b52 0xcd ./src/core/cr_cpp_config.o + .debug_abbrev 0x0000000000001c1f 0x13e ./src/core/cr_startup_lpc11.o + .debug_abbrev 0x0000000000001d5d 0x272 ./src/core/delay.o + .debug_abbrev 0x0000000000001fcf 0x1ab ./src/core/gpio.o + .debug_abbrev 0x000000000000217a 0x1ce ./src/core/gpio_int.o + .debug_abbrev 0x0000000000002348 0x3c0 ./src/core/maryoled.o + .debug_abbrev 0x0000000000002708 0xff ./src/core/startup_mary.o + .debug_abbrev 0x0000000000002807 0xd8 ./src/core/system_LPC11xx.o + .debug_abbrev 0x00000000000028df 0x34e ./src/core/uart.o + .debug_abbrev 0x0000000000002c2d 0x626 ./src/XBee/XBee.o + .debug_abbrev 0x0000000000003253 0x3b4 ./src/FatFs/SD.o + .debug_abbrev 0x0000000000003607 0x34b ./src/FatFs/pff.o + .debug_abbrev 0x0000000000003952 0x32b ./src/FatFs/sdcard.o + .debug_abbrev 0x0000000000003c7d 0x97 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) + .debug_abbrev 0x0000000000003d14 0x52 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_exit.o) + .debug_abbrev 0x0000000000003d66 0x52 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(getpid.o) + .debug_abbrev 0x0000000000003db8 0x72 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) + .debug_abbrev 0x0000000000003e2a 0x70 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_check_heap.o) + +.debug_loc 0x0000000000000000 0x6e1f + .debug_loc 0x0000000000000000 0x47a ./src/user_application.o + .debug_loc 0x000000000000047a 0x92c ./src/core/LiquidCrystal.o + .debug_loc 0x0000000000000da6 0x3c5 ./src/core/Print.o + .debug_loc 0x000000000000116b 0x205 ./src/core/SPI.o + .debug_loc 0x0000000000001370 0x205 ./src/core/SPI1.o + .debug_loc 0x0000000000001575 0x4ca ./src/core/SoftwareSerial.o + .debug_loc 0x0000000000001a3f 0xc55 ./src/core/Wire.o + .debug_loc 0x0000000000002694 0x24e ./src/core/analogio.o + .debug_loc 0x00000000000028e2 0x135 ./src/core/arithmetical.o + .debug_loc 0x0000000000002a17 0x79 ./src/core/cr_cpp_config.o + .debug_loc 0x0000000000002a90 0x2af ./src/core/cr_startup_lpc11.o + .debug_loc 0x0000000000002d3f 0x1c3 ./src/core/delay.o + .debug_loc 0x0000000000002f02 0x350 ./src/core/gpio.o + .debug_loc 0x0000000000003252 0x1cc ./src/core/gpio_int.o + .debug_loc 0x000000000000341e 0x92f ./src/core/maryoled.o + .debug_loc 0x0000000000003d4d 0x20 ./src/core/startup_mary.o + .debug_loc 0x0000000000003d6d 0x98 ./src/core/system_LPC11xx.o + .debug_loc 0x0000000000003e05 0xd2 ./src/core/uart.o + .debug_loc 0x0000000000003ed7 0x1994 ./src/XBee/XBee.o + .debug_loc 0x000000000000586b 0x281 ./src/FatFs/SD.o + .debug_loc 0x0000000000005aec 0xe30 ./src/FatFs/pff.o + .debug_loc 0x000000000000691c 0x435 ./src/FatFs/sdcard.o + .debug_loc 0x0000000000006d51 0x68 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) + .debug_loc 0x0000000000006db9 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_exit.o) + .debug_loc 0x0000000000006dd9 0x13 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) + .debug_loc 0x0000000000006dec 0x33 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_check_heap.o) + +.debug_aranges 0x0000000000000000 0xed8 + .debug_aranges + 0x0000000000000000 0x40 ./src/user_application.o + .debug_aranges + 0x0000000000000040 0xf8 ./src/core/LiquidCrystal.o + .debug_aranges + 0x0000000000000138 0x58 ./src/core/Print.o + .debug_aranges + 0x0000000000000190 0x80 ./src/core/SPI.o + .debug_aranges + 0x0000000000000210 0x80 ./src/core/SPI1.o + .debug_aranges + 0x0000000000000290 0x88 ./src/core/SoftwareSerial.o + .debug_aranges + 0x0000000000000318 0x128 ./src/core/Wire.o + .debug_aranges + 0x0000000000000440 0x50 ./src/core/analogio.o + .debug_aranges + 0x0000000000000490 0x40 ./src/core/arithmetical.o + .debug_aranges + 0x00000000000004d0 0x30 ./src/core/cr_cpp_config.o + .debug_aranges + 0x0000000000000500 0x70 ./src/core/cr_startup_lpc11.o + .debug_aranges + 0x0000000000000570 0x70 ./src/core/delay.o + .debug_aranges + 0x00000000000005e0 0x58 ./src/core/gpio.o + .debug_aranges + 0x0000000000000638 0x60 ./src/core/gpio_int.o + .debug_aranges + 0x0000000000000698 0xe8 ./src/core/maryoled.o + .debug_aranges + 0x0000000000000780 0x20 ./src/core/startup_mary.o + .debug_aranges + 0x00000000000007a0 0x28 ./src/core/system_LPC11xx.o + .debug_aranges + 0x00000000000007c8 0x58 ./src/core/uart.o + .debug_aranges + 0x0000000000000820 0x468 ./src/XBee/XBee.o + .debug_aranges + 0x0000000000000c88 0xe0 ./src/FatFs/SD.o + .debug_aranges + 0x0000000000000d68 0x80 ./src/FatFs/pff.o + .debug_aranges + 0x0000000000000de8 0x50 ./src/FatFs/sdcard.o + .debug_aranges + 0x0000000000000e38 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) + .debug_aranges + 0x0000000000000e58 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_exit.o) + .debug_aranges + 0x0000000000000e78 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(getpid.o) + .debug_aranges + 0x0000000000000e98 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) + .debug_aranges + 0x0000000000000eb8 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_check_heap.o) + +.debug_ranges 0x0000000000000000 0x1610 + .debug_ranges 0x0000000000000000 0x60 ./src/user_application.o + .debug_ranges 0x0000000000000060 0xe8 ./src/core/LiquidCrystal.o + .debug_ranges 0x0000000000000148 0x48 ./src/core/Print.o + .debug_ranges 0x0000000000000190 0xd8 ./src/core/SPI.o + .debug_ranges 0x0000000000000268 0x100 ./src/core/SPI1.o + .debug_ranges 0x0000000000000368 0x90 ./src/core/SoftwareSerial.o + .debug_ranges 0x00000000000003f8 0x180 ./src/core/Wire.o + .debug_ranges 0x0000000000000578 0x68 ./src/core/analogio.o + .debug_ranges 0x00000000000005e0 0x60 ./src/core/arithmetical.o + .debug_ranges 0x0000000000000640 0x20 ./src/core/cr_cpp_config.o + .debug_ranges 0x0000000000000660 0x60 ./src/core/cr_startup_lpc11.o + .debug_ranges 0x00000000000006c0 0x60 ./src/core/delay.o + .debug_ranges 0x0000000000000720 0x48 ./src/core/gpio.o + .debug_ranges 0x0000000000000768 0x68 ./src/core/gpio_int.o + .debug_ranges 0x00000000000007d0 0x1a0 ./src/core/maryoled.o + .debug_ranges 0x0000000000000970 0x10 ./src/core/startup_mary.o + .debug_ranges 0x0000000000000980 0x48 ./src/core/system_LPC11xx.o + .debug_ranges 0x00000000000009c8 0x60 ./src/core/uart.o + .debug_ranges 0x0000000000000a28 0x7f0 ./src/XBee/XBee.o + .debug_ranges 0x0000000000001218 0xe8 ./src/FatFs/SD.o + .debug_ranges 0x0000000000001300 0x278 ./src/FatFs/pff.o + .debug_ranges 0x0000000000001578 0x98 ./src/FatFs/sdcard.o + +.debug_line 0x0000000000000000 0x488f + .debug_line 0x0000000000000000 0x1f1 ./src/user_application.o + .debug_line 0x00000000000001f1 0x3fb ./src/core/LiquidCrystal.o + .debug_line 0x00000000000005ec 0x165 ./src/core/Print.o + .debug_line 0x0000000000000751 0x260 ./src/core/SPI.o + .debug_line 0x00000000000009b1 0x27e ./src/core/SPI1.o + .debug_line 0x0000000000000c2f 0x29f ./src/core/SoftwareSerial.o + .debug_line 0x0000000000000ece 0x9a2 ./src/core/Wire.o + .debug_line 0x0000000000001870 0x227 ./src/core/analogio.o + .debug_line 0x0000000000001a97 0x195 ./src/core/arithmetical.o + .debug_line 0x0000000000001c2c 0xe6 ./src/core/cr_cpp_config.o + .debug_line 0x0000000000001d12 0xc9 ./src/core/cr_startup_lpc11.o + .debug_line 0x0000000000001ddb 0x249 ./src/core/delay.o + .debug_line 0x0000000000002024 0x1ce ./src/core/gpio.o + .debug_line 0x00000000000021f2 0x1cd ./src/core/gpio_int.o + .debug_line 0x00000000000023bf 0x3f9 ./src/core/maryoled.o + .debug_line 0x00000000000027b8 0x106 ./src/core/startup_mary.o + .debug_line 0x00000000000028be 0x16f ./src/core/system_LPC11xx.o + .debug_line 0x0000000000002a2d 0x1c4 ./src/core/uart.o + .debug_line 0x0000000000002bf1 0xf4d ./src/XBee/XBee.o + .debug_line 0x0000000000003b3e 0x30d ./src/FatFs/SD.o + .debug_line 0x0000000000003e4b 0x4ff ./src/FatFs/pff.o + .debug_line 0x000000000000434a 0x370 ./src/FatFs/sdcard.o + .debug_line 0x00000000000046ba 0xc2 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) + .debug_line 0x000000000000477c 0x3e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_exit.o) + .debug_line 0x00000000000047ba 0x43 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(getpid.o) + .debug_line 0x00000000000047fd 0x41 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) + .debug_line 0x000000000000483e 0x51 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_check_heap.o) + +.debug_str 0x0000000000000000 0x51ad + .debug_str 0x0000000000000000 0x264 ./src/user_application.o + 0x30c (size before relaxing) + .debug_str 0x0000000000000264 0x4c4 ./src/core/LiquidCrystal.o + 0x71c (size before relaxing) + .debug_str 0x0000000000000728 0x10e ./src/core/Print.o + 0x2a1 (size before relaxing) + .debug_str 0x0000000000000836 0x8f5 ./src/core/SPI.o + 0xbd0 (size before relaxing) + .debug_str 0x000000000000112b 0x126 ./src/core/SPI1.o + 0xbe7 (size before relaxing) + .debug_str 0x0000000000001251 0x3b6 ./src/core/SoftwareSerial.o + 0x6a8 (size before relaxing) + .debug_str 0x0000000000001607 0xd5b ./src/core/Wire.o + 0x1169 (size before relaxing) + .debug_str 0x0000000000002362 0x11f ./src/core/analogio.o + 0x7f2 (size before relaxing) + .debug_str 0x0000000000002481 0xa4 ./src/core/arithmetical.o + 0x267 (size before relaxing) + .debug_str 0x0000000000002525 0x62 ./src/core/cr_cpp_config.o + 0x198 (size before relaxing) + .debug_str 0x0000000000002587 0x173 ./src/core/cr_startup_lpc11.o + 0x291 (size before relaxing) + .debug_str 0x00000000000026fa 0x120 ./src/core/delay.o + 0x798 (size before relaxing) + .debug_str 0x000000000000281a 0x225 ./src/core/gpio.o + 0x43a (size before relaxing) + .debug_str 0x0000000000002a3f 0xac ./src/core/gpio_int.o + 0x4da (size before relaxing) + .debug_str 0x0000000000002aeb 0x595 ./src/core/maryoled.o + 0xb4a (size before relaxing) + .debug_str 0x0000000000003080 0x1d ./src/core/startup_mary.o + 0x1e0 (size before relaxing) + .debug_str 0x000000000000309d 0x4e ./src/core/system_LPC11xx.o + 0x40c (size before relaxing) + .debug_str 0x00000000000030eb 0x13b ./src/core/uart.o + 0x77d (size before relaxing) + .debug_str 0x0000000000003226 0x1832 ./src/XBee/XBee.o + 0x1c6b (size before relaxing) + .debug_str 0x0000000000004a58 0x377 ./src/FatFs/SD.o + 0x90b (size before relaxing) + .debug_str 0x0000000000004dcf 0x1d9 ./src/FatFs/pff.o + 0x4f9 (size before relaxing) + .debug_str 0x0000000000004fa8 0xcc ./src/FatFs/sdcard.o + 0x9e5 (size before relaxing) + .debug_str 0x0000000000005074 0xb3 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) + 0x143 (size before relaxing) + .debug_str 0x0000000000005127 0x15 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_exit.o) + 0x70 (size before relaxing) + .debug_str 0x000000000000513c 0x18 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(getpid.o) + 0x102 (size before relaxing) + .debug_str 0x0000000000005154 0x14 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) + 0xfe (size before relaxing) + .debug_str 0x0000000000005168 0x45 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_check_heap.o) + 0xcf (size before relaxing) + +.comment 0x0000000000000000 0x9a + .comment 0x0000000000000000 0x70 ./src/user_application.o + 0x71 (size before relaxing) + .comment 0x0000000000000000 0x71 ./src/core/LiquidCrystal.o + .comment 0x0000000000000000 0x71 ./src/core/Print.o + .comment 0x0000000000000000 0x71 ./src/core/SPI.o + .comment 0x0000000000000000 0x71 ./src/core/SPI1.o + .comment 0x0000000000000000 0x71 ./src/core/SoftwareSerial.o + .comment 0x0000000000000000 0x71 ./src/core/Wire.o + .comment 0x0000000000000000 0x71 ./src/core/analogio.o + .comment 0x0000000000000000 0x71 ./src/core/arithmetical.o + .comment 0x0000000000000000 0x71 ./src/core/cr_cpp_config.o + .comment 0x0000000000000000 0x71 ./src/core/cr_startup_lpc11.o + .comment 0x0000000000000000 0x71 ./src/core/delay.o + .comment 0x0000000000000000 0x71 ./src/core/gpio.o + .comment 0x0000000000000000 0x71 ./src/core/gpio_int.o + .comment 0x0000000000000000 0x71 ./src/core/maryoled.o + .comment 0x0000000000000000 0x71 ./src/core/startup_mary.o + .comment 0x0000000000000000 0x71 ./src/core/system_LPC11xx.o + .comment 0x0000000000000000 0x71 ./src/core/uart.o + .comment 0x0000000000000000 0x71 ./src/XBee/XBee.o + .comment 0x0000000000000000 0x71 ./src/FatFs/SD.o + .comment 0x0000000000000000 0x71 ./src/FatFs/pff.o + .comment 0x0000000000000000 0x71 ./src/FatFs/sdcard.o + .comment 0x0000000000000070 0x2a /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) + 0x2b (size before relaxing) + .comment 0x0000000000000000 0x2b /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_exit.o) + .comment 0x0000000000000000 0x2b /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(getpid.o) + .comment 0x0000000000000000 0x2b /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) + .comment 0x0000000000000000 0x2b /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_check_heap.o) + +.ARM.attributes + 0x0000000000000000 0x33 + .ARM.attributes + 0x0000000000000000 0x33 ./src/user_application.o + .ARM.attributes + 0x0000000000000033 0x33 ./src/core/LiquidCrystal.o + .ARM.attributes + 0x0000000000000066 0x33 ./src/core/Print.o + .ARM.attributes + 0x0000000000000099 0x33 ./src/core/SPI.o + .ARM.attributes + 0x00000000000000cc 0x33 ./src/core/SPI1.o + .ARM.attributes + 0x00000000000000ff 0x33 ./src/core/SoftwareSerial.o + .ARM.attributes + 0x0000000000000132 0x33 ./src/core/Wire.o + .ARM.attributes + 0x0000000000000165 0x33 ./src/core/analogio.o + .ARM.attributes + 0x0000000000000198 0x33 ./src/core/arithmetical.o + .ARM.attributes + 0x00000000000001cb 0x33 ./src/core/cr_cpp_config.o + .ARM.attributes + 0x00000000000001fe 0x33 ./src/core/cr_startup_lpc11.o + .ARM.attributes + 0x0000000000000231 0x33 ./src/core/delay.o + .ARM.attributes + 0x0000000000000264 0x33 ./src/core/gpio.o + .ARM.attributes + 0x0000000000000297 0x33 ./src/core/gpio_int.o + .ARM.attributes + 0x00000000000002ca 0x33 ./src/core/maryoled.o + .ARM.attributes + 0x00000000000002fd 0x33 ./src/core/startup_mary.o + .ARM.attributes + 0x0000000000000330 0x33 ./src/core/system_LPC11xx.o + .ARM.attributes + 0x0000000000000363 0x33 ./src/core/uart.o + .ARM.attributes + 0x0000000000000396 0x33 ./src/XBee/XBee.o + .ARM.attributes + 0x00000000000003c9 0x33 ./src/FatFs/SD.o + .ARM.attributes + 0x00000000000003fc 0x33 ./src/FatFs/pff.o + .ARM.attributes + 0x000000000000042f 0x33 ./src/FatFs/sdcard.o + .ARM.attributes + 0x0000000000000462 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_thumb1_case_uqi.o) + .ARM.attributes + 0x0000000000000482 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_udivsi3.o) + .ARM.attributes + 0x00000000000004a2 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_divsi3.o) + .ARM.attributes + 0x00000000000004c2 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_dvmd_tls.o) + .ARM.attributes + 0x00000000000004e2 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_arm_cmpdf2.o) + .ARM.attributes + 0x0000000000000502 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(divdf3.o) + .ARM.attributes + 0x0000000000000530 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(eqdf2.o) + .ARM.attributes + 0x000000000000055e 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(gedf2.o) + .ARM.attributes + 0x000000000000058c 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(ledf2.o) + .ARM.attributes + 0x00000000000005ba 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(muldf3.o) + .ARM.attributes + 0x00000000000005e8 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(subdf3.o) + .ARM.attributes + 0x0000000000000616 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(fixdfsi.o) + .ARM.attributes + 0x0000000000000644 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(floatsidf.o) + .ARM.attributes + 0x0000000000000672 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(unwind-arm.o) + .ARM.attributes + 0x00000000000006a0 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(libunwind.o) + .ARM.attributes + 0x00000000000006c0 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(pr-support.o) + .ARM.attributes + 0x00000000000006ee 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_clzsi2.o) + .ARM.attributes + 0x000000000000070e 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-abort.o) + .ARM.attributes + 0x000000000000073c 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-init.o) + .ARM.attributes + 0x000000000000076a 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-malloc.o) + .ARM.attributes + 0x0000000000000798 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-mallocr.o) + .ARM.attributes + 0x00000000000007c6 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-memcpy.o) + .ARM.attributes + 0x00000000000007f4 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-mlock.o) + .ARM.attributes + 0x0000000000000822 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-sbrkr.o) + .ARM.attributes + 0x0000000000000850 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signal.o) + .ARM.attributes + 0x000000000000087e 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signalr.o) + .ARM.attributes + 0x00000000000008ac 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-strlen.o) + .ARM.attributes + 0x00000000000008da 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-freer.o) + .ARM.attributes + 0x0000000000000908 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-impure.o) + .ARM.attributes + 0x0000000000000936 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-reent.o) + .ARM.attributes + 0x0000000000000964 0x33 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) + .ARM.attributes + 0x0000000000000997 0x33 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_exit.o) + .ARM.attributes + 0x00000000000009ca 0x33 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(getpid.o) + .ARM.attributes + 0x00000000000009fd 0x33 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) + .ARM.attributes + 0x0000000000000a30 0x33 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_check_heap.o) + .ARM.attributes + 0x0000000000000a63 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crti.o + .ARM.attributes + 0x0000000000000a83 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtn.o + .ARM.attributes + 0x0000000000000aa3 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtbegin.o + .ARM.attributes + 0x0000000000000ad1 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtend.o + .ARM.attributes + 0x0000000000000aff 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-errno.o) + +.debug_frame 0x0000000000000000 0x2ce0 + .debug_frame 0x0000000000000000 0x98 ./src/user_application.o + .debug_frame 0x0000000000000098 0x2fc ./src/core/LiquidCrystal.o + .debug_frame 0x0000000000000394 0xe4 ./src/core/Print.o + .debug_frame 0x0000000000000478 0x124 ./src/core/SPI.o + .debug_frame 0x000000000000059c 0x128 ./src/core/SPI1.o + .debug_frame 0x00000000000006c4 0x180 ./src/core/SoftwareSerial.o + .debug_frame 0x0000000000000844 0x374 ./src/core/Wire.o + .debug_frame 0x0000000000000bb8 0xb8 ./src/core/analogio.o + .debug_frame 0x0000000000000c70 0x7c ./src/core/arithmetical.o + .debug_frame 0x0000000000000cec 0x50 ./src/core/cr_cpp_config.o + .debug_frame 0x0000000000000d3c 0x114 ./src/core/cr_startup_lpc11.o + .debug_frame 0x0000000000000e50 0x104 ./src/core/delay.o + .debug_frame 0x0000000000000f54 0xe8 ./src/core/gpio.o + .debug_frame 0x000000000000103c 0xe0 ./src/core/gpio_int.o + .debug_frame 0x000000000000111c 0x284 ./src/core/maryoled.o + .debug_frame 0x00000000000013a0 0x28 ./src/core/startup_mary.o + .debug_frame 0x00000000000013c8 0x44 ./src/core/system_LPC11xx.o + .debug_frame 0x000000000000140c 0xac ./src/core/uart.o + .debug_frame 0x00000000000014b8 0xa0c ./src/XBee/XBee.o + .debug_frame 0x0000000000001ec4 0x1d8 ./src/FatFs/SD.o + .debug_frame 0x000000000000209c 0x1a4 ./src/FatFs/pff.o + .debug_frame 0x0000000000002240 0xd4 ./src/FatFs/sdcard.o + .debug_frame 0x0000000000002314 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_udivsi3.o) + .debug_frame 0x0000000000002334 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_divsi3.o) + .debug_frame 0x0000000000002354 0x3c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(divdf3.o) + .debug_frame 0x0000000000002390 0x34 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(eqdf2.o) + .debug_frame 0x00000000000023c4 0x34 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(gedf2.o) + .debug_frame 0x00000000000023f8 0x34 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(ledf2.o) + .debug_frame 0x000000000000242c 0x3c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(muldf3.o) + .debug_frame 0x0000000000002468 0x38 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(subdf3.o) + .debug_frame 0x00000000000024a0 0x2c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(fixdfsi.o) + .debug_frame 0x00000000000024cc 0x30 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(floatsidf.o) + .debug_frame 0x00000000000024fc 0x2ac /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(unwind-arm.o) + .debug_frame 0x00000000000027a8 0xfc /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(pr-support.o) + .debug_frame 0x00000000000028a4 0x28 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-abort.o) + .debug_frame 0x00000000000028cc 0x2c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-init.o) + .debug_frame 0x00000000000028f8 0x40 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-malloc.o) + .debug_frame 0x0000000000002938 0x3c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-mallocr.o) + .debug_frame 0x0000000000002974 0x30 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-memcpy.o) + .debug_frame 0x00000000000029a4 0x30 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-mlock.o) + .debug_frame 0x00000000000029d4 0x2c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-sbrkr.o) + .debug_frame 0x0000000000002a00 0xe4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signal.o) + .debug_frame 0x0000000000002ae4 0x44 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signalr.o) + .debug_frame 0x0000000000002b28 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-strlen.o) + .debug_frame 0x0000000000002b48 0x54 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-freer.o) + .debug_frame 0x0000000000002b9c 0x68 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-reent.o) + .debug_frame 0x0000000000002c04 0x2c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) + .debug_frame 0x0000000000002c30 0x28 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_exit.o) + .debug_frame 0x0000000000002c58 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(getpid.o) + .debug_frame 0x0000000000002c78 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) + .debug_frame 0x0000000000002c98 0x28 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_check_heap.o) + .debug_frame 0x0000000000002cc0 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-errno.o) + +.debug_pubnames + 0x0000000000000000 0xbe + .debug_pubnames + 0x0000000000000000 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) + .debug_pubnames + 0x000000000000002e 0x1c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_exit.o) + .debug_pubnames + 0x000000000000004a 0x1e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(getpid.o) + .debug_pubnames + 0x0000000000000068 0x1c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) + .debug_pubnames + 0x0000000000000084 0x3a /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_check_heap.o) + +.debug_pubtypes + 0x0000000000000000 0x41 + .debug_pubtypes + 0x0000000000000000 0x1d /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) + .debug_pubtypes + 0x000000000000001d 0x12 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(getpid.o) + .debug_pubtypes + 0x000000000000002f 0x12 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) diff --git a/LPC1114FN28_102_DIP28/makefile b/LPC1114FN28_102_DIP28/makefile new file mode 100644 index 0000000..0e035e9 --- /dev/null +++ b/LPC1114FN28_102_DIP28/makefile @@ -0,0 +1,68 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +-include ../makefile.init + +RM := rm -rf + +# All of the sources participating in the build are defined here +-include sources.mk +-include subdir.mk +-include src/subdir.mk +-include src/core/subdir.mk +-include src/XBee/subdir.mk +-include src/FatFs/subdir.mk +-include objects.mk + +ifneq ($(MAKECMDGOALS),clean) +ifneq ($(strip $(C++_DEPS)),) +-include $(C++_DEPS) +endif +ifneq ($(strip $(C_DEPS)),) +-include $(C_DEPS) +endif +ifneq ($(strip $(CC_DEPS)),) +-include $(CC_DEPS) +endif +ifneq ($(strip $(CPP_DEPS)),) +-include $(CPP_DEPS) +endif +ifneq ($(strip $(CXX_DEPS)),) +-include $(CXX_DEPS) +endif +ifneq ($(strip $(C_UPPER_DEPS)),) +-include $(C_UPPER_DEPS) +endif +endif + +-include ../makefile.defs + +# Add inputs and outputs from these tool invocations to the build variables + +# All Target +all: eXodusino.axf + +# Tool invocations +eXodusino.axf: $(OBJS) $(USER_OBJS) + @echo 'Building target: $@' + @echo 'Invoking: MCU C++ Linker' + arm-none-eabi-c++ -nostdlib -Xlinker -Map="eXodusino.map" -Xlinker --gc-sections -mcpu=cortex-m0 -mthumb -T "eXodusino.ld" -o"eXodusino.axf" $(OBJS) $(USER_OBJS) $(LIBS) + @echo 'Finished building target: $@' + @echo ' ' + $(MAKE) --no-print-directory post-build + +# Other Targets +clean: + -$(RM) $(OBJS)$(C++_DEPS)$(C_DEPS)$(CC_DEPS)$(CPP_DEPS)$(EXECUTABLES)$(CXX_DEPS)$(C_UPPER_DEPS) eXodusino.axf + -@echo ' ' + +post-build: + -@echo 'Performing post-build steps' + -arm-none-eabi-size "eXodusino.axf"; arm-none-eabi-objcopy -O binary "eXodusino.axf" "eXodusino.bin" ; checksum -p LPC1114FN_102 -d "eXodusino.bin"; + -@echo ' ' + +.PHONY: all clean dependents +.SECONDARY: post-build + +-include ../makefile.targets diff --git a/LPC1114FN28_102_DIP28/objects.mk b/LPC1114FN28_102_DIP28/objects.mk new file mode 100644 index 0000000..742c2da --- /dev/null +++ b/LPC1114FN28_102_DIP28/objects.mk @@ -0,0 +1,8 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +USER_OBJS := + +LIBS := + diff --git a/LPC1114FN28_102_DIP28/sources.mk b/LPC1114FN28_102_DIP28/sources.mk new file mode 100644 index 0000000..4a4ce5b --- /dev/null +++ b/LPC1114FN28_102_DIP28/sources.mk @@ -0,0 +1,31 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +O_SRCS := +CPP_SRCS := +C_UPPER_SRCS := +C_SRCS := +S_SRCS := +S_UPPER_SRCS := +OBJ_SRCS := +ASM_SRCS := +CXX_SRCS := +C++_SRCS := +CC_SRCS := +OBJS := +C++_DEPS := +C_DEPS := +CC_DEPS := +CPP_DEPS := +EXECUTABLES := +CXX_DEPS := +C_UPPER_DEPS := + +# Every subdirectory with source files must be described here +SUBDIRS := \ +src \ +src/core \ +src/XBee \ +src/FatFs \ + diff --git a/LPC1114FN28_102_DIP28/src/FatFs/SD.d b/LPC1114FN28_102_DIP28/src/FatFs/SD.d new file mode 100644 index 0000000..adc530d --- /dev/null +++ b/LPC1114FN28_102_DIP28/src/FatFs/SD.d @@ -0,0 +1,42 @@ +src/FatFs/SD.d: ../src/FatFs/SD.cpp \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/core_cm0.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h \ + ../src/FatFs/SD.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/SPI.h \ + ../src/FatFs/pff.h ../src/FatFs/integer.h + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/core_cm0.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h: + +../src/FatFs/SD.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/SPI.h: + +../src/FatFs/pff.h: + +../src/FatFs/integer.h: diff --git a/LPC1114FN28_102_DIP28/src/FatFs/pff.d b/LPC1114FN28_102_DIP28/src/FatFs/pff.d new file mode 100644 index 0000000..4b839ae --- /dev/null +++ b/LPC1114FN28_102_DIP28/src/FatFs/pff.d @@ -0,0 +1,39 @@ +src/FatFs/pff.d: ../src/FatFs/pff.cpp ../src/FatFs/pff.h \ + ../src/FatFs/integer.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/core_cm0.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h \ + ../src/FatFs/diskio.h + +../src/FatFs/pff.h: + +../src/FatFs/integer.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/core_cm0.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h: + +../src/FatFs/diskio.h: diff --git a/LPC1114FN28_102_DIP28/src/FatFs/sdcard.d b/LPC1114FN28_102_DIP28/src/FatFs/sdcard.d new file mode 100644 index 0000000..d7d47f5 --- /dev/null +++ b/LPC1114FN28_102_DIP28/src/FatFs/sdcard.d @@ -0,0 +1,48 @@ +src/FatFs/sdcard.d: ../src/FatFs/sdcard.cpp ../src/FatFs/diskio.h \ + ../src/FatFs/integer.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/core_cm0.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/SPI.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/FatFs/SD.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/FatFs/pff.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/FatFs/integer.h + +../src/FatFs/diskio.h: + +../src/FatFs/integer.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/core_cm0.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/SPI.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/FatFs/SD.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/FatFs/pff.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/FatFs/integer.h: diff --git a/LPC1114FN28_102_DIP28/src/FatFs/subdir.mk b/LPC1114FN28_102_DIP28/src/FatFs/subdir.mk new file mode 100644 index 0000000..c367102 --- /dev/null +++ b/LPC1114FN28_102_DIP28/src/FatFs/subdir.mk @@ -0,0 +1,30 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +# Add inputs and outputs from these tool invocations to the build variables +CPP_SRCS += \ +../src/FatFs/SD.cpp \ +../src/FatFs/pff.cpp \ +../src/FatFs/sdcard.cpp + +OBJS += \ +./src/FatFs/SD.o \ +./src/FatFs/pff.o \ +./src/FatFs/sdcard.o + +CPP_DEPS += \ +./src/FatFs/SD.d \ +./src/FatFs/pff.d \ +./src/FatFs/sdcard.d + + +# Each subdirectory must supply rules for building sources it contributes +src/FatFs/%.o: ../src/FatFs/%.cpp + @echo 'Building file: $<' + @echo 'Invoking: MCU C++ Compiler' + arm-none-eabi-c++ -D__NEWLIB__ -DNDEBUG -D__CODE_RED -I"/Users/lynxeyed/Documents/workspace/eXodusino/src" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/XBee" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/FatFs" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/core" -Os -Os -g -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -fno-rtti -mcpu=cortex-m0 -mthumb -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/LPC1114FN28_102_DIP28/src/XBee/XBee.d b/LPC1114FN28_102_DIP28/src/XBee/XBee.d new file mode 100644 index 0000000..b2f2814 --- /dev/null +++ b/LPC1114FN28_102_DIP28/src/XBee/XBee.d @@ -0,0 +1,37 @@ +src/XBee/XBee.d: ../src/XBee/XBee.cpp \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/core_cm0.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h \ + ../src/XBee/XBee.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/core_cm0.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h: + +../src/XBee/XBee.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h: diff --git a/LPC1114FN28_102_DIP28/src/XBee/subdir.mk b/LPC1114FN28_102_DIP28/src/XBee/subdir.mk new file mode 100644 index 0000000..756ed4a --- /dev/null +++ b/LPC1114FN28_102_DIP28/src/XBee/subdir.mk @@ -0,0 +1,24 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +# Add inputs and outputs from these tool invocations to the build variables +CPP_SRCS += \ +../src/XBee/XBee.cpp + +OBJS += \ +./src/XBee/XBee.o + +CPP_DEPS += \ +./src/XBee/XBee.d + + +# Each subdirectory must supply rules for building sources it contributes +src/XBee/%.o: ../src/XBee/%.cpp + @echo 'Building file: $<' + @echo 'Invoking: MCU C++ Compiler' + arm-none-eabi-c++ -D__NEWLIB__ -DNDEBUG -D__CODE_RED -I"/Users/lynxeyed/Documents/workspace/eXodusino/src" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/XBee" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/FatFs" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/core" -Os -Os -g -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -fno-rtti -mcpu=cortex-m0 -mthumb -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/LPC1114FN28_102_DIP28/src/core/LiquidCrystal.d b/LPC1114FN28_102_DIP28/src/core/LiquidCrystal.d new file mode 100644 index 0000000..ac302ad --- /dev/null +++ b/LPC1114FN28_102_DIP28/src/core/LiquidCrystal.d @@ -0,0 +1,27 @@ +src/core/LiquidCrystal.d: ../src/core/LiquidCrystal.cpp \ + ../src/core/LiquidCrystal.h ../src/core/Print.h ../src/core/LPC11xx.h \ + ../src/core/core_cm0.h ../src/core/system_LPC11xx.h \ + ../src/core/libmary.h ../src/core/delay.h ../src/core/uart.h \ + ../src/core/gpio.h ../src/core/analogio.h ../src/core/arithmetical.h + +../src/core/LiquidCrystal.h: + +../src/core/Print.h: + +../src/core/LPC11xx.h: + +../src/core/core_cm0.h: + +../src/core/system_LPC11xx.h: + +../src/core/libmary.h: + +../src/core/delay.h: + +../src/core/uart.h: + +../src/core/gpio.h: + +../src/core/analogio.h: + +../src/core/arithmetical.h: diff --git a/LPC1114FN28_102_DIP28/src/core/Print.d b/LPC1114FN28_102_DIP28/src/core/Print.d new file mode 100644 index 0000000..f5409fa --- /dev/null +++ b/LPC1114FN28_102_DIP28/src/core/Print.d @@ -0,0 +1,11 @@ +src/core/Print.d: ../src/core/Print.cpp ../src/core/Print.h \ + ../src/core/LPC11xx.h ../src/core/core_cm0.h \ + ../src/core/system_LPC11xx.h + +../src/core/Print.h: + +../src/core/LPC11xx.h: + +../src/core/core_cm0.h: + +../src/core/system_LPC11xx.h: diff --git a/LPC1114FN28_102_DIP28/src/core/SPI.d b/LPC1114FN28_102_DIP28/src/core/SPI.d new file mode 100644 index 0000000..c306dc3 --- /dev/null +++ b/LPC1114FN28_102_DIP28/src/core/SPI.d @@ -0,0 +1,13 @@ +src/core/SPI.d: ../src/core/SPI.cpp ../src/core/gpio.h \ + ../src/core/LPC11xx.h ../src/core/core_cm0.h \ + ../src/core/system_LPC11xx.h ../src/core/SPI.h + +../src/core/gpio.h: + +../src/core/LPC11xx.h: + +../src/core/core_cm0.h: + +../src/core/system_LPC11xx.h: + +../src/core/SPI.h: diff --git a/LPC1114FN28_102_DIP28/src/core/SPI1.d b/LPC1114FN28_102_DIP28/src/core/SPI1.d new file mode 100644 index 0000000..62c5acf --- /dev/null +++ b/LPC1114FN28_102_DIP28/src/core/SPI1.d @@ -0,0 +1,15 @@ +src/core/SPI1.d: ../src/core/SPI1.cpp ../src/core/gpio.h \ + ../src/core/LPC11xx.h ../src/core/core_cm0.h \ + ../src/core/system_LPC11xx.h ../src/core/SPI1.h ../src/core/SPI.h + +../src/core/gpio.h: + +../src/core/LPC11xx.h: + +../src/core/core_cm0.h: + +../src/core/system_LPC11xx.h: + +../src/core/SPI1.h: + +../src/core/SPI.h: diff --git a/LPC1114FN28_102_DIP28/src/core/SoftwareSerial.d b/LPC1114FN28_102_DIP28/src/core/SoftwareSerial.d new file mode 100644 index 0000000..5b744b1 --- /dev/null +++ b/LPC1114FN28_102_DIP28/src/core/SoftwareSerial.d @@ -0,0 +1,20 @@ +src/core/SoftwareSerial.d: ../src/core/SoftwareSerial.cpp \ + ../src/core/SoftwareSerial.h ../src/core/Print.h ../src/core/LPC11xx.h \ + ../src/core/core_cm0.h ../src/core/system_LPC11xx.h ../src/core/gpio.h \ + ../src/core/delay.h ../src/core/uart.h + +../src/core/SoftwareSerial.h: + +../src/core/Print.h: + +../src/core/LPC11xx.h: + +../src/core/core_cm0.h: + +../src/core/system_LPC11xx.h: + +../src/core/gpio.h: + +../src/core/delay.h: + +../src/core/uart.h: diff --git a/LPC1114FN28_102_DIP28/src/core/Wire.d b/LPC1114FN28_102_DIP28/src/core/Wire.d new file mode 100644 index 0000000..01dd6e0 --- /dev/null +++ b/LPC1114FN28_102_DIP28/src/core/Wire.d @@ -0,0 +1,38 @@ +src/core/Wire.d: ../src/core/Wire.cpp ../src/core/Wire.h \ + ../src/core/LPC11xx.h ../src/core/core_cm0.h \ + ../src/core/system_LPC11xx.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h + +../src/core/Wire.h: + +../src/core/LPC11xx.h: + +../src/core/core_cm0.h: + +../src/core/system_LPC11xx.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h: diff --git a/LPC1114FN28_102_DIP28/src/core/analogio.d b/LPC1114FN28_102_DIP28/src/core/analogio.d new file mode 100644 index 0000000..abf5b13 --- /dev/null +++ b/LPC1114FN28_102_DIP28/src/core/analogio.d @@ -0,0 +1,13 @@ +src/core/analogio.d: ../src/core/analogio.cpp ../src/core/analogio.h \ + ../src/core/LPC11xx.h ../src/core/core_cm0.h \ + ../src/core/system_LPC11xx.h ../src/core/gpio.h + +../src/core/analogio.h: + +../src/core/LPC11xx.h: + +../src/core/core_cm0.h: + +../src/core/system_LPC11xx.h: + +../src/core/gpio.h: diff --git a/LPC1114FN28_102_DIP28/src/core/arithmetical.d b/LPC1114FN28_102_DIP28/src/core/arithmetical.d new file mode 100644 index 0000000..824993f --- /dev/null +++ b/LPC1114FN28_102_DIP28/src/core/arithmetical.d @@ -0,0 +1,34 @@ +src/core/arithmetical.d: ../src/core/arithmetical.cpp \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/core_cm0.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/core_cm0.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h: diff --git a/LPC1114FN28_102_DIP28/src/core/cr_cpp_config.d b/LPC1114FN28_102_DIP28/src/core/cr_cpp_config.d new file mode 100644 index 0000000..9e5f170 --- /dev/null +++ b/LPC1114FN28_102_DIP28/src/core/cr_cpp_config.d @@ -0,0 +1 @@ +src/core/cr_cpp_config.d: ../src/core/cr_cpp_config.cpp diff --git a/LPC1114FN28_102_DIP28/src/core/cr_startup_lpc11.d b/LPC1114FN28_102_DIP28/src/core/cr_startup_lpc11.d new file mode 100644 index 0000000..4f1c291 --- /dev/null +++ b/LPC1114FN28_102_DIP28/src/core/cr_startup_lpc11.d @@ -0,0 +1,4 @@ +src/core/cr_startup_lpc11.d: ../src/core/cr_startup_lpc11.cpp \ + ../src/core/system_LPC11xx.h + +../src/core/system_LPC11xx.h: diff --git a/LPC1114FN28_102_DIP28/src/core/delay.d b/LPC1114FN28_102_DIP28/src/core/delay.d new file mode 100644 index 0000000..96e0b43 --- /dev/null +++ b/LPC1114FN28_102_DIP28/src/core/delay.d @@ -0,0 +1,15 @@ +src/core/delay.d: ../src/core/delay.cpp ../src/core/delay.h \ + ../src/core/LPC11xx.h ../src/core/core_cm0.h \ + ../src/core/system_LPC11xx.h ../src/core/uart.h ../src/core/Print.h + +../src/core/delay.h: + +../src/core/LPC11xx.h: + +../src/core/core_cm0.h: + +../src/core/system_LPC11xx.h: + +../src/core/uart.h: + +../src/core/Print.h: diff --git a/LPC1114FN28_102_DIP28/src/core/gpio.d b/LPC1114FN28_102_DIP28/src/core/gpio.d new file mode 100644 index 0000000..c6c06a3 --- /dev/null +++ b/LPC1114FN28_102_DIP28/src/core/gpio.d @@ -0,0 +1,11 @@ +src/core/gpio.d: ../src/core/gpio.cpp ../src/core/gpio.h \ + ../src/core/LPC11xx.h ../src/core/core_cm0.h \ + ../src/core/system_LPC11xx.h + +../src/core/gpio.h: + +../src/core/LPC11xx.h: + +../src/core/core_cm0.h: + +../src/core/system_LPC11xx.h: diff --git a/LPC1114FN28_102_DIP28/src/core/gpio_int.d b/LPC1114FN28_102_DIP28/src/core/gpio_int.d new file mode 100644 index 0000000..83fe2cf --- /dev/null +++ b/LPC1114FN28_102_DIP28/src/core/gpio_int.d @@ -0,0 +1,11 @@ +src/core/gpio_int.d: ../src/core/gpio_int.cpp ../src/core/gpio.h \ + ../src/core/LPC11xx.h ../src/core/core_cm0.h \ + ../src/core/system_LPC11xx.h + +../src/core/gpio.h: + +../src/core/LPC11xx.h: + +../src/core/core_cm0.h: + +../src/core/system_LPC11xx.h: diff --git a/LPC1114FN28_102_DIP28/src/core/maryoled.d b/LPC1114FN28_102_DIP28/src/core/maryoled.d new file mode 100644 index 0000000..9291c21 --- /dev/null +++ b/LPC1114FN28_102_DIP28/src/core/maryoled.d @@ -0,0 +1,22 @@ +src/core/maryoled.d: ../src/core/maryoled.cpp ../src/core/delay.h \ + ../src/core/LPC11xx.h ../src/core/core_cm0.h \ + ../src/core/system_LPC11xx.h ../src/core/uart.h ../src/core/Print.h \ + ../src/core/maryoled.h ../src/core/SPI.h ../src/core/gpio.h + +../src/core/delay.h: + +../src/core/LPC11xx.h: + +../src/core/core_cm0.h: + +../src/core/system_LPC11xx.h: + +../src/core/uart.h: + +../src/core/Print.h: + +../src/core/maryoled.h: + +../src/core/SPI.h: + +../src/core/gpio.h: diff --git a/LPC1114FN28_102_DIP28/src/core/startup_mary.d b/LPC1114FN28_102_DIP28/src/core/startup_mary.d new file mode 100644 index 0000000..40dcbc0 --- /dev/null +++ b/LPC1114FN28_102_DIP28/src/core/startup_mary.d @@ -0,0 +1,25 @@ +src/core/startup_mary.d: ../src/core/startup_mary.cpp \ + ../src/core/libmary.h ../src/core/LPC11xx.h ../src/core/core_cm0.h \ + ../src/core/system_LPC11xx.h ../src/core/delay.h ../src/core/uart.h \ + ../src/core/Print.h ../src/core/gpio.h ../src/core/analogio.h \ + ../src/core/arithmetical.h + +../src/core/libmary.h: + +../src/core/LPC11xx.h: + +../src/core/core_cm0.h: + +../src/core/system_LPC11xx.h: + +../src/core/delay.h: + +../src/core/uart.h: + +../src/core/Print.h: + +../src/core/gpio.h: + +../src/core/analogio.h: + +../src/core/arithmetical.h: diff --git a/LPC1114FN28_102_DIP28/src/core/subdir.mk b/LPC1114FN28_102_DIP28/src/core/subdir.mk new file mode 100644 index 0000000..7186e01 --- /dev/null +++ b/LPC1114FN28_102_DIP28/src/core/subdir.mk @@ -0,0 +1,72 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +# Add inputs and outputs from these tool invocations to the build variables +CPP_SRCS += \ +../src/core/LiquidCrystal.cpp \ +../src/core/Print.cpp \ +../src/core/SPI.cpp \ +../src/core/SPI1.cpp \ +../src/core/SoftwareSerial.cpp \ +../src/core/Wire.cpp \ +../src/core/analogio.cpp \ +../src/core/arithmetical.cpp \ +../src/core/cr_cpp_config.cpp \ +../src/core/cr_startup_lpc11.cpp \ +../src/core/delay.cpp \ +../src/core/gpio.cpp \ +../src/core/gpio_int.cpp \ +../src/core/maryoled.cpp \ +../src/core/startup_mary.cpp \ +../src/core/system_LPC11xx.cpp \ +../src/core/uart.cpp + +OBJS += \ +./src/core/LiquidCrystal.o \ +./src/core/Print.o \ +./src/core/SPI.o \ +./src/core/SPI1.o \ +./src/core/SoftwareSerial.o \ +./src/core/Wire.o \ +./src/core/analogio.o \ +./src/core/arithmetical.o \ +./src/core/cr_cpp_config.o \ +./src/core/cr_startup_lpc11.o \ +./src/core/delay.o \ +./src/core/gpio.o \ +./src/core/gpio_int.o \ +./src/core/maryoled.o \ +./src/core/startup_mary.o \ +./src/core/system_LPC11xx.o \ +./src/core/uart.o + +CPP_DEPS += \ +./src/core/LiquidCrystal.d \ +./src/core/Print.d \ +./src/core/SPI.d \ +./src/core/SPI1.d \ +./src/core/SoftwareSerial.d \ +./src/core/Wire.d \ +./src/core/analogio.d \ +./src/core/arithmetical.d \ +./src/core/cr_cpp_config.d \ +./src/core/cr_startup_lpc11.d \ +./src/core/delay.d \ +./src/core/gpio.d \ +./src/core/gpio_int.d \ +./src/core/maryoled.d \ +./src/core/startup_mary.d \ +./src/core/system_LPC11xx.d \ +./src/core/uart.d + + +# Each subdirectory must supply rules for building sources it contributes +src/core/%.o: ../src/core/%.cpp + @echo 'Building file: $<' + @echo 'Invoking: MCU C++ Compiler' + arm-none-eabi-c++ -D__NEWLIB__ -DNDEBUG -D__CODE_RED -I"/Users/lynxeyed/Documents/workspace/eXodusino/src" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/XBee" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/FatFs" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/core" -Os -Os -g -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -fno-rtti -mcpu=cortex-m0 -mthumb -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/LPC1114FN28_102_DIP28/src/core/system_LPC11xx.d b/LPC1114FN28_102_DIP28/src/core/system_LPC11xx.d new file mode 100644 index 0000000..1d0a92c --- /dev/null +++ b/LPC1114FN28_102_DIP28/src/core/system_LPC11xx.d @@ -0,0 +1,9 @@ +src/core/system_LPC11xx.d: ../src/core/system_LPC11xx.cpp \ + ../src/core/LPC11xx.h ../src/core/core_cm0.h \ + ../src/core/system_LPC11xx.h + +../src/core/LPC11xx.h: + +../src/core/core_cm0.h: + +../src/core/system_LPC11xx.h: diff --git a/LPC1114FN28_102_DIP28/src/core/uart.d b/LPC1114FN28_102_DIP28/src/core/uart.d new file mode 100644 index 0000000..a19fd82 --- /dev/null +++ b/LPC1114FN28_102_DIP28/src/core/uart.d @@ -0,0 +1,13 @@ +src/core/uart.d: ../src/core/uart.cpp ../src/core/LPC11xx.h \ + ../src/core/core_cm0.h ../src/core/system_LPC11xx.h ../src/core/uart.h \ + ../src/core/Print.h + +../src/core/LPC11xx.h: + +../src/core/core_cm0.h: + +../src/core/system_LPC11xx.h: + +../src/core/uart.h: + +../src/core/Print.h: diff --git a/LPC1114FN28_102_DIP28/src/subdir.mk b/LPC1114FN28_102_DIP28/src/subdir.mk new file mode 100644 index 0000000..9196302 --- /dev/null +++ b/LPC1114FN28_102_DIP28/src/subdir.mk @@ -0,0 +1,24 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +# Add inputs and outputs from these tool invocations to the build variables +CPP_SRCS += \ +../src/user_application.cpp + +OBJS += \ +./src/user_application.o + +CPP_DEPS += \ +./src/user_application.d + + +# Each subdirectory must supply rules for building sources it contributes +src/%.o: ../src/%.cpp + @echo 'Building file: $<' + @echo 'Invoking: MCU C++ Compiler' + arm-none-eabi-c++ -D__NEWLIB__ -DNDEBUG -D__CODE_RED -I"/Users/lynxeyed/Documents/workspace/eXodusino/src" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/XBee" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/FatFs" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/core" -Os -Os -g -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -fno-rtti -mcpu=cortex-m0 -mthumb -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/LPC1114FN28_102_DIP28/src/user_application.d b/LPC1114FN28_102_DIP28/src/user_application.d new file mode 100644 index 0000000..e194b04 --- /dev/null +++ b/LPC1114FN28_102_DIP28/src/user_application.d @@ -0,0 +1,31 @@ +src/user_application.d: ../src/user_application.cpp \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/core_cm0.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/core_cm0.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h: diff --git a/LPC1114FN28_102_DIP28_bootloader/eXodusino.axf b/LPC1114FN28_102_DIP28_bootloader/eXodusino.axf new file mode 100755 index 0000000..95011bd Binary files /dev/null and b/LPC1114FN28_102_DIP28_bootloader/eXodusino.axf differ diff --git a/LPC1114FN28_102_DIP28_bootloader/eXodusino.bin b/LPC1114FN28_102_DIP28_bootloader/eXodusino.bin new file mode 100755 index 0000000..9611bbd Binary files /dev/null and b/LPC1114FN28_102_DIP28_bootloader/eXodusino.bin differ diff --git a/LPC1114FN28_102_DIP28_bootloader/eXodusino.ld b/LPC1114FN28_102_DIP28_bootloader/eXodusino.ld new file mode 100755 index 0000000..6bfdbdc --- /dev/null +++ b/LPC1114FN28_102_DIP28_bootloader/eXodusino.ld @@ -0,0 +1,127 @@ +/* +* GENERATED FILE - DO NOT EDIT +* (C) Code Red Technologies Ltd, 2008-10 +* Generated linker script file for LPC1114/301 +* Created from generic_cpp.ld (vLPCXpresso v4.0 (6 [Build 152] [01/08/2011] )) +* By LPCXpresso v4.0.6 [Build 152] [01/08/2011] on Wed Jan 18 21:43:17 JST 2012 +*/ + + +INCLUDE "eXodusino_Release_lib.ld" +INCLUDE "eXodusino_Release_mem.ld" + +ENTRY(ResetISR) + +SECTIONS +{ + + /* MAIN TEXT SECTION */ + .text : ALIGN(4) + { + FILL(0xff) + KEEP(*(.isr_vector)) + + /* Global Section Table */ + . = ALIGN(4) ; + __section_table_start = .; + __data_section_table = .; + LONG(LOADADDR(.data)); + LONG( ADDR(.data)) ; + LONG( SIZEOF(.data)); + __data_section_table_end = .; + __bss_section_table = .; + LONG( ADDR(.bss)); + LONG( SIZEOF(.bss)); + __bss_section_table_end = .; + __section_table_end = . ; + /* End of Global Section Table */ + + + *(.after_vectors*) + + *(.text*) + *(.rodata .rodata.*) + . = ALIGN(4); + + /* C++ constructors etc */ + . = ALIGN(4); + KEEP(*(.init)) + + . = ALIGN(4); + __preinit_array_start = .; + KEEP (*(.preinit_array)) + __preinit_array_end = .; + + . = ALIGN(4); + __init_array_start = .; + KEEP (*(SORT(.init_array.*))) + KEEP (*(.init_array)) + __init_array_end = .; + + KEEP(*(.fini)); + + . = ALIGN(0x4); + KEEP (*crtbegin.o(.ctors)) + KEEP (*(EXCLUDE_FILE (*crtend.o) .ctors)) + KEEP (*(SORT(.ctors.*))) + KEEP (*crtend.o(.ctors)) + + . = ALIGN(0x4); + KEEP (*crtbegin.o(.dtors)) + KEEP (*(EXCLUDE_FILE (*crtend.o) .dtors)) + KEEP (*(SORT(.dtors.*))) + KEEP (*crtend.o(.dtors)) + /* End C++ */ + } > MFlash32 + + /* + * for exception handling/unwind - some Newlib functions (in common + * with C++ and STDC++) use this. + */ + .ARM.extab : ALIGN(4) + { + *(.ARM.extab* .gnu.linkonce.armextab.*) + } > MFlash32 + __exidx_start = .; + + .ARM.exidx : ALIGN(4) + { + *(.ARM.exidx* .gnu.linkonce.armexidx.*) + } > MFlash32 + __exidx_end = .; + + _etext = .; + + + /* MAIN DATA SECTION */ + + .uninit_RESERVED : ALIGN(4) + { + KEEP(*(.bss.$RESERVED*)) + } > RamLoc8 + + .data : ALIGN(4) + { + FILL(0xff) + _data = .; + *(vtable) + *(.data*) + . = ALIGN(4) ; + _edata = .; + } > RamLoc8 AT>MFlash32 + + + /* MAIN BSS SECTION */ + .bss : ALIGN(4) + { + _bss = .; + *(.bss*) + *(COMMON) + . = ALIGN(4) ; + _ebss = .; + PROVIDE(end = .); + } > RamLoc8 + + PROVIDE(_pvHeapStart = .); + PROVIDE(_vStackTop = __top_RamLoc8 - 0); +} diff --git a/LPC1114FN28_102_DIP28_bootloader/eXodusino_Release.ld b/LPC1114FN28_102_DIP28_bootloader/eXodusino_Release.ld new file mode 100644 index 0000000..187974f --- /dev/null +++ b/LPC1114FN28_102_DIP28_bootloader/eXodusino_Release.ld @@ -0,0 +1,128 @@ +/* + * GENERATED FILE - DO NOT EDIT + * (C) Code Red Technologies Ltd, 2008-2012 + * Generated linker script file for LPC1114/301 + * Created from generic_cpp.ld (vLPCXpresso v4.2 (4 [Build 267] [2012-07-11] )) + * By LPCXpresso v4.2.4 [Build 267] [2012-07-11] on Fri Jul 13 01:18:22 JST 2012 + */ + + +INCLUDE "eXodusino_Release_lib.ld" +INCLUDE "eXodusino_Release_mem.ld" + +ENTRY(ResetISR) + +SECTIONS +{ + + /* MAIN TEXT SECTION */ + .text : ALIGN(4) + { + FILL(0xff) + KEEP(*(.isr_vector)) + + /* Global Section Table */ + . = ALIGN(4) ; + __section_table_start = .; + __data_section_table = .; + LONG(LOADADDR(.data)); + LONG( ADDR(.data)) ; + LONG( SIZEOF(.data)); + __data_section_table_end = .; + __bss_section_table = .; + LONG( ADDR(.bss)); + LONG( SIZEOF(.bss)); + __bss_section_table_end = .; + __section_table_end = . ; + /* End of Global Section Table */ + + + *(.after_vectors*) + + *(.text*) + *(.rodata .rodata.*) + . = ALIGN(4); + + /* C++ constructors etc */ + . = ALIGN(4); + KEEP(*(.init)) + + . = ALIGN(4); + __preinit_array_start = .; + KEEP (*(.preinit_array)) + __preinit_array_end = .; + + . = ALIGN(4); + __init_array_start = .; + KEEP (*(SORT(.init_array.*))) + KEEP (*(.init_array)) + __init_array_end = .; + + KEEP(*(.fini)); + + . = ALIGN(0x4); + KEEP (*crtbegin.o(.ctors)) + KEEP (*(EXCLUDE_FILE (*crtend.o) .ctors)) + KEEP (*(SORT(.ctors.*))) + KEEP (*crtend.o(.ctors)) + + . = ALIGN(0x4); + KEEP (*crtbegin.o(.dtors)) + KEEP (*(EXCLUDE_FILE (*crtend.o) .dtors)) + KEEP (*(SORT(.dtors.*))) + KEEP (*crtend.o(.dtors)) + /* End C++ */ + } > MFlash32 + + /* + * for exception handling/unwind - some Newlib functions (in common + * with C++ and STDC++) use this. + * Use KEEP so not discarded with --gc-sections + */ + .ARM.extab : ALIGN(4) + { + KEEP(*(.ARM.extab* .gnu.linkonce.armextab.*)) + } > MFlash32 + __exidx_start = .; + + .ARM.exidx : ALIGN(4) + { + KEEP(*(.ARM.exidx* .gnu.linkonce.armexidx.*)) + } > MFlash32 + __exidx_end = .; + + _etext = .; + + + /* MAIN DATA SECTION */ + + .uninit_RESERVED : ALIGN(4) + { + KEEP(*(.bss.$RESERVED*)) + } > RamLoc8 + + .data : ALIGN(4) + { + FILL(0xff) + _data = .; + *(vtable) + *(.data*) + . = ALIGN(4) ; + _edata = .; + } > RamLoc8 AT>MFlash32 + + + /* MAIN BSS SECTION */ + .bss : ALIGN(4) + { + _bss = .; + *(.bss*) + *(COMMON) + . = ALIGN(4) ; + _ebss = .; + PROVIDE(end = .); + } > RamLoc8 + + PROVIDE(_pvHeapStart = .); + PROVIDE(_vStackTop = __top_RamLoc8 - 0); +} diff --git a/LPC1114FN28_102_DIP28_bootloader/eXodusino_Release_lib.ld b/LPC1114FN28_102_DIP28_bootloader/eXodusino_Release_lib.ld new file mode 100644 index 0000000..4dbe511 --- /dev/null +++ b/LPC1114FN28_102_DIP28_bootloader/eXodusino_Release_lib.ld @@ -0,0 +1,19 @@ +/* + * GENERATED FILE - DO NOT EDIT + * (C) Code Red Technologies Ltd, 2008-2012 + * Generated linker script file for LPC1114/301 + * Created from LibIncTemplate.ld (vLPCXpresso v4.2 (4 [Build 267] [2012-07-11] )) + * By LPCXpresso v4.2.4 [Build 267] [2012-07-11] on Fri Jul 13 01:18:22 JST 2012 + */ + + + GROUP( + libgcc.a + libc.a + libm.a + libcr_newlib_nohost.a + crti.o + crtn.o + crtbegin.o + crtend.o + ) diff --git a/LPC1114FN28_102_DIP28_bootloader/eXodusino_Release_mem.ld b/LPC1114FN28_102_DIP28_bootloader/eXodusino_Release_mem.ld new file mode 100644 index 0000000..739d372 --- /dev/null +++ b/LPC1114FN28_102_DIP28_bootloader/eXodusino_Release_mem.ld @@ -0,0 +1,21 @@ +/* + * GENERATED FILE - DO NOT EDIT + * (C) Code Red Technologies Ltd, 2008-2012 + * Linker script memory definitions + * Created from LinkMemoryTemplate + * By LPCXpresso v4.2.4 [Build 267] [2012-07-11] on Fri Jul 13 01:18:22 JST 2012) +*/ + +MEMORY +{ + /* Define each memory region */ + MFlash32 (rx) : ORIGIN = 0x1000, LENGTH = 0x7000 /* 32k */ + RamLoc8 (rwx) : ORIGIN = 0x10000000, LENGTH = 0x0FE0 /* 8k */ + +} + /* Define a symbol for the top of each memory region */ + __top_MFlash32 = 0x1000 + 0x7000; + __top_RamLoc8 = 0x10000000 + 0x0FE0; + + + diff --git a/LPC1114FN28_102_DIP28_bootloader/exodusino.map b/LPC1114FN28_102_DIP28_bootloader/exodusino.map new file mode 100755 index 0000000..8069943 --- /dev/null +++ b/LPC1114FN28_102_DIP28_bootloader/exodusino.map @@ -0,0 +1,3576 @@ +Archive member included because of file (symbol) + +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_thumb1_case_uqi.o) + ./src/user_application.o (__gnu_thumb1_case_uqi) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_udivsi3.o) + ./src/core/delay.o (__aeabi_uidiv) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_divsi3.o) + ./src/user_application.o (__aeabi_idiv) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_dvmd_tls.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_udivsi3.o) (__aeabi_idiv0) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_arm_cmpdf2.o) + ./src/user_application.o (__aeabi_dcmpgt) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(divdf3.o) + ./src/user_application.o (__aeabi_ddiv) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(eqdf2.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_arm_cmpdf2.o) (__eqdf2) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(gedf2.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_arm_cmpdf2.o) (__gedf2) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(ledf2.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_arm_cmpdf2.o) (__ledf2) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(muldf3.o) + ./src/user_application.o (__aeabi_dmul) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(subdf3.o) + ./src/user_application.o (__aeabi_dsub) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(fixdfsi.o) + ./src/user_application.o (__aeabi_d2iz) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(floatsidf.o) + ./src/user_application.o (__aeabi_i2d) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(unwind-arm.o) + ./src/user_application.o (__aeabi_unwind_cpp_pr0) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(libunwind.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(unwind-arm.o) (restore_core_regs) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(pr-support.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(unwind-arm.o) (__gnu_unwind_execute) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_clzsi2.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(divdf3.o) (__clzsi2) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-abort.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(unwind-arm.o) (abort) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-init.o) + ./src/core/cr_startup_lpc11.o (__libc_init_array) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-malloc.o) + ./src/core/cr_cpp_config.o (malloc) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-mallocr.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-malloc.o) (_malloc_r) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-memcpy.o) + ./src/core/maryoled.o (memcpy) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-mlock.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-mallocr.o) (__malloc_lock) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-sbrkr.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-mallocr.o) (_sbrk_r) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signal.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-abort.o) (raise) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signalr.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signal.o) (_kill_r) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-strlen.o) + ./src/core/Wire.o (strlen) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-freer.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-malloc.o) (_free_r) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-impure.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-malloc.o) (_impure_ptr) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-reent.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-sbrkr.o) (errno) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-sbrkr.o) (_sbrk) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_exit.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-abort.o) (_exit) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(getpid.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signalr.o) (_getpid) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signalr.o) (_kill) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_check_heap.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) (__check_heap_overflow) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-errno.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) (__errno) + +Allocating common symbols +Common symbol size file + +errno 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-reent.o) +__end_of_heap 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) + +Discarded input sections + + .text 0x0000000000000000 0x0 ./src/user_application.o + .data 0x0000000000000000 0x0 ./src/user_application.o + .bss 0x0000000000000000 0x0 ./src/user_application.o + .ARM.extab.text._Z7hsv2rgbi + 0x0000000000000000 0x0 ./src/user_application.o + .text._Z13encodeMessagei + 0x0000000000000000 0x48 ./src/user_application.o + .ARM.extab.text._Z13encodeMessagei + 0x0000000000000000 0x0 ./src/user_application.o + .ARM.exidx.text._Z13encodeMessagei + 0x0000000000000000 0x8 ./src/user_application.o + .ARM.extab.text._Z4loopv + 0x0000000000000000 0x0 ./src/user_application.o + .group 0x0000000000000000 0x10 ./src/core/LiquidCrystal.o + .group 0x0000000000000000 0x10 ./src/core/LiquidCrystal.o + .group 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o + .data 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o + .bss 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal11pulseEnableEv + 0x0000000000000000 0x30 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal11pulseEnableEv + 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal11pulseEnableEv + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal10write4bitsEh + 0x0000000000000000 0x2e ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal10write4bitsEh + 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal10write4bitsEh + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal10write8bitsEh + 0x0000000000000000 0x2e ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal10write8bitsEh + 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal10write8bitsEh + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal4sendEhh + 0x0000000000000000 0x3c ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal4sendEhh + 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal4sendEhh + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal5writeEc + 0x0000000000000000 0xa ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal5writeEc + 0x0000000000000000 0xc ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal5writeEc + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal7commandEh + 0x0000000000000000 0xa ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal7commandEh + 0x0000000000000000 0xc ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal7commandEh + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal10createCharEhPh + 0x0000000000000000 0x28 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal10createCharEhPh + 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal10createCharEhPh + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal12noAutoscrollEv + 0x0000000000000000 0x14 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal12noAutoscrollEv + 0x0000000000000000 0xc ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal12noAutoscrollEv + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal10autoscrollEv + 0x0000000000000000 0x14 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal10autoscrollEv + 0x0000000000000000 0xc ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal10autoscrollEv + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal11rightToLeftEv + 0x0000000000000000 0x14 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal11rightToLeftEv + 0x0000000000000000 0xc ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal11rightToLeftEv + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal11leftToRightEv + 0x0000000000000000 0x14 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal11leftToRightEv + 0x0000000000000000 0xc ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal11leftToRightEv + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal18scrollDisplayRightEv + 0x0000000000000000 0xa ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal18scrollDisplayRightEv + 0x0000000000000000 0xc ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal18scrollDisplayRightEv + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal17scrollDisplayLeftEv + 0x0000000000000000 0xa ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal17scrollDisplayLeftEv + 0x0000000000000000 0xc ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal17scrollDisplayLeftEv + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal5blinkEv + 0x0000000000000000 0x14 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal5blinkEv + 0x0000000000000000 0xc ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal5blinkEv + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal7noBlinkEv + 0x0000000000000000 0x14 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal7noBlinkEv + 0x0000000000000000 0xc ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal7noBlinkEv + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal6cursorEv + 0x0000000000000000 0x14 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal6cursorEv + 0x0000000000000000 0xc ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal6cursorEv + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal8noCursorEv + 0x0000000000000000 0x14 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal8noCursorEv + 0x0000000000000000 0xc ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal8noCursorEv + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal7displayEv + 0x0000000000000000 0x14 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal7displayEv + 0x0000000000000000 0xc ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal7displayEv + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal9noDisplayEv + 0x0000000000000000 0x14 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal9noDisplayEv + 0x0000000000000000 0xc ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal9noDisplayEv + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal9setCursorEhh + 0x0000000000000000 0x38 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal9setCursorEhh + 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal9setCursorEhh + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal4homeEv + 0x0000000000000000 0x12 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal4homeEv + 0x0000000000000000 0xc ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal4homeEv + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal5clearEv + 0x0000000000000000 0x12 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal5clearEv + 0x0000000000000000 0xc ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal5clearEv + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal5beginEhhh + 0x0000000000000000 0xe0 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal5beginEhhh + 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal5beginEhhh + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal4initEhhhhhhhhhhhh + 0x0000000000000000 0x9c ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal4initEhhhhhhhhhhhh + 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal4initEhhhhhhhhhhhh + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystalC2Ehhhhhh + 0x0000000000000000 0x44 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystalC2Ehhhhhh + 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystalC2Ehhhhhh + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystalC2Ehhhhhhh + 0x0000000000000000 0x4c ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystalC2Ehhhhhhh + 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystalC2Ehhhhhhh + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystalC2Ehhhhhhhhhh + 0x0000000000000000 0x60 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystalC2Ehhhhhhhhhh + 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystalC2Ehhhhhhhhhh + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystalC2Ehhhhhhhhhhh + 0x0000000000000000 0x6c ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystalC2Ehhhhhhhhhhh + 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystalC2Ehhhhhhhhhhh + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .rodata._ZTV13LiquidCrystal + 0x0000000000000000 0x10 ./src/core/LiquidCrystal.o + .rodata 0x0000000000000000 0x10 ./src/core/LiquidCrystal.o + .text 0x0000000000000000 0x0 ./src/core/Print.o + .data 0x0000000000000000 0x0 ./src/core/Print.o + .bss 0x0000000000000000 0x0 ./src/core/Print.o + .ARM.extab.text._ZN5Print7printlnEv + 0x0000000000000000 0x0 ./src/core/Print.o + .ARM.extab.text._ZN5Print5printEPKc + 0x0000000000000000 0x0 ./src/core/Print.o + .ARM.extab.text._ZN5Print5printEi12RADIX_FORMAT + 0x0000000000000000 0x0 ./src/core/Print.o + .text._ZN5Print5writeEPKci + 0x0000000000000000 0x1e ./src/core/Print.o + .ARM.extab.text._ZN5Print5writeEPKci + 0x0000000000000000 0x0 ./src/core/Print.o + .ARM.exidx.text._ZN5Print5writeEPKci + 0x0000000000000000 0x8 ./src/core/Print.o + .ARM.extab.text._ZN5Print7printlnEPKc + 0x0000000000000000 0x0 ./src/core/Print.o + .ARM.extab.text._ZN5Print7printlnEi12RADIX_FORMAT + 0x0000000000000000 0x0 ./src/core/Print.o + .text._ZN5Print5printEc + 0x0000000000000000 0xa ./src/core/Print.o + .ARM.extab.text._ZN5Print5printEc + 0x0000000000000000 0xc ./src/core/Print.o + .ARM.exidx.text._ZN5Print5printEc + 0x0000000000000000 0x8 ./src/core/Print.o + .text._ZN5Print7printlnEc + 0x0000000000000000 0x14 ./src/core/Print.o + .ARM.extab.text._ZN5Print7printlnEc + 0x0000000000000000 0x0 ./src/core/Print.o + .ARM.exidx.text._ZN5Print7printlnEc + 0x0000000000000000 0x8 ./src/core/Print.o + .rodata._ZTV5Print + 0x0000000000000000 0x10 ./src/core/Print.o + .text 0x0000000000000000 0x0 ./src/core/SPI.o + .data 0x0000000000000000 0x0 ./src/core/SPI.o + .bss 0x0000000000000000 0x0 ./src/core/SPI.o + .ARM.extab.text._ZN3SSPD2Ev + 0x0000000000000000 0x0 ./src/core/SPI.o + .text._ZN3SSP12setBitLengthEi + 0x0000000000000000 0x4 ./src/core/SPI.o + .ARM.extab.text._ZN3SSP12setBitLengthEi + 0x0000000000000000 0x0 ./src/core/SPI.o + .ARM.exidx.text._ZN3SSP12setBitLengthEi + 0x0000000000000000 0x8 ./src/core/SPI.o + .text._ZN3SSP3endEv + 0x0000000000000000 0x10 ./src/core/SPI.o + .ARM.extab.text._ZN3SSP3endEv + 0x0000000000000000 0x0 ./src/core/SPI.o + .ARM.exidx.text._ZN3SSP3endEv + 0x0000000000000000 0x8 ./src/core/SPI.o + .text._ZN3SSP11setBitOrderE13SSP_BIT_ORDER + 0x0000000000000000 0x4 ./src/core/SPI.o + .ARM.extab.text._ZN3SSP11setBitOrderE13SSP_BIT_ORDER + 0x0000000000000000 0x0 ./src/core/SPI.o + .ARM.exidx.text._ZN3SSP11setBitOrderE13SSP_BIT_ORDER + 0x0000000000000000 0x8 ./src/core/SPI.o + .text._ZN3SSP15setClockDividerE15SSP_CLK_DIVIDER + 0x0000000000000000 0x4 ./src/core/SPI.o + .ARM.extab.text._ZN3SSP15setClockDividerE15SSP_CLK_DIVIDER + 0x0000000000000000 0x0 ./src/core/SPI.o + .ARM.exidx.text._ZN3SSP15setClockDividerE15SSP_CLK_DIVIDER + 0x0000000000000000 0x8 ./src/core/SPI.o + .text._ZN3SSP11setDataModeE13SSP_DATA_MODE + 0x0000000000000000 0x4 ./src/core/SPI.o + .ARM.extab.text._ZN3SSP11setDataModeE13SSP_DATA_MODE + 0x0000000000000000 0x0 ./src/core/SPI.o + .ARM.exidx.text._ZN3SSP11setDataModeE13SSP_DATA_MODE + 0x0000000000000000 0x8 ./src/core/SPI.o + .ARM.extab.text.ssp_begin + 0x0000000000000000 0x0 ./src/core/SPI.o + .text._ZN3SSP5beginE8SSP_PORT + 0x0000000000000000 0x14 ./src/core/SPI.o + .ARM.extab.text._ZN3SSP5beginE8SSP_PORT + 0x0000000000000000 0xc ./src/core/SPI.o + .ARM.exidx.text._ZN3SSP5beginE8SSP_PORT + 0x0000000000000000 0x8 ./src/core/SPI.o + .ARM.extab.text._ZN3SSPC2Ev + 0x0000000000000000 0x0 ./src/core/SPI.o + .text.ssp_transfer + 0x0000000000000000 0x30 ./src/core/SPI.o + .ARM.extab.text.ssp_transfer + 0x0000000000000000 0x0 ./src/core/SPI.o + .ARM.exidx.text.ssp_transfer + 0x0000000000000000 0x8 ./src/core/SPI.o + .text._ZN3SSP8transferEm + 0x0000000000000000 0xa ./src/core/SPI.o + .ARM.extab.text._ZN3SSP8transferEm + 0x0000000000000000 0x0 ./src/core/SPI.o + .ARM.exidx.text._ZN3SSP8transferEm + 0x0000000000000000 0x8 ./src/core/SPI.o + .ARM.extab.text.startup._GLOBAL__sub_I_SPI + 0x0000000000000000 0x0 ./src/core/SPI.o + .text 0x0000000000000000 0x0 ./src/core/SPI1.o + .data 0x0000000000000000 0x0 ./src/core/SPI1.o + .bss 0x0000000000000000 0x0 ./src/core/SPI1.o + .ARM.extab.text._ZN4SSP1D2Ev + 0x0000000000000000 0x0 ./src/core/SPI1.o + .text._ZN4SSP112setBitLengthEi + 0x0000000000000000 0x4 ./src/core/SPI1.o + .ARM.extab.text._ZN4SSP112setBitLengthEi + 0x0000000000000000 0x0 ./src/core/SPI1.o + .ARM.exidx.text._ZN4SSP112setBitLengthEi + 0x0000000000000000 0x8 ./src/core/SPI1.o + .text._ZN4SSP13endEv + 0x0000000000000000 0x10 ./src/core/SPI1.o + .ARM.extab.text._ZN4SSP13endEv + 0x0000000000000000 0x0 ./src/core/SPI1.o + .ARM.exidx.text._ZN4SSP13endEv + 0x0000000000000000 0x8 ./src/core/SPI1.o + .text._ZN4SSP111setBitOrderE13SSP_BIT_ORDER + 0x0000000000000000 0x4 ./src/core/SPI1.o + .ARM.extab.text._ZN4SSP111setBitOrderE13SSP_BIT_ORDER + 0x0000000000000000 0x0 ./src/core/SPI1.o + .ARM.exidx.text._ZN4SSP111setBitOrderE13SSP_BIT_ORDER + 0x0000000000000000 0x8 ./src/core/SPI1.o + .text._ZN4SSP115setClockDividerE15SSP_CLK_DIVIDER + 0x0000000000000000 0x4 ./src/core/SPI1.o + .ARM.extab.text._ZN4SSP115setClockDividerE15SSP_CLK_DIVIDER + 0x0000000000000000 0x0 ./src/core/SPI1.o + .ARM.exidx.text._ZN4SSP115setClockDividerE15SSP_CLK_DIVIDER + 0x0000000000000000 0x8 ./src/core/SPI1.o + .text._ZN4SSP111setDataModeE13SSP_DATA_MODE + 0x0000000000000000 0x4 ./src/core/SPI1.o + .ARM.extab.text._ZN4SSP111setDataModeE13SSP_DATA_MODE + 0x0000000000000000 0x0 ./src/core/SPI1.o + .ARM.exidx.text._ZN4SSP111setDataModeE13SSP_DATA_MODE + 0x0000000000000000 0x8 ./src/core/SPI1.o + .ARM.extab.text.ssp1_begin + 0x0000000000000000 0x0 ./src/core/SPI1.o + .text._ZN4SSP15beginE8SSP_PORT + 0x0000000000000000 0x14 ./src/core/SPI1.o + .ARM.extab.text._ZN4SSP15beginE8SSP_PORT + 0x0000000000000000 0xc ./src/core/SPI1.o + .ARM.exidx.text._ZN4SSP15beginE8SSP_PORT + 0x0000000000000000 0x8 ./src/core/SPI1.o + .ARM.extab.text._ZN4SSP1C2Ev + 0x0000000000000000 0x0 ./src/core/SPI1.o + .text.ssp1_transfer + 0x0000000000000000 0x30 ./src/core/SPI1.o + .ARM.extab.text.ssp1_transfer + 0x0000000000000000 0x0 ./src/core/SPI1.o + .ARM.exidx.text.ssp1_transfer + 0x0000000000000000 0x8 ./src/core/SPI1.o + .text._ZN4SSP18transferEm + 0x0000000000000000 0xa ./src/core/SPI1.o + .ARM.extab.text._ZN4SSP18transferEm + 0x0000000000000000 0x0 ./src/core/SPI1.o + .ARM.exidx.text._ZN4SSP18transferEm + 0x0000000000000000 0x8 ./src/core/SPI1.o + .ARM.extab.text.startup._GLOBAL__sub_I_SPI1 + 0x0000000000000000 0x0 ./src/core/SPI1.o + .group 0x0000000000000000 0x10 ./src/core/SoftwareSerial.o + .text 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o + .data 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o + .bss 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o + .text._ZN14SoftwareSerial5writeEc + 0x0000000000000000 0x7c ./src/core/SoftwareSerial.o + .ARM.extab.text._ZN14SoftwareSerial5writeEc + 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o + .ARM.exidx.text._ZN14SoftwareSerial5writeEc + 0x0000000000000000 0x8 ./src/core/SoftwareSerial.o + .text._ZN14SoftwareSerial6listenEv + 0x0000000000000000 0x30 ./src/core/SoftwareSerial.o + .ARM.extab.text._ZN14SoftwareSerial6listenEv + 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o + .ARM.exidx.text._ZN14SoftwareSerial6listenEv + 0x0000000000000000 0x8 ./src/core/SoftwareSerial.o + .text._ZN14SoftwareSerial4recvEv + 0x0000000000000000 0x98 ./src/core/SoftwareSerial.o + .ARM.extab.text._ZN14SoftwareSerial4recvEv + 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o + .ARM.exidx.text._ZN14SoftwareSerial4recvEv + 0x0000000000000000 0x8 ./src/core/SoftwareSerial.o + .text._ZN14SoftwareSerial16handle_interruptEv + 0x0000000000000000 0x14 ./src/core/SoftwareSerial.o + .ARM.extab.text._ZN14SoftwareSerial16handle_interruptEv + 0x0000000000000000 0xc ./src/core/SoftwareSerial.o + .ARM.exidx.text._ZN14SoftwareSerial16handle_interruptEv + 0x0000000000000000 0x8 ./src/core/SoftwareSerial.o + .text._ZN14SoftwareSerial5setTXEh + 0x0000000000000000 0x1a ./src/core/SoftwareSerial.o + .ARM.extab.text._ZN14SoftwareSerial5setTXEh + 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o + .ARM.exidx.text._ZN14SoftwareSerial5setTXEh + 0x0000000000000000 0x8 ./src/core/SoftwareSerial.o + .text._ZN14SoftwareSerial5setRXEh + 0x0000000000000000 0x22 ./src/core/SoftwareSerial.o + .ARM.extab.text._ZN14SoftwareSerial5setRXEh + 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o + .ARM.exidx.text._ZN14SoftwareSerial5setRXEh + 0x0000000000000000 0x8 ./src/core/SoftwareSerial.o + .text._ZN14SoftwareSerialC2Ehhb + 0x0000000000000000 0x44 ./src/core/SoftwareSerial.o + .ARM.extab.text._ZN14SoftwareSerialC2Ehhb + 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o + .ARM.exidx.text._ZN14SoftwareSerialC2Ehhb + 0x0000000000000000 0x8 ./src/core/SoftwareSerial.o + .text._ZN14SoftwareSerial5beginEl + 0x0000000000000000 0x64 ./src/core/SoftwareSerial.o + .ARM.extab.text._ZN14SoftwareSerial5beginEl + 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o + .ARM.exidx.text._ZN14SoftwareSerial5beginEl + 0x0000000000000000 0x8 ./src/core/SoftwareSerial.o + .text._ZN14SoftwareSerial3endEv + 0x0000000000000000 0xe ./src/core/SoftwareSerial.o + .ARM.extab.text._ZN14SoftwareSerial3endEv + 0x0000000000000000 0xc ./src/core/SoftwareSerial.o + .ARM.exidx.text._ZN14SoftwareSerial3endEv + 0x0000000000000000 0x8 ./src/core/SoftwareSerial.o + .text._ZN14SoftwareSerialD2Ev + 0x0000000000000000 0x18 ./src/core/SoftwareSerial.o + .ARM.extab.text._ZN14SoftwareSerialD2Ev + 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o + .ARM.exidx.text._ZN14SoftwareSerialD2Ev + 0x0000000000000000 0x8 ./src/core/SoftwareSerial.o + .text._ZN14SoftwareSerial4readEv + 0x0000000000000000 0x40 ./src/core/SoftwareSerial.o + .ARM.extab.text._ZN14SoftwareSerial4readEv + 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o + .ARM.exidx.text._ZN14SoftwareSerial4readEv + 0x0000000000000000 0x8 ./src/core/SoftwareSerial.o + .text._ZN14SoftwareSerial9availableEv + 0x0000000000000000 0x3c ./src/core/SoftwareSerial.o + .ARM.extab.text._ZN14SoftwareSerial9availableEv + 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o + .ARM.exidx.text._ZN14SoftwareSerial9availableEv + 0x0000000000000000 0x8 ./src/core/SoftwareSerial.o + .text._ZN14SoftwareSerial5flushEv + 0x0000000000000000 0x24 ./src/core/SoftwareSerial.o + .ARM.extab.text._ZN14SoftwareSerial5flushEv + 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o + .ARM.exidx.text._ZN14SoftwareSerial5flushEv + 0x0000000000000000 0x8 ./src/core/SoftwareSerial.o + .text._ZN14SoftwareSerial4peekEv + 0x0000000000000000 0x34 ./src/core/SoftwareSerial.o + .ARM.extab.text._ZN14SoftwareSerial4peekEv + 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o + .ARM.exidx.text._ZN14SoftwareSerial4peekEv + 0x0000000000000000 0x8 ./src/core/SoftwareSerial.o + .bss._ZN14SoftwareSerial13active_objectE + 0x0000000000000000 0x4 ./src/core/SoftwareSerial.o + .rodata._ZL5table + 0x0000000000000000 0x30 ./src/core/SoftwareSerial.o + .bss._ZN14SoftwareSerial20_receive_buffer_headE + 0x0000000000000000 0x1 ./src/core/SoftwareSerial.o + .bss._ZN14SoftwareSerial15_receive_bufferE + 0x0000000000000000 0x40 ./src/core/SoftwareSerial.o + .bss._ZN14SoftwareSerial20_receive_buffer_tailE + 0x0000000000000000 0x1 ./src/core/SoftwareSerial.o + .rodata._ZTV14SoftwareSerial + 0x0000000000000000 0x10 ./src/core/SoftwareSerial.o + .group 0x0000000000000000 0x10 ./src/core/Wire.o + .group 0x0000000000000000 0x10 ./src/core/Wire.o + .group 0x0000000000000000 0x10 ./src/core/Wire.o + .group 0x0000000000000000 0x10 ./src/core/Wire.o + .group 0x0000000000000000 0x10 ./src/core/Wire.o + .text 0x0000000000000000 0x0 ./src/core/Wire.o + .data 0x0000000000000000 0x0 ./src/core/Wire.o + .bss 0x0000000000000000 0x0 ./src/core/Wire.o + .text._ZN7TwoWireC2Ev + 0x0000000000000000 0x2 ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWireC2Ev + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWireC2Ev + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire5beginEii + 0x0000000000000000 0x4c ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire5beginEii + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire5beginEii + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire5beginEv + 0x0000000000000000 0x34 ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire5beginEv + 0x0000000000000000 0xc ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire5beginEv + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire5beginEh + 0x0000000000000000 0x8 ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire5beginEh + 0x0000000000000000 0xc ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire5beginEh + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire5beginEi + 0x0000000000000000 0x8 ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire5beginEi + 0x0000000000000000 0xc ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire5beginEi + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire17beginTransmissionEh + 0x0000000000000000 0x28 ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire17beginTransmissionEh + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire17beginTransmissionEh + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire17beginTransmissionEi + 0x0000000000000000 0xa ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire17beginTransmissionEi + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire17beginTransmissionEi + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire5writeEa + 0x0000000000000000 0x34 ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire5writeEa + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire5writeEa + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire4sendEPhh + 0x0000000000000000 0x2c ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire4sendEPhh + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire4sendEPhh + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire4sendEPa + 0x0000000000000000 0x18 ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire4sendEPa + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire4sendEPa + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire4sendEi + 0x0000000000000000 0xa ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire4sendEi + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire4sendEi + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire9availableEv + 0x0000000000000000 0x18 ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire9availableEv + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire9availableEv + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire7receiveEv + 0x0000000000000000 0x28 ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire7receiveEv + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire7receiveEv + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire16onReceiveServiceEPhi + 0x0000000000000000 0x48 ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire16onReceiveServiceEPhi + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire16onReceiveServiceEPhi + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire16onRequestServiceEv + 0x0000000000000000 0x24 ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire16onRequestServiceEv + 0x0000000000000000 0xc ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire16onRequestServiceEv + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire9onReceiveEPFviE + 0x0000000000000000 0xc ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire9onReceiveEPFviE + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire9onReceiveEPFviE + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire9onRequestEPFvvE + 0x0000000000000000 0xc ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire9onRequestEPFvvE + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire9onRequestEPFvvE + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._Z4WAITv + 0x0000000000000000 0xa ./src/core/Wire.o + .ARM.extab.text._Z4WAITv + 0x0000000000000000 0xc ./src/core/Wire.o + .ARM.exidx.text._Z4WAITv + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._Z7SDA_RELi + 0x0000000000000000 0xa ./src/core/Wire.o + .ARM.extab.text._Z7SDA_RELi + 0x0000000000000000 0xc ./src/core/Wire.o + .ARM.exidx.text._Z7SDA_RELi + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._Z7SCL_RELi + 0x0000000000000000 0xa ./src/core/Wire.o + .ARM.extab.text._Z7SCL_RELi + 0x0000000000000000 0xc ./src/core/Wire.o + .ARM.exidx.text._Z7SCL_RELi + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._Z11i2c_stopbitii + 0x0000000000000000 0x20 ./src/core/Wire.o + .ARM.extab.text._Z11i2c_stopbitii + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._Z11i2c_stopbitii + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._Z7SDA_PULi + 0x0000000000000000 0x24 ./src/core/Wire.o + .ARM.extab.text._Z7SDA_PULi + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._Z7SDA_PULi + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._Z7SCL_PULi + 0x0000000000000000 0x24 ./src/core/Wire.o + .ARM.extab.text._Z7SCL_PULi + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._Z7SCL_PULi + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._Z13i2c_recv_byteii14WIRE_ACK_STATE + 0x0000000000000000 0xa2 ./src/core/Wire.o + .ARM.extab.text._Z13i2c_recv_byteii14WIRE_ACK_STATE + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._Z13i2c_recv_byteii14WIRE_ACK_STATE + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._Z13i2c_send_byteiih + 0x0000000000000000 0x90 ./src/core/Wire.o + .ARM.extab.text._Z13i2c_send_byteiih + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._Z13i2c_send_byteiih + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._Z8i2c_readiihPhh + 0x0000000000000000 0x4e ./src/core/Wire.o + .ARM.extab.text._Z8i2c_readiihPhh + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._Z8i2c_readiihPhh + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._Z9i2c_writeiihPhh + 0x0000000000000000 0x3c ./src/core/Wire.o + .ARM.extab.text._Z9i2c_writeiihPhh + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._Z9i2c_writeiihPhh + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._Z12i2c_startbitii + 0x0000000000000000 0x66 ./src/core/Wire.o + .ARM.extab.text._Z12i2c_startbitii + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._Z12i2c_startbitii + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._Z8i2c_pingiih + 0x0000000000000000 0x26 ./src/core/Wire.o + .ARM.extab.text._Z8i2c_pingiih + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._Z8i2c_pingiih + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._Z22i2c_begin_transmissioniih + 0x0000000000000000 0x8 ./src/core/Wire.o + .ARM.extab.text._Z22i2c_begin_transmissioniih + 0x0000000000000000 0xc ./src/core/Wire.o + .ARM.exidx.text._Z22i2c_begin_transmissioniih + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._Z16i2c_request_fromiihPhh + 0x0000000000000000 0x32 ./src/core/Wire.o + .ARM.extab.text._Z16i2c_request_fromiihPhh + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._Z16i2c_request_fromiihPhh + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire11requestFromEhh + 0x0000000000000000 0x38 ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire11requestFromEhh + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire11requestFromEhh + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire11requestFromEii + 0x0000000000000000 0xc ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire11requestFromEii + 0x0000000000000000 0xc ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire11requestFromEii + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire15endTransmissionEv + 0x0000000000000000 0x58 ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire15endTransmissionEv + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire15endTransmissionEv + 0x0000000000000000 0x8 ./src/core/Wire.o + .bss._ZN7TwoWire14user_onReceiveE + 0x0000000000000000 0x4 ./src/core/Wire.o + .bss._ZN7TwoWire8txBufferE + 0x0000000000000000 0x20 ./src/core/Wire.o + .bss._ZN7TwoWire8rxBufferE + 0x0000000000000000 0x20 ./src/core/Wire.o + .bss._ZN7TwoWire14user_onRequestE + 0x0000000000000000 0x4 ./src/core/Wire.o + .rodata.CSWTCH.49 + 0x0000000000000000 0x6 ./src/core/Wire.o + .bss.Wire 0x0000000000000000 0x8 ./src/core/Wire.o + .bss._ZN7TwoWire13rxBufferIndexE + 0x0000000000000000 0x1 ./src/core/Wire.o + .bss._ZN7TwoWire14rxBufferLengthE + 0x0000000000000000 0x1 ./src/core/Wire.o + .bss._ZN7TwoWire12transmittingE + 0x0000000000000000 0x1 ./src/core/Wire.o + .bss._ZN7TwoWire14txBufferLengthE + 0x0000000000000000 0x1 ./src/core/Wire.o + .bss._ZN7TwoWire13txBufferIndexE + 0x0000000000000000 0x1 ./src/core/Wire.o + .bss._ZN7TwoWire9txAddressE + 0x0000000000000000 0x1 ./src/core/Wire.o + .text 0x0000000000000000 0x0 ./src/core/analogio.o + .data 0x0000000000000000 0x0 ./src/core/analogio.o + .bss 0x0000000000000000 0x0 ./src/core/analogio.o + .ARM.extab.text.NVIC_SetPriority.constprop.2 + 0x0000000000000000 0x0 ./src/core/analogio.o + .text._Z23pwm_eucledean_algorithmi + 0x0000000000000000 0x2 ./src/core/analogio.o + .ARM.extab.text._Z23pwm_eucledean_algorithmi + 0x0000000000000000 0x0 ./src/core/analogio.o + .ARM.exidx.text._Z23pwm_eucledean_algorithmi + 0x0000000000000000 0x8 ./src/core/analogio.o + .ARM.extab.text.setup_TIMER16_0 + 0x0000000000000000 0x0 ./src/core/analogio.o + .ARM.extab.text.setup_TIMER16_1 + 0x0000000000000000 0x0 ./src/core/analogio.o + .ARM.extab.text.analogWrite + 0x0000000000000000 0x0 ./src/core/analogio.o + .ARM.extab.text.TIMER16_0_IRQHandler + 0x0000000000000000 0x0 ./src/core/analogio.o + .text 0x0000000000000000 0x0 ./src/core/arithmetical.o + .data 0x0000000000000000 0x0 ./src/core/arithmetical.o + .bss 0x0000000000000000 0x0 ./src/core/arithmetical.o + .text._Z10randomSeedj + 0x0000000000000000 0xc ./src/core/arithmetical.o + .ARM.extab.text._Z10randomSeedj + 0x0000000000000000 0x0 ./src/core/arithmetical.o + .ARM.exidx.text._Z10randomSeedj + 0x0000000000000000 0x8 ./src/core/arithmetical.o + .text._Z6randomv + 0x0000000000000000 0x50 ./src/core/arithmetical.o + .ARM.extab.text._Z6randomv + 0x0000000000000000 0x0 ./src/core/arithmetical.o + .ARM.exidx.text._Z6randomv + 0x0000000000000000 0x8 ./src/core/arithmetical.o + .text._Z11random_LFSRv + 0x0000000000000000 0x28 ./src/core/arithmetical.o + .ARM.extab.text._Z11random_LFSRv + 0x0000000000000000 0x0 ./src/core/arithmetical.o + .ARM.exidx.text._Z11random_LFSRv + 0x0000000000000000 0x8 ./src/core/arithmetical.o + .text._Z6randoml + 0x0000000000000000 0x16 ./src/core/arithmetical.o + .ARM.extab.text._Z6randoml + 0x0000000000000000 0x0 ./src/core/arithmetical.o + .ARM.exidx.text._Z6randoml + 0x0000000000000000 0x8 ./src/core/arithmetical.o + .text._Z6randomll + 0x0000000000000000 0x18 ./src/core/arithmetical.o + .ARM.extab.text._Z6randomll + 0x0000000000000000 0x0 ./src/core/arithmetical.o + .ARM.exidx.text._Z6randomll + 0x0000000000000000 0x8 ./src/core/arithmetical.o + .bss.random_seed + 0x0000000000000000 0x4 ./src/core/arithmetical.o + .text 0x0000000000000000 0x0 ./src/core/cr_cpp_config.o + .data 0x0000000000000000 0x0 ./src/core/cr_cpp_config.o + .bss 0x0000000000000000 0x0 ./src/core/cr_cpp_config.o + .text._Znwj 0x0000000000000000 0x8 ./src/core/cr_cpp_config.o + .ARM.extab.text._Znwj + 0x0000000000000000 0x0 ./src/core/cr_cpp_config.o + .ARM.exidx.text._Znwj + 0x0000000000000000 0x8 ./src/core/cr_cpp_config.o + .text._ZdlPv 0x0000000000000000 0x8 ./src/core/cr_cpp_config.o + .ARM.extab.text._ZdlPv + 0x0000000000000000 0x0 ./src/core/cr_cpp_config.o + .ARM.exidx.text._ZdlPv + 0x0000000000000000 0x8 ./src/core/cr_cpp_config.o + .ARM.extab.text.__aeabi_atexit + 0x0000000000000000 0x0 ./src/core/cr_cpp_config.o + .text 0x0000000000000000 0x0 ./src/core/cr_startup_lpc11.o + .data 0x0000000000000000 0x0 ./src/core/cr_startup_lpc11.o + .bss 0x0000000000000000 0x0 ./src/core/cr_startup_lpc11.o + .ARM.extab.after_vectors + 0x0000000000000000 0x0 ./src/core/cr_startup_lpc11.o + .text.__cxa_pure_virtual + 0x0000000000000000 0x4 ./src/core/cr_startup_lpc11.o + .ARM.extab.text.__cxa_pure_virtual + 0x0000000000000000 0x0 ./src/core/cr_startup_lpc11.o + .ARM.exidx.text.__cxa_pure_virtual + 0x0000000000000000 0x8 ./src/core/cr_startup_lpc11.o + .text.__cxa_demangle + 0x0000000000000000 0x2 ./src/core/cr_startup_lpc11.o + .ARM.extab.text.__cxa_demangle + 0x0000000000000000 0x0 ./src/core/cr_startup_lpc11.o + .ARM.exidx.text.__cxa_demangle + 0x0000000000000000 0x8 ./src/core/cr_startup_lpc11.o + .text 0x0000000000000000 0x0 ./src/core/delay.o + .data 0x0000000000000000 0x0 ./src/core/delay.o + .bss 0x0000000000000000 0x0 ./src/core/delay.o + .ARM.extab.text.NVIC_SetPriority + 0x0000000000000000 0x0 ./src/core/delay.o + .ARM.extab.text.delay + 0x0000000000000000 0x0 ./src/core/delay.o + .text.millis 0x0000000000000000 0xc ./src/core/delay.o + .ARM.extab.text.millis + 0x0000000000000000 0x0 ./src/core/delay.o + .ARM.exidx.text.millis + 0x0000000000000000 0x8 ./src/core/delay.o + .text.delayMicroseconds + 0x0000000000000000 0x18 ./src/core/delay.o + .ARM.extab.text.delayMicroseconds + 0x0000000000000000 0x0 ./src/core/delay.o + .ARM.exidx.text.delayMicroseconds + 0x0000000000000000 0x8 ./src/core/delay.o + .text.micros 0x0000000000000000 0xc ./src/core/delay.o + .ARM.extab.text.micros + 0x0000000000000000 0x0 ./src/core/delay.o + .ARM.exidx.text.micros + 0x0000000000000000 0x8 ./src/core/delay.o + .ARM.extab.text.setup_TIMER32_1 + 0x0000000000000000 0x0 ./src/core/delay.o + .text.attachMicroseconds + 0x0000000000000000 0x40 ./src/core/delay.o + .ARM.extab.text.attachMicroseconds + 0x0000000000000000 0x0 ./src/core/delay.o + .ARM.exidx.text.attachMicroseconds + 0x0000000000000000 0x8 ./src/core/delay.o + .text.detachMicroseconds + 0x0000000000000000 0x1c ./src/core/delay.o + .ARM.extab.text.detachMicroseconds + 0x0000000000000000 0x0 ./src/core/delay.o + .ARM.exidx.text.detachMicroseconds + 0x0000000000000000 0x8 ./src/core/delay.o + .ARM.extab.text.TIMER32_1_IRQHandler + 0x0000000000000000 0x0 ./src/core/delay.o + .ARM.extab.text.SysTick_Handler + 0x0000000000000000 0x0 ./src/core/delay.o + .ARM.extab.text.setup_systick + 0x0000000000000000 0x0 ./src/core/delay.o + .text 0x0000000000000000 0x0 ./src/core/gpio.o + .data 0x0000000000000000 0x0 ./src/core/gpio.o + .bss 0x0000000000000000 0x0 ./src/core/gpio.o + .ARM.extab.text.pinMode + 0x0000000000000000 0x0 ./src/core/gpio.o + .ARM.extab.text.digitalWrite + 0x0000000000000000 0x0 ./src/core/gpio.o + .text.digitalRead + 0x0000000000000000 0x48 ./src/core/gpio.o + .ARM.extab.text.digitalRead + 0x0000000000000000 0x0 ./src/core/gpio.o + .ARM.exidx.text.digitalRead + 0x0000000000000000 0x8 ./src/core/gpio.o + .text.GPIOSetInterrupt + 0x0000000000000000 0x130 ./src/core/gpio.o + .ARM.extab.text.GPIOSetInterrupt + 0x0000000000000000 0x0 ./src/core/gpio.o + .ARM.exidx.text.GPIOSetInterrupt + 0x0000000000000000 0x8 ./src/core/gpio.o + .text.GPIOIntEnable + 0x0000000000000000 0x4c ./src/core/gpio.o + .ARM.extab.text.GPIOIntEnable + 0x0000000000000000 0x0 ./src/core/gpio.o + .ARM.exidx.text.GPIOIntEnable + 0x0000000000000000 0x8 ./src/core/gpio.o + .text.GPIOIntDisable + 0x0000000000000000 0x48 ./src/core/gpio.o + .ARM.extab.text.GPIOIntDisable + 0x0000000000000000 0x0 ./src/core/gpio.o + .ARM.exidx.text.GPIOIntDisable + 0x0000000000000000 0x8 ./src/core/gpio.o + .ARM.extab.text.GPIOIntStatus + 0x0000000000000000 0x0 ./src/core/gpio.o + .ARM.extab.text.GPIOIntClear + 0x0000000000000000 0x0 ./src/core/gpio.o + .text 0x0000000000000000 0x0 ./src/core/gpio_int.o + .data 0x0000000000000000 0x0 ./src/core/gpio_int.o + .bss 0x0000000000000000 0x0 ./src/core/gpio_int.o + .text.NVIC_EnableIRQ + 0x0000000000000000 0x14 ./src/core/gpio_int.o + .ARM.extab.text.NVIC_EnableIRQ + 0x0000000000000000 0x0 ./src/core/gpio_int.o + .ARM.exidx.text.NVIC_EnableIRQ + 0x0000000000000000 0x8 ./src/core/gpio_int.o + .text.NVIC_DisableIRQ + 0x0000000000000000 0x14 ./src/core/gpio_int.o + .ARM.extab.text.NVIC_DisableIRQ + 0x0000000000000000 0x0 ./src/core/gpio_int.o + .ARM.exidx.text.NVIC_DisableIRQ + 0x0000000000000000 0x8 ./src/core/gpio_int.o + .text.attachInterrupt + 0x0000000000000000 0xac ./src/core/gpio_int.o + .ARM.extab.text.attachInterrupt + 0x0000000000000000 0x0 ./src/core/gpio_int.o + .ARM.exidx.text.attachInterrupt + 0x0000000000000000 0x8 ./src/core/gpio_int.o + .text.detachInterrupt + 0x0000000000000000 0x78 ./src/core/gpio_int.o + .ARM.extab.text.detachInterrupt + 0x0000000000000000 0x0 ./src/core/gpio_int.o + .ARM.exidx.text.detachInterrupt + 0x0000000000000000 0x8 ./src/core/gpio_int.o + .ARM.extab.text.GPIO_IRQHandler + 0x0000000000000000 0x0 ./src/core/gpio_int.o + .rodata._ZL8LPC_GPIO + 0x0000000000000000 0x10 ./src/core/gpio_int.o + .rodata._ZL14mary_pinAssign + 0x0000000000000000 0xe0 ./src/core/gpio_int.o + .rodata._ZL17arduino_pinAssign + 0x0000000000000000 0xb0 ./src/core/gpio_int.o + .text 0x0000000000000000 0x0 ./src/core/maryoled.o + .data 0x0000000000000000 0x0 ./src/core/maryoled.o + .bss 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLEDD2Ev + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLEDC2Ev + 0x0000000000000000 0x0 ./src/core/maryoled.o + .text._ZN8MARYOLED7commandEi + 0x0000000000000000 0x24 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED7commandEi + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED7commandEi + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED4dataEi + 0x0000000000000000 0x28 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED4dataEi + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED4dataEi + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED7_windowEiiii + 0x0000000000000000 0x48 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED7_windowEiiii + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED7_windowEiiii + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED11WindowResetEv + 0x0000000000000000 0x3c ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED11WindowResetEv + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED11WindowResetEv + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED6locateEii + 0x0000000000000000 0x6 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED6locateEii + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED6locateEii + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED7newlineEv + 0x0000000000000000 0x14 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED7newlineEv + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED7newlineEv + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED5_putpEi + 0x0000000000000000 0x24 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED5_putpEi + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED5_putpEi + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED6windowEiiii + 0x0000000000000000 0xc ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED6windowEiiii + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED6windowEiiii + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED4putpEi + 0x0000000000000000 0x8 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED4putpEi + 0x0000000000000000 0xc ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED4putpEi + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED5pixelEiii + 0x0000000000000000 0x18 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED5pixelEiii + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED5pixelEiii + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED4fillEiiiii + 0x0000000000000000 0x52 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED4fillEiiiii + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED4fillEiiiii + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED3clsEv + 0x0000000000000000 0x1c ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED3clsEv + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED3clsEv + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED5resetEv + 0x0000000000000000 0x228 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED5resetEv + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED5resetEv + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED5resetE8SSP_PORT + 0x0000000000000000 0x46 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED5resetE8SSP_PORT + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED5resetE8SSP_PORT + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED4blitEiiiiPKi + 0x0000000000000000 0x54 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED4blitEiiiiPKi + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED4blitEiiiiPKi + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED7bitblitEiiiiPKc + 0x0000000000000000 0x84 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED7bitblitEiiiiPKc + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED7bitblitEiiiiPKc + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED5_putcEi + 0x0000000000000000 0x50 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED5_putcEi + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED5_putcEi + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED10foregroundEi + 0x0000000000000000 0x4 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED10foregroundEi + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED10foregroundEi + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED10backgroundEi + 0x0000000000000000 0x4 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED10backgroundEi + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED10backgroundEi + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED5widthEv + 0x0000000000000000 0x4 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED5widthEv + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED5widthEv + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED6heightEv + 0x0000000000000000 0x4 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED6heightEv + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED6heightEv + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED7columnsEv + 0x0000000000000000 0x4 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED7columnsEv + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED7columnsEv + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED4rowsEv + 0x0000000000000000 0x4 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED4rowsEv + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED4rowsEv + 0x0000000000000000 0x8 ./src/core/maryoled.o + .ARM.extab.text.startup._GLOBAL__sub_I_oled + 0x0000000000000000 0x0 ./src/core/maryoled.o + .rodata 0x0000000000000000 0x3f ./src/core/maryoled.o + .rodata._ZL7FONT8x8 + 0x0000000000000000 0x308 ./src/core/maryoled.o + .text 0x0000000000000000 0x0 ./src/core/startup_mary.o + .data 0x0000000000000000 0x0 ./src/core/startup_mary.o + .bss 0x0000000000000000 0x0 ./src/core/startup_mary.o + .text 0x0000000000000000 0x0 ./src/core/system_LPC11xx.o + .data 0x0000000000000000 0x0 ./src/core/system_LPC11xx.o + .bss 0x0000000000000000 0x0 ./src/core/system_LPC11xx.o + .text.SystemCoreClockUpdate + 0x0000000000000000 0x9c ./src/core/system_LPC11xx.o + .ARM.extab.text.SystemCoreClockUpdate + 0x0000000000000000 0x0 ./src/core/system_LPC11xx.o + .ARM.exidx.text.SystemCoreClockUpdate + 0x0000000000000000 0x8 ./src/core/system_LPC11xx.o + .ARM.extab.text.SystemInit + 0x0000000000000000 0x0 ./src/core/system_LPC11xx.o + .rodata.CSWTCH.16 + 0x0000000000000000 0x40 ./src/core/system_LPC11xx.o + .text 0x0000000000000000 0x0 ./src/core/uart.o + .data 0x0000000000000000 0x0 ./src/core/uart.o + .bss 0x0000000000000000 0x0 ./src/core/uart.o + .ARM.extab.text._ZN7USerialD2Ev + 0x0000000000000000 0x0 ./src/core/uart.o + .ARM.extab.text._ZN7USerial5writeEc + 0x0000000000000000 0x0 ./src/core/uart.o + .text._ZN7USerialC2Ev + 0x0000000000000000 0x18 ./src/core/uart.o + .ARM.extab.text._ZN7USerialC2Ev + 0x0000000000000000 0x0 ./src/core/uart.o + .ARM.exidx.text._ZN7USerialC2Ev + 0x0000000000000000 0x8 ./src/core/uart.o + .ARM.extab.text._ZN7USerial5beginEi + 0x0000000000000000 0x0 ./src/core/uart.o + .text._ZN7USerial3endEv + 0x0000000000000000 0x2 ./src/core/uart.o + .ARM.extab.text._ZN7USerial3endEv + 0x0000000000000000 0x0 ./src/core/uart.o + .ARM.exidx.text._ZN7USerial3endEv + 0x0000000000000000 0x8 ./src/core/uart.o + .text._ZN7USerial9availableEv + 0x0000000000000000 0x10 ./src/core/uart.o + .ARM.extab.text._ZN7USerial9availableEv + 0x0000000000000000 0x0 ./src/core/uart.o + .ARM.exidx.text._ZN7USerial9availableEv + 0x0000000000000000 0x8 ./src/core/uart.o + .text._ZN7USerial4readEv + 0x0000000000000000 0xc ./src/core/uart.o + .ARM.extab.text._ZN7USerial4readEv + 0x0000000000000000 0x0 ./src/core/uart.o + .ARM.exidx.text._ZN7USerial4readEv + 0x0000000000000000 0x8 ./src/core/uart.o + .ARM.extab.text.startup._GLOBAL__sub_I_Serial + 0x0000000000000000 0x0 ./src/core/uart.o + .group 0x0000000000000000 0x8 ./src/XBee/XBee.o + .group 0x0000000000000000 0x8 ./src/XBee/XBee.o + .group 0x0000000000000000 0x8 ./src/XBee/XBee.o + .group 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text 0x0000000000000000 0x0 ./src/XBee/XBee.o + .data 0x0000000000000000 0x0 ./src/XBee/XBee.o + .bss 0x0000000000000000 0x0 ./src/XBee/XBee.o + .text._ZN12ZBRxResponse13getDataOffsetEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12ZBRxResponse13getDataOffsetEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12ZBRxResponse13getDataOffsetEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12ZBRxResponse13getDataLengthEv + 0x0000000000000000 0x12 ./src/XBee/XBee.o + .ARM.extab.text._ZN12ZBRxResponse13getDataLengthEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12ZBRxResponse13getDataLengthEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11ZBTxRequest18getFrameDataLengthEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .ARM.extab.text._ZN11ZBTxRequest18getFrameDataLengthEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11ZBTxRequest18getFrameDataLengthEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN16AtCommandRequest18getFrameDataLengthEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .ARM.extab.text._ZN16AtCommandRequest18getFrameDataLengthEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN16AtCommandRequest18getFrameDataLengthEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN22RemoteAtCommandRequest18getFrameDataLengthEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .ARM.extab.text._ZN22RemoteAtCommandRequest18getFrameDataLengthEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN22RemoteAtCommandRequest18getFrameDataLengthEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN16AtCommandRequest12getFrameDataEh + 0x0000000000000000 0x20 ./src/XBee/XBee.o + .ARM.extab.text._ZN16AtCommandRequest12getFrameDataEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN16AtCommandRequest12getFrameDataEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11ZBTxRequest12getFrameDataEh + 0x0000000000000000 0x6e ./src/XBee/XBee.o + .ARM.extab.text._ZN11ZBTxRequest12getFrameDataEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11ZBTxRequest12getFrameDataEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN22RemoteAtCommandRequest12getFrameDataEh + 0x0000000000000000 0x80 ./src/XBee/XBee.o + .ARM.extab.text._ZN22RemoteAtCommandRequest12getFrameDataEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN22RemoteAtCommandRequest12getFrameDataEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponseC2Ev + 0x0000000000000000 0x2 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponseC2Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponseC2Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse8getApiIdEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse8getApiIdEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse8getApiIdEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse8setApiIdEh + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse8setApiIdEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse8setApiIdEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse12getMsbLengthEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse12getMsbLengthEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse12getMsbLengthEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse12setMsbLengthEh + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse12setMsbLengthEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse12setMsbLengthEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse12getLsbLengthEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse12getLsbLengthEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse12getLsbLengthEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse12setLsbLengthEh + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse12setLsbLengthEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse12setLsbLengthEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse11getChecksumEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse11getChecksumEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse11getChecksumEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse11setChecksumEh + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse11setChecksumEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse11setChecksumEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse18getFrameDataLengthEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse18getFrameDataLengthEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse18getFrameDataLengthEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse14setFrameLengthEh + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse14setFrameLengthEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse14setFrameLengthEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse11isAvailableEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse11isAvailableEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse11isAvailableEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse12setAvailableEb + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse12setAvailableEb + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse12setAvailableEb + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse7isErrorEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse7isErrorEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse7isErrorEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse12getErrorCodeEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse12getErrorCodeEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse12getErrorCodeEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse12setErrorCodeEh + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse12setErrorCodeEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse12setErrorCodeEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse9setCommonERS_ + 0x0000000000000000 0x1e ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse9setCommonERS_ + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse9setCommonERS_ + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN18ZBTxStatusResponseC2Ev + 0x0000000000000000 0x2 ./src/XBee/XBee.o + .ARM.extab.text._ZN18ZBTxStatusResponseC2Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN18ZBTxStatusResponseC2Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN18ZBTxStatusResponse16getRemoteAddressEv + 0x0000000000000000 0xe ./src/XBee/XBee.o + .ARM.extab.text._ZN18ZBTxStatusResponse16getRemoteAddressEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN18ZBTxStatusResponse16getRemoteAddressEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN18ZBTxStatusResponse15getTxRetryCountEv + 0x0000000000000000 0x6 ./src/XBee/XBee.o + .ARM.extab.text._ZN18ZBTxStatusResponse15getTxRetryCountEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN18ZBTxStatusResponse15getTxRetryCountEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN18ZBTxStatusResponse17getDeliveryStatusEv + 0x0000000000000000 0x6 ./src/XBee/XBee.o + .ARM.extab.text._ZN18ZBTxStatusResponse17getDeliveryStatusEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN18ZBTxStatusResponse17getDeliveryStatusEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN18ZBTxStatusResponse18getDiscoveryStatusEv + 0x0000000000000000 0x6 ./src/XBee/XBee.o + .ARM.extab.text._ZN18ZBTxStatusResponse18getDiscoveryStatusEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN18ZBTxStatusResponse18getDiscoveryStatusEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN18ZBTxStatusResponse9isSuccessEv + 0x0000000000000000 0xa ./src/XBee/XBee.o + .ARM.extab.text._ZN18ZBTxStatusResponse9isSuccessEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN18ZBTxStatusResponse9isSuccessEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse21getZBTxStatusResponseERS_ + 0x0000000000000000 0xc ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse21getZBTxStatusResponseERS_ + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse21getZBTxStatusResponseERS_ + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12ZBRxResponseC2Ev + 0x0000000000000000 0x14 ./src/XBee/XBee.o + .ARM.extab.text._ZN12ZBRxResponseC2Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12ZBRxResponseC2Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12ZBRxResponse18getRemoteAddress16Ev + 0x0000000000000000 0xe ./src/XBee/XBee.o + .ARM.extab.text._ZN12ZBRxResponse18getRemoteAddress16Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12ZBRxResponse18getRemoteAddress16Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12ZBRxResponse9getOptionEv + 0x0000000000000000 0x6 ./src/XBee/XBee.o + .ARM.extab.text._ZN12ZBRxResponse9getOptionEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12ZBRxResponse9getOptionEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12ZBRxResponse18getRemoteAddress64Ev + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12ZBRxResponse18getRemoteAddress64Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12ZBRxResponse18getRemoteAddress64Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse15getZBRxResponseERS_ + 0x0000000000000000 0x3e ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse15getZBRxResponseERS_ + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse15getZBRxResponseERS_ + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN20ZBRxIoSampleResponseC2Ev + 0x0000000000000000 0x10 ./src/XBee/XBee.o + .ARM.extab.text._ZN20ZBRxIoSampleResponseC2Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN20ZBRxIoSampleResponseC2Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN20ZBRxIoSampleResponse17getDigitalMaskMsbEv + 0x0000000000000000 0xa ./src/XBee/XBee.o + .ARM.extab.text._ZN20ZBRxIoSampleResponse17getDigitalMaskMsbEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN20ZBRxIoSampleResponse17getDigitalMaskMsbEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN20ZBRxIoSampleResponse17getDigitalMaskLsbEv + 0x0000000000000000 0x6 ./src/XBee/XBee.o + .ARM.extab.text._ZN20ZBRxIoSampleResponse17getDigitalMaskLsbEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN20ZBRxIoSampleResponse17getDigitalMaskLsbEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN20ZBRxIoSampleResponse13getAnalogMaskEv + 0x0000000000000000 0xa ./src/XBee/XBee.o + .ARM.extab.text._ZN20ZBRxIoSampleResponse13getAnalogMaskEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN20ZBRxIoSampleResponse13getAnalogMaskEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN20ZBRxIoSampleResponse14containsAnalogEv + 0x0000000000000000 0xe ./src/XBee/XBee.o + .ARM.extab.text._ZN20ZBRxIoSampleResponse14containsAnalogEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN20ZBRxIoSampleResponse14containsAnalogEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN20ZBRxIoSampleResponse15containsDigitalEv + 0x0000000000000000 0x16 ./src/XBee/XBee.o + .ARM.extab.text._ZN20ZBRxIoSampleResponse15containsDigitalEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN20ZBRxIoSampleResponse15containsDigitalEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN20ZBRxIoSampleResponse15isAnalogEnabledEh + 0x0000000000000000 0x10 ./src/XBee/XBee.o + .ARM.extab.text._ZN20ZBRxIoSampleResponse15isAnalogEnabledEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN20ZBRxIoSampleResponse15isAnalogEnabledEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN20ZBRxIoSampleResponse16isDigitalEnabledEh + 0x0000000000000000 0x1c ./src/XBee/XBee.o + .ARM.extab.text._ZN20ZBRxIoSampleResponse16isDigitalEnabledEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN20ZBRxIoSampleResponse16isDigitalEnabledEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN20ZBRxIoSampleResponse9getAnalogEh + 0x0000000000000000 0x3e ./src/XBee/XBee.o + .ARM.extab.text._ZN20ZBRxIoSampleResponse9getAnalogEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN20ZBRxIoSampleResponse9getAnalogEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN20ZBRxIoSampleResponse11isDigitalOnEh + 0x0000000000000000 0x18 ./src/XBee/XBee.o + .ARM.extab.text._ZN20ZBRxIoSampleResponse11isDigitalOnEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN20ZBRxIoSampleResponse11isDigitalOnEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse23getZBRxIoSampleResponseERS_ + 0x0000000000000000 0x3e ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse23getZBRxIoSampleResponseERS_ + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse23getZBRxIoSampleResponseERS_ + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN23RemoteAtCommandResponseC2Ev + 0x0000000000000000 0x2 ./src/XBee/XBee.o + .ARM.extab.text._ZN23RemoteAtCommandResponseC2Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN23RemoteAtCommandResponseC2Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN23RemoteAtCommandResponse10getCommandEv + 0x0000000000000000 0x6 ./src/XBee/XBee.o + .ARM.extab.text._ZN23RemoteAtCommandResponse10getCommandEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN23RemoteAtCommandResponse10getCommandEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN23RemoteAtCommandResponse9getStatusEv + 0x0000000000000000 0x6 ./src/XBee/XBee.o + .ARM.extab.text._ZN23RemoteAtCommandResponse9getStatusEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN23RemoteAtCommandResponse9getStatusEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN23RemoteAtCommandResponse4isOkEv + 0x0000000000000000 0xa ./src/XBee/XBee.o + .ARM.extab.text._ZN23RemoteAtCommandResponse4isOkEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN23RemoteAtCommandResponse4isOkEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN23RemoteAtCommandResponse14getValueLengthEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .ARM.extab.text._ZN23RemoteAtCommandResponse14getValueLengthEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN23RemoteAtCommandResponse14getValueLengthEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN23RemoteAtCommandResponse8getValueEv + 0x0000000000000000 0x12 ./src/XBee/XBee.o + .ARM.extab.text._ZN23RemoteAtCommandResponse8getValueEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN23RemoteAtCommandResponse8getValueEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN23RemoteAtCommandResponse18getRemoteAddress16Ev + 0x0000000000000000 0xe ./src/XBee/XBee.o + .ARM.extab.text._ZN23RemoteAtCommandResponse18getRemoteAddress16Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN23RemoteAtCommandResponse18getRemoteAddress16Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN23RemoteAtCommandResponse18getRemoteAddress64Ev + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN23RemoteAtCommandResponse18getRemoteAddress64Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN23RemoteAtCommandResponse18getRemoteAddress64Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse26getRemoteAtCommandResponseERS_ + 0x0000000000000000 0x3e ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse26getRemoteAtCommandResponseERS_ + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse26getRemoteAtCommandResponseERS_ + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN14RxDataResponseC2Ev + 0x0000000000000000 0xc ./src/XBee/XBee.o + .ARM.extab.text._ZN14RxDataResponseC2Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN14RxDataResponseC2Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN14RxDataResponse7getDataEi + 0x0000000000000000 0x12 ./src/XBee/XBee.o + .ARM.extab.text._ZN14RxDataResponse7getDataEi + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN14RxDataResponse7getDataEi + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN14RxDataResponse7getDataEv + 0x0000000000000000 0xe ./src/XBee/XBee.o + .ARM.extab.text._ZN14RxDataResponse7getDataEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN14RxDataResponse7getDataEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN15FrameIdResponseC2Ev + 0x0000000000000000 0x2 ./src/XBee/XBee.o + .ARM.extab.text._ZN15FrameIdResponseC2Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN15FrameIdResponseC2Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN15FrameIdResponse10getFrameIdEv + 0x0000000000000000 0x6 ./src/XBee/XBee.o + .ARM.extab.text._ZN15FrameIdResponse10getFrameIdEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN15FrameIdResponse10getFrameIdEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN19ModemStatusResponseC2Ev + 0x0000000000000000 0x2 ./src/XBee/XBee.o + .ARM.extab.text._ZN19ModemStatusResponseC2Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN19ModemStatusResponseC2Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN19ModemStatusResponse9getStatusEv + 0x0000000000000000 0x6 ./src/XBee/XBee.o + .ARM.extab.text._ZN19ModemStatusResponse9getStatusEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN19ModemStatusResponse9getStatusEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse22getModemStatusResponseERS_ + 0x0000000000000000 0xc ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse22getModemStatusResponseERS_ + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse22getModemStatusResponseERS_ + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN17AtCommandResponseC2Ev + 0x0000000000000000 0x2 ./src/XBee/XBee.o + .ARM.extab.text._ZN17AtCommandResponseC2Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN17AtCommandResponseC2Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN17AtCommandResponse10getCommandEv + 0x0000000000000000 0x6 ./src/XBee/XBee.o + .ARM.extab.text._ZN17AtCommandResponse10getCommandEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN17AtCommandResponse10getCommandEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN17AtCommandResponse9getStatusEv + 0x0000000000000000 0x6 ./src/XBee/XBee.o + .ARM.extab.text._ZN17AtCommandResponse9getStatusEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN17AtCommandResponse9getStatusEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN17AtCommandResponse14getValueLengthEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .ARM.extab.text._ZN17AtCommandResponse14getValueLengthEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN17AtCommandResponse14getValueLengthEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN17AtCommandResponse8getValueEv + 0x0000000000000000 0x12 ./src/XBee/XBee.o + .ARM.extab.text._ZN17AtCommandResponse8getValueEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN17AtCommandResponse8getValueEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN17AtCommandResponse4isOkEv + 0x0000000000000000 0xa ./src/XBee/XBee.o + .ARM.extab.text._ZN17AtCommandResponse4isOkEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN17AtCommandResponse4isOkEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse20getAtCommandResponseERS_ + 0x0000000000000000 0xc ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse20getAtCommandResponseERS_ + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse20getAtCommandResponseERS_ + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse15getPacketLengthEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse15getPacketLengthEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse15getPacketLengthEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse12getFrameDataEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse12getFrameDataEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse12getFrameDataEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse12setFrameDataEPh + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse12setFrameDataEPh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse12setFrameDataEPh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse4initEv + 0x0000000000000000 0xa ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse4initEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse4initEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse5resetEv + 0x0000000000000000 0x20 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse5resetEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse5resetEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN4XBee13resetResponseEv + 0x0000000000000000 0xe ./src/XBee/XBee.o + .ARM.extab.text._ZN4XBee13resetResponseEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN4XBee13resetResponseEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN4XBeeC2Ev + 0x0000000000000000 0x18 ./src/XBee/XBee.o + .ARM.extab.text._ZN4XBeeC2Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN4XBeeC2Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN4XBee14getNextFrameIdEv + 0x0000000000000000 0x16 ./src/XBee/XBee.o + .ARM.extab.text._ZN4XBee14getNextFrameIdEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN4XBee14getNextFrameIdEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN4XBee5beginEi + 0x0000000000000000 0x10 ./src/XBee/XBee.o + .ARM.extab.text._ZN4XBee5beginEi + 0x0000000000000000 0xc ./src/XBee/XBee.o + .ARM.exidx.text._ZN4XBee5beginEi + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN4XBee11getResponseEv + 0x0000000000000000 0x2 ./src/XBee/XBee.o + .ARM.extab.text._ZN4XBee11getResponseEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN4XBee11getResponseEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN4XBee11getResponseER12XBeeResponse + 0x0000000000000000 0x16 ./src/XBee/XBee.o + .ARM.extab.text._ZN4XBee11getResponseER12XBeeResponse + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN4XBee11getResponseER12XBeeResponse + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN4XBee10readPacketEv + 0x0000000000000000 0xf0 ./src/XBee/XBee.o + .ARM.extab.text._ZN4XBee10readPacketEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN4XBee10readPacketEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN4XBee10readPacketEi + 0x0000000000000000 0x38 ./src/XBee/XBee.o + .ARM.extab.text._ZN4XBee10readPacketEi + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN4XBee10readPacketEi + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN4XBee24readPacketUntilAvailableEv + 0x0000000000000000 0x1a ./src/XBee/XBee.o + .ARM.extab.text._ZN4XBee24readPacketUntilAvailableEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN4XBee24readPacketUntilAvailableEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11XBeeRequestC2Ehh + 0x0000000000000000 0x10 ./src/XBee/XBee.o + .ARM.extab.text._ZN11XBeeRequestC2Ehh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11XBeeRequestC2Ehh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11XBeeRequest10setFrameIdEh + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN11XBeeRequest10setFrameIdEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11XBeeRequest10setFrameIdEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11XBeeRequest10getFrameIdEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN11XBeeRequest10getFrameIdEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11XBeeRequest10getFrameIdEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11XBeeRequest8getApiIdEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN11XBeeRequest8getApiIdEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11XBeeRequest8getApiIdEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11XBeeRequest8setApiIdEh + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN11XBeeRequest8setApiIdEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11XBeeRequest8setApiIdEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN14PayloadRequestC2EhhPhh + 0x0000000000000000 0x18 ./src/XBee/XBee.o + .ARM.extab.text._ZN14PayloadRequestC2EhhPhh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN14PayloadRequestC2EhhPhh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN14PayloadRequest10getPayloadEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN14PayloadRequest10getPayloadEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN14PayloadRequest10getPayloadEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN14PayloadRequest10setPayloadEPh + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN14PayloadRequest10setPayloadEPh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN14PayloadRequest10setPayloadEPh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN14PayloadRequest16getPayloadLengthEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN14PayloadRequest16getPayloadLengthEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN14PayloadRequest16getPayloadLengthEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN14PayloadRequest16setPayloadLengthEh + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN14PayloadRequest16setPayloadLengthEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN14PayloadRequest16setPayloadLengthEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11XBeeAddressC2Ev + 0x0000000000000000 0x2 ./src/XBee/XBee.o + .ARM.extab.text._ZN11XBeeAddressC2Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11XBeeAddressC2Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN13XBeeAddress64C2Ev + 0x0000000000000000 0x2 ./src/XBee/XBee.o + .ARM.extab.text._ZN13XBeeAddress64C2Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN13XBeeAddress64C2Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN13XBeeAddress64C2Emm + 0x0000000000000000 0x6 ./src/XBee/XBee.o + .ARM.extab.text._ZN13XBeeAddress64C2Emm + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN13XBeeAddress64C2Emm + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN13XBeeAddress646getMsbEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN13XBeeAddress646getMsbEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN13XBeeAddress646getMsbEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN13XBeeAddress646setMsbEm + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN13XBeeAddress646setMsbEm + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN13XBeeAddress646setMsbEm + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN13XBeeAddress646getLsbEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN13XBeeAddress646getLsbEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN13XBeeAddress646getLsbEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN13XBeeAddress646setLsbEm + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN13XBeeAddress646setLsbEm + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN13XBeeAddress646setLsbEm + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11ZBTxRequestC2Ev + 0x0000000000000000 0x1c ./src/XBee/XBee.o + .ARM.extab.text._ZN11ZBTxRequestC2Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11ZBTxRequestC2Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11ZBTxRequestC2ER13XBeeAddress64thhPhhh + 0x0000000000000000 0x34 ./src/XBee/XBee.o + .ARM.extab.text._ZN11ZBTxRequestC2ER13XBeeAddress64thhPhhh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11ZBTxRequestC2ER13XBeeAddress64thhPhhh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11ZBTxRequestC2ER13XBeeAddress64Phh + 0x0000000000000000 0x30 ./src/XBee/XBee.o + .ARM.extab.text._ZN11ZBTxRequestC2ER13XBeeAddress64Phh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11ZBTxRequestC2ER13XBeeAddress64Phh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11ZBTxRequest12getAddress64Ev + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN11ZBTxRequest12getAddress64Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11ZBTxRequest12getAddress64Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11ZBTxRequest12getAddress16Ev + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN11ZBTxRequest12getAddress16Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11ZBTxRequest12getAddress16Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11ZBTxRequest18getBroadcastRadiusEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN11ZBTxRequest18getBroadcastRadiusEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11ZBTxRequest18getBroadcastRadiusEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11ZBTxRequest9getOptionEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN11ZBTxRequest9getOptionEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11ZBTxRequest9getOptionEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11ZBTxRequest12setAddress64ER13XBeeAddress64 + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .ARM.extab.text._ZN11ZBTxRequest12setAddress64ER13XBeeAddress64 + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11ZBTxRequest12setAddress64ER13XBeeAddress64 + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11ZBTxRequest12setAddress16Et + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN11ZBTxRequest12setAddress16Et + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11ZBTxRequest12setAddress16Et + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11ZBTxRequest18setBroadcastRadiusEh + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN11ZBTxRequest18setBroadcastRadiusEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11ZBTxRequest18setBroadcastRadiusEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11ZBTxRequest9setOptionEh + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN11ZBTxRequest9setOptionEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11ZBTxRequest9setOptionEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN16AtCommandRequestC2Ev + 0x0000000000000000 0x1c ./src/XBee/XBee.o + .ARM.extab.text._ZN16AtCommandRequestC2Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN16AtCommandRequestC2Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN16AtCommandRequestC2EPhS0_h + 0x0000000000000000 0x1c ./src/XBee/XBee.o + .ARM.extab.text._ZN16AtCommandRequestC2EPhS0_h + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN16AtCommandRequestC2EPhS0_h + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN16AtCommandRequestC2EPh + 0x0000000000000000 0x1c ./src/XBee/XBee.o + .ARM.extab.text._ZN16AtCommandRequestC2EPh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN16AtCommandRequestC2EPh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN16AtCommandRequest10getCommandEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN16AtCommandRequest10getCommandEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN16AtCommandRequest10getCommandEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN16AtCommandRequest15getCommandValueEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN16AtCommandRequest15getCommandValueEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN16AtCommandRequest15getCommandValueEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN16AtCommandRequest21getCommandValueLengthEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN16AtCommandRequest21getCommandValueLengthEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN16AtCommandRequest21getCommandValueLengthEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN16AtCommandRequest10setCommandEPh + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN16AtCommandRequest10setCommandEPh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN16AtCommandRequest10setCommandEPh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN16AtCommandRequest15setCommandValueEPh + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN16AtCommandRequest15setCommandValueEPh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN16AtCommandRequest15setCommandValueEPh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN16AtCommandRequest21setCommandValueLengthEh + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN16AtCommandRequest21setCommandValueLengthEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN16AtCommandRequest21setCommandValueLengthEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN16AtCommandRequest17clearCommandValueEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .ARM.extab.text._ZN16AtCommandRequest17clearCommandValueEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN16AtCommandRequest17clearCommandValueEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN22RemoteAtCommandRequestC2Ev + 0x0000000000000000 0x20 ./src/XBee/XBee.o + .ARM.extab.text._ZN22RemoteAtCommandRequestC2Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN22RemoteAtCommandRequestC2Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN22RemoteAtCommandRequestC2EtPhS0_h + 0x0000000000000000 0x38 ./src/XBee/XBee.o + .ARM.extab.text._ZN22RemoteAtCommandRequestC2EtPhS0_h + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN22RemoteAtCommandRequestC2EtPhS0_h + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN22RemoteAtCommandRequestC2EtPh + 0x0000000000000000 0x34 ./src/XBee/XBee.o + .ARM.extab.text._ZN22RemoteAtCommandRequestC2EtPh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN22RemoteAtCommandRequestC2EtPh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN22RemoteAtCommandRequestC2ER13XBeeAddress64PhS2_h + 0x0000000000000000 0x34 ./src/XBee/XBee.o + .ARM.extab.text._ZN22RemoteAtCommandRequestC2ER13XBeeAddress64PhS2_h + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN22RemoteAtCommandRequestC2ER13XBeeAddress64PhS2_h + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN22RemoteAtCommandRequestC2ER13XBeeAddress64Ph + 0x0000000000000000 0x34 ./src/XBee/XBee.o + .ARM.extab.text._ZN22RemoteAtCommandRequestC2ER13XBeeAddress64Ph + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN22RemoteAtCommandRequestC2ER13XBeeAddress64Ph + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN22RemoteAtCommandRequest18getRemoteAddress16Ev + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN22RemoteAtCommandRequest18getRemoteAddress16Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN22RemoteAtCommandRequest18getRemoteAddress16Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN22RemoteAtCommandRequest18setRemoteAddress16Et + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN22RemoteAtCommandRequest18setRemoteAddress16Et + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN22RemoteAtCommandRequest18setRemoteAddress16Et + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN22RemoteAtCommandRequest18getRemoteAddress64Ev + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN22RemoteAtCommandRequest18getRemoteAddress64Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN22RemoteAtCommandRequest18getRemoteAddress64Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN22RemoteAtCommandRequest18setRemoteAddress64ER13XBeeAddress64 + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .ARM.extab.text._ZN22RemoteAtCommandRequest18setRemoteAddress64ER13XBeeAddress64 + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN22RemoteAtCommandRequest18setRemoteAddress64ER13XBeeAddress64 + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN22RemoteAtCommandRequest15getApplyChangesEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN22RemoteAtCommandRequest15getApplyChangesEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN22RemoteAtCommandRequest15getApplyChangesEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN22RemoteAtCommandRequest15setApplyChangesEb + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN22RemoteAtCommandRequest15setApplyChangesEb + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN22RemoteAtCommandRequest15setApplyChangesEb + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN4XBee8sendByteEhb + 0x0000000000000000 0x3c ./src/XBee/XBee.o + .ARM.extab.text._ZN4XBee8sendByteEhb + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN4XBee8sendByteEhb + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN4XBee4sendER11XBeeRequest + 0x0000000000000000 0x9e ./src/XBee/XBee.o + .ARM.extab.text._ZN4XBee4sendER11XBeeRequest + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN4XBee4sendER11XBeeRequest + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .ARM.extab.text.startup._GLOBAL__sub_I__ZN12XBeeResponseC2Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .rodata._ZTV14RxDataResponse + 0x0000000000000000 0x10 ./src/XBee/XBee.o + .rodata._ZTV20ZBRxIoSampleResponse + 0x0000000000000000 0x10 ./src/XBee/XBee.o + .rodata._ZTV11XBeeRequest + 0x0000000000000000 0x10 ./src/XBee/XBee.o + .rodata._ZTV14PayloadRequest + 0x0000000000000000 0x10 ./src/XBee/XBee.o + .rodata._ZTV16AtCommandRequest + 0x0000000000000000 0x10 ./src/XBee/XBee.o + .rodata._ZTV11ZBTxRequest + 0x0000000000000000 0x10 ./src/XBee/XBee.o + .rodata._ZTV12ZBRxResponse + 0x0000000000000000 0x10 ./src/XBee/XBee.o + .rodata._ZTV22RemoteAtCommandRequest + 0x0000000000000000 0x10 ./src/XBee/XBee.o + .text 0x0000000000000000 0x0 ./src/FatFs/SD.o + .data 0x0000000000000000 0x0 ./src/FatFs/SD.o + .bss 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFSD2Ev + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .text._ZN7PETITFSC2Ev + 0x0000000000000000 0xa ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFSC2Ev + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFSC2Ev + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS5beginEv + 0x0000000000000000 0x12 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS5beginEv + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS5beginEv + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS5beginEi + 0x0000000000000000 0xe ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS5beginEi + 0x0000000000000000 0xc ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS5beginEi + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS5beginE8SSP_PORT + 0x0000000000000000 0x24 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS5beginE8SSP_PORT + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS5beginE8SSP_PORT + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS6existsEv + 0x0000000000000000 0x4 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS6existsEv + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS6existsEv + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS5mkdirEv + 0x0000000000000000 0x4 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS5mkdirEv + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS5mkdirEv + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS4openEPKc + 0x0000000000000000 0x10 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS4openEPKc + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS4openEPKc + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS6removeEPKc + 0x0000000000000000 0x4 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS6removeEPKc + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS6removeEPKc + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS5rmdirEPKc + 0x0000000000000000 0x4 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS5rmdirEPKc + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS5rmdirEPKc + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS9availableEv + 0x0000000000000000 0x2 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS9availableEv + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS9availableEv + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS5closeEv + 0x0000000000000000 0x2 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS5closeEv + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS5closeEv + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS5flushEv + 0x0000000000000000 0x2 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS5flushEv + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS5flushEv + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS4peekEv + 0x0000000000000000 0x2 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS4peekEv + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS4peekEv + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS8positionEv + 0x0000000000000000 0x2 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS8positionEv + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS8positionEv + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS5printEPKc + 0x0000000000000000 0x2 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS5printEPKc + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS5printEPKc + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS5printEi12RADIX_FORMAT + 0x0000000000000000 0x2 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS5printEi12RADIX_FORMAT + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS5printEi12RADIX_FORMAT + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS7printlnEPKc + 0x0000000000000000 0x2 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS7printlnEPKc + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS7printlnEPKc + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS7printlnEi12RADIX_FORMAT + 0x0000000000000000 0x2 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS7printlnEi12RADIX_FORMAT + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS7printlnEi12RADIX_FORMAT + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS4seekEm + 0x0000000000000000 0x2 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS4seekEm + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS4seekEm + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS4sizeEv + 0x0000000000000000 0x2 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS4sizeEv + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS4sizeEv + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS4readEv + 0x0000000000000000 0x2e ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS4readEv + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS4readEv + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS5writeEPKc + 0x0000000000000000 0x2 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS5writeEPKc + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS5writeEPKc + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS5writeEPKci + 0x0000000000000000 0x2 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS5writeEPKci + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS5writeEPKci + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .ARM.extab.text.startup._GLOBAL__sub_I_SDFile + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .text 0x0000000000000000 0x0 ./src/FatFs/pff.o + .data 0x0000000000000000 0x0 ./src/FatFs/pff.o + .bss 0x0000000000000000 0x0 ./src/FatFs/pff.o + .text._ZL10clust2sectm + 0x0000000000000000 0x20 ./src/FatFs/pff.o + .ARM.extab.text._ZL10clust2sectm + 0x0000000000000000 0x0 ./src/FatFs/pff.o + .ARM.exidx.text._ZL10clust2sectm + 0x0000000000000000 0x8 ./src/FatFs/pff.o + .text._ZL10dir_rewindP5_DIR_ + 0x0000000000000000 0x44 ./src/FatFs/pff.o + .ARM.extab.text._ZL10dir_rewindP5_DIR_ + 0x0000000000000000 0x0 ./src/FatFs/pff.o + .ARM.exidx.text._ZL10dir_rewindP5_DIR_ + 0x0000000000000000 0x8 ./src/FatFs/pff.o + .text._ZL7get_fatm + 0x0000000000000000 0xd4 ./src/FatFs/pff.o + .ARM.extab.text._ZL7get_fatm + 0x0000000000000000 0x0 ./src/FatFs/pff.o + .ARM.exidx.text._ZL7get_fatm + 0x0000000000000000 0x8 ./src/FatFs/pff.o + .text._ZL8dir_nextP5_DIR_ + 0x0000000000000000 0x60 ./src/FatFs/pff.o + .ARM.extab.text._ZL8dir_nextP5_DIR_ + 0x0000000000000000 0x0 ./src/FatFs/pff.o + .ARM.exidx.text._ZL8dir_nextP5_DIR_ + 0x0000000000000000 0x8 ./src/FatFs/pff.o + .text._ZL11follow_pathP5_DIR_PKc + 0x0000000000000000 0x14c ./src/FatFs/pff.o + .ARM.extab.text._ZL11follow_pathP5_DIR_PKc + 0x0000000000000000 0x0 ./src/FatFs/pff.o + .ARM.exidx.text._ZL11follow_pathP5_DIR_PKc + 0x0000000000000000 0x8 ./src/FatFs/pff.o + .text._ZL8check_fsPhm + 0x0000000000000000 0x80 ./src/FatFs/pff.o + .ARM.extab.text._ZL8check_fsPhm + 0x0000000000000000 0x0 ./src/FatFs/pff.o + .ARM.exidx.text._ZL8check_fsPhm + 0x0000000000000000 0x8 ./src/FatFs/pff.o + .text._Z8pf_mountP7_FATFS_ + 0x0000000000000000 0x16c ./src/FatFs/pff.o + .ARM.extab.text._Z8pf_mountP7_FATFS_ + 0x0000000000000000 0x0 ./src/FatFs/pff.o + .ARM.exidx.text._Z8pf_mountP7_FATFS_ + 0x0000000000000000 0x8 ./src/FatFs/pff.o + .text._Z7pf_openPKc + 0x0000000000000000 0x74 ./src/FatFs/pff.o + .ARM.extab.text._Z7pf_openPKc + 0x0000000000000000 0x0 ./src/FatFs/pff.o + .ARM.exidx.text._Z7pf_openPKc + 0x0000000000000000 0x8 ./src/FatFs/pff.o + .text._Z7pf_readPvtPt + 0x0000000000000000 0xcc ./src/FatFs/pff.o + .ARM.extab.text._Z7pf_readPvtPt + 0x0000000000000000 0x0 ./src/FatFs/pff.o + .ARM.exidx.text._Z7pf_readPvtPt + 0x0000000000000000 0x8 ./src/FatFs/pff.o + .text._Z8pf_writePKvtPt + 0x0000000000000000 0x118 ./src/FatFs/pff.o + .ARM.extab.text._Z8pf_writePKvtPt + 0x0000000000000000 0x0 ./src/FatFs/pff.o + .ARM.exidx.text._Z8pf_writePKvtPt + 0x0000000000000000 0x8 ./src/FatFs/pff.o + .text._Z8pf_lseekm + 0x0000000000000000 0xb0 ./src/FatFs/pff.o + .ARM.extab.text._Z8pf_lseekm + 0x0000000000000000 0x0 ./src/FatFs/pff.o + .ARM.exidx.text._Z8pf_lseekm + 0x0000000000000000 0x8 ./src/FatFs/pff.o + .text._Z10pf_opendirP5_DIR_PKc + 0x0000000000000000 0x5c ./src/FatFs/pff.o + .ARM.extab.text._Z10pf_opendirP5_DIR_PKc + 0x0000000000000000 0x0 ./src/FatFs/pff.o + .ARM.exidx.text._Z10pf_opendirP5_DIR_PKc + 0x0000000000000000 0x8 ./src/FatFs/pff.o + .text._Z10pf_readdirP5_DIR_P9_FILINFO_ + 0x0000000000000000 0x10c ./src/FatFs/pff.o + .ARM.extab.text._Z10pf_readdirP5_DIR_P9_FILINFO_ + 0x0000000000000000 0x0 ./src/FatFs/pff.o + .ARM.exidx.text._Z10pf_readdirP5_DIR_P9_FILINFO_ + 0x0000000000000000 0x8 ./src/FatFs/pff.o + .bss._ZL5FatFs + 0x0000000000000000 0x4 ./src/FatFs/pff.o + .text 0x0000000000000000 0x0 ./src/FatFs/sdcard.o + .data 0x0000000000000000 0x0 ./src/FatFs/sdcard.o + .bss 0x0000000000000000 0x0 ./src/FatFs/sdcard.o + .text._Z8xmit_spih + 0x0000000000000000 0x10 ./src/FatFs/sdcard.o + .ARM.extab.text._Z8xmit_spih + 0x0000000000000000 0xc ./src/FatFs/sdcard.o + .ARM.exidx.text._Z8xmit_spih + 0x0000000000000000 0x8 ./src/FatFs/sdcard.o + .text._Z7rcv_spiv + 0x0000000000000000 0x10 ./src/FatFs/sdcard.o + .ARM.extab.text._Z7rcv_spiv + 0x0000000000000000 0xc ./src/FatFs/sdcard.o + .ARM.exidx.text._Z7rcv_spiv + 0x0000000000000000 0x8 ./src/FatFs/sdcard.o + .text._ZL8send_cmdhm + 0x0000000000000000 0x88 ./src/FatFs/sdcard.o + .ARM.extab.text._ZL8send_cmdhm + 0x0000000000000000 0x0 ./src/FatFs/sdcard.o + .ARM.exidx.text._ZL8send_cmdhm + 0x0000000000000000 0x8 ./src/FatFs/sdcard.o + .text._ZL11release_spiv + 0x0000000000000000 0x18 ./src/FatFs/sdcard.o + .ARM.extab.text._ZL11release_spiv + 0x0000000000000000 0xc ./src/FatFs/sdcard.o + .ARM.exidx.text._ZL11release_spiv + 0x0000000000000000 0x8 ./src/FatFs/sdcard.o + .text._Z10disk_readpPhmtt + 0x0000000000000000 0xa4 ./src/FatFs/sdcard.o + .ARM.extab.text._Z10disk_readpPhmtt + 0x0000000000000000 0x0 ./src/FatFs/sdcard.o + .ARM.exidx.text._Z10disk_readpPhmtt + 0x0000000000000000 0x8 ./src/FatFs/sdcard.o + .text._Z11disk_writepPKhm + 0x0000000000000000 0xb4 ./src/FatFs/sdcard.o + .ARM.extab.text._Z11disk_writepPKhm + 0x0000000000000000 0x0 ./src/FatFs/sdcard.o + .ARM.exidx.text._Z11disk_writepPKhm + 0x0000000000000000 0x8 ./src/FatFs/sdcard.o + .text._Z15disk_initializev + 0x0000000000000000 0x144 ./src/FatFs/sdcard.o + .ARM.extab.text._Z15disk_initializev + 0x0000000000000000 0x0 ./src/FatFs/sdcard.o + .ARM.exidx.text._Z15disk_initializev + 0x0000000000000000 0x8 ./src/FatFs/sdcard.o + .bss._ZL8CardType + 0x0000000000000000 0x1 ./src/FatFs/sdcard.o + .bss._ZZ11disk_writepPKhmE2wc + 0x0000000000000000 0x2 ./src/FatFs/sdcard.o + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_thumb1_case_uqi.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_thumb1_case_uqi.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_udivsi3.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_udivsi3.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_divsi3.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_divsi3.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_dvmd_tls.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_dvmd_tls.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_arm_cmpdf2.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_arm_cmpdf2.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(divdf3.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(divdf3.o) + .ARM.extab 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(divdf3.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(eqdf2.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(eqdf2.o) + .ARM.extab 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(eqdf2.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(gedf2.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(gedf2.o) + .ARM.extab 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(gedf2.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(ledf2.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(ledf2.o) + .ARM.extab 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(ledf2.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(muldf3.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(muldf3.o) + .ARM.extab 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(muldf3.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(subdf3.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(subdf3.o) + .ARM.extab 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(subdf3.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(fixdfsi.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(fixdfsi.o) + .ARM.extab 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(fixdfsi.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(floatsidf.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(floatsidf.o) + .ARM.extab 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(floatsidf.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(unwind-arm.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(unwind-arm.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(libunwind.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(libunwind.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(pr-support.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(pr-support.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_clzsi2.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_clzsi2.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-abort.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-abort.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-init.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-init.o) + .text 0x0000000000000000 0x28 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-malloc.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-malloc.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-malloc.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-memcpy.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-memcpy.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-mlock.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-mlock.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-sbrkr.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-sbrkr.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signal.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signal.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signalr.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signalr.o) + .text 0x0000000000000000 0x10 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-strlen.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-strlen.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-strlen.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-freer.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-freer.o) + .text 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-impure.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-impure.o) + .rodata 0x0000000000000000 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-impure.o) + .text 0x0000000000000000 0x100 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-reent.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-reent.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-reent.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_exit.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_exit.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(getpid.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(getpid.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_check_heap.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_check_heap.o) + .text 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crti.o + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crti.o + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crti.o + .text 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtn.o + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtn.o + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtn.o + .fini_array 0x0000000000000000 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtbegin.o + .text 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtend.o + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtend.o + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtend.o + .eh_frame 0x0000000000000000 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtend.o + .jcr 0x0000000000000000 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtend.o + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-errno.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-errno.o) + +Memory Configuration + +Name Origin Length Attributes +MFlash32 0x0000000000001000 0x0000000000007000 xr +RamLoc8 0x0000000010000000 0x0000000000000fe0 xrw +*default* 0x0000000000000000 0xffffffffffffffff + +Linker script and memory map + +LOAD ./src/user_application.o +LOAD ./src/core/LiquidCrystal.o +LOAD ./src/core/Print.o +LOAD ./src/core/SPI.o +LOAD ./src/core/SPI1.o +LOAD ./src/core/SoftwareSerial.o +LOAD ./src/core/Wire.o +LOAD ./src/core/analogio.o +LOAD ./src/core/arithmetical.o +LOAD ./src/core/cr_cpp_config.o +LOAD ./src/core/cr_startup_lpc11.o +LOAD ./src/core/delay.o +LOAD ./src/core/gpio.o +LOAD ./src/core/gpio_int.o +LOAD ./src/core/maryoled.o +LOAD ./src/core/startup_mary.o +LOAD ./src/core/system_LPC11xx.o +LOAD ./src/core/uart.o +LOAD ./src/XBee/XBee.o +LOAD ./src/FatFs/SD.o +LOAD ./src/FatFs/pff.o +LOAD ./src/FatFs/sdcard.o +START GROUP +LOAD /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a +LOAD /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a +LOAD /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libm.a +LOAD /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a +LOAD /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crti.o +LOAD /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtn.o +LOAD /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtbegin.o +LOAD /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtend.o +END GROUP + 0x0000000000008000 __top_MFlash32 = 0x8000 + 0x0000000010000fe0 __top_RamLoc8 = 0x10000fe0 + +.text 0x0000000000001000 0x45dc + FILL mask 0xff + *(.isr_vector) + .isr_vector 0x0000000000001000 0xc0 ./src/core/cr_startup_lpc11.o + 0x0000000000001000 g_pfnVectors + 0x00000000000010c0 . = ALIGN (0x4) + 0x00000000000010c0 __section_table_start = . + 0x00000000000010c0 __data_section_table = . + 0x00000000000010c0 0x4 LONG 0x58c8 LOADADDR (.data) + 0x00000000000010c4 0x4 LONG 0x10000000 ADDR (.data) + 0x00000000000010c8 0x4 LONG 0x84c SIZEOF (.data) + 0x00000000000010cc __data_section_table_end = . + 0x00000000000010cc __bss_section_table = . + 0x00000000000010cc 0x4 LONG 0x1000084c ADDR (.bss) + 0x00000000000010d0 0x4 LONG 0x1d4 SIZEOF (.bss) + 0x00000000000010d4 __bss_section_table_end = . + 0x00000000000010d4 __section_table_end = . + *(.after_vectors*) + .after_vectors + 0x00000000000010d4 0x84 ./src/core/cr_startup_lpc11.o + 0x00000000000010d4 NMI_Handler + 0x00000000000010d8 HardFault_Handler + 0x00000000000010dc SVCall_Handler + 0x00000000000010e0 PendSV_Handler + 0x00000000000010e8 _Z9data_initjjj + 0x00000000000010fa _Z8bss_initjj + 0x000000000000110c ResetISR + 0x0000000000001154 UART_IRQHandler + 0x0000000000001154 SSP0_IRQHandler + 0x0000000000001154 ADC_IRQHandler + 0x0000000000001154 SSP1_IRQHandler + 0x0000000000001154 IntDefaultHandler + 0x0000000000001154 BOD_IRQHandler + 0x0000000000001154 WAKEUP_IRQHandler + 0x0000000000001154 I2C_IRQHandler + 0x0000000000001154 TIMER32_0_IRQHandler + 0x0000000000001154 WDT_IRQHandler + 0x0000000000001154 CAN_IRQHandler + *(.text*) + .text._Z7hsv2rgbi + 0x0000000000001158 0x210 ./src/user_application.o + 0x0000000000001158 _Z7hsv2rgbi + .text._Z13deleteMessagev + 0x0000000000001368 0x50 ./src/user_application.o + 0x0000000000001368 _Z13deleteMessagev + .text._Z5setupv + 0x00000000000013b8 0x2c ./src/user_application.o + 0x00000000000013b8 _Z5setupv + .text._Z4loopv + 0x00000000000013e4 0x74 ./src/user_application.o + 0x00000000000013e4 _Z4loopv + .text._ZN5Print7printlnEv + 0x0000000000001458 0x18 ./src/core/Print.o + 0x0000000000001458 _ZN5Print7printlnEv + .text._ZN5Print5printEPKc + 0x0000000000001470 0x1a ./src/core/Print.o + 0x0000000000001470 _ZN5Print5printEPKc + *fill* 0x000000000000148a 0x2 00 + .text._ZN5Print5printEi12RADIX_FORMAT + 0x000000000000148c 0x12c ./src/core/Print.o + 0x000000000000148c _ZN5Print5printEi12RADIX_FORMAT + .text._ZN5Print7printlnEPKc + 0x00000000000015b8 0x12 ./src/core/Print.o + 0x00000000000015b8 _ZN5Print7printlnEPKc + .text._ZN5Print7printlnEi12RADIX_FORMAT + 0x00000000000015ca 0x12 ./src/core/Print.o + 0x00000000000015ca _ZN5Print7printlnEi12RADIX_FORMAT + .text._ZN3SSPD2Ev + 0x00000000000015dc 0x2 ./src/core/SPI.o + 0x00000000000015dc _ZN3SSPD2Ev + 0x00000000000015dc _ZN3SSPD1Ev + *fill* 0x00000000000015de 0x2 00 + .text.ssp_begin + 0x00000000000015e0 0xfc ./src/core/SPI.o + 0x00000000000015e0 ssp_begin + .text._ZN3SSP5beginEv + 0x00000000000016dc 0x12 ./src/core/SPI.o + 0x00000000000016dc _ZN3SSP5beginEv + .text._ZN3SSPC2Ev + 0x00000000000016ee 0x1c ./src/core/SPI.o + 0x00000000000016ee _ZN3SSPC2Ev + 0x00000000000016ee _ZN3SSPC1Ev + *fill* 0x000000000000170a 0x2 00 + .text.startup._GLOBAL__sub_I_SPI + 0x000000000000170c 0x24 ./src/core/SPI.o + .text._ZN4SSP1D2Ev + 0x0000000000001730 0x2 ./src/core/SPI1.o + 0x0000000000001730 _ZN4SSP1D2Ev + 0x0000000000001730 _ZN4SSP1D1Ev + *fill* 0x0000000000001732 0x2 00 + .text.ssp1_begin + 0x0000000000001734 0xf0 ./src/core/SPI1.o + 0x0000000000001734 ssp1_begin + .text._ZN4SSP15beginEv + 0x0000000000001824 0x12 ./src/core/SPI1.o + 0x0000000000001824 _ZN4SSP15beginEv + .text._ZN4SSP1C2Ev + 0x0000000000001836 0x1c ./src/core/SPI1.o + 0x0000000000001836 _ZN4SSP1C2Ev + 0x0000000000001836 _ZN4SSP1C1Ev + *fill* 0x0000000000001852 0x2 00 + .text.startup._GLOBAL__sub_I_SPI1 + 0x0000000000001854 0x24 ./src/core/SPI1.o + .text.NVIC_SetPriority.constprop.2 + 0x0000000000001878 0x5c ./src/core/analogio.o + .text.setup_TIMER16_0 + 0x00000000000018d4 0x54 ./src/core/analogio.o + 0x00000000000018d4 setup_TIMER16_0 + .text.setup_TIMER16_1 + 0x0000000000001928 0x48 ./src/core/analogio.o + 0x0000000000001928 setup_TIMER16_1 + .text.analogWrite + 0x0000000000001970 0xc8 ./src/core/analogio.o + 0x0000000000001970 analogWrite + .text.TIMER16_0_IRQHandler + 0x0000000000001a38 0xe0 ./src/core/analogio.o + 0x0000000000001a38 TIMER16_0_IRQHandler + .text.TIMER16_1_IRQHandler + 0x0000000000001b18 0x8 ./src/core/analogio.o + 0x0000000000001b18 TIMER16_1_IRQHandler + .text.__aeabi_atexit + 0x0000000000001b20 0x4 ./src/core/cr_cpp_config.o + 0x0000000000001b20 __aeabi_atexit + .text.NVIC_SetPriority + 0x0000000000001b24 0x64 ./src/core/delay.o + .text.delay 0x0000000000001b88 0x18 ./src/core/delay.o + 0x0000000000001b88 delay + .text.setup_TIMER32_1 + 0x0000000000001ba0 0x2c ./src/core/delay.o + 0x0000000000001ba0 setup_TIMER32_1 + .text.TIMER32_1_IRQHandler + 0x0000000000001bcc 0x24 ./src/core/delay.o + 0x0000000000001bcc TIMER32_1_IRQHandler + .text.SysTick_Handler + 0x0000000000001bf0 0x10 ./src/core/delay.o + 0x0000000000001bf0 SysTick_Handler + .text.setup_systick + 0x0000000000001c00 0x50 ./src/core/delay.o + 0x0000000000001c00 setup_systick + .text.pinMode 0x0000000000001c50 0x100 ./src/core/gpio.o + 0x0000000000001c50 pinMode + .text.digitalWrite + 0x0000000000001d50 0xac ./src/core/gpio.o + 0x0000000000001d50 digitalWrite + .text.GPIOIntStatus + 0x0000000000001dfc 0x50 ./src/core/gpio.o + 0x0000000000001dfc GPIOIntStatus + .text.GPIOIntClear + 0x0000000000001e4c 0x4c ./src/core/gpio.o + 0x0000000000001e4c GPIOIntClear + .text.GPIO_IRQHandler + 0x0000000000001e98 0x30 ./src/core/gpio_int.o + 0x0000000000001e98 GPIO_IRQHandler + .text.PIOINT0_IRQHandler + 0x0000000000001ec8 0x8 ./src/core/gpio_int.o + 0x0000000000001ec8 PIOINT0_IRQHandler + .text.PIOINT1_IRQHandler + 0x0000000000001ed0 0x8 ./src/core/gpio_int.o + 0x0000000000001ed0 PIOINT1_IRQHandler + .text.PIOINT2_IRQHandler + 0x0000000000001ed8 0x8 ./src/core/gpio_int.o + 0x0000000000001ed8 PIOINT2_IRQHandler + .text.PIOINT3_IRQHandler + 0x0000000000001ee0 0x8 ./src/core/gpio_int.o + 0x0000000000001ee0 PIOINT3_IRQHandler + .text._ZN8MARYOLEDD2Ev + 0x0000000000001ee8 0x2 ./src/core/maryoled.o + 0x0000000000001ee8 _ZN8MARYOLEDD1Ev + 0x0000000000001ee8 _ZN8MARYOLEDD2Ev + *fill* 0x0000000000001eea 0x2 00 + .text._ZN8MARYOLEDC2Ev + 0x0000000000001eec 0x24 ./src/core/maryoled.o + 0x0000000000001eec _ZN8MARYOLEDC1Ev + 0x0000000000001eec _ZN8MARYOLEDC2Ev + .text.startup._GLOBAL__sub_I_oled + 0x0000000000001f10 0x24 ./src/core/maryoled.o + .text.startup.main + 0x0000000000001f34 0x14 ./src/core/startup_mary.o + 0x0000000000001f34 main + .text.SystemInit + 0x0000000000001f48 0x90 ./src/core/system_LPC11xx.o + 0x0000000000001f48 SystemInit + .text._ZN7USerialD2Ev + 0x0000000000001fd8 0xc ./src/core/uart.o + 0x0000000000001fd8 _ZN7USerialD1Ev + 0x0000000000001fd8 _ZN7USerialD2Ev + .text._ZN7USerial5writeEc + 0x0000000000001fe4 0x18 ./src/core/uart.o + 0x0000000000001fe4 _ZN7USerial5writeEc + .text._ZN7USerial5beginEi + 0x0000000000001ffc 0x7c ./src/core/uart.o + 0x0000000000001ffc _ZN7USerial5beginEi + .text.startup._GLOBAL__sub_I_Serial + 0x0000000000002078 0x30 ./src/core/uart.o + .text.startup._GLOBAL__sub_I__ZN12XBeeResponseC2Ev + 0x00000000000020a8 0x14 ./src/XBee/XBee.o + .text._ZN7PETITFSD2Ev + 0x00000000000020bc 0x2 ./src/FatFs/SD.o + 0x00000000000020bc _ZN7PETITFSD2Ev + 0x00000000000020bc _ZN7PETITFSD1Ev + *fill* 0x00000000000020be 0x2 00 + .text.startup._GLOBAL__sub_I_SDFile + 0x00000000000020c0 0x24 ./src/FatFs/SD.o + .text 0x00000000000020e4 0x14 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_thumb1_case_uqi.o) + 0x00000000000020e4 __gnu_thumb1_case_uqi + .text 0x00000000000020f8 0x9c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_udivsi3.o) + 0x00000000000020f8 __udivsi3 + 0x00000000000020f8 __aeabi_uidiv + 0x0000000000002180 __aeabi_uidivmod + .text 0x0000000000002194 0xc0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_divsi3.o) + 0x0000000000002194 __aeabi_idiv + 0x0000000000002194 __divsi3 + 0x0000000000002240 __aeabi_idivmod + .text 0x0000000000002254 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_dvmd_tls.o) + 0x0000000000002254 __aeabi_ldiv0 + 0x0000000000002254 __aeabi_idiv0 + .text 0x0000000000002258 0x7c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_arm_cmpdf2.o) + 0x0000000000002258 __aeabi_cdrcmple + 0x0000000000002268 __aeabi_cdcmple + 0x0000000000002268 __aeabi_cdcmpeq + 0x0000000000002278 __aeabi_dcmpeq + 0x0000000000002284 __aeabi_dcmplt + 0x0000000000002298 __aeabi_dcmple + 0x00000000000022ac __aeabi_dcmpgt + 0x00000000000022c0 __aeabi_dcmpge + .text 0x00000000000022d4 0x5e4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(divdf3.o) + 0x00000000000022d4 __aeabi_ddiv + .text 0x00000000000028b8 0x80 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(eqdf2.o) + 0x00000000000028b8 __eqdf2 + 0x00000000000028b8 __nedf2 + .text 0x0000000000002938 0xec /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(gedf2.o) + 0x0000000000002938 __gtdf2 + 0x0000000000002938 __gedf2 + .text 0x0000000000002a24 0xc0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(ledf2.o) + 0x0000000000002a24 __ltdf2 + 0x0000000000002a24 __ledf2 + .text 0x0000000000002ae4 0x4a4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(muldf3.o) + 0x0000000000002ae4 __aeabi_dmul + .text 0x0000000000002f88 0x72c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(subdf3.o) + 0x0000000000002f88 __aeabi_dsub + .text 0x00000000000036b4 0x68 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(fixdfsi.o) + 0x00000000000036b4 __aeabi_d2iz + .text 0x000000000000371c 0x78 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(floatsidf.o) + 0x000000000000371c __aeabi_i2d + .text 0x0000000000003794 0xb5c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(unwind-arm.o) + 0x0000000000003a54 _Unwind_VRS_Get + 0x0000000000003a98 _Unwind_VRS_Set + 0x0000000000003dfc __aeabi_unwind_cpp_pr2 + 0x0000000000003e08 __aeabi_unwind_cpp_pr1 + 0x0000000000003e14 __aeabi_unwind_cpp_pr0 + 0x0000000000003e20 _Unwind_VRS_Pop + 0x00000000000041a4 _Unwind_GetCFA + 0x00000000000041a8 __gnu_Unwind_RaiseException + 0x0000000000004200 __gnu_Unwind_ForcedUnwind + 0x0000000000004214 __gnu_Unwind_Resume + 0x0000000000004254 __gnu_Unwind_Resume_or_Rethrow + 0x0000000000004270 _Unwind_Complete + 0x0000000000004274 _Unwind_DeleteException + 0x0000000000004284 __gnu_Unwind_Backtrace + .text 0x00000000000042f0 0x144 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(libunwind.o) + 0x00000000000042f0 __restore_core_regs + 0x00000000000042f0 restore_core_regs + 0x000000000000431c __gnu_Unwind_Restore_VFP + 0x0000000000004320 __gnu_Unwind_Save_VFP + 0x0000000000004324 __gnu_Unwind_Restore_VFP_D + 0x0000000000004328 __gnu_Unwind_Save_VFP_D + 0x000000000000432c __gnu_Unwind_Restore_VFP_D_16_to_31 + 0x0000000000004330 __gnu_Unwind_Save_VFP_D_16_to_31 + 0x0000000000004334 __gnu_Unwind_Restore_WMMXD + 0x0000000000004338 __gnu_Unwind_Save_WMMXD + 0x000000000000433c __gnu_Unwind_Restore_WMMXC + 0x0000000000004340 __gnu_Unwind_Save_WMMXC + 0x0000000000004344 _Unwind_RaiseException + 0x0000000000004344 ___Unwind_RaiseException + 0x0000000000004374 ___Unwind_Resume + 0x0000000000004374 _Unwind_Resume + 0x00000000000043a4 ___Unwind_Resume_or_Rethrow + 0x00000000000043a4 _Unwind_Resume_or_Rethrow + 0x00000000000043d4 _Unwind_ForcedUnwind + 0x00000000000043d4 ___Unwind_ForcedUnwind + 0x0000000000004404 _Unwind_Backtrace + 0x0000000000004404 ___Unwind_Backtrace + .text 0x0000000000004434 0x38c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(pr-support.o) + 0x0000000000004488 __gnu_unwind_execute + 0x0000000000004768 __gnu_unwind_frame + 0x0000000000004790 _Unwind_GetRegionStart + 0x000000000000479c _Unwind_GetLanguageSpecificData + 0x00000000000047b0 _Unwind_GetDataRelBase + 0x00000000000047b8 _Unwind_GetTextRelBase + .text 0x00000000000047c0 0x3c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_clzsi2.o) + 0x00000000000047c0 __clzsi2 + .text 0x00000000000047fc 0x10 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-abort.o) + 0x00000000000047fc abort + .text 0x000000000000480c 0x44 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-init.o) + 0x000000000000480c __libc_init_array + .text 0x0000000000004850 0x514 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-mallocr.o) + 0x0000000000004850 _malloc_r + .text 0x0000000000004d64 0x7c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-memcpy.o) + 0x0000000000004d64 memcpy + .text 0x0000000000004de0 0x8 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-mlock.o) + 0x0000000000004de0 __malloc_lock + 0x0000000000004de4 __malloc_unlock + .text 0x0000000000004de8 0x24 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-sbrkr.o) + 0x0000000000004de8 _sbrk_r + .text 0x0000000000004e0c 0x16c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signal.o) + 0x0000000000004e0c _init_signal_r + 0x0000000000004e48 _signal_r + 0x0000000000004e84 _raise_r + 0x0000000000004edc __sigtramp_r + 0x0000000000004f28 raise + 0x0000000000004f3c signal + 0x0000000000004f54 _init_signal + 0x0000000000004f64 __sigtramp + .text 0x0000000000004f78 0x30 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signalr.o) + 0x0000000000004f78 _kill_r + 0x0000000000004fa0 _getpid_r + .text 0x0000000000004fa8 0x240 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-freer.o) + 0x0000000000004fa8 _malloc_trim_r + 0x0000000000005050 _free_r + .text 0x00000000000051e8 0x40 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) + 0x00000000000051e8 _sbrk + .text 0x0000000000005228 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_exit.o) + 0x0000000000005228 _exit + .text 0x000000000000522c 0x10 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(getpid.o) + 0x000000000000522c _getpid + .text 0x000000000000523c 0x10 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) + 0x000000000000523c _kill + .text 0x000000000000524c 0x2c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_check_heap.o) + 0x000000000000524c __check_heap_overflow + .text 0x0000000000005278 0x60 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtbegin.o + .text 0x00000000000052d8 0xc /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-errno.o) + 0x00000000000052d8 __errno + *(.rodata .rodata.*) + .rodata.str1.1 + 0x00000000000052e4 0x21 ./src/user_application.o + 0x22 (size before relaxing) + .rodata._ZL9radix_hex + 0x0000000000005305 0x11 ./src/core/Print.o + .rodata._ZL9radix_dec + 0x0000000000005316 0xb ./src/core/Print.o + .rodata._ZL9radix_oct + 0x0000000000005321 0x9 ./src/core/Print.o + .rodata._ZL9radix_bin + 0x000000000000532a 0x3 ./src/core/Print.o + .rodata._ZL9IOCON_LUT + 0x000000000000532d 0x30 ./src/core/gpio.o + *fill* 0x000000000000535d 0x3 00 + .rodata._ZL8LPC_GPIO + 0x0000000000005360 0x10 ./src/core/gpio.o + .rodata._ZL14mary_pinAssign + 0x0000000000005370 0xe0 ./src/core/gpio.o + .rodata._ZL17arduino_pinAssign + 0x0000000000005450 0xb0 ./src/core/gpio.o + .rodata._ZTV7USerial + 0x0000000000005500 0x10 ./src/core/uart.o + 0x0000000000005500 _ZTV7USerial + .rodata 0x0000000000005510 0x40 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(divdf3.o) + .rodata 0x0000000000005550 0x40 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(muldf3.o) + .rodata 0x0000000000005590 0x14 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(unwind-arm.o) + .rodata.str1.4 + 0x00000000000055a4 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-impure.o) + 0x00000000000055a8 . = ALIGN (0x4) + 0x00000000000055a8 . = ALIGN (0x4) + *(.init) + .init 0x00000000000055a8 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crti.o + 0x00000000000055a8 _init + .init 0x00000000000055ac 0x8 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtn.o + 0x00000000000055b4 . = ALIGN (0x4) + 0x00000000000055b4 __preinit_array_start = . + *(.preinit_array) + 0x00000000000055b4 __preinit_array_end = . + 0x00000000000055b4 . = ALIGN (0x4) + 0x00000000000055b4 __init_array_start = . + *(SORT(.init_array.*)) + *(.init_array) + .init_array 0x00000000000055b4 0x4 ./src/core/SPI.o + .init_array 0x00000000000055b8 0x4 ./src/core/SPI1.o + .init_array 0x00000000000055bc 0x4 ./src/core/maryoled.o + .init_array 0x00000000000055c0 0x4 ./src/core/uart.o + .init_array 0x00000000000055c4 0x4 ./src/XBee/XBee.o + .init_array 0x00000000000055c8 0x4 ./src/FatFs/SD.o + .init_array 0x00000000000055cc 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtbegin.o + 0x00000000000055d0 __init_array_end = . + *(.fini) + .fini 0x00000000000055d0 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crti.o + 0x00000000000055d0 _fini + .fini 0x00000000000055d4 0x8 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtn.o + 0x00000000000055dc . = ALIGN (0x4) + *crtbegin.o(.ctors) + *(EXCLUDE_FILE(*crtend.o) .ctors) + *(SORT(.ctors.*)) + *crtend.o(.ctors) + 0x00000000000055dc . = ALIGN (0x4) + *crtbegin.o(.dtors) + *(EXCLUDE_FILE(*crtend.o) .dtors) + *(SORT(.dtors.*)) + *crtend.o(.dtors) + +.glue_7 0x00000000000055dc 0x0 + .glue_7 0x0000000000000000 0x0 linker stubs + +.glue_7t 0x00000000000055dc 0x0 + .glue_7t 0x0000000000000000 0x0 linker stubs + +.vfp11_veneer 0x00000000000055dc 0x0 + .vfp11_veneer 0x0000000000000000 0x0 linker stubs + +.v4_bx 0x00000000000055dc 0x0 + .v4_bx 0x0000000000000000 0x0 linker stubs + +.ARM.extab 0x00000000000055dc 0x114 + *(.ARM.extab* .gnu.linkonce.armextab.*) + .ARM.extab.text._Z13deleteMessagev + 0x00000000000055dc 0xc ./src/user_application.o + .ARM.extab.text._Z5setupv + 0x00000000000055e8 0xc ./src/user_application.o + .ARM.extab.text._ZN3SSP5beginEv + 0x00000000000055f4 0xc ./src/core/SPI.o + .ARM.extab.text._ZN4SSP15beginEv + 0x0000000000005600 0xc ./src/core/SPI1.o + .ARM.extab.text.TIMER16_1_IRQHandler + 0x000000000000560c 0xc ./src/core/analogio.o + .ARM.extab.text.PIOINT0_IRQHandler + 0x0000000000005618 0xc ./src/core/gpio_int.o + .ARM.extab.text.PIOINT1_IRQHandler + 0x0000000000005624 0xc ./src/core/gpio_int.o + .ARM.extab.text.PIOINT2_IRQHandler + 0x0000000000005630 0xc ./src/core/gpio_int.o + .ARM.extab.text.PIOINT3_IRQHandler + 0x000000000000563c 0xc ./src/core/gpio_int.o + .ARM.extab.text.startup.main + 0x0000000000005648 0xc ./src/core/startup_mary.o + .ARM.extab 0x0000000000005654 0x6c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(unwind-arm.o) + .ARM.extab 0x00000000000056c0 0x30 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(pr-support.o) + 0x00000000000056f0 __exidx_start = . + +.eh_frame 0x00000000000056f0 0x0 + .eh_frame 0x00000000000056f0 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtbegin.o + +.ARM.exidx 0x00000000000056f0 0x1d8 + *(.ARM.exidx* .gnu.linkonce.armexidx.*) + .ARM.exidx.text._Z7hsv2rgbi + 0x0000000000005708 0x8 ./src/user_application.o + .ARM.exidx.text._Z13deleteMessagev + 0x0000000000005710 0x8 ./src/user_application.o + .ARM.exidx.text._Z5setupv + 0x0000000000005718 0x8 ./src/user_application.o + .ARM.exidx.text._Z4loopv + 0x0000000000005720 0x8 ./src/user_application.o + .ARM.exidx.text._ZN5Print7printlnEv + 0x0000000000005728 0x8 ./src/core/Print.o + .ARM.exidx.text._ZN5Print5printEPKc + 0x0000000000005730 0x8 ./src/core/Print.o + .ARM.exidx.text._ZN5Print5printEi12RADIX_FORMAT + 0x0000000000005738 0x8 ./src/core/Print.o + .ARM.exidx.text._ZN5Print7printlnEPKc + 0x0000000000005740 0x8 ./src/core/Print.o + .ARM.exidx.text._ZN5Print7printlnEi12RADIX_FORMAT + 0x0000000000005748 0x0 ./src/core/Print.o + 0x8 (size before relaxing) + .ARM.exidx.text._ZN3SSPD2Ev + 0x0000000000005748 0x8 ./src/core/SPI.o + .ARM.exidx.text.ssp_begin + 0x0000000000005750 0x8 ./src/core/SPI.o + .ARM.exidx.text._ZN3SSP5beginEv + 0x0000000000005758 0x8 ./src/core/SPI.o + .ARM.exidx.text._ZN3SSPC2Ev + 0x0000000000005760 0x8 ./src/core/SPI.o + .ARM.exidx.text.startup._GLOBAL__sub_I_SPI + 0x0000000000005768 0x8 ./src/core/SPI.o + .ARM.exidx.text._ZN4SSP1D2Ev + 0x0000000000005770 0x0 ./src/core/SPI1.o + 0x8 (size before relaxing) + .ARM.exidx.text.ssp1_begin + 0x0000000000005770 0x8 ./src/core/SPI1.o + .ARM.exidx.text._ZN4SSP15beginEv + 0x0000000000005778 0x8 ./src/core/SPI1.o + .ARM.exidx.text._ZN4SSP1C2Ev + 0x0000000000005780 0x8 ./src/core/SPI1.o + .ARM.exidx.text.startup._GLOBAL__sub_I_SPI1 + 0x0000000000005788 0x8 ./src/core/SPI1.o + .ARM.exidx.text.NVIC_SetPriority.constprop.2 + 0x0000000000005790 0x0 ./src/core/analogio.o + 0x8 (size before relaxing) + .ARM.exidx.text.setup_TIMER16_0 + 0x0000000000005790 0x0 ./src/core/analogio.o + 0x8 (size before relaxing) + .ARM.exidx.text.setup_TIMER16_1 + 0x0000000000005790 0x0 ./src/core/analogio.o + 0x8 (size before relaxing) + .ARM.exidx.text.analogWrite + 0x0000000000005790 0x8 ./src/core/analogio.o + .ARM.exidx.text.TIMER16_0_IRQHandler + 0x0000000000005798 0x0 ./src/core/analogio.o + 0x8 (size before relaxing) + .ARM.exidx.text.TIMER16_1_IRQHandler + 0x0000000000005798 0x8 ./src/core/analogio.o + .ARM.exidx.text.__aeabi_atexit + 0x00000000000057a0 0x8 ./src/core/cr_cpp_config.o + .ARM.exidx.after_vectors + 0x00000000000056f0 0x18 ./src/core/cr_startup_lpc11.o + 0x48 (size before relaxing) + .ARM.exidx.text.NVIC_SetPriority + 0x00000000000057a8 0x0 ./src/core/delay.o + 0x8 (size before relaxing) + .ARM.exidx.text.delay + 0x00000000000057a8 0x0 ./src/core/delay.o + 0x8 (size before relaxing) + .ARM.exidx.text.setup_TIMER32_1 + 0x00000000000057a8 0x0 ./src/core/delay.o + 0x8 (size before relaxing) + .ARM.exidx.text.TIMER32_1_IRQHandler + 0x00000000000057a8 0x8 ./src/core/delay.o + .ARM.exidx.text.SysTick_Handler + 0x00000000000057b0 0x8 ./src/core/delay.o + .ARM.exidx.text.setup_systick + 0x00000000000057b8 0x0 ./src/core/delay.o + 0x8 (size before relaxing) + .ARM.exidx.text.pinMode + 0x00000000000057b8 0x0 ./src/core/gpio.o + 0x8 (size before relaxing) + .ARM.exidx.text.digitalWrite + 0x00000000000057b8 0x0 ./src/core/gpio.o + 0x8 (size before relaxing) + .ARM.exidx.text.GPIOIntStatus + 0x00000000000057b8 0x0 ./src/core/gpio.o + 0x8 (size before relaxing) + .ARM.exidx.text.GPIOIntClear + 0x00000000000057b8 0x0 ./src/core/gpio.o + 0x8 (size before relaxing) + .ARM.exidx.text.GPIO_IRQHandler + 0x00000000000057b8 0x8 ./src/core/gpio_int.o + .ARM.exidx.text.PIOINT0_IRQHandler + 0x00000000000057c0 0x8 ./src/core/gpio_int.o + .ARM.exidx.text.PIOINT1_IRQHandler + 0x00000000000057c8 0x8 ./src/core/gpio_int.o + .ARM.exidx.text.PIOINT2_IRQHandler + 0x00000000000057d0 0x8 ./src/core/gpio_int.o + .ARM.exidx.text.PIOINT3_IRQHandler + 0x00000000000057d8 0x8 ./src/core/gpio_int.o + .ARM.exidx.text._ZN8MARYOLEDD2Ev + 0x00000000000057e0 0x8 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLEDC2Ev + 0x00000000000057e8 0x0 ./src/core/maryoled.o + 0x8 (size before relaxing) + .ARM.exidx.text.startup._GLOBAL__sub_I_oled + 0x00000000000057e8 0x0 ./src/core/maryoled.o + 0x8 (size before relaxing) + .ARM.exidx.text.startup.main + 0x00000000000057e8 0x8 ./src/core/startup_mary.o + .ARM.exidx.text.SystemInit + 0x00000000000057f0 0x8 ./src/core/system_LPC11xx.o + .ARM.exidx.text._ZN7USerialD2Ev + 0x00000000000057f8 0x0 ./src/core/uart.o + 0x8 (size before relaxing) + .ARM.exidx.text._ZN7USerial5writeEc + 0x00000000000057f8 0x0 ./src/core/uart.o + 0x8 (size before relaxing) + .ARM.exidx.text._ZN7USerial5beginEi + 0x00000000000057f8 0x0 ./src/core/uart.o + 0x8 (size before relaxing) + .ARM.exidx.text.startup._GLOBAL__sub_I_Serial + 0x00000000000057f8 0x0 ./src/core/uart.o + 0x8 (size before relaxing) + .ARM.exidx.text.startup._GLOBAL__sub_I__ZN12XBeeResponseC2Ev + 0x00000000000057f8 0x0 ./src/XBee/XBee.o + 0x8 (size before relaxing) + .ARM.exidx.text._ZN7PETITFSD2Ev + 0x00000000000057f8 0x0 ./src/FatFs/SD.o + 0x8 (size before relaxing) + .ARM.exidx.text.startup._GLOBAL__sub_I_SDFile + 0x00000000000057f8 0x0 ./src/FatFs/SD.o + 0x8 (size before relaxing) + .ARM.exidx 0x00000000000057f8 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(divdf3.o) + 0x8 (size before relaxing) + .ARM.exidx 0x00000000000057f8 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(eqdf2.o) + 0x8 (size before relaxing) + .ARM.exidx 0x00000000000057f8 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(gedf2.o) + 0x8 (size before relaxing) + .ARM.exidx 0x00000000000057f8 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(ledf2.o) + 0x8 (size before relaxing) + .ARM.exidx 0x00000000000057f8 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(muldf3.o) + 0x8 (size before relaxing) + .ARM.exidx 0x00000000000057f8 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(subdf3.o) + 0x8 (size before relaxing) + .ARM.exidx 0x00000000000057f8 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(fixdfsi.o) + 0x8 (size before relaxing) + .ARM.exidx 0x00000000000057f8 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(floatsidf.o) + 0x8 (size before relaxing) + .ARM.exidx 0x00000000000057f8 0x98 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(unwind-arm.o) + 0xc0 (size before relaxing) + .ARM.exidx 0x0000000000005890 0x38 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(pr-support.o) + 0x48 (size before relaxing) + 0x00000000000058c8 __exidx_end = . + 0x00000000000058c8 _etext = . + +.uninit_RESERVED + *(.bss.$RESERVED*) + +.data 0x0000000010000000 0x84c load address 0x00000000000058c8 + FILL mask 0xff + 0x0000000010000000 _data = . + *(vtable) + *(.data*) + .data.SystemCoreClock + 0x0000000010000000 0x4 ./src/core/system_LPC11xx.o + 0x0000000010000000 SystemCoreClock + .data 0x0000000010000004 0x410 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-mallocr.o) + 0x0000000010000004 __malloc_av_ + 0x000000001000040c __malloc_sbrk_base + 0x0000000010000410 __malloc_trim_threshold + *fill* 0x0000000010000414 0x4 00 + .data 0x0000000010000418 0x430 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-impure.o) + 0x0000000010000418 _impure_ptr + .data 0x0000000010000848 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtbegin.o + 0x0000000010000848 __dso_handle + 0x000000001000084c . = ALIGN (0x4) + 0x000000001000084c _edata = . + +.jcr 0x000000001000084c 0x0 load address 0x0000000000006114 + .jcr 0x000000001000084c 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtbegin.o + +.bss 0x000000001000084c 0x1d4 load address 0x0000000000006114 + 0x000000001000084c _bss = . + *(.bss*) + .bss.SPI 0x000000001000084c 0x8 ./src/core/SPI.o + 0x000000001000084c SPI + .bss.SPI1 0x0000000010000854 0x8 ./src/core/SPI1.o + 0x0000000010000854 SPI1 + .bss._ZL11pwm_pin_num + 0x000000001000085c 0x10 ./src/core/analogio.o + .bss._ZL14pwm_duty_value + 0x000000001000086c 0x10 ./src/core/analogio.o + .bss._ZL13pwm_init_done + 0x000000001000087c 0x4 ./src/core/analogio.o + .bss._ZL17pwm_already_inuse + 0x0000000010000880 0x4 ./src/core/analogio.o + .bss.userfunc 0x0000000010000884 0x4 ./src/core/delay.o + 0x0000000010000884 userfunc + .bss._ZL7msTicks + 0x0000000010000888 0x4 ./src/core/delay.o + .bss._ZL7intFunc + 0x000000001000088c 0x58 ./src/core/gpio_int.o + .bss.oled 0x00000000100008e4 0x28 ./src/core/maryoled.o + 0x00000000100008e4 oled + .bss.Serial 0x000000001000090c 0xc ./src/core/uart.o + 0x000000001000090c Serial + .bss._ZN22RemoteAtCommandRequest18broadcastAddress64E + 0x0000000010000918 0x8 ./src/XBee/XBee.o + 0x0000000010000918 _ZN22RemoteAtCommandRequest18broadcastAddress64E + .bss.SDFile 0x0000000010000920 0xa8 ./src/FatFs/SD.o + 0x0000000010000920 SDFile + .bss 0x00000000100009c8 0x34 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-mallocr.o) + 0x00000000100009c8 __malloc_top_pad + 0x00000000100009cc __malloc_current_mallinfo + 0x00000000100009f4 __malloc_max_sbrked_mem + 0x00000000100009f8 __malloc_max_total_mem + .bss 0x00000000100009fc 0x1c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtbegin.o + *(COMMON) + COMMON 0x0000000010000a18 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-reent.o) + 0x0000000010000a18 errno + COMMON 0x0000000010000a1c 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) + 0x0000000010000a1c __end_of_heap + 0x0000000010000a20 . = ALIGN (0x4) + 0x0000000010000a20 _ebss = . + 0x0000000010000a20 PROVIDE (end, .) + 0x0000000010000a20 PROVIDE (_pvHeapStart, .) + 0x0000000010000fe0 PROVIDE (_vStackTop, (__top_RamLoc8 - 0x0)) +OUTPUT(eXodusino.axf elf32-littlearm) + +.debug_info 0x0000000000000000 0x146a6 + .debug_info 0x0000000000000000 0x4e1 ./src/user_application.o + .debug_info 0x00000000000004e1 0x1201 ./src/core/LiquidCrystal.o + .debug_info 0x00000000000016e2 0x545 ./src/core/Print.o + .debug_info 0x0000000000001c27 0x12c3 ./src/core/SPI.o + .debug_info 0x0000000000002eea 0x12c3 ./src/core/SPI1.o + .debug_info 0x00000000000041ad 0xb6b ./src/core/SoftwareSerial.o + .debug_info 0x0000000000004d18 0x27ce ./src/core/Wire.o + .debug_info 0x00000000000074e6 0xc14 ./src/core/analogio.o + .debug_info 0x00000000000080fa 0x3ea ./src/core/arithmetical.o + .debug_info 0x00000000000084e4 0x134 ./src/core/cr_cpp_config.o + .debug_info 0x0000000000008618 0x2ae ./src/core/cr_startup_lpc11.o + .debug_info 0x00000000000088c6 0xbd5 ./src/core/delay.o + .debug_info 0x000000000000949b 0x514 ./src/core/gpio.o + .debug_info 0x00000000000099af 0x5d4 ./src/core/gpio_int.o + .debug_info 0x0000000000009f83 0x1302 ./src/core/maryoled.o + .debug_info 0x000000000000b285 0x2ab ./src/core/startup_mary.o + .debug_info 0x000000000000b530 0x4f9 ./src/core/system_LPC11xx.o + .debug_info 0x000000000000ba29 0xda5 ./src/core/uart.o + .debug_info 0x000000000000c7ce 0x4c45 ./src/XBee/XBee.o + .debug_info 0x0000000000011413 0x1131 ./src/FatFs/SD.o + .debug_info 0x0000000000012544 0xf7a ./src/FatFs/pff.o + .debug_info 0x00000000000134be 0xe6b ./src/FatFs/sdcard.o + .debug_info 0x0000000000014329 0x104 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) + .debug_info 0x000000000001442d 0x5c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_exit.o) + .debug_info 0x0000000000014489 0xa5 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(getpid.o) + .debug_info 0x000000000001452e 0xc6 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) + .debug_info 0x00000000000145f4 0xb2 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_check_heap.o) + +.debug_abbrev 0x0000000000000000 0x3e9a + .debug_abbrev 0x0000000000000000 0x1b8 ./src/user_application.o + .debug_abbrev 0x00000000000001b8 0x33f ./src/core/LiquidCrystal.o + .debug_abbrev 0x00000000000004f7 0x17c ./src/core/Print.o + .debug_abbrev 0x0000000000000673 0x3a8 ./src/core/SPI.o + .debug_abbrev 0x0000000000000a1b 0x384 ./src/core/SPI1.o + .debug_abbrev 0x0000000000000d9f 0x3f1 ./src/core/SoftwareSerial.o + .debug_abbrev 0x0000000000001190 0x5c8 ./src/core/Wire.o + .debug_abbrev 0x0000000000001758 0x270 ./src/core/analogio.o + .debug_abbrev 0x00000000000019c8 0x18a ./src/core/arithmetical.o + .debug_abbrev 0x0000000000001b52 0xcd ./src/core/cr_cpp_config.o + .debug_abbrev 0x0000000000001c1f 0x13e ./src/core/cr_startup_lpc11.o + .debug_abbrev 0x0000000000001d5d 0x272 ./src/core/delay.o + .debug_abbrev 0x0000000000001fcf 0x1ab ./src/core/gpio.o + .debug_abbrev 0x000000000000217a 0x1ce ./src/core/gpio_int.o + .debug_abbrev 0x0000000000002348 0x3c0 ./src/core/maryoled.o + .debug_abbrev 0x0000000000002708 0xff ./src/core/startup_mary.o + .debug_abbrev 0x0000000000002807 0xd8 ./src/core/system_LPC11xx.o + .debug_abbrev 0x00000000000028df 0x34e ./src/core/uart.o + .debug_abbrev 0x0000000000002c2d 0x626 ./src/XBee/XBee.o + .debug_abbrev 0x0000000000003253 0x3b4 ./src/FatFs/SD.o + .debug_abbrev 0x0000000000003607 0x34b ./src/FatFs/pff.o + .debug_abbrev 0x0000000000003952 0x32b ./src/FatFs/sdcard.o + .debug_abbrev 0x0000000000003c7d 0x97 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) + .debug_abbrev 0x0000000000003d14 0x52 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_exit.o) + .debug_abbrev 0x0000000000003d66 0x52 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(getpid.o) + .debug_abbrev 0x0000000000003db8 0x72 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) + .debug_abbrev 0x0000000000003e2a 0x70 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_check_heap.o) + +.debug_loc 0x0000000000000000 0x6e1f + .debug_loc 0x0000000000000000 0x47a ./src/user_application.o + .debug_loc 0x000000000000047a 0x92c ./src/core/LiquidCrystal.o + .debug_loc 0x0000000000000da6 0x3c5 ./src/core/Print.o + .debug_loc 0x000000000000116b 0x205 ./src/core/SPI.o + .debug_loc 0x0000000000001370 0x205 ./src/core/SPI1.o + .debug_loc 0x0000000000001575 0x4ca ./src/core/SoftwareSerial.o + .debug_loc 0x0000000000001a3f 0xc55 ./src/core/Wire.o + .debug_loc 0x0000000000002694 0x24e ./src/core/analogio.o + .debug_loc 0x00000000000028e2 0x135 ./src/core/arithmetical.o + .debug_loc 0x0000000000002a17 0x79 ./src/core/cr_cpp_config.o + .debug_loc 0x0000000000002a90 0x2af ./src/core/cr_startup_lpc11.o + .debug_loc 0x0000000000002d3f 0x1c3 ./src/core/delay.o + .debug_loc 0x0000000000002f02 0x350 ./src/core/gpio.o + .debug_loc 0x0000000000003252 0x1cc ./src/core/gpio_int.o + .debug_loc 0x000000000000341e 0x92f ./src/core/maryoled.o + .debug_loc 0x0000000000003d4d 0x20 ./src/core/startup_mary.o + .debug_loc 0x0000000000003d6d 0x98 ./src/core/system_LPC11xx.o + .debug_loc 0x0000000000003e05 0xd2 ./src/core/uart.o + .debug_loc 0x0000000000003ed7 0x1994 ./src/XBee/XBee.o + .debug_loc 0x000000000000586b 0x281 ./src/FatFs/SD.o + .debug_loc 0x0000000000005aec 0xe30 ./src/FatFs/pff.o + .debug_loc 0x000000000000691c 0x435 ./src/FatFs/sdcard.o + .debug_loc 0x0000000000006d51 0x68 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) + .debug_loc 0x0000000000006db9 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_exit.o) + .debug_loc 0x0000000000006dd9 0x13 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) + .debug_loc 0x0000000000006dec 0x33 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_check_heap.o) + +.debug_aranges 0x0000000000000000 0xed8 + .debug_aranges + 0x0000000000000000 0x40 ./src/user_application.o + .debug_aranges + 0x0000000000000040 0xf8 ./src/core/LiquidCrystal.o + .debug_aranges + 0x0000000000000138 0x58 ./src/core/Print.o + .debug_aranges + 0x0000000000000190 0x80 ./src/core/SPI.o + .debug_aranges + 0x0000000000000210 0x80 ./src/core/SPI1.o + .debug_aranges + 0x0000000000000290 0x88 ./src/core/SoftwareSerial.o + .debug_aranges + 0x0000000000000318 0x128 ./src/core/Wire.o + .debug_aranges + 0x0000000000000440 0x50 ./src/core/analogio.o + .debug_aranges + 0x0000000000000490 0x40 ./src/core/arithmetical.o + .debug_aranges + 0x00000000000004d0 0x30 ./src/core/cr_cpp_config.o + .debug_aranges + 0x0000000000000500 0x70 ./src/core/cr_startup_lpc11.o + .debug_aranges + 0x0000000000000570 0x70 ./src/core/delay.o + .debug_aranges + 0x00000000000005e0 0x58 ./src/core/gpio.o + .debug_aranges + 0x0000000000000638 0x60 ./src/core/gpio_int.o + .debug_aranges + 0x0000000000000698 0xe8 ./src/core/maryoled.o + .debug_aranges + 0x0000000000000780 0x20 ./src/core/startup_mary.o + .debug_aranges + 0x00000000000007a0 0x28 ./src/core/system_LPC11xx.o + .debug_aranges + 0x00000000000007c8 0x58 ./src/core/uart.o + .debug_aranges + 0x0000000000000820 0x468 ./src/XBee/XBee.o + .debug_aranges + 0x0000000000000c88 0xe0 ./src/FatFs/SD.o + .debug_aranges + 0x0000000000000d68 0x80 ./src/FatFs/pff.o + .debug_aranges + 0x0000000000000de8 0x50 ./src/FatFs/sdcard.o + .debug_aranges + 0x0000000000000e38 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) + .debug_aranges + 0x0000000000000e58 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_exit.o) + .debug_aranges + 0x0000000000000e78 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(getpid.o) + .debug_aranges + 0x0000000000000e98 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) + .debug_aranges + 0x0000000000000eb8 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_check_heap.o) + +.debug_ranges 0x0000000000000000 0x1610 + .debug_ranges 0x0000000000000000 0x60 ./src/user_application.o + .debug_ranges 0x0000000000000060 0xe8 ./src/core/LiquidCrystal.o + .debug_ranges 0x0000000000000148 0x48 ./src/core/Print.o + .debug_ranges 0x0000000000000190 0xd8 ./src/core/SPI.o + .debug_ranges 0x0000000000000268 0x100 ./src/core/SPI1.o + .debug_ranges 0x0000000000000368 0x90 ./src/core/SoftwareSerial.o + .debug_ranges 0x00000000000003f8 0x180 ./src/core/Wire.o + .debug_ranges 0x0000000000000578 0x68 ./src/core/analogio.o + .debug_ranges 0x00000000000005e0 0x60 ./src/core/arithmetical.o + .debug_ranges 0x0000000000000640 0x20 ./src/core/cr_cpp_config.o + .debug_ranges 0x0000000000000660 0x60 ./src/core/cr_startup_lpc11.o + .debug_ranges 0x00000000000006c0 0x60 ./src/core/delay.o + .debug_ranges 0x0000000000000720 0x48 ./src/core/gpio.o + .debug_ranges 0x0000000000000768 0x68 ./src/core/gpio_int.o + .debug_ranges 0x00000000000007d0 0x1a0 ./src/core/maryoled.o + .debug_ranges 0x0000000000000970 0x10 ./src/core/startup_mary.o + .debug_ranges 0x0000000000000980 0x48 ./src/core/system_LPC11xx.o + .debug_ranges 0x00000000000009c8 0x60 ./src/core/uart.o + .debug_ranges 0x0000000000000a28 0x7f0 ./src/XBee/XBee.o + .debug_ranges 0x0000000000001218 0xe8 ./src/FatFs/SD.o + .debug_ranges 0x0000000000001300 0x278 ./src/FatFs/pff.o + .debug_ranges 0x0000000000001578 0x98 ./src/FatFs/sdcard.o + +.debug_line 0x0000000000000000 0x488f + .debug_line 0x0000000000000000 0x1f1 ./src/user_application.o + .debug_line 0x00000000000001f1 0x3fb ./src/core/LiquidCrystal.o + .debug_line 0x00000000000005ec 0x165 ./src/core/Print.o + .debug_line 0x0000000000000751 0x260 ./src/core/SPI.o + .debug_line 0x00000000000009b1 0x27e ./src/core/SPI1.o + .debug_line 0x0000000000000c2f 0x29f ./src/core/SoftwareSerial.o + .debug_line 0x0000000000000ece 0x9a2 ./src/core/Wire.o + .debug_line 0x0000000000001870 0x227 ./src/core/analogio.o + .debug_line 0x0000000000001a97 0x195 ./src/core/arithmetical.o + .debug_line 0x0000000000001c2c 0xe6 ./src/core/cr_cpp_config.o + .debug_line 0x0000000000001d12 0xc9 ./src/core/cr_startup_lpc11.o + .debug_line 0x0000000000001ddb 0x249 ./src/core/delay.o + .debug_line 0x0000000000002024 0x1ce ./src/core/gpio.o + .debug_line 0x00000000000021f2 0x1cd ./src/core/gpio_int.o + .debug_line 0x00000000000023bf 0x3f9 ./src/core/maryoled.o + .debug_line 0x00000000000027b8 0x106 ./src/core/startup_mary.o + .debug_line 0x00000000000028be 0x16f ./src/core/system_LPC11xx.o + .debug_line 0x0000000000002a2d 0x1c4 ./src/core/uart.o + .debug_line 0x0000000000002bf1 0xf4d ./src/XBee/XBee.o + .debug_line 0x0000000000003b3e 0x30d ./src/FatFs/SD.o + .debug_line 0x0000000000003e4b 0x4ff ./src/FatFs/pff.o + .debug_line 0x000000000000434a 0x370 ./src/FatFs/sdcard.o + .debug_line 0x00000000000046ba 0xc2 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) + .debug_line 0x000000000000477c 0x3e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_exit.o) + .debug_line 0x00000000000047ba 0x43 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(getpid.o) + .debug_line 0x00000000000047fd 0x41 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) + .debug_line 0x000000000000483e 0x51 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_check_heap.o) + +.debug_str 0x0000000000000000 0x51b8 + .debug_str 0x0000000000000000 0x26f ./src/user_application.o + 0x317 (size before relaxing) + .debug_str 0x000000000000026f 0x4c4 ./src/core/LiquidCrystal.o + 0x727 (size before relaxing) + .debug_str 0x0000000000000733 0x10e ./src/core/Print.o + 0x2ac (size before relaxing) + .debug_str 0x0000000000000841 0x8f5 ./src/core/SPI.o + 0xbdb (size before relaxing) + .debug_str 0x0000000000001136 0x126 ./src/core/SPI1.o + 0xbf2 (size before relaxing) + .debug_str 0x000000000000125c 0x3b6 ./src/core/SoftwareSerial.o + 0x6b3 (size before relaxing) + .debug_str 0x0000000000001612 0xd5b ./src/core/Wire.o + 0x1174 (size before relaxing) + .debug_str 0x000000000000236d 0x11f ./src/core/analogio.o + 0x7fd (size before relaxing) + .debug_str 0x000000000000248c 0xa4 ./src/core/arithmetical.o + 0x272 (size before relaxing) + .debug_str 0x0000000000002530 0x62 ./src/core/cr_cpp_config.o + 0x1a3 (size before relaxing) + .debug_str 0x0000000000002592 0x173 ./src/core/cr_startup_lpc11.o + 0x29c (size before relaxing) + .debug_str 0x0000000000002705 0x120 ./src/core/delay.o + 0x7a3 (size before relaxing) + .debug_str 0x0000000000002825 0x225 ./src/core/gpio.o + 0x445 (size before relaxing) + .debug_str 0x0000000000002a4a 0xac ./src/core/gpio_int.o + 0x4e5 (size before relaxing) + .debug_str 0x0000000000002af6 0x595 ./src/core/maryoled.o + 0xb55 (size before relaxing) + .debug_str 0x000000000000308b 0x1d ./src/core/startup_mary.o + 0x1eb (size before relaxing) + .debug_str 0x00000000000030a8 0x4e ./src/core/system_LPC11xx.o + 0x417 (size before relaxing) + .debug_str 0x00000000000030f6 0x13b ./src/core/uart.o + 0x788 (size before relaxing) + .debug_str 0x0000000000003231 0x1832 ./src/XBee/XBee.o + 0x1c76 (size before relaxing) + .debug_str 0x0000000000004a63 0x377 ./src/FatFs/SD.o + 0x916 (size before relaxing) + .debug_str 0x0000000000004dda 0x1d9 ./src/FatFs/pff.o + 0x504 (size before relaxing) + .debug_str 0x0000000000004fb3 0xcc ./src/FatFs/sdcard.o + 0x9f0 (size before relaxing) + .debug_str 0x000000000000507f 0xb3 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) + 0x143 (size before relaxing) + .debug_str 0x0000000000005132 0x15 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_exit.o) + 0x70 (size before relaxing) + .debug_str 0x0000000000005147 0x18 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(getpid.o) + 0x102 (size before relaxing) + .debug_str 0x000000000000515f 0x14 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) + 0xfe (size before relaxing) + .debug_str 0x0000000000005173 0x45 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_check_heap.o) + 0xcf (size before relaxing) + +.comment 0x0000000000000000 0x9a + .comment 0x0000000000000000 0x70 ./src/user_application.o + 0x71 (size before relaxing) + .comment 0x0000000000000000 0x71 ./src/core/LiquidCrystal.o + .comment 0x0000000000000000 0x71 ./src/core/Print.o + .comment 0x0000000000000000 0x71 ./src/core/SPI.o + .comment 0x0000000000000000 0x71 ./src/core/SPI1.o + .comment 0x0000000000000000 0x71 ./src/core/SoftwareSerial.o + .comment 0x0000000000000000 0x71 ./src/core/Wire.o + .comment 0x0000000000000000 0x71 ./src/core/analogio.o + .comment 0x0000000000000000 0x71 ./src/core/arithmetical.o + .comment 0x0000000000000000 0x71 ./src/core/cr_cpp_config.o + .comment 0x0000000000000000 0x71 ./src/core/cr_startup_lpc11.o + .comment 0x0000000000000000 0x71 ./src/core/delay.o + .comment 0x0000000000000000 0x71 ./src/core/gpio.o + .comment 0x0000000000000000 0x71 ./src/core/gpio_int.o + .comment 0x0000000000000000 0x71 ./src/core/maryoled.o + .comment 0x0000000000000000 0x71 ./src/core/startup_mary.o + .comment 0x0000000000000000 0x71 ./src/core/system_LPC11xx.o + .comment 0x0000000000000000 0x71 ./src/core/uart.o + .comment 0x0000000000000000 0x71 ./src/XBee/XBee.o + .comment 0x0000000000000000 0x71 ./src/FatFs/SD.o + .comment 0x0000000000000000 0x71 ./src/FatFs/pff.o + .comment 0x0000000000000000 0x71 ./src/FatFs/sdcard.o + .comment 0x0000000000000070 0x2a /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) + 0x2b (size before relaxing) + .comment 0x0000000000000000 0x2b /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_exit.o) + .comment 0x0000000000000000 0x2b /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(getpid.o) + .comment 0x0000000000000000 0x2b /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) + .comment 0x0000000000000000 0x2b /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_check_heap.o) + +.ARM.attributes + 0x0000000000000000 0x33 + .ARM.attributes + 0x0000000000000000 0x33 ./src/user_application.o + .ARM.attributes + 0x0000000000000033 0x33 ./src/core/LiquidCrystal.o + .ARM.attributes + 0x0000000000000066 0x33 ./src/core/Print.o + .ARM.attributes + 0x0000000000000099 0x33 ./src/core/SPI.o + .ARM.attributes + 0x00000000000000cc 0x33 ./src/core/SPI1.o + .ARM.attributes + 0x00000000000000ff 0x33 ./src/core/SoftwareSerial.o + .ARM.attributes + 0x0000000000000132 0x33 ./src/core/Wire.o + .ARM.attributes + 0x0000000000000165 0x33 ./src/core/analogio.o + .ARM.attributes + 0x0000000000000198 0x33 ./src/core/arithmetical.o + .ARM.attributes + 0x00000000000001cb 0x33 ./src/core/cr_cpp_config.o + .ARM.attributes + 0x00000000000001fe 0x33 ./src/core/cr_startup_lpc11.o + .ARM.attributes + 0x0000000000000231 0x33 ./src/core/delay.o + .ARM.attributes + 0x0000000000000264 0x33 ./src/core/gpio.o + .ARM.attributes + 0x0000000000000297 0x33 ./src/core/gpio_int.o + .ARM.attributes + 0x00000000000002ca 0x33 ./src/core/maryoled.o + .ARM.attributes + 0x00000000000002fd 0x33 ./src/core/startup_mary.o + .ARM.attributes + 0x0000000000000330 0x33 ./src/core/system_LPC11xx.o + .ARM.attributes + 0x0000000000000363 0x33 ./src/core/uart.o + .ARM.attributes + 0x0000000000000396 0x33 ./src/XBee/XBee.o + .ARM.attributes + 0x00000000000003c9 0x33 ./src/FatFs/SD.o + .ARM.attributes + 0x00000000000003fc 0x33 ./src/FatFs/pff.o + .ARM.attributes + 0x000000000000042f 0x33 ./src/FatFs/sdcard.o + .ARM.attributes + 0x0000000000000462 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_thumb1_case_uqi.o) + .ARM.attributes + 0x0000000000000482 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_udivsi3.o) + .ARM.attributes + 0x00000000000004a2 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_divsi3.o) + .ARM.attributes + 0x00000000000004c2 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_dvmd_tls.o) + .ARM.attributes + 0x00000000000004e2 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_arm_cmpdf2.o) + .ARM.attributes + 0x0000000000000502 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(divdf3.o) + .ARM.attributes + 0x0000000000000530 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(eqdf2.o) + .ARM.attributes + 0x000000000000055e 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(gedf2.o) + .ARM.attributes + 0x000000000000058c 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(ledf2.o) + .ARM.attributes + 0x00000000000005ba 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(muldf3.o) + .ARM.attributes + 0x00000000000005e8 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(subdf3.o) + .ARM.attributes + 0x0000000000000616 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(fixdfsi.o) + .ARM.attributes + 0x0000000000000644 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(floatsidf.o) + .ARM.attributes + 0x0000000000000672 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(unwind-arm.o) + .ARM.attributes + 0x00000000000006a0 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(libunwind.o) + .ARM.attributes + 0x00000000000006c0 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(pr-support.o) + .ARM.attributes + 0x00000000000006ee 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_clzsi2.o) + .ARM.attributes + 0x000000000000070e 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-abort.o) + .ARM.attributes + 0x000000000000073c 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-init.o) + .ARM.attributes + 0x000000000000076a 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-malloc.o) + .ARM.attributes + 0x0000000000000798 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-mallocr.o) + .ARM.attributes + 0x00000000000007c6 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-memcpy.o) + .ARM.attributes + 0x00000000000007f4 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-mlock.o) + .ARM.attributes + 0x0000000000000822 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-sbrkr.o) + .ARM.attributes + 0x0000000000000850 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signal.o) + .ARM.attributes + 0x000000000000087e 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signalr.o) + .ARM.attributes + 0x00000000000008ac 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-strlen.o) + .ARM.attributes + 0x00000000000008da 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-freer.o) + .ARM.attributes + 0x0000000000000908 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-impure.o) + .ARM.attributes + 0x0000000000000936 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-reent.o) + .ARM.attributes + 0x0000000000000964 0x33 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) + .ARM.attributes + 0x0000000000000997 0x33 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_exit.o) + .ARM.attributes + 0x00000000000009ca 0x33 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(getpid.o) + .ARM.attributes + 0x00000000000009fd 0x33 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) + .ARM.attributes + 0x0000000000000a30 0x33 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_check_heap.o) + .ARM.attributes + 0x0000000000000a63 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crti.o + .ARM.attributes + 0x0000000000000a83 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtn.o + .ARM.attributes + 0x0000000000000aa3 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtbegin.o + .ARM.attributes + 0x0000000000000ad1 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtend.o + .ARM.attributes + 0x0000000000000aff 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-errno.o) + +.debug_frame 0x0000000000000000 0x2ce0 + .debug_frame 0x0000000000000000 0x98 ./src/user_application.o + .debug_frame 0x0000000000000098 0x2fc ./src/core/LiquidCrystal.o + .debug_frame 0x0000000000000394 0xe4 ./src/core/Print.o + .debug_frame 0x0000000000000478 0x124 ./src/core/SPI.o + .debug_frame 0x000000000000059c 0x128 ./src/core/SPI1.o + .debug_frame 0x00000000000006c4 0x180 ./src/core/SoftwareSerial.o + .debug_frame 0x0000000000000844 0x374 ./src/core/Wire.o + .debug_frame 0x0000000000000bb8 0xb8 ./src/core/analogio.o + .debug_frame 0x0000000000000c70 0x7c ./src/core/arithmetical.o + .debug_frame 0x0000000000000cec 0x50 ./src/core/cr_cpp_config.o + .debug_frame 0x0000000000000d3c 0x114 ./src/core/cr_startup_lpc11.o + .debug_frame 0x0000000000000e50 0x104 ./src/core/delay.o + .debug_frame 0x0000000000000f54 0xe8 ./src/core/gpio.o + .debug_frame 0x000000000000103c 0xe0 ./src/core/gpio_int.o + .debug_frame 0x000000000000111c 0x284 ./src/core/maryoled.o + .debug_frame 0x00000000000013a0 0x28 ./src/core/startup_mary.o + .debug_frame 0x00000000000013c8 0x44 ./src/core/system_LPC11xx.o + .debug_frame 0x000000000000140c 0xac ./src/core/uart.o + .debug_frame 0x00000000000014b8 0xa0c ./src/XBee/XBee.o + .debug_frame 0x0000000000001ec4 0x1d8 ./src/FatFs/SD.o + .debug_frame 0x000000000000209c 0x1a4 ./src/FatFs/pff.o + .debug_frame 0x0000000000002240 0xd4 ./src/FatFs/sdcard.o + .debug_frame 0x0000000000002314 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_udivsi3.o) + .debug_frame 0x0000000000002334 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_divsi3.o) + .debug_frame 0x0000000000002354 0x3c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(divdf3.o) + .debug_frame 0x0000000000002390 0x34 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(eqdf2.o) + .debug_frame 0x00000000000023c4 0x34 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(gedf2.o) + .debug_frame 0x00000000000023f8 0x34 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(ledf2.o) + .debug_frame 0x000000000000242c 0x3c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(muldf3.o) + .debug_frame 0x0000000000002468 0x38 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(subdf3.o) + .debug_frame 0x00000000000024a0 0x2c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(fixdfsi.o) + .debug_frame 0x00000000000024cc 0x30 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(floatsidf.o) + .debug_frame 0x00000000000024fc 0x2ac /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(unwind-arm.o) + .debug_frame 0x00000000000027a8 0xfc /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(pr-support.o) + .debug_frame 0x00000000000028a4 0x28 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-abort.o) + .debug_frame 0x00000000000028cc 0x2c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-init.o) + .debug_frame 0x00000000000028f8 0x40 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-malloc.o) + .debug_frame 0x0000000000002938 0x3c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-mallocr.o) + .debug_frame 0x0000000000002974 0x30 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-memcpy.o) + .debug_frame 0x00000000000029a4 0x30 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-mlock.o) + .debug_frame 0x00000000000029d4 0x2c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-sbrkr.o) + .debug_frame 0x0000000000002a00 0xe4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signal.o) + .debug_frame 0x0000000000002ae4 0x44 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signalr.o) + .debug_frame 0x0000000000002b28 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-strlen.o) + .debug_frame 0x0000000000002b48 0x54 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-freer.o) + .debug_frame 0x0000000000002b9c 0x68 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-reent.o) + .debug_frame 0x0000000000002c04 0x2c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) + .debug_frame 0x0000000000002c30 0x28 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_exit.o) + .debug_frame 0x0000000000002c58 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(getpid.o) + .debug_frame 0x0000000000002c78 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) + .debug_frame 0x0000000000002c98 0x28 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_check_heap.o) + .debug_frame 0x0000000000002cc0 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-errno.o) + +.debug_pubnames + 0x0000000000000000 0xbe + .debug_pubnames + 0x0000000000000000 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) + .debug_pubnames + 0x000000000000002e 0x1c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_exit.o) + .debug_pubnames + 0x000000000000004a 0x1e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(getpid.o) + .debug_pubnames + 0x0000000000000068 0x1c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) + .debug_pubnames + 0x0000000000000084 0x3a /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_check_heap.o) + +.debug_pubtypes + 0x0000000000000000 0x41 + .debug_pubtypes + 0x0000000000000000 0x1d /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) + .debug_pubtypes + 0x000000000000001d 0x12 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(getpid.o) + .debug_pubtypes + 0x000000000000002f 0x12 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) diff --git a/LPC1114FN28_102_DIP28_bootloader/makefile b/LPC1114FN28_102_DIP28_bootloader/makefile new file mode 100644 index 0000000..f885a09 --- /dev/null +++ b/LPC1114FN28_102_DIP28_bootloader/makefile @@ -0,0 +1,68 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +-include ../makefile.init + +RM := rm -rf + +# All of the sources participating in the build are defined here +-include sources.mk +-include subdir.mk +-include src/subdir.mk +-include src/core/subdir.mk +-include src/XBee/subdir.mk +-include src/FatFs/subdir.mk +-include objects.mk + +ifneq ($(MAKECMDGOALS),clean) +ifneq ($(strip $(C++_DEPS)),) +-include $(C++_DEPS) +endif +ifneq ($(strip $(C_DEPS)),) +-include $(C_DEPS) +endif +ifneq ($(strip $(CC_DEPS)),) +-include $(CC_DEPS) +endif +ifneq ($(strip $(CPP_DEPS)),) +-include $(CPP_DEPS) +endif +ifneq ($(strip $(CXX_DEPS)),) +-include $(CXX_DEPS) +endif +ifneq ($(strip $(C_UPPER_DEPS)),) +-include $(C_UPPER_DEPS) +endif +endif + +-include ../makefile.defs + +# Add inputs and outputs from these tool invocations to the build variables + +# All Target +all: eXodusino.axf + +# Tool invocations +eXodusino.axf: $(OBJS) $(USER_OBJS) + @echo 'Building target: $@' + @echo 'Invoking: MCU C++ Linker' + arm-none-eabi-c++ -nostdlib -Xlinker -Map="eXodusino.map" -Xlinker --gc-sections -mcpu=cortex-m0 -mthumb -T "eXodusino.ld" -o"eXodusino.axf" $(OBJS) $(USER_OBJS) $(LIBS) + @echo 'Finished building target: $@' + @echo ' ' + $(MAKE) --no-print-directory post-build + +# Other Targets +clean: + -$(RM) $(OBJS)$(C++_DEPS)$(C_DEPS)$(CC_DEPS)$(CPP_DEPS)$(EXECUTABLES)$(CXX_DEPS)$(C_UPPER_DEPS) eXodusino.axf + -@echo ' ' + +post-build: + -@echo 'Performing post-build steps' + -arm-none-eabi-size "eXodusino.axf"; arm-none-eabi-objcopy -O binary "eXodusino.axf" "eXodusino.bin" ; checksum -p LPC1114_301 -d "eXodusino.bin"; + -@echo ' ' + +.PHONY: all clean dependents +.SECONDARY: post-build + +-include ../makefile.targets diff --git a/LPC1114FN28_102_DIP28_bootloader/objects.mk b/LPC1114FN28_102_DIP28_bootloader/objects.mk new file mode 100644 index 0000000..742c2da --- /dev/null +++ b/LPC1114FN28_102_DIP28_bootloader/objects.mk @@ -0,0 +1,8 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +USER_OBJS := + +LIBS := + diff --git a/LPC1114FN28_102_DIP28_bootloader/sources.mk b/LPC1114FN28_102_DIP28_bootloader/sources.mk new file mode 100644 index 0000000..4a4ce5b --- /dev/null +++ b/LPC1114FN28_102_DIP28_bootloader/sources.mk @@ -0,0 +1,31 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +O_SRCS := +CPP_SRCS := +C_UPPER_SRCS := +C_SRCS := +S_SRCS := +S_UPPER_SRCS := +OBJ_SRCS := +ASM_SRCS := +CXX_SRCS := +C++_SRCS := +CC_SRCS := +OBJS := +C++_DEPS := +C_DEPS := +CC_DEPS := +CPP_DEPS := +EXECUTABLES := +CXX_DEPS := +C_UPPER_DEPS := + +# Every subdirectory with source files must be described here +SUBDIRS := \ +src \ +src/core \ +src/XBee \ +src/FatFs \ + diff --git a/LPC1114FN28_102_DIP28_bootloader/src/FatFs/SD.d b/LPC1114FN28_102_DIP28_bootloader/src/FatFs/SD.d new file mode 100644 index 0000000..adc530d --- /dev/null +++ b/LPC1114FN28_102_DIP28_bootloader/src/FatFs/SD.d @@ -0,0 +1,42 @@ +src/FatFs/SD.d: ../src/FatFs/SD.cpp \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/core_cm0.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h \ + ../src/FatFs/SD.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/SPI.h \ + ../src/FatFs/pff.h ../src/FatFs/integer.h + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/core_cm0.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h: + +../src/FatFs/SD.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/SPI.h: + +../src/FatFs/pff.h: + +../src/FatFs/integer.h: diff --git a/LPC1114FN28_102_DIP28_bootloader/src/FatFs/pff.d b/LPC1114FN28_102_DIP28_bootloader/src/FatFs/pff.d new file mode 100644 index 0000000..4b839ae --- /dev/null +++ b/LPC1114FN28_102_DIP28_bootloader/src/FatFs/pff.d @@ -0,0 +1,39 @@ +src/FatFs/pff.d: ../src/FatFs/pff.cpp ../src/FatFs/pff.h \ + ../src/FatFs/integer.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/core_cm0.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h \ + ../src/FatFs/diskio.h + +../src/FatFs/pff.h: + +../src/FatFs/integer.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/core_cm0.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h: + +../src/FatFs/diskio.h: diff --git a/LPC1114FN28_102_DIP28_bootloader/src/FatFs/sdcard.d b/LPC1114FN28_102_DIP28_bootloader/src/FatFs/sdcard.d new file mode 100644 index 0000000..d7d47f5 --- /dev/null +++ b/LPC1114FN28_102_DIP28_bootloader/src/FatFs/sdcard.d @@ -0,0 +1,48 @@ +src/FatFs/sdcard.d: ../src/FatFs/sdcard.cpp ../src/FatFs/diskio.h \ + ../src/FatFs/integer.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/core_cm0.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/SPI.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/FatFs/SD.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/FatFs/pff.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/FatFs/integer.h + +../src/FatFs/diskio.h: + +../src/FatFs/integer.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/core_cm0.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/SPI.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/FatFs/SD.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/FatFs/pff.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/FatFs/integer.h: diff --git a/LPC1114FN28_102_DIP28_bootloader/src/FatFs/subdir.mk b/LPC1114FN28_102_DIP28_bootloader/src/FatFs/subdir.mk new file mode 100644 index 0000000..c367102 --- /dev/null +++ b/LPC1114FN28_102_DIP28_bootloader/src/FatFs/subdir.mk @@ -0,0 +1,30 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +# Add inputs and outputs from these tool invocations to the build variables +CPP_SRCS += \ +../src/FatFs/SD.cpp \ +../src/FatFs/pff.cpp \ +../src/FatFs/sdcard.cpp + +OBJS += \ +./src/FatFs/SD.o \ +./src/FatFs/pff.o \ +./src/FatFs/sdcard.o + +CPP_DEPS += \ +./src/FatFs/SD.d \ +./src/FatFs/pff.d \ +./src/FatFs/sdcard.d + + +# Each subdirectory must supply rules for building sources it contributes +src/FatFs/%.o: ../src/FatFs/%.cpp + @echo 'Building file: $<' + @echo 'Invoking: MCU C++ Compiler' + arm-none-eabi-c++ -D__NEWLIB__ -DNDEBUG -D__CODE_RED -I"/Users/lynxeyed/Documents/workspace/eXodusino/src" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/XBee" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/FatFs" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/core" -Os -Os -g -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -fno-rtti -mcpu=cortex-m0 -mthumb -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/LPC1114FN28_102_DIP28_bootloader/src/XBee/XBee.d b/LPC1114FN28_102_DIP28_bootloader/src/XBee/XBee.d new file mode 100644 index 0000000..b2f2814 --- /dev/null +++ b/LPC1114FN28_102_DIP28_bootloader/src/XBee/XBee.d @@ -0,0 +1,37 @@ +src/XBee/XBee.d: ../src/XBee/XBee.cpp \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/core_cm0.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h \ + ../src/XBee/XBee.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/core_cm0.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h: + +../src/XBee/XBee.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h: diff --git a/LPC1114FN28_102_DIP28_bootloader/src/XBee/subdir.mk b/LPC1114FN28_102_DIP28_bootloader/src/XBee/subdir.mk new file mode 100644 index 0000000..756ed4a --- /dev/null +++ b/LPC1114FN28_102_DIP28_bootloader/src/XBee/subdir.mk @@ -0,0 +1,24 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +# Add inputs and outputs from these tool invocations to the build variables +CPP_SRCS += \ +../src/XBee/XBee.cpp + +OBJS += \ +./src/XBee/XBee.o + +CPP_DEPS += \ +./src/XBee/XBee.d + + +# Each subdirectory must supply rules for building sources it contributes +src/XBee/%.o: ../src/XBee/%.cpp + @echo 'Building file: $<' + @echo 'Invoking: MCU C++ Compiler' + arm-none-eabi-c++ -D__NEWLIB__ -DNDEBUG -D__CODE_RED -I"/Users/lynxeyed/Documents/workspace/eXodusino/src" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/XBee" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/FatFs" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/core" -Os -Os -g -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -fno-rtti -mcpu=cortex-m0 -mthumb -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/LPC1114FN28_102_DIP28_bootloader/src/core/LiquidCrystal.d b/LPC1114FN28_102_DIP28_bootloader/src/core/LiquidCrystal.d new file mode 100644 index 0000000..ac302ad --- /dev/null +++ b/LPC1114FN28_102_DIP28_bootloader/src/core/LiquidCrystal.d @@ -0,0 +1,27 @@ +src/core/LiquidCrystal.d: ../src/core/LiquidCrystal.cpp \ + ../src/core/LiquidCrystal.h ../src/core/Print.h ../src/core/LPC11xx.h \ + ../src/core/core_cm0.h ../src/core/system_LPC11xx.h \ + ../src/core/libmary.h ../src/core/delay.h ../src/core/uart.h \ + ../src/core/gpio.h ../src/core/analogio.h ../src/core/arithmetical.h + +../src/core/LiquidCrystal.h: + +../src/core/Print.h: + +../src/core/LPC11xx.h: + +../src/core/core_cm0.h: + +../src/core/system_LPC11xx.h: + +../src/core/libmary.h: + +../src/core/delay.h: + +../src/core/uart.h: + +../src/core/gpio.h: + +../src/core/analogio.h: + +../src/core/arithmetical.h: diff --git a/LPC1114FN28_102_DIP28_bootloader/src/core/Print.d b/LPC1114FN28_102_DIP28_bootloader/src/core/Print.d new file mode 100644 index 0000000..f5409fa --- /dev/null +++ b/LPC1114FN28_102_DIP28_bootloader/src/core/Print.d @@ -0,0 +1,11 @@ +src/core/Print.d: ../src/core/Print.cpp ../src/core/Print.h \ + ../src/core/LPC11xx.h ../src/core/core_cm0.h \ + ../src/core/system_LPC11xx.h + +../src/core/Print.h: + +../src/core/LPC11xx.h: + +../src/core/core_cm0.h: + +../src/core/system_LPC11xx.h: diff --git a/LPC1114FN28_102_DIP28_bootloader/src/core/SPI.d b/LPC1114FN28_102_DIP28_bootloader/src/core/SPI.d new file mode 100644 index 0000000..c306dc3 --- /dev/null +++ b/LPC1114FN28_102_DIP28_bootloader/src/core/SPI.d @@ -0,0 +1,13 @@ +src/core/SPI.d: ../src/core/SPI.cpp ../src/core/gpio.h \ + ../src/core/LPC11xx.h ../src/core/core_cm0.h \ + ../src/core/system_LPC11xx.h ../src/core/SPI.h + +../src/core/gpio.h: + +../src/core/LPC11xx.h: + +../src/core/core_cm0.h: + +../src/core/system_LPC11xx.h: + +../src/core/SPI.h: diff --git a/LPC1114FN28_102_DIP28_bootloader/src/core/SPI1.d b/LPC1114FN28_102_DIP28_bootloader/src/core/SPI1.d new file mode 100644 index 0000000..62c5acf --- /dev/null +++ b/LPC1114FN28_102_DIP28_bootloader/src/core/SPI1.d @@ -0,0 +1,15 @@ +src/core/SPI1.d: ../src/core/SPI1.cpp ../src/core/gpio.h \ + ../src/core/LPC11xx.h ../src/core/core_cm0.h \ + ../src/core/system_LPC11xx.h ../src/core/SPI1.h ../src/core/SPI.h + +../src/core/gpio.h: + +../src/core/LPC11xx.h: + +../src/core/core_cm0.h: + +../src/core/system_LPC11xx.h: + +../src/core/SPI1.h: + +../src/core/SPI.h: diff --git a/LPC1114FN28_102_DIP28_bootloader/src/core/SoftwareSerial.d b/LPC1114FN28_102_DIP28_bootloader/src/core/SoftwareSerial.d new file mode 100644 index 0000000..5b744b1 --- /dev/null +++ b/LPC1114FN28_102_DIP28_bootloader/src/core/SoftwareSerial.d @@ -0,0 +1,20 @@ +src/core/SoftwareSerial.d: ../src/core/SoftwareSerial.cpp \ + ../src/core/SoftwareSerial.h ../src/core/Print.h ../src/core/LPC11xx.h \ + ../src/core/core_cm0.h ../src/core/system_LPC11xx.h ../src/core/gpio.h \ + ../src/core/delay.h ../src/core/uart.h + +../src/core/SoftwareSerial.h: + +../src/core/Print.h: + +../src/core/LPC11xx.h: + +../src/core/core_cm0.h: + +../src/core/system_LPC11xx.h: + +../src/core/gpio.h: + +../src/core/delay.h: + +../src/core/uart.h: diff --git a/LPC1114FN28_102_DIP28_bootloader/src/core/Wire.d b/LPC1114FN28_102_DIP28_bootloader/src/core/Wire.d new file mode 100644 index 0000000..01dd6e0 --- /dev/null +++ b/LPC1114FN28_102_DIP28_bootloader/src/core/Wire.d @@ -0,0 +1,38 @@ +src/core/Wire.d: ../src/core/Wire.cpp ../src/core/Wire.h \ + ../src/core/LPC11xx.h ../src/core/core_cm0.h \ + ../src/core/system_LPC11xx.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h + +../src/core/Wire.h: + +../src/core/LPC11xx.h: + +../src/core/core_cm0.h: + +../src/core/system_LPC11xx.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h: diff --git a/LPC1114FN28_102_DIP28_bootloader/src/core/analogio.d b/LPC1114FN28_102_DIP28_bootloader/src/core/analogio.d new file mode 100644 index 0000000..abf5b13 --- /dev/null +++ b/LPC1114FN28_102_DIP28_bootloader/src/core/analogio.d @@ -0,0 +1,13 @@ +src/core/analogio.d: ../src/core/analogio.cpp ../src/core/analogio.h \ + ../src/core/LPC11xx.h ../src/core/core_cm0.h \ + ../src/core/system_LPC11xx.h ../src/core/gpio.h + +../src/core/analogio.h: + +../src/core/LPC11xx.h: + +../src/core/core_cm0.h: + +../src/core/system_LPC11xx.h: + +../src/core/gpio.h: diff --git a/LPC1114FN28_102_DIP28_bootloader/src/core/arithmetical.d b/LPC1114FN28_102_DIP28_bootloader/src/core/arithmetical.d new file mode 100644 index 0000000..824993f --- /dev/null +++ b/LPC1114FN28_102_DIP28_bootloader/src/core/arithmetical.d @@ -0,0 +1,34 @@ +src/core/arithmetical.d: ../src/core/arithmetical.cpp \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/core_cm0.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/core_cm0.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h: diff --git a/LPC1114FN28_102_DIP28_bootloader/src/core/cr_cpp_config.d b/LPC1114FN28_102_DIP28_bootloader/src/core/cr_cpp_config.d new file mode 100644 index 0000000..9e5f170 --- /dev/null +++ b/LPC1114FN28_102_DIP28_bootloader/src/core/cr_cpp_config.d @@ -0,0 +1 @@ +src/core/cr_cpp_config.d: ../src/core/cr_cpp_config.cpp diff --git a/LPC1114FN28_102_DIP28_bootloader/src/core/cr_startup_lpc11.d b/LPC1114FN28_102_DIP28_bootloader/src/core/cr_startup_lpc11.d new file mode 100644 index 0000000..4f1c291 --- /dev/null +++ b/LPC1114FN28_102_DIP28_bootloader/src/core/cr_startup_lpc11.d @@ -0,0 +1,4 @@ +src/core/cr_startup_lpc11.d: ../src/core/cr_startup_lpc11.cpp \ + ../src/core/system_LPC11xx.h + +../src/core/system_LPC11xx.h: diff --git a/LPC1114FN28_102_DIP28_bootloader/src/core/delay.d b/LPC1114FN28_102_DIP28_bootloader/src/core/delay.d new file mode 100644 index 0000000..96e0b43 --- /dev/null +++ b/LPC1114FN28_102_DIP28_bootloader/src/core/delay.d @@ -0,0 +1,15 @@ +src/core/delay.d: ../src/core/delay.cpp ../src/core/delay.h \ + ../src/core/LPC11xx.h ../src/core/core_cm0.h \ + ../src/core/system_LPC11xx.h ../src/core/uart.h ../src/core/Print.h + +../src/core/delay.h: + +../src/core/LPC11xx.h: + +../src/core/core_cm0.h: + +../src/core/system_LPC11xx.h: + +../src/core/uart.h: + +../src/core/Print.h: diff --git a/LPC1114FN28_102_DIP28_bootloader/src/core/gpio.d b/LPC1114FN28_102_DIP28_bootloader/src/core/gpio.d new file mode 100644 index 0000000..c6c06a3 --- /dev/null +++ b/LPC1114FN28_102_DIP28_bootloader/src/core/gpio.d @@ -0,0 +1,11 @@ +src/core/gpio.d: ../src/core/gpio.cpp ../src/core/gpio.h \ + ../src/core/LPC11xx.h ../src/core/core_cm0.h \ + ../src/core/system_LPC11xx.h + +../src/core/gpio.h: + +../src/core/LPC11xx.h: + +../src/core/core_cm0.h: + +../src/core/system_LPC11xx.h: diff --git a/LPC1114FN28_102_DIP28_bootloader/src/core/gpio_int.d b/LPC1114FN28_102_DIP28_bootloader/src/core/gpio_int.d new file mode 100644 index 0000000..83fe2cf --- /dev/null +++ b/LPC1114FN28_102_DIP28_bootloader/src/core/gpio_int.d @@ -0,0 +1,11 @@ +src/core/gpio_int.d: ../src/core/gpio_int.cpp ../src/core/gpio.h \ + ../src/core/LPC11xx.h ../src/core/core_cm0.h \ + ../src/core/system_LPC11xx.h + +../src/core/gpio.h: + +../src/core/LPC11xx.h: + +../src/core/core_cm0.h: + +../src/core/system_LPC11xx.h: diff --git a/LPC1114FN28_102_DIP28_bootloader/src/core/maryoled.d b/LPC1114FN28_102_DIP28_bootloader/src/core/maryoled.d new file mode 100644 index 0000000..9291c21 --- /dev/null +++ b/LPC1114FN28_102_DIP28_bootloader/src/core/maryoled.d @@ -0,0 +1,22 @@ +src/core/maryoled.d: ../src/core/maryoled.cpp ../src/core/delay.h \ + ../src/core/LPC11xx.h ../src/core/core_cm0.h \ + ../src/core/system_LPC11xx.h ../src/core/uart.h ../src/core/Print.h \ + ../src/core/maryoled.h ../src/core/SPI.h ../src/core/gpio.h + +../src/core/delay.h: + +../src/core/LPC11xx.h: + +../src/core/core_cm0.h: + +../src/core/system_LPC11xx.h: + +../src/core/uart.h: + +../src/core/Print.h: + +../src/core/maryoled.h: + +../src/core/SPI.h: + +../src/core/gpio.h: diff --git a/LPC1114FN28_102_DIP28_bootloader/src/core/startup_mary.d b/LPC1114FN28_102_DIP28_bootloader/src/core/startup_mary.d new file mode 100644 index 0000000..40dcbc0 --- /dev/null +++ b/LPC1114FN28_102_DIP28_bootloader/src/core/startup_mary.d @@ -0,0 +1,25 @@ +src/core/startup_mary.d: ../src/core/startup_mary.cpp \ + ../src/core/libmary.h ../src/core/LPC11xx.h ../src/core/core_cm0.h \ + ../src/core/system_LPC11xx.h ../src/core/delay.h ../src/core/uart.h \ + ../src/core/Print.h ../src/core/gpio.h ../src/core/analogio.h \ + ../src/core/arithmetical.h + +../src/core/libmary.h: + +../src/core/LPC11xx.h: + +../src/core/core_cm0.h: + +../src/core/system_LPC11xx.h: + +../src/core/delay.h: + +../src/core/uart.h: + +../src/core/Print.h: + +../src/core/gpio.h: + +../src/core/analogio.h: + +../src/core/arithmetical.h: diff --git a/LPC1114FN28_102_DIP28_bootloader/src/core/subdir.mk b/LPC1114FN28_102_DIP28_bootloader/src/core/subdir.mk new file mode 100644 index 0000000..7186e01 --- /dev/null +++ b/LPC1114FN28_102_DIP28_bootloader/src/core/subdir.mk @@ -0,0 +1,72 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +# Add inputs and outputs from these tool invocations to the build variables +CPP_SRCS += \ +../src/core/LiquidCrystal.cpp \ +../src/core/Print.cpp \ +../src/core/SPI.cpp \ +../src/core/SPI1.cpp \ +../src/core/SoftwareSerial.cpp \ +../src/core/Wire.cpp \ +../src/core/analogio.cpp \ +../src/core/arithmetical.cpp \ +../src/core/cr_cpp_config.cpp \ +../src/core/cr_startup_lpc11.cpp \ +../src/core/delay.cpp \ +../src/core/gpio.cpp \ +../src/core/gpio_int.cpp \ +../src/core/maryoled.cpp \ +../src/core/startup_mary.cpp \ +../src/core/system_LPC11xx.cpp \ +../src/core/uart.cpp + +OBJS += \ +./src/core/LiquidCrystal.o \ +./src/core/Print.o \ +./src/core/SPI.o \ +./src/core/SPI1.o \ +./src/core/SoftwareSerial.o \ +./src/core/Wire.o \ +./src/core/analogio.o \ +./src/core/arithmetical.o \ +./src/core/cr_cpp_config.o \ +./src/core/cr_startup_lpc11.o \ +./src/core/delay.o \ +./src/core/gpio.o \ +./src/core/gpio_int.o \ +./src/core/maryoled.o \ +./src/core/startup_mary.o \ +./src/core/system_LPC11xx.o \ +./src/core/uart.o + +CPP_DEPS += \ +./src/core/LiquidCrystal.d \ +./src/core/Print.d \ +./src/core/SPI.d \ +./src/core/SPI1.d \ +./src/core/SoftwareSerial.d \ +./src/core/Wire.d \ +./src/core/analogio.d \ +./src/core/arithmetical.d \ +./src/core/cr_cpp_config.d \ +./src/core/cr_startup_lpc11.d \ +./src/core/delay.d \ +./src/core/gpio.d \ +./src/core/gpio_int.d \ +./src/core/maryoled.d \ +./src/core/startup_mary.d \ +./src/core/system_LPC11xx.d \ +./src/core/uart.d + + +# Each subdirectory must supply rules for building sources it contributes +src/core/%.o: ../src/core/%.cpp + @echo 'Building file: $<' + @echo 'Invoking: MCU C++ Compiler' + arm-none-eabi-c++ -D__NEWLIB__ -DNDEBUG -D__CODE_RED -I"/Users/lynxeyed/Documents/workspace/eXodusino/src" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/XBee" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/FatFs" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/core" -Os -Os -g -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -fno-rtti -mcpu=cortex-m0 -mthumb -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/LPC1114FN28_102_DIP28_bootloader/src/core/system_LPC11xx.d b/LPC1114FN28_102_DIP28_bootloader/src/core/system_LPC11xx.d new file mode 100644 index 0000000..1d0a92c --- /dev/null +++ b/LPC1114FN28_102_DIP28_bootloader/src/core/system_LPC11xx.d @@ -0,0 +1,9 @@ +src/core/system_LPC11xx.d: ../src/core/system_LPC11xx.cpp \ + ../src/core/LPC11xx.h ../src/core/core_cm0.h \ + ../src/core/system_LPC11xx.h + +../src/core/LPC11xx.h: + +../src/core/core_cm0.h: + +../src/core/system_LPC11xx.h: diff --git a/LPC1114FN28_102_DIP28_bootloader/src/core/uart.d b/LPC1114FN28_102_DIP28_bootloader/src/core/uart.d new file mode 100644 index 0000000..a19fd82 --- /dev/null +++ b/LPC1114FN28_102_DIP28_bootloader/src/core/uart.d @@ -0,0 +1,13 @@ +src/core/uart.d: ../src/core/uart.cpp ../src/core/LPC11xx.h \ + ../src/core/core_cm0.h ../src/core/system_LPC11xx.h ../src/core/uart.h \ + ../src/core/Print.h + +../src/core/LPC11xx.h: + +../src/core/core_cm0.h: + +../src/core/system_LPC11xx.h: + +../src/core/uart.h: + +../src/core/Print.h: diff --git a/LPC1114FN28_102_DIP28_bootloader/src/subdir.mk b/LPC1114FN28_102_DIP28_bootloader/src/subdir.mk new file mode 100644 index 0000000..9196302 --- /dev/null +++ b/LPC1114FN28_102_DIP28_bootloader/src/subdir.mk @@ -0,0 +1,24 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +# Add inputs and outputs from these tool invocations to the build variables +CPP_SRCS += \ +../src/user_application.cpp + +OBJS += \ +./src/user_application.o + +CPP_DEPS += \ +./src/user_application.d + + +# Each subdirectory must supply rules for building sources it contributes +src/%.o: ../src/%.cpp + @echo 'Building file: $<' + @echo 'Invoking: MCU C++ Compiler' + arm-none-eabi-c++ -D__NEWLIB__ -DNDEBUG -D__CODE_RED -I"/Users/lynxeyed/Documents/workspace/eXodusino/src" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/XBee" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/FatFs" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/core" -Os -Os -g -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -fno-rtti -mcpu=cortex-m0 -mthumb -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/LPC1114FN28_102_DIP28_bootloader/src/user_application.d b/LPC1114FN28_102_DIP28_bootloader/src/user_application.d new file mode 100644 index 0000000..e194b04 --- /dev/null +++ b/LPC1114FN28_102_DIP28_bootloader/src/user_application.d @@ -0,0 +1,31 @@ +src/user_application.d: ../src/user_application.cpp \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/core_cm0.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/core_cm0.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h: diff --git a/LPC1114F_301_TQFP48/eXodusino.axf b/LPC1114F_301_TQFP48/eXodusino.axf new file mode 100755 index 0000000..f27b057 Binary files /dev/null and b/LPC1114F_301_TQFP48/eXodusino.axf differ diff --git a/LPC1114F_301_TQFP48/eXodusino.bin b/LPC1114F_301_TQFP48/eXodusino.bin new file mode 100755 index 0000000..31d8e20 Binary files /dev/null and b/LPC1114F_301_TQFP48/eXodusino.bin differ diff --git a/LPC1114F_301_TQFP48/eXodusino.ld b/LPC1114F_301_TQFP48/eXodusino.ld new file mode 100755 index 0000000..c478c64 --- /dev/null +++ b/LPC1114F_301_TQFP48/eXodusino.ld @@ -0,0 +1,127 @@ +/* +* GENERATED FILE - DO NOT EDIT +* (C) Code Red Technologies Ltd, 2008-10 +* Generated linker script file for LPC1114/301 +* Created from generic_cpp.ld (vLPCXpresso v4.0 (6 [Build 152] [01/08/2011] )) +* By LPCXpresso v4.0.6 [Build 152] [01/08/2011] on Wed Jan 18 21:43:17 JST 2012 +*/ + + +INCLUDE "eXodusino_LPC1114F_301_TQFP48_lib.ld" +INCLUDE "eXodusino_LPC1114F_301_TQFP48_mem.ld" + +ENTRY(ResetISR) + +SECTIONS +{ + + /* MAIN TEXT SECTION */ + .text : ALIGN(4) + { + FILL(0xff) + KEEP(*(.isr_vector)) + + /* Global Section Table */ + . = ALIGN(4) ; + __section_table_start = .; + __data_section_table = .; + LONG(LOADADDR(.data)); + LONG( ADDR(.data)) ; + LONG( SIZEOF(.data)); + __data_section_table_end = .; + __bss_section_table = .; + LONG( ADDR(.bss)); + LONG( SIZEOF(.bss)); + __bss_section_table_end = .; + __section_table_end = . ; + /* End of Global Section Table */ + + + *(.after_vectors*) + + *(.text*) + *(.rodata .rodata.*) + . = ALIGN(4); + + /* C++ constructors etc */ + . = ALIGN(4); + KEEP(*(.init)) + + . = ALIGN(4); + __preinit_array_start = .; + KEEP (*(.preinit_array)) + __preinit_array_end = .; + + . = ALIGN(4); + __init_array_start = .; + KEEP (*(SORT(.init_array.*))) + KEEP (*(.init_array)) + __init_array_end = .; + + KEEP(*(.fini)); + + . = ALIGN(0x4); + KEEP (*crtbegin.o(.ctors)) + KEEP (*(EXCLUDE_FILE (*crtend.o) .ctors)) + KEEP (*(SORT(.ctors.*))) + KEEP (*crtend.o(.ctors)) + + . = ALIGN(0x4); + KEEP (*crtbegin.o(.dtors)) + KEEP (*(EXCLUDE_FILE (*crtend.o) .dtors)) + KEEP (*(SORT(.dtors.*))) + KEEP (*crtend.o(.dtors)) + /* End C++ */ + } > MFlash32 + + /* + * for exception handling/unwind - some Newlib functions (in common + * with C++ and STDC++) use this. + */ + .ARM.extab : ALIGN(4) + { + *(.ARM.extab* .gnu.linkonce.armextab.*) + } > MFlash32 + __exidx_start = .; + + .ARM.exidx : ALIGN(4) + { + *(.ARM.exidx* .gnu.linkonce.armexidx.*) + } > MFlash32 + __exidx_end = .; + + _etext = .; + + + /* MAIN DATA SECTION */ + + .uninit_RESERVED : ALIGN(4) + { + KEEP(*(.bss.$RESERVED*)) + } > RamLoc8 + + .data : ALIGN(4) + { + FILL(0xff) + _data = .; + *(vtable) + *(.data*) + . = ALIGN(4) ; + _edata = .; + } > RamLoc8 AT>MFlash32 + + + /* MAIN BSS SECTION */ + .bss : ALIGN(4) + { + _bss = .; + *(.bss*) + *(COMMON) + . = ALIGN(4) ; + _ebss = .; + PROVIDE(end = .); + } > RamLoc8 + + PROVIDE(_pvHeapStart = .); + PROVIDE(_vStackTop = __top_RamLoc8 - 0); +} diff --git a/LPC1114F_301_TQFP48/eXodusino.map b/LPC1114F_301_TQFP48/eXodusino.map new file mode 100644 index 0000000..0e1ca47 --- /dev/null +++ b/LPC1114F_301_TQFP48/eXodusino.map @@ -0,0 +1,3576 @@ +Archive member included because of file (symbol) + +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_thumb1_case_uqi.o) + ./src/user_application.o (__gnu_thumb1_case_uqi) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_udivsi3.o) + ./src/core/delay.o (__aeabi_uidiv) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_divsi3.o) + ./src/user_application.o (__aeabi_idiv) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_dvmd_tls.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_udivsi3.o) (__aeabi_idiv0) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_arm_cmpdf2.o) + ./src/user_application.o (__aeabi_dcmpgt) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(divdf3.o) + ./src/user_application.o (__aeabi_ddiv) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(eqdf2.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_arm_cmpdf2.o) (__eqdf2) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(gedf2.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_arm_cmpdf2.o) (__gedf2) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(ledf2.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_arm_cmpdf2.o) (__ledf2) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(muldf3.o) + ./src/user_application.o (__aeabi_dmul) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(subdf3.o) + ./src/user_application.o (__aeabi_dsub) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(fixdfsi.o) + ./src/user_application.o (__aeabi_d2iz) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(floatsidf.o) + ./src/user_application.o (__aeabi_i2d) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(unwind-arm.o) + ./src/user_application.o (__aeabi_unwind_cpp_pr0) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(libunwind.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(unwind-arm.o) (restore_core_regs) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(pr-support.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(unwind-arm.o) (__gnu_unwind_execute) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_clzsi2.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(divdf3.o) (__clzsi2) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-abort.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(unwind-arm.o) (abort) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-init.o) + ./src/core/cr_startup_lpc11.o (__libc_init_array) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-malloc.o) + ./src/core/cr_cpp_config.o (malloc) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-mallocr.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-malloc.o) (_malloc_r) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-memcpy.o) + ./src/core/maryoled.o (memcpy) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-mlock.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-mallocr.o) (__malloc_lock) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-sbrkr.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-mallocr.o) (_sbrk_r) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signal.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-abort.o) (raise) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signalr.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signal.o) (_kill_r) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-strlen.o) + ./src/core/Wire.o (strlen) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-freer.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-malloc.o) (_free_r) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-impure.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-malloc.o) (_impure_ptr) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-reent.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-sbrkr.o) (errno) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-sbrkr.o) (_sbrk) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_exit.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-abort.o) (_exit) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(getpid.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signalr.o) (_getpid) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signalr.o) (_kill) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_check_heap.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) (__check_heap_overflow) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-errno.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) (__errno) + +Allocating common symbols +Common symbol size file + +errno 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-reent.o) +__end_of_heap 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) + +Discarded input sections + + .text 0x0000000000000000 0x0 ./src/user_application.o + .data 0x0000000000000000 0x0 ./src/user_application.o + .bss 0x0000000000000000 0x0 ./src/user_application.o + .ARM.extab.text._Z7hsv2rgbi + 0x0000000000000000 0x0 ./src/user_application.o + .text._Z13encodeMessagei + 0x0000000000000000 0x48 ./src/user_application.o + .ARM.extab.text._Z13encodeMessagei + 0x0000000000000000 0x0 ./src/user_application.o + .ARM.exidx.text._Z13encodeMessagei + 0x0000000000000000 0x8 ./src/user_application.o + .ARM.extab.text._Z4loopv + 0x0000000000000000 0x0 ./src/user_application.o + .group 0x0000000000000000 0x10 ./src/core/LiquidCrystal.o + .group 0x0000000000000000 0x10 ./src/core/LiquidCrystal.o + .group 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o + .data 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o + .bss 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal11pulseEnableEv + 0x0000000000000000 0x30 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal11pulseEnableEv + 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal11pulseEnableEv + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal10write4bitsEh + 0x0000000000000000 0x2e ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal10write4bitsEh + 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal10write4bitsEh + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal10write8bitsEh + 0x0000000000000000 0x2e ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal10write8bitsEh + 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal10write8bitsEh + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal4sendEhh + 0x0000000000000000 0x3c ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal4sendEhh + 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal4sendEhh + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal5writeEc + 0x0000000000000000 0xa ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal5writeEc + 0x0000000000000000 0xc ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal5writeEc + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal7commandEh + 0x0000000000000000 0xa ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal7commandEh + 0x0000000000000000 0xc ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal7commandEh + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal10createCharEhPh + 0x0000000000000000 0x28 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal10createCharEhPh + 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal10createCharEhPh + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal12noAutoscrollEv + 0x0000000000000000 0x14 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal12noAutoscrollEv + 0x0000000000000000 0xc ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal12noAutoscrollEv + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal10autoscrollEv + 0x0000000000000000 0x14 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal10autoscrollEv + 0x0000000000000000 0xc ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal10autoscrollEv + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal11rightToLeftEv + 0x0000000000000000 0x14 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal11rightToLeftEv + 0x0000000000000000 0xc ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal11rightToLeftEv + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal11leftToRightEv + 0x0000000000000000 0x14 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal11leftToRightEv + 0x0000000000000000 0xc ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal11leftToRightEv + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal18scrollDisplayRightEv + 0x0000000000000000 0xa ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal18scrollDisplayRightEv + 0x0000000000000000 0xc ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal18scrollDisplayRightEv + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal17scrollDisplayLeftEv + 0x0000000000000000 0xa ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal17scrollDisplayLeftEv + 0x0000000000000000 0xc ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal17scrollDisplayLeftEv + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal5blinkEv + 0x0000000000000000 0x14 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal5blinkEv + 0x0000000000000000 0xc ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal5blinkEv + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal7noBlinkEv + 0x0000000000000000 0x14 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal7noBlinkEv + 0x0000000000000000 0xc ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal7noBlinkEv + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal6cursorEv + 0x0000000000000000 0x14 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal6cursorEv + 0x0000000000000000 0xc ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal6cursorEv + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal8noCursorEv + 0x0000000000000000 0x14 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal8noCursorEv + 0x0000000000000000 0xc ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal8noCursorEv + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal7displayEv + 0x0000000000000000 0x14 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal7displayEv + 0x0000000000000000 0xc ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal7displayEv + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal9noDisplayEv + 0x0000000000000000 0x14 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal9noDisplayEv + 0x0000000000000000 0xc ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal9noDisplayEv + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal9setCursorEhh + 0x0000000000000000 0x38 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal9setCursorEhh + 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal9setCursorEhh + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal4homeEv + 0x0000000000000000 0x12 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal4homeEv + 0x0000000000000000 0xc ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal4homeEv + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal5clearEv + 0x0000000000000000 0x12 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal5clearEv + 0x0000000000000000 0xc ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal5clearEv + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal5beginEhhh + 0x0000000000000000 0xe0 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal5beginEhhh + 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal5beginEhhh + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal4initEhhhhhhhhhhhh + 0x0000000000000000 0x9c ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal4initEhhhhhhhhhhhh + 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal4initEhhhhhhhhhhhh + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystalC2Ehhhhhh + 0x0000000000000000 0x44 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystalC2Ehhhhhh + 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystalC2Ehhhhhh + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystalC2Ehhhhhhh + 0x0000000000000000 0x4c ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystalC2Ehhhhhhh + 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystalC2Ehhhhhhh + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystalC2Ehhhhhhhhhh + 0x0000000000000000 0x60 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystalC2Ehhhhhhhhhh + 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystalC2Ehhhhhhhhhh + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystalC2Ehhhhhhhhhhh + 0x0000000000000000 0x6c ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystalC2Ehhhhhhhhhhh + 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystalC2Ehhhhhhhhhhh + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .rodata._ZTV13LiquidCrystal + 0x0000000000000000 0x10 ./src/core/LiquidCrystal.o + .rodata 0x0000000000000000 0x10 ./src/core/LiquidCrystal.o + .text 0x0000000000000000 0x0 ./src/core/Print.o + .data 0x0000000000000000 0x0 ./src/core/Print.o + .bss 0x0000000000000000 0x0 ./src/core/Print.o + .ARM.extab.text._ZN5Print7printlnEv + 0x0000000000000000 0x0 ./src/core/Print.o + .ARM.extab.text._ZN5Print5printEPKc + 0x0000000000000000 0x0 ./src/core/Print.o + .ARM.extab.text._ZN5Print5printEi12RADIX_FORMAT + 0x0000000000000000 0x0 ./src/core/Print.o + .text._ZN5Print5writeEPKci + 0x0000000000000000 0x1e ./src/core/Print.o + .ARM.extab.text._ZN5Print5writeEPKci + 0x0000000000000000 0x0 ./src/core/Print.o + .ARM.exidx.text._ZN5Print5writeEPKci + 0x0000000000000000 0x8 ./src/core/Print.o + .ARM.extab.text._ZN5Print7printlnEPKc + 0x0000000000000000 0x0 ./src/core/Print.o + .ARM.extab.text._ZN5Print7printlnEi12RADIX_FORMAT + 0x0000000000000000 0x0 ./src/core/Print.o + .text._ZN5Print5printEc + 0x0000000000000000 0xa ./src/core/Print.o + .ARM.extab.text._ZN5Print5printEc + 0x0000000000000000 0xc ./src/core/Print.o + .ARM.exidx.text._ZN5Print5printEc + 0x0000000000000000 0x8 ./src/core/Print.o + .text._ZN5Print7printlnEc + 0x0000000000000000 0x14 ./src/core/Print.o + .ARM.extab.text._ZN5Print7printlnEc + 0x0000000000000000 0x0 ./src/core/Print.o + .ARM.exidx.text._ZN5Print7printlnEc + 0x0000000000000000 0x8 ./src/core/Print.o + .rodata._ZTV5Print + 0x0000000000000000 0x10 ./src/core/Print.o + .text 0x0000000000000000 0x0 ./src/core/SPI.o + .data 0x0000000000000000 0x0 ./src/core/SPI.o + .bss 0x0000000000000000 0x0 ./src/core/SPI.o + .ARM.extab.text._ZN3SSPD2Ev + 0x0000000000000000 0x0 ./src/core/SPI.o + .text._ZN3SSP12setBitLengthEi + 0x0000000000000000 0x4 ./src/core/SPI.o + .ARM.extab.text._ZN3SSP12setBitLengthEi + 0x0000000000000000 0x0 ./src/core/SPI.o + .ARM.exidx.text._ZN3SSP12setBitLengthEi + 0x0000000000000000 0x8 ./src/core/SPI.o + .text._ZN3SSP3endEv + 0x0000000000000000 0x10 ./src/core/SPI.o + .ARM.extab.text._ZN3SSP3endEv + 0x0000000000000000 0x0 ./src/core/SPI.o + .ARM.exidx.text._ZN3SSP3endEv + 0x0000000000000000 0x8 ./src/core/SPI.o + .text._ZN3SSP11setBitOrderE13SSP_BIT_ORDER + 0x0000000000000000 0x4 ./src/core/SPI.o + .ARM.extab.text._ZN3SSP11setBitOrderE13SSP_BIT_ORDER + 0x0000000000000000 0x0 ./src/core/SPI.o + .ARM.exidx.text._ZN3SSP11setBitOrderE13SSP_BIT_ORDER + 0x0000000000000000 0x8 ./src/core/SPI.o + .text._ZN3SSP15setClockDividerE15SSP_CLK_DIVIDER + 0x0000000000000000 0x4 ./src/core/SPI.o + .ARM.extab.text._ZN3SSP15setClockDividerE15SSP_CLK_DIVIDER + 0x0000000000000000 0x0 ./src/core/SPI.o + .ARM.exidx.text._ZN3SSP15setClockDividerE15SSP_CLK_DIVIDER + 0x0000000000000000 0x8 ./src/core/SPI.o + .text._ZN3SSP11setDataModeE13SSP_DATA_MODE + 0x0000000000000000 0x4 ./src/core/SPI.o + .ARM.extab.text._ZN3SSP11setDataModeE13SSP_DATA_MODE + 0x0000000000000000 0x0 ./src/core/SPI.o + .ARM.exidx.text._ZN3SSP11setDataModeE13SSP_DATA_MODE + 0x0000000000000000 0x8 ./src/core/SPI.o + .ARM.extab.text.ssp_begin + 0x0000000000000000 0x0 ./src/core/SPI.o + .text._ZN3SSP5beginE8SSP_PORT + 0x0000000000000000 0x14 ./src/core/SPI.o + .ARM.extab.text._ZN3SSP5beginE8SSP_PORT + 0x0000000000000000 0xc ./src/core/SPI.o + .ARM.exidx.text._ZN3SSP5beginE8SSP_PORT + 0x0000000000000000 0x8 ./src/core/SPI.o + .ARM.extab.text._ZN3SSPC2Ev + 0x0000000000000000 0x0 ./src/core/SPI.o + .text.ssp_transfer + 0x0000000000000000 0x30 ./src/core/SPI.o + .ARM.extab.text.ssp_transfer + 0x0000000000000000 0x0 ./src/core/SPI.o + .ARM.exidx.text.ssp_transfer + 0x0000000000000000 0x8 ./src/core/SPI.o + .text._ZN3SSP8transferEm + 0x0000000000000000 0xa ./src/core/SPI.o + .ARM.extab.text._ZN3SSP8transferEm + 0x0000000000000000 0x0 ./src/core/SPI.o + .ARM.exidx.text._ZN3SSP8transferEm + 0x0000000000000000 0x8 ./src/core/SPI.o + .ARM.extab.text.startup._GLOBAL__sub_I_SPI + 0x0000000000000000 0x0 ./src/core/SPI.o + .text 0x0000000000000000 0x0 ./src/core/SPI1.o + .data 0x0000000000000000 0x0 ./src/core/SPI1.o + .bss 0x0000000000000000 0x0 ./src/core/SPI1.o + .ARM.extab.text._ZN4SSP1D2Ev + 0x0000000000000000 0x0 ./src/core/SPI1.o + .text._ZN4SSP112setBitLengthEi + 0x0000000000000000 0x4 ./src/core/SPI1.o + .ARM.extab.text._ZN4SSP112setBitLengthEi + 0x0000000000000000 0x0 ./src/core/SPI1.o + .ARM.exidx.text._ZN4SSP112setBitLengthEi + 0x0000000000000000 0x8 ./src/core/SPI1.o + .text._ZN4SSP13endEv + 0x0000000000000000 0x10 ./src/core/SPI1.o + .ARM.extab.text._ZN4SSP13endEv + 0x0000000000000000 0x0 ./src/core/SPI1.o + .ARM.exidx.text._ZN4SSP13endEv + 0x0000000000000000 0x8 ./src/core/SPI1.o + .text._ZN4SSP111setBitOrderE13SSP_BIT_ORDER + 0x0000000000000000 0x4 ./src/core/SPI1.o + .ARM.extab.text._ZN4SSP111setBitOrderE13SSP_BIT_ORDER + 0x0000000000000000 0x0 ./src/core/SPI1.o + .ARM.exidx.text._ZN4SSP111setBitOrderE13SSP_BIT_ORDER + 0x0000000000000000 0x8 ./src/core/SPI1.o + .text._ZN4SSP115setClockDividerE15SSP_CLK_DIVIDER + 0x0000000000000000 0x4 ./src/core/SPI1.o + .ARM.extab.text._ZN4SSP115setClockDividerE15SSP_CLK_DIVIDER + 0x0000000000000000 0x0 ./src/core/SPI1.o + .ARM.exidx.text._ZN4SSP115setClockDividerE15SSP_CLK_DIVIDER + 0x0000000000000000 0x8 ./src/core/SPI1.o + .text._ZN4SSP111setDataModeE13SSP_DATA_MODE + 0x0000000000000000 0x4 ./src/core/SPI1.o + .ARM.extab.text._ZN4SSP111setDataModeE13SSP_DATA_MODE + 0x0000000000000000 0x0 ./src/core/SPI1.o + .ARM.exidx.text._ZN4SSP111setDataModeE13SSP_DATA_MODE + 0x0000000000000000 0x8 ./src/core/SPI1.o + .ARM.extab.text.ssp1_begin + 0x0000000000000000 0x0 ./src/core/SPI1.o + .text._ZN4SSP15beginE8SSP_PORT + 0x0000000000000000 0x14 ./src/core/SPI1.o + .ARM.extab.text._ZN4SSP15beginE8SSP_PORT + 0x0000000000000000 0xc ./src/core/SPI1.o + .ARM.exidx.text._ZN4SSP15beginE8SSP_PORT + 0x0000000000000000 0x8 ./src/core/SPI1.o + .ARM.extab.text._ZN4SSP1C2Ev + 0x0000000000000000 0x0 ./src/core/SPI1.o + .text.ssp1_transfer + 0x0000000000000000 0x30 ./src/core/SPI1.o + .ARM.extab.text.ssp1_transfer + 0x0000000000000000 0x0 ./src/core/SPI1.o + .ARM.exidx.text.ssp1_transfer + 0x0000000000000000 0x8 ./src/core/SPI1.o + .text._ZN4SSP18transferEm + 0x0000000000000000 0xa ./src/core/SPI1.o + .ARM.extab.text._ZN4SSP18transferEm + 0x0000000000000000 0x0 ./src/core/SPI1.o + .ARM.exidx.text._ZN4SSP18transferEm + 0x0000000000000000 0x8 ./src/core/SPI1.o + .ARM.extab.text.startup._GLOBAL__sub_I_SPI1 + 0x0000000000000000 0x0 ./src/core/SPI1.o + .group 0x0000000000000000 0x10 ./src/core/SoftwareSerial.o + .text 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o + .data 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o + .bss 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o + .text._ZN14SoftwareSerial5writeEc + 0x0000000000000000 0x7c ./src/core/SoftwareSerial.o + .ARM.extab.text._ZN14SoftwareSerial5writeEc + 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o + .ARM.exidx.text._ZN14SoftwareSerial5writeEc + 0x0000000000000000 0x8 ./src/core/SoftwareSerial.o + .text._ZN14SoftwareSerial6listenEv + 0x0000000000000000 0x30 ./src/core/SoftwareSerial.o + .ARM.extab.text._ZN14SoftwareSerial6listenEv + 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o + .ARM.exidx.text._ZN14SoftwareSerial6listenEv + 0x0000000000000000 0x8 ./src/core/SoftwareSerial.o + .text._ZN14SoftwareSerial4recvEv + 0x0000000000000000 0x98 ./src/core/SoftwareSerial.o + .ARM.extab.text._ZN14SoftwareSerial4recvEv + 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o + .ARM.exidx.text._ZN14SoftwareSerial4recvEv + 0x0000000000000000 0x8 ./src/core/SoftwareSerial.o + .text._ZN14SoftwareSerial16handle_interruptEv + 0x0000000000000000 0x14 ./src/core/SoftwareSerial.o + .ARM.extab.text._ZN14SoftwareSerial16handle_interruptEv + 0x0000000000000000 0xc ./src/core/SoftwareSerial.o + .ARM.exidx.text._ZN14SoftwareSerial16handle_interruptEv + 0x0000000000000000 0x8 ./src/core/SoftwareSerial.o + .text._ZN14SoftwareSerial5setTXEh + 0x0000000000000000 0x1a ./src/core/SoftwareSerial.o + .ARM.extab.text._ZN14SoftwareSerial5setTXEh + 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o + .ARM.exidx.text._ZN14SoftwareSerial5setTXEh + 0x0000000000000000 0x8 ./src/core/SoftwareSerial.o + .text._ZN14SoftwareSerial5setRXEh + 0x0000000000000000 0x22 ./src/core/SoftwareSerial.o + .ARM.extab.text._ZN14SoftwareSerial5setRXEh + 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o + .ARM.exidx.text._ZN14SoftwareSerial5setRXEh + 0x0000000000000000 0x8 ./src/core/SoftwareSerial.o + .text._ZN14SoftwareSerialC2Ehhb + 0x0000000000000000 0x44 ./src/core/SoftwareSerial.o + .ARM.extab.text._ZN14SoftwareSerialC2Ehhb + 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o + .ARM.exidx.text._ZN14SoftwareSerialC2Ehhb + 0x0000000000000000 0x8 ./src/core/SoftwareSerial.o + .text._ZN14SoftwareSerial5beginEl + 0x0000000000000000 0x64 ./src/core/SoftwareSerial.o + .ARM.extab.text._ZN14SoftwareSerial5beginEl + 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o + .ARM.exidx.text._ZN14SoftwareSerial5beginEl + 0x0000000000000000 0x8 ./src/core/SoftwareSerial.o + .text._ZN14SoftwareSerial3endEv + 0x0000000000000000 0xe ./src/core/SoftwareSerial.o + .ARM.extab.text._ZN14SoftwareSerial3endEv + 0x0000000000000000 0xc ./src/core/SoftwareSerial.o + .ARM.exidx.text._ZN14SoftwareSerial3endEv + 0x0000000000000000 0x8 ./src/core/SoftwareSerial.o + .text._ZN14SoftwareSerialD2Ev + 0x0000000000000000 0x18 ./src/core/SoftwareSerial.o + .ARM.extab.text._ZN14SoftwareSerialD2Ev + 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o + .ARM.exidx.text._ZN14SoftwareSerialD2Ev + 0x0000000000000000 0x8 ./src/core/SoftwareSerial.o + .text._ZN14SoftwareSerial4readEv + 0x0000000000000000 0x40 ./src/core/SoftwareSerial.o + .ARM.extab.text._ZN14SoftwareSerial4readEv + 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o + .ARM.exidx.text._ZN14SoftwareSerial4readEv + 0x0000000000000000 0x8 ./src/core/SoftwareSerial.o + .text._ZN14SoftwareSerial9availableEv + 0x0000000000000000 0x3c ./src/core/SoftwareSerial.o + .ARM.extab.text._ZN14SoftwareSerial9availableEv + 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o + .ARM.exidx.text._ZN14SoftwareSerial9availableEv + 0x0000000000000000 0x8 ./src/core/SoftwareSerial.o + .text._ZN14SoftwareSerial5flushEv + 0x0000000000000000 0x24 ./src/core/SoftwareSerial.o + .ARM.extab.text._ZN14SoftwareSerial5flushEv + 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o + .ARM.exidx.text._ZN14SoftwareSerial5flushEv + 0x0000000000000000 0x8 ./src/core/SoftwareSerial.o + .text._ZN14SoftwareSerial4peekEv + 0x0000000000000000 0x34 ./src/core/SoftwareSerial.o + .ARM.extab.text._ZN14SoftwareSerial4peekEv + 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o + .ARM.exidx.text._ZN14SoftwareSerial4peekEv + 0x0000000000000000 0x8 ./src/core/SoftwareSerial.o + .bss._ZN14SoftwareSerial13active_objectE + 0x0000000000000000 0x4 ./src/core/SoftwareSerial.o + .rodata._ZL5table + 0x0000000000000000 0x30 ./src/core/SoftwareSerial.o + .bss._ZN14SoftwareSerial20_receive_buffer_headE + 0x0000000000000000 0x1 ./src/core/SoftwareSerial.o + .bss._ZN14SoftwareSerial15_receive_bufferE + 0x0000000000000000 0x40 ./src/core/SoftwareSerial.o + .bss._ZN14SoftwareSerial20_receive_buffer_tailE + 0x0000000000000000 0x1 ./src/core/SoftwareSerial.o + .rodata._ZTV14SoftwareSerial + 0x0000000000000000 0x10 ./src/core/SoftwareSerial.o + .group 0x0000000000000000 0x10 ./src/core/Wire.o + .group 0x0000000000000000 0x10 ./src/core/Wire.o + .group 0x0000000000000000 0x10 ./src/core/Wire.o + .group 0x0000000000000000 0x10 ./src/core/Wire.o + .group 0x0000000000000000 0x10 ./src/core/Wire.o + .text 0x0000000000000000 0x0 ./src/core/Wire.o + .data 0x0000000000000000 0x0 ./src/core/Wire.o + .bss 0x0000000000000000 0x0 ./src/core/Wire.o + .text._ZN7TwoWireC2Ev + 0x0000000000000000 0x2 ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWireC2Ev + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWireC2Ev + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire5beginEii + 0x0000000000000000 0x4c ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire5beginEii + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire5beginEii + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire5beginEv + 0x0000000000000000 0x34 ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire5beginEv + 0x0000000000000000 0xc ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire5beginEv + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire5beginEh + 0x0000000000000000 0x8 ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire5beginEh + 0x0000000000000000 0xc ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire5beginEh + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire5beginEi + 0x0000000000000000 0x8 ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire5beginEi + 0x0000000000000000 0xc ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire5beginEi + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire17beginTransmissionEh + 0x0000000000000000 0x28 ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire17beginTransmissionEh + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire17beginTransmissionEh + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire17beginTransmissionEi + 0x0000000000000000 0xa ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire17beginTransmissionEi + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire17beginTransmissionEi + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire5writeEa + 0x0000000000000000 0x34 ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire5writeEa + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire5writeEa + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire4sendEPhh + 0x0000000000000000 0x2c ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire4sendEPhh + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire4sendEPhh + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire4sendEPa + 0x0000000000000000 0x18 ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire4sendEPa + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire4sendEPa + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire4sendEi + 0x0000000000000000 0xa ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire4sendEi + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire4sendEi + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire9availableEv + 0x0000000000000000 0x18 ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire9availableEv + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire9availableEv + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire7receiveEv + 0x0000000000000000 0x28 ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire7receiveEv + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire7receiveEv + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire16onReceiveServiceEPhi + 0x0000000000000000 0x48 ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire16onReceiveServiceEPhi + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire16onReceiveServiceEPhi + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire16onRequestServiceEv + 0x0000000000000000 0x24 ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire16onRequestServiceEv + 0x0000000000000000 0xc ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire16onRequestServiceEv + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire9onReceiveEPFviE + 0x0000000000000000 0xc ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire9onReceiveEPFviE + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire9onReceiveEPFviE + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire9onRequestEPFvvE + 0x0000000000000000 0xc ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire9onRequestEPFvvE + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire9onRequestEPFvvE + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._Z4WAITv + 0x0000000000000000 0xa ./src/core/Wire.o + .ARM.extab.text._Z4WAITv + 0x0000000000000000 0xc ./src/core/Wire.o + .ARM.exidx.text._Z4WAITv + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._Z7SDA_RELi + 0x0000000000000000 0xa ./src/core/Wire.o + .ARM.extab.text._Z7SDA_RELi + 0x0000000000000000 0xc ./src/core/Wire.o + .ARM.exidx.text._Z7SDA_RELi + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._Z7SCL_RELi + 0x0000000000000000 0xa ./src/core/Wire.o + .ARM.extab.text._Z7SCL_RELi + 0x0000000000000000 0xc ./src/core/Wire.o + .ARM.exidx.text._Z7SCL_RELi + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._Z11i2c_stopbitii + 0x0000000000000000 0x20 ./src/core/Wire.o + .ARM.extab.text._Z11i2c_stopbitii + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._Z11i2c_stopbitii + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._Z7SDA_PULi + 0x0000000000000000 0x24 ./src/core/Wire.o + .ARM.extab.text._Z7SDA_PULi + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._Z7SDA_PULi + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._Z7SCL_PULi + 0x0000000000000000 0x24 ./src/core/Wire.o + .ARM.extab.text._Z7SCL_PULi + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._Z7SCL_PULi + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._Z13i2c_recv_byteii14WIRE_ACK_STATE + 0x0000000000000000 0xa2 ./src/core/Wire.o + .ARM.extab.text._Z13i2c_recv_byteii14WIRE_ACK_STATE + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._Z13i2c_recv_byteii14WIRE_ACK_STATE + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._Z13i2c_send_byteiih + 0x0000000000000000 0x90 ./src/core/Wire.o + .ARM.extab.text._Z13i2c_send_byteiih + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._Z13i2c_send_byteiih + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._Z8i2c_readiihPhh + 0x0000000000000000 0x4e ./src/core/Wire.o + .ARM.extab.text._Z8i2c_readiihPhh + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._Z8i2c_readiihPhh + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._Z9i2c_writeiihPhh + 0x0000000000000000 0x3c ./src/core/Wire.o + .ARM.extab.text._Z9i2c_writeiihPhh + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._Z9i2c_writeiihPhh + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._Z12i2c_startbitii + 0x0000000000000000 0x66 ./src/core/Wire.o + .ARM.extab.text._Z12i2c_startbitii + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._Z12i2c_startbitii + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._Z8i2c_pingiih + 0x0000000000000000 0x26 ./src/core/Wire.o + .ARM.extab.text._Z8i2c_pingiih + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._Z8i2c_pingiih + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._Z22i2c_begin_transmissioniih + 0x0000000000000000 0x8 ./src/core/Wire.o + .ARM.extab.text._Z22i2c_begin_transmissioniih + 0x0000000000000000 0xc ./src/core/Wire.o + .ARM.exidx.text._Z22i2c_begin_transmissioniih + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._Z16i2c_request_fromiihPhh + 0x0000000000000000 0x32 ./src/core/Wire.o + .ARM.extab.text._Z16i2c_request_fromiihPhh + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._Z16i2c_request_fromiihPhh + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire11requestFromEhh + 0x0000000000000000 0x38 ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire11requestFromEhh + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire11requestFromEhh + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire11requestFromEii + 0x0000000000000000 0xc ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire11requestFromEii + 0x0000000000000000 0xc ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire11requestFromEii + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire15endTransmissionEv + 0x0000000000000000 0x58 ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire15endTransmissionEv + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire15endTransmissionEv + 0x0000000000000000 0x8 ./src/core/Wire.o + .bss._ZN7TwoWire14user_onReceiveE + 0x0000000000000000 0x4 ./src/core/Wire.o + .bss._ZN7TwoWire8txBufferE + 0x0000000000000000 0x20 ./src/core/Wire.o + .bss._ZN7TwoWire8rxBufferE + 0x0000000000000000 0x20 ./src/core/Wire.o + .bss._ZN7TwoWire14user_onRequestE + 0x0000000000000000 0x4 ./src/core/Wire.o + .rodata.CSWTCH.49 + 0x0000000000000000 0x6 ./src/core/Wire.o + .bss.Wire 0x0000000000000000 0x8 ./src/core/Wire.o + .bss._ZN7TwoWire13rxBufferIndexE + 0x0000000000000000 0x1 ./src/core/Wire.o + .bss._ZN7TwoWire14rxBufferLengthE + 0x0000000000000000 0x1 ./src/core/Wire.o + .bss._ZN7TwoWire12transmittingE + 0x0000000000000000 0x1 ./src/core/Wire.o + .bss._ZN7TwoWire14txBufferLengthE + 0x0000000000000000 0x1 ./src/core/Wire.o + .bss._ZN7TwoWire13txBufferIndexE + 0x0000000000000000 0x1 ./src/core/Wire.o + .bss._ZN7TwoWire9txAddressE + 0x0000000000000000 0x1 ./src/core/Wire.o + .text 0x0000000000000000 0x0 ./src/core/analogio.o + .data 0x0000000000000000 0x0 ./src/core/analogio.o + .bss 0x0000000000000000 0x0 ./src/core/analogio.o + .ARM.extab.text.NVIC_SetPriority.constprop.2 + 0x0000000000000000 0x0 ./src/core/analogio.o + .text._Z23pwm_eucledean_algorithmi + 0x0000000000000000 0x2 ./src/core/analogio.o + .ARM.extab.text._Z23pwm_eucledean_algorithmi + 0x0000000000000000 0x0 ./src/core/analogio.o + .ARM.exidx.text._Z23pwm_eucledean_algorithmi + 0x0000000000000000 0x8 ./src/core/analogio.o + .ARM.extab.text.setup_TIMER16_0 + 0x0000000000000000 0x0 ./src/core/analogio.o + .ARM.extab.text.setup_TIMER16_1 + 0x0000000000000000 0x0 ./src/core/analogio.o + .ARM.extab.text.analogWrite + 0x0000000000000000 0x0 ./src/core/analogio.o + .ARM.extab.text.TIMER16_0_IRQHandler + 0x0000000000000000 0x0 ./src/core/analogio.o + .text 0x0000000000000000 0x0 ./src/core/arithmetical.o + .data 0x0000000000000000 0x0 ./src/core/arithmetical.o + .bss 0x0000000000000000 0x0 ./src/core/arithmetical.o + .text._Z10randomSeedj + 0x0000000000000000 0xc ./src/core/arithmetical.o + .ARM.extab.text._Z10randomSeedj + 0x0000000000000000 0x0 ./src/core/arithmetical.o + .ARM.exidx.text._Z10randomSeedj + 0x0000000000000000 0x8 ./src/core/arithmetical.o + .text._Z6randomv + 0x0000000000000000 0x50 ./src/core/arithmetical.o + .ARM.extab.text._Z6randomv + 0x0000000000000000 0x0 ./src/core/arithmetical.o + .ARM.exidx.text._Z6randomv + 0x0000000000000000 0x8 ./src/core/arithmetical.o + .text._Z11random_LFSRv + 0x0000000000000000 0x28 ./src/core/arithmetical.o + .ARM.extab.text._Z11random_LFSRv + 0x0000000000000000 0x0 ./src/core/arithmetical.o + .ARM.exidx.text._Z11random_LFSRv + 0x0000000000000000 0x8 ./src/core/arithmetical.o + .text._Z6randoml + 0x0000000000000000 0x16 ./src/core/arithmetical.o + .ARM.extab.text._Z6randoml + 0x0000000000000000 0x0 ./src/core/arithmetical.o + .ARM.exidx.text._Z6randoml + 0x0000000000000000 0x8 ./src/core/arithmetical.o + .text._Z6randomll + 0x0000000000000000 0x18 ./src/core/arithmetical.o + .ARM.extab.text._Z6randomll + 0x0000000000000000 0x0 ./src/core/arithmetical.o + .ARM.exidx.text._Z6randomll + 0x0000000000000000 0x8 ./src/core/arithmetical.o + .bss.random_seed + 0x0000000000000000 0x4 ./src/core/arithmetical.o + .text 0x0000000000000000 0x0 ./src/core/cr_cpp_config.o + .data 0x0000000000000000 0x0 ./src/core/cr_cpp_config.o + .bss 0x0000000000000000 0x0 ./src/core/cr_cpp_config.o + .text._Znwj 0x0000000000000000 0x8 ./src/core/cr_cpp_config.o + .ARM.extab.text._Znwj + 0x0000000000000000 0x0 ./src/core/cr_cpp_config.o + .ARM.exidx.text._Znwj + 0x0000000000000000 0x8 ./src/core/cr_cpp_config.o + .text._ZdlPv 0x0000000000000000 0x8 ./src/core/cr_cpp_config.o + .ARM.extab.text._ZdlPv + 0x0000000000000000 0x0 ./src/core/cr_cpp_config.o + .ARM.exidx.text._ZdlPv + 0x0000000000000000 0x8 ./src/core/cr_cpp_config.o + .ARM.extab.text.__aeabi_atexit + 0x0000000000000000 0x0 ./src/core/cr_cpp_config.o + .text 0x0000000000000000 0x0 ./src/core/cr_startup_lpc11.o + .data 0x0000000000000000 0x0 ./src/core/cr_startup_lpc11.o + .bss 0x0000000000000000 0x0 ./src/core/cr_startup_lpc11.o + .ARM.extab.after_vectors + 0x0000000000000000 0x0 ./src/core/cr_startup_lpc11.o + .text.__cxa_pure_virtual + 0x0000000000000000 0x4 ./src/core/cr_startup_lpc11.o + .ARM.extab.text.__cxa_pure_virtual + 0x0000000000000000 0x0 ./src/core/cr_startup_lpc11.o + .ARM.exidx.text.__cxa_pure_virtual + 0x0000000000000000 0x8 ./src/core/cr_startup_lpc11.o + .text.__cxa_demangle + 0x0000000000000000 0x2 ./src/core/cr_startup_lpc11.o + .ARM.extab.text.__cxa_demangle + 0x0000000000000000 0x0 ./src/core/cr_startup_lpc11.o + .ARM.exidx.text.__cxa_demangle + 0x0000000000000000 0x8 ./src/core/cr_startup_lpc11.o + .text 0x0000000000000000 0x0 ./src/core/delay.o + .data 0x0000000000000000 0x0 ./src/core/delay.o + .bss 0x0000000000000000 0x0 ./src/core/delay.o + .ARM.extab.text.NVIC_SetPriority + 0x0000000000000000 0x0 ./src/core/delay.o + .ARM.extab.text.delay + 0x0000000000000000 0x0 ./src/core/delay.o + .text.millis 0x0000000000000000 0xc ./src/core/delay.o + .ARM.extab.text.millis + 0x0000000000000000 0x0 ./src/core/delay.o + .ARM.exidx.text.millis + 0x0000000000000000 0x8 ./src/core/delay.o + .text.delayMicroseconds + 0x0000000000000000 0x18 ./src/core/delay.o + .ARM.extab.text.delayMicroseconds + 0x0000000000000000 0x0 ./src/core/delay.o + .ARM.exidx.text.delayMicroseconds + 0x0000000000000000 0x8 ./src/core/delay.o + .text.micros 0x0000000000000000 0xc ./src/core/delay.o + .ARM.extab.text.micros + 0x0000000000000000 0x0 ./src/core/delay.o + .ARM.exidx.text.micros + 0x0000000000000000 0x8 ./src/core/delay.o + .ARM.extab.text.setup_TIMER32_1 + 0x0000000000000000 0x0 ./src/core/delay.o + .text.attachMicroseconds + 0x0000000000000000 0x40 ./src/core/delay.o + .ARM.extab.text.attachMicroseconds + 0x0000000000000000 0x0 ./src/core/delay.o + .ARM.exidx.text.attachMicroseconds + 0x0000000000000000 0x8 ./src/core/delay.o + .text.detachMicroseconds + 0x0000000000000000 0x1c ./src/core/delay.o + .ARM.extab.text.detachMicroseconds + 0x0000000000000000 0x0 ./src/core/delay.o + .ARM.exidx.text.detachMicroseconds + 0x0000000000000000 0x8 ./src/core/delay.o + .ARM.extab.text.TIMER32_1_IRQHandler + 0x0000000000000000 0x0 ./src/core/delay.o + .ARM.extab.text.SysTick_Handler + 0x0000000000000000 0x0 ./src/core/delay.o + .ARM.extab.text.setup_systick + 0x0000000000000000 0x0 ./src/core/delay.o + .text 0x0000000000000000 0x0 ./src/core/gpio.o + .data 0x0000000000000000 0x0 ./src/core/gpio.o + .bss 0x0000000000000000 0x0 ./src/core/gpio.o + .ARM.extab.text.pinMode + 0x0000000000000000 0x0 ./src/core/gpio.o + .ARM.extab.text.digitalWrite + 0x0000000000000000 0x0 ./src/core/gpio.o + .text.digitalRead + 0x0000000000000000 0x48 ./src/core/gpio.o + .ARM.extab.text.digitalRead + 0x0000000000000000 0x0 ./src/core/gpio.o + .ARM.exidx.text.digitalRead + 0x0000000000000000 0x8 ./src/core/gpio.o + .text.GPIOSetInterrupt + 0x0000000000000000 0x130 ./src/core/gpio.o + .ARM.extab.text.GPIOSetInterrupt + 0x0000000000000000 0x0 ./src/core/gpio.o + .ARM.exidx.text.GPIOSetInterrupt + 0x0000000000000000 0x8 ./src/core/gpio.o + .text.GPIOIntEnable + 0x0000000000000000 0x4c ./src/core/gpio.o + .ARM.extab.text.GPIOIntEnable + 0x0000000000000000 0x0 ./src/core/gpio.o + .ARM.exidx.text.GPIOIntEnable + 0x0000000000000000 0x8 ./src/core/gpio.o + .text.GPIOIntDisable + 0x0000000000000000 0x48 ./src/core/gpio.o + .ARM.extab.text.GPIOIntDisable + 0x0000000000000000 0x0 ./src/core/gpio.o + .ARM.exidx.text.GPIOIntDisable + 0x0000000000000000 0x8 ./src/core/gpio.o + .ARM.extab.text.GPIOIntStatus + 0x0000000000000000 0x0 ./src/core/gpio.o + .ARM.extab.text.GPIOIntClear + 0x0000000000000000 0x0 ./src/core/gpio.o + .text 0x0000000000000000 0x0 ./src/core/gpio_int.o + .data 0x0000000000000000 0x0 ./src/core/gpio_int.o + .bss 0x0000000000000000 0x0 ./src/core/gpio_int.o + .text.NVIC_EnableIRQ + 0x0000000000000000 0x14 ./src/core/gpio_int.o + .ARM.extab.text.NVIC_EnableIRQ + 0x0000000000000000 0x0 ./src/core/gpio_int.o + .ARM.exidx.text.NVIC_EnableIRQ + 0x0000000000000000 0x8 ./src/core/gpio_int.o + .text.NVIC_DisableIRQ + 0x0000000000000000 0x14 ./src/core/gpio_int.o + .ARM.extab.text.NVIC_DisableIRQ + 0x0000000000000000 0x0 ./src/core/gpio_int.o + .ARM.exidx.text.NVIC_DisableIRQ + 0x0000000000000000 0x8 ./src/core/gpio_int.o + .text.attachInterrupt + 0x0000000000000000 0xac ./src/core/gpio_int.o + .ARM.extab.text.attachInterrupt + 0x0000000000000000 0x0 ./src/core/gpio_int.o + .ARM.exidx.text.attachInterrupt + 0x0000000000000000 0x8 ./src/core/gpio_int.o + .text.detachInterrupt + 0x0000000000000000 0x78 ./src/core/gpio_int.o + .ARM.extab.text.detachInterrupt + 0x0000000000000000 0x0 ./src/core/gpio_int.o + .ARM.exidx.text.detachInterrupt + 0x0000000000000000 0x8 ./src/core/gpio_int.o + .ARM.extab.text.GPIO_IRQHandler + 0x0000000000000000 0x0 ./src/core/gpio_int.o + .rodata._ZL8LPC_GPIO + 0x0000000000000000 0x10 ./src/core/gpio_int.o + .rodata._ZL14mary_pinAssign + 0x0000000000000000 0xe0 ./src/core/gpio_int.o + .rodata._ZL17arduino_pinAssign + 0x0000000000000000 0xb0 ./src/core/gpio_int.o + .text 0x0000000000000000 0x0 ./src/core/maryoled.o + .data 0x0000000000000000 0x0 ./src/core/maryoled.o + .bss 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLEDD2Ev + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLEDC2Ev + 0x0000000000000000 0x0 ./src/core/maryoled.o + .text._ZN8MARYOLED7commandEi + 0x0000000000000000 0x24 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED7commandEi + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED7commandEi + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED4dataEi + 0x0000000000000000 0x28 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED4dataEi + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED4dataEi + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED7_windowEiiii + 0x0000000000000000 0x48 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED7_windowEiiii + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED7_windowEiiii + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED11WindowResetEv + 0x0000000000000000 0x3c ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED11WindowResetEv + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED11WindowResetEv + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED6locateEii + 0x0000000000000000 0x6 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED6locateEii + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED6locateEii + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED7newlineEv + 0x0000000000000000 0x14 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED7newlineEv + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED7newlineEv + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED5_putpEi + 0x0000000000000000 0x24 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED5_putpEi + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED5_putpEi + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED6windowEiiii + 0x0000000000000000 0xc ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED6windowEiiii + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED6windowEiiii + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED4putpEi + 0x0000000000000000 0x8 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED4putpEi + 0x0000000000000000 0xc ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED4putpEi + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED5pixelEiii + 0x0000000000000000 0x18 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED5pixelEiii + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED5pixelEiii + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED4fillEiiiii + 0x0000000000000000 0x52 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED4fillEiiiii + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED4fillEiiiii + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED3clsEv + 0x0000000000000000 0x1c ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED3clsEv + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED3clsEv + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED5resetEv + 0x0000000000000000 0x228 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED5resetEv + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED5resetEv + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED5resetE8SSP_PORT + 0x0000000000000000 0x46 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED5resetE8SSP_PORT + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED5resetE8SSP_PORT + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED4blitEiiiiPKi + 0x0000000000000000 0x54 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED4blitEiiiiPKi + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED4blitEiiiiPKi + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED7bitblitEiiiiPKc + 0x0000000000000000 0x84 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED7bitblitEiiiiPKc + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED7bitblitEiiiiPKc + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED5_putcEi + 0x0000000000000000 0x50 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED5_putcEi + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED5_putcEi + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED10foregroundEi + 0x0000000000000000 0x4 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED10foregroundEi + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED10foregroundEi + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED10backgroundEi + 0x0000000000000000 0x4 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED10backgroundEi + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED10backgroundEi + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED5widthEv + 0x0000000000000000 0x4 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED5widthEv + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED5widthEv + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED6heightEv + 0x0000000000000000 0x4 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED6heightEv + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED6heightEv + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED7columnsEv + 0x0000000000000000 0x4 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED7columnsEv + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED7columnsEv + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED4rowsEv + 0x0000000000000000 0x4 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED4rowsEv + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED4rowsEv + 0x0000000000000000 0x8 ./src/core/maryoled.o + .ARM.extab.text.startup._GLOBAL__sub_I_oled + 0x0000000000000000 0x0 ./src/core/maryoled.o + .rodata 0x0000000000000000 0x3f ./src/core/maryoled.o + .rodata._ZL7FONT8x8 + 0x0000000000000000 0x308 ./src/core/maryoled.o + .text 0x0000000000000000 0x0 ./src/core/startup_mary.o + .data 0x0000000000000000 0x0 ./src/core/startup_mary.o + .bss 0x0000000000000000 0x0 ./src/core/startup_mary.o + .text 0x0000000000000000 0x0 ./src/core/system_LPC11xx.o + .data 0x0000000000000000 0x0 ./src/core/system_LPC11xx.o + .bss 0x0000000000000000 0x0 ./src/core/system_LPC11xx.o + .text.SystemCoreClockUpdate + 0x0000000000000000 0x9c ./src/core/system_LPC11xx.o + .ARM.extab.text.SystemCoreClockUpdate + 0x0000000000000000 0x0 ./src/core/system_LPC11xx.o + .ARM.exidx.text.SystemCoreClockUpdate + 0x0000000000000000 0x8 ./src/core/system_LPC11xx.o + .ARM.extab.text.SystemInit + 0x0000000000000000 0x0 ./src/core/system_LPC11xx.o + .rodata.CSWTCH.16 + 0x0000000000000000 0x40 ./src/core/system_LPC11xx.o + .text 0x0000000000000000 0x0 ./src/core/uart.o + .data 0x0000000000000000 0x0 ./src/core/uart.o + .bss 0x0000000000000000 0x0 ./src/core/uart.o + .ARM.extab.text._ZN7USerialD2Ev + 0x0000000000000000 0x0 ./src/core/uart.o + .ARM.extab.text._ZN7USerial5writeEc + 0x0000000000000000 0x0 ./src/core/uart.o + .text._ZN7USerialC2Ev + 0x0000000000000000 0x18 ./src/core/uart.o + .ARM.extab.text._ZN7USerialC2Ev + 0x0000000000000000 0x0 ./src/core/uart.o + .ARM.exidx.text._ZN7USerialC2Ev + 0x0000000000000000 0x8 ./src/core/uart.o + .ARM.extab.text._ZN7USerial5beginEi + 0x0000000000000000 0x0 ./src/core/uart.o + .text._ZN7USerial3endEv + 0x0000000000000000 0x2 ./src/core/uart.o + .ARM.extab.text._ZN7USerial3endEv + 0x0000000000000000 0x0 ./src/core/uart.o + .ARM.exidx.text._ZN7USerial3endEv + 0x0000000000000000 0x8 ./src/core/uart.o + .text._ZN7USerial9availableEv + 0x0000000000000000 0x10 ./src/core/uart.o + .ARM.extab.text._ZN7USerial9availableEv + 0x0000000000000000 0x0 ./src/core/uart.o + .ARM.exidx.text._ZN7USerial9availableEv + 0x0000000000000000 0x8 ./src/core/uart.o + .text._ZN7USerial4readEv + 0x0000000000000000 0xc ./src/core/uart.o + .ARM.extab.text._ZN7USerial4readEv + 0x0000000000000000 0x0 ./src/core/uart.o + .ARM.exidx.text._ZN7USerial4readEv + 0x0000000000000000 0x8 ./src/core/uart.o + .ARM.extab.text.startup._GLOBAL__sub_I_Serial + 0x0000000000000000 0x0 ./src/core/uart.o + .group 0x0000000000000000 0x8 ./src/XBee/XBee.o + .group 0x0000000000000000 0x8 ./src/XBee/XBee.o + .group 0x0000000000000000 0x8 ./src/XBee/XBee.o + .group 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text 0x0000000000000000 0x0 ./src/XBee/XBee.o + .data 0x0000000000000000 0x0 ./src/XBee/XBee.o + .bss 0x0000000000000000 0x0 ./src/XBee/XBee.o + .text._ZN12ZBRxResponse13getDataOffsetEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12ZBRxResponse13getDataOffsetEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12ZBRxResponse13getDataOffsetEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12ZBRxResponse13getDataLengthEv + 0x0000000000000000 0x12 ./src/XBee/XBee.o + .ARM.extab.text._ZN12ZBRxResponse13getDataLengthEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12ZBRxResponse13getDataLengthEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11ZBTxRequest18getFrameDataLengthEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .ARM.extab.text._ZN11ZBTxRequest18getFrameDataLengthEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11ZBTxRequest18getFrameDataLengthEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN16AtCommandRequest18getFrameDataLengthEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .ARM.extab.text._ZN16AtCommandRequest18getFrameDataLengthEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN16AtCommandRequest18getFrameDataLengthEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN22RemoteAtCommandRequest18getFrameDataLengthEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .ARM.extab.text._ZN22RemoteAtCommandRequest18getFrameDataLengthEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN22RemoteAtCommandRequest18getFrameDataLengthEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN16AtCommandRequest12getFrameDataEh + 0x0000000000000000 0x20 ./src/XBee/XBee.o + .ARM.extab.text._ZN16AtCommandRequest12getFrameDataEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN16AtCommandRequest12getFrameDataEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11ZBTxRequest12getFrameDataEh + 0x0000000000000000 0x6e ./src/XBee/XBee.o + .ARM.extab.text._ZN11ZBTxRequest12getFrameDataEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11ZBTxRequest12getFrameDataEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN22RemoteAtCommandRequest12getFrameDataEh + 0x0000000000000000 0x80 ./src/XBee/XBee.o + .ARM.extab.text._ZN22RemoteAtCommandRequest12getFrameDataEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN22RemoteAtCommandRequest12getFrameDataEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponseC2Ev + 0x0000000000000000 0x2 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponseC2Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponseC2Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse8getApiIdEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse8getApiIdEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse8getApiIdEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse8setApiIdEh + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse8setApiIdEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse8setApiIdEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse12getMsbLengthEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse12getMsbLengthEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse12getMsbLengthEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse12setMsbLengthEh + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse12setMsbLengthEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse12setMsbLengthEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse12getLsbLengthEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse12getLsbLengthEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse12getLsbLengthEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse12setLsbLengthEh + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse12setLsbLengthEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse12setLsbLengthEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse11getChecksumEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse11getChecksumEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse11getChecksumEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse11setChecksumEh + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse11setChecksumEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse11setChecksumEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse18getFrameDataLengthEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse18getFrameDataLengthEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse18getFrameDataLengthEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse14setFrameLengthEh + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse14setFrameLengthEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse14setFrameLengthEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse11isAvailableEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse11isAvailableEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse11isAvailableEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse12setAvailableEb + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse12setAvailableEb + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse12setAvailableEb + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse7isErrorEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse7isErrorEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse7isErrorEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse12getErrorCodeEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse12getErrorCodeEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse12getErrorCodeEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse12setErrorCodeEh + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse12setErrorCodeEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse12setErrorCodeEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse9setCommonERS_ + 0x0000000000000000 0x1e ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse9setCommonERS_ + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse9setCommonERS_ + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN18ZBTxStatusResponseC2Ev + 0x0000000000000000 0x2 ./src/XBee/XBee.o + .ARM.extab.text._ZN18ZBTxStatusResponseC2Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN18ZBTxStatusResponseC2Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN18ZBTxStatusResponse16getRemoteAddressEv + 0x0000000000000000 0xe ./src/XBee/XBee.o + .ARM.extab.text._ZN18ZBTxStatusResponse16getRemoteAddressEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN18ZBTxStatusResponse16getRemoteAddressEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN18ZBTxStatusResponse15getTxRetryCountEv + 0x0000000000000000 0x6 ./src/XBee/XBee.o + .ARM.extab.text._ZN18ZBTxStatusResponse15getTxRetryCountEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN18ZBTxStatusResponse15getTxRetryCountEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN18ZBTxStatusResponse17getDeliveryStatusEv + 0x0000000000000000 0x6 ./src/XBee/XBee.o + .ARM.extab.text._ZN18ZBTxStatusResponse17getDeliveryStatusEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN18ZBTxStatusResponse17getDeliveryStatusEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN18ZBTxStatusResponse18getDiscoveryStatusEv + 0x0000000000000000 0x6 ./src/XBee/XBee.o + .ARM.extab.text._ZN18ZBTxStatusResponse18getDiscoveryStatusEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN18ZBTxStatusResponse18getDiscoveryStatusEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN18ZBTxStatusResponse9isSuccessEv + 0x0000000000000000 0xa ./src/XBee/XBee.o + .ARM.extab.text._ZN18ZBTxStatusResponse9isSuccessEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN18ZBTxStatusResponse9isSuccessEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse21getZBTxStatusResponseERS_ + 0x0000000000000000 0xc ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse21getZBTxStatusResponseERS_ + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse21getZBTxStatusResponseERS_ + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12ZBRxResponseC2Ev + 0x0000000000000000 0x14 ./src/XBee/XBee.o + .ARM.extab.text._ZN12ZBRxResponseC2Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12ZBRxResponseC2Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12ZBRxResponse18getRemoteAddress16Ev + 0x0000000000000000 0xe ./src/XBee/XBee.o + .ARM.extab.text._ZN12ZBRxResponse18getRemoteAddress16Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12ZBRxResponse18getRemoteAddress16Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12ZBRxResponse9getOptionEv + 0x0000000000000000 0x6 ./src/XBee/XBee.o + .ARM.extab.text._ZN12ZBRxResponse9getOptionEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12ZBRxResponse9getOptionEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12ZBRxResponse18getRemoteAddress64Ev + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12ZBRxResponse18getRemoteAddress64Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12ZBRxResponse18getRemoteAddress64Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse15getZBRxResponseERS_ + 0x0000000000000000 0x3e ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse15getZBRxResponseERS_ + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse15getZBRxResponseERS_ + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN20ZBRxIoSampleResponseC2Ev + 0x0000000000000000 0x10 ./src/XBee/XBee.o + .ARM.extab.text._ZN20ZBRxIoSampleResponseC2Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN20ZBRxIoSampleResponseC2Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN20ZBRxIoSampleResponse17getDigitalMaskMsbEv + 0x0000000000000000 0xa ./src/XBee/XBee.o + .ARM.extab.text._ZN20ZBRxIoSampleResponse17getDigitalMaskMsbEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN20ZBRxIoSampleResponse17getDigitalMaskMsbEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN20ZBRxIoSampleResponse17getDigitalMaskLsbEv + 0x0000000000000000 0x6 ./src/XBee/XBee.o + .ARM.extab.text._ZN20ZBRxIoSampleResponse17getDigitalMaskLsbEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN20ZBRxIoSampleResponse17getDigitalMaskLsbEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN20ZBRxIoSampleResponse13getAnalogMaskEv + 0x0000000000000000 0xa ./src/XBee/XBee.o + .ARM.extab.text._ZN20ZBRxIoSampleResponse13getAnalogMaskEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN20ZBRxIoSampleResponse13getAnalogMaskEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN20ZBRxIoSampleResponse14containsAnalogEv + 0x0000000000000000 0xe ./src/XBee/XBee.o + .ARM.extab.text._ZN20ZBRxIoSampleResponse14containsAnalogEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN20ZBRxIoSampleResponse14containsAnalogEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN20ZBRxIoSampleResponse15containsDigitalEv + 0x0000000000000000 0x16 ./src/XBee/XBee.o + .ARM.extab.text._ZN20ZBRxIoSampleResponse15containsDigitalEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN20ZBRxIoSampleResponse15containsDigitalEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN20ZBRxIoSampleResponse15isAnalogEnabledEh + 0x0000000000000000 0x10 ./src/XBee/XBee.o + .ARM.extab.text._ZN20ZBRxIoSampleResponse15isAnalogEnabledEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN20ZBRxIoSampleResponse15isAnalogEnabledEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN20ZBRxIoSampleResponse16isDigitalEnabledEh + 0x0000000000000000 0x1c ./src/XBee/XBee.o + .ARM.extab.text._ZN20ZBRxIoSampleResponse16isDigitalEnabledEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN20ZBRxIoSampleResponse16isDigitalEnabledEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN20ZBRxIoSampleResponse9getAnalogEh + 0x0000000000000000 0x3e ./src/XBee/XBee.o + .ARM.extab.text._ZN20ZBRxIoSampleResponse9getAnalogEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN20ZBRxIoSampleResponse9getAnalogEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN20ZBRxIoSampleResponse11isDigitalOnEh + 0x0000000000000000 0x18 ./src/XBee/XBee.o + .ARM.extab.text._ZN20ZBRxIoSampleResponse11isDigitalOnEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN20ZBRxIoSampleResponse11isDigitalOnEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse23getZBRxIoSampleResponseERS_ + 0x0000000000000000 0x3e ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse23getZBRxIoSampleResponseERS_ + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse23getZBRxIoSampleResponseERS_ + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN23RemoteAtCommandResponseC2Ev + 0x0000000000000000 0x2 ./src/XBee/XBee.o + .ARM.extab.text._ZN23RemoteAtCommandResponseC2Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN23RemoteAtCommandResponseC2Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN23RemoteAtCommandResponse10getCommandEv + 0x0000000000000000 0x6 ./src/XBee/XBee.o + .ARM.extab.text._ZN23RemoteAtCommandResponse10getCommandEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN23RemoteAtCommandResponse10getCommandEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN23RemoteAtCommandResponse9getStatusEv + 0x0000000000000000 0x6 ./src/XBee/XBee.o + .ARM.extab.text._ZN23RemoteAtCommandResponse9getStatusEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN23RemoteAtCommandResponse9getStatusEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN23RemoteAtCommandResponse4isOkEv + 0x0000000000000000 0xa ./src/XBee/XBee.o + .ARM.extab.text._ZN23RemoteAtCommandResponse4isOkEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN23RemoteAtCommandResponse4isOkEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN23RemoteAtCommandResponse14getValueLengthEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .ARM.extab.text._ZN23RemoteAtCommandResponse14getValueLengthEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN23RemoteAtCommandResponse14getValueLengthEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN23RemoteAtCommandResponse8getValueEv + 0x0000000000000000 0x12 ./src/XBee/XBee.o + .ARM.extab.text._ZN23RemoteAtCommandResponse8getValueEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN23RemoteAtCommandResponse8getValueEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN23RemoteAtCommandResponse18getRemoteAddress16Ev + 0x0000000000000000 0xe ./src/XBee/XBee.o + .ARM.extab.text._ZN23RemoteAtCommandResponse18getRemoteAddress16Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN23RemoteAtCommandResponse18getRemoteAddress16Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN23RemoteAtCommandResponse18getRemoteAddress64Ev + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN23RemoteAtCommandResponse18getRemoteAddress64Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN23RemoteAtCommandResponse18getRemoteAddress64Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse26getRemoteAtCommandResponseERS_ + 0x0000000000000000 0x3e ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse26getRemoteAtCommandResponseERS_ + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse26getRemoteAtCommandResponseERS_ + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN14RxDataResponseC2Ev + 0x0000000000000000 0xc ./src/XBee/XBee.o + .ARM.extab.text._ZN14RxDataResponseC2Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN14RxDataResponseC2Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN14RxDataResponse7getDataEi + 0x0000000000000000 0x12 ./src/XBee/XBee.o + .ARM.extab.text._ZN14RxDataResponse7getDataEi + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN14RxDataResponse7getDataEi + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN14RxDataResponse7getDataEv + 0x0000000000000000 0xe ./src/XBee/XBee.o + .ARM.extab.text._ZN14RxDataResponse7getDataEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN14RxDataResponse7getDataEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN15FrameIdResponseC2Ev + 0x0000000000000000 0x2 ./src/XBee/XBee.o + .ARM.extab.text._ZN15FrameIdResponseC2Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN15FrameIdResponseC2Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN15FrameIdResponse10getFrameIdEv + 0x0000000000000000 0x6 ./src/XBee/XBee.o + .ARM.extab.text._ZN15FrameIdResponse10getFrameIdEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN15FrameIdResponse10getFrameIdEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN19ModemStatusResponseC2Ev + 0x0000000000000000 0x2 ./src/XBee/XBee.o + .ARM.extab.text._ZN19ModemStatusResponseC2Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN19ModemStatusResponseC2Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN19ModemStatusResponse9getStatusEv + 0x0000000000000000 0x6 ./src/XBee/XBee.o + .ARM.extab.text._ZN19ModemStatusResponse9getStatusEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN19ModemStatusResponse9getStatusEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse22getModemStatusResponseERS_ + 0x0000000000000000 0xc ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse22getModemStatusResponseERS_ + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse22getModemStatusResponseERS_ + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN17AtCommandResponseC2Ev + 0x0000000000000000 0x2 ./src/XBee/XBee.o + .ARM.extab.text._ZN17AtCommandResponseC2Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN17AtCommandResponseC2Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN17AtCommandResponse10getCommandEv + 0x0000000000000000 0x6 ./src/XBee/XBee.o + .ARM.extab.text._ZN17AtCommandResponse10getCommandEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN17AtCommandResponse10getCommandEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN17AtCommandResponse9getStatusEv + 0x0000000000000000 0x6 ./src/XBee/XBee.o + .ARM.extab.text._ZN17AtCommandResponse9getStatusEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN17AtCommandResponse9getStatusEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN17AtCommandResponse14getValueLengthEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .ARM.extab.text._ZN17AtCommandResponse14getValueLengthEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN17AtCommandResponse14getValueLengthEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN17AtCommandResponse8getValueEv + 0x0000000000000000 0x12 ./src/XBee/XBee.o + .ARM.extab.text._ZN17AtCommandResponse8getValueEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN17AtCommandResponse8getValueEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN17AtCommandResponse4isOkEv + 0x0000000000000000 0xa ./src/XBee/XBee.o + .ARM.extab.text._ZN17AtCommandResponse4isOkEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN17AtCommandResponse4isOkEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse20getAtCommandResponseERS_ + 0x0000000000000000 0xc ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse20getAtCommandResponseERS_ + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse20getAtCommandResponseERS_ + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse15getPacketLengthEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse15getPacketLengthEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse15getPacketLengthEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse12getFrameDataEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse12getFrameDataEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse12getFrameDataEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse12setFrameDataEPh + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse12setFrameDataEPh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse12setFrameDataEPh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse4initEv + 0x0000000000000000 0xa ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse4initEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse4initEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse5resetEv + 0x0000000000000000 0x20 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse5resetEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse5resetEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN4XBee13resetResponseEv + 0x0000000000000000 0xe ./src/XBee/XBee.o + .ARM.extab.text._ZN4XBee13resetResponseEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN4XBee13resetResponseEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN4XBeeC2Ev + 0x0000000000000000 0x18 ./src/XBee/XBee.o + .ARM.extab.text._ZN4XBeeC2Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN4XBeeC2Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN4XBee14getNextFrameIdEv + 0x0000000000000000 0x16 ./src/XBee/XBee.o + .ARM.extab.text._ZN4XBee14getNextFrameIdEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN4XBee14getNextFrameIdEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN4XBee5beginEi + 0x0000000000000000 0x10 ./src/XBee/XBee.o + .ARM.extab.text._ZN4XBee5beginEi + 0x0000000000000000 0xc ./src/XBee/XBee.o + .ARM.exidx.text._ZN4XBee5beginEi + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN4XBee11getResponseEv + 0x0000000000000000 0x2 ./src/XBee/XBee.o + .ARM.extab.text._ZN4XBee11getResponseEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN4XBee11getResponseEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN4XBee11getResponseER12XBeeResponse + 0x0000000000000000 0x16 ./src/XBee/XBee.o + .ARM.extab.text._ZN4XBee11getResponseER12XBeeResponse + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN4XBee11getResponseER12XBeeResponse + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN4XBee10readPacketEv + 0x0000000000000000 0xf0 ./src/XBee/XBee.o + .ARM.extab.text._ZN4XBee10readPacketEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN4XBee10readPacketEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN4XBee10readPacketEi + 0x0000000000000000 0x38 ./src/XBee/XBee.o + .ARM.extab.text._ZN4XBee10readPacketEi + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN4XBee10readPacketEi + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN4XBee24readPacketUntilAvailableEv + 0x0000000000000000 0x1a ./src/XBee/XBee.o + .ARM.extab.text._ZN4XBee24readPacketUntilAvailableEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN4XBee24readPacketUntilAvailableEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11XBeeRequestC2Ehh + 0x0000000000000000 0x10 ./src/XBee/XBee.o + .ARM.extab.text._ZN11XBeeRequestC2Ehh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11XBeeRequestC2Ehh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11XBeeRequest10setFrameIdEh + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN11XBeeRequest10setFrameIdEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11XBeeRequest10setFrameIdEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11XBeeRequest10getFrameIdEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN11XBeeRequest10getFrameIdEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11XBeeRequest10getFrameIdEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11XBeeRequest8getApiIdEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN11XBeeRequest8getApiIdEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11XBeeRequest8getApiIdEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11XBeeRequest8setApiIdEh + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN11XBeeRequest8setApiIdEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11XBeeRequest8setApiIdEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN14PayloadRequestC2EhhPhh + 0x0000000000000000 0x18 ./src/XBee/XBee.o + .ARM.extab.text._ZN14PayloadRequestC2EhhPhh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN14PayloadRequestC2EhhPhh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN14PayloadRequest10getPayloadEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN14PayloadRequest10getPayloadEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN14PayloadRequest10getPayloadEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN14PayloadRequest10setPayloadEPh + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN14PayloadRequest10setPayloadEPh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN14PayloadRequest10setPayloadEPh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN14PayloadRequest16getPayloadLengthEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN14PayloadRequest16getPayloadLengthEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN14PayloadRequest16getPayloadLengthEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN14PayloadRequest16setPayloadLengthEh + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN14PayloadRequest16setPayloadLengthEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN14PayloadRequest16setPayloadLengthEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11XBeeAddressC2Ev + 0x0000000000000000 0x2 ./src/XBee/XBee.o + .ARM.extab.text._ZN11XBeeAddressC2Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11XBeeAddressC2Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN13XBeeAddress64C2Ev + 0x0000000000000000 0x2 ./src/XBee/XBee.o + .ARM.extab.text._ZN13XBeeAddress64C2Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN13XBeeAddress64C2Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN13XBeeAddress64C2Emm + 0x0000000000000000 0x6 ./src/XBee/XBee.o + .ARM.extab.text._ZN13XBeeAddress64C2Emm + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN13XBeeAddress64C2Emm + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN13XBeeAddress646getMsbEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN13XBeeAddress646getMsbEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN13XBeeAddress646getMsbEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN13XBeeAddress646setMsbEm + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN13XBeeAddress646setMsbEm + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN13XBeeAddress646setMsbEm + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN13XBeeAddress646getLsbEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN13XBeeAddress646getLsbEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN13XBeeAddress646getLsbEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN13XBeeAddress646setLsbEm + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN13XBeeAddress646setLsbEm + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN13XBeeAddress646setLsbEm + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11ZBTxRequestC2Ev + 0x0000000000000000 0x1c ./src/XBee/XBee.o + .ARM.extab.text._ZN11ZBTxRequestC2Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11ZBTxRequestC2Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11ZBTxRequestC2ER13XBeeAddress64thhPhhh + 0x0000000000000000 0x34 ./src/XBee/XBee.o + .ARM.extab.text._ZN11ZBTxRequestC2ER13XBeeAddress64thhPhhh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11ZBTxRequestC2ER13XBeeAddress64thhPhhh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11ZBTxRequestC2ER13XBeeAddress64Phh + 0x0000000000000000 0x30 ./src/XBee/XBee.o + .ARM.extab.text._ZN11ZBTxRequestC2ER13XBeeAddress64Phh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11ZBTxRequestC2ER13XBeeAddress64Phh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11ZBTxRequest12getAddress64Ev + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN11ZBTxRequest12getAddress64Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11ZBTxRequest12getAddress64Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11ZBTxRequest12getAddress16Ev + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN11ZBTxRequest12getAddress16Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11ZBTxRequest12getAddress16Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11ZBTxRequest18getBroadcastRadiusEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN11ZBTxRequest18getBroadcastRadiusEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11ZBTxRequest18getBroadcastRadiusEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11ZBTxRequest9getOptionEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN11ZBTxRequest9getOptionEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11ZBTxRequest9getOptionEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11ZBTxRequest12setAddress64ER13XBeeAddress64 + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .ARM.extab.text._ZN11ZBTxRequest12setAddress64ER13XBeeAddress64 + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11ZBTxRequest12setAddress64ER13XBeeAddress64 + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11ZBTxRequest12setAddress16Et + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN11ZBTxRequest12setAddress16Et + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11ZBTxRequest12setAddress16Et + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11ZBTxRequest18setBroadcastRadiusEh + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN11ZBTxRequest18setBroadcastRadiusEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11ZBTxRequest18setBroadcastRadiusEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11ZBTxRequest9setOptionEh + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN11ZBTxRequest9setOptionEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11ZBTxRequest9setOptionEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN16AtCommandRequestC2Ev + 0x0000000000000000 0x1c ./src/XBee/XBee.o + .ARM.extab.text._ZN16AtCommandRequestC2Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN16AtCommandRequestC2Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN16AtCommandRequestC2EPhS0_h + 0x0000000000000000 0x1c ./src/XBee/XBee.o + .ARM.extab.text._ZN16AtCommandRequestC2EPhS0_h + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN16AtCommandRequestC2EPhS0_h + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN16AtCommandRequestC2EPh + 0x0000000000000000 0x1c ./src/XBee/XBee.o + .ARM.extab.text._ZN16AtCommandRequestC2EPh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN16AtCommandRequestC2EPh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN16AtCommandRequest10getCommandEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN16AtCommandRequest10getCommandEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN16AtCommandRequest10getCommandEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN16AtCommandRequest15getCommandValueEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN16AtCommandRequest15getCommandValueEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN16AtCommandRequest15getCommandValueEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN16AtCommandRequest21getCommandValueLengthEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN16AtCommandRequest21getCommandValueLengthEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN16AtCommandRequest21getCommandValueLengthEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN16AtCommandRequest10setCommandEPh + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN16AtCommandRequest10setCommandEPh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN16AtCommandRequest10setCommandEPh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN16AtCommandRequest15setCommandValueEPh + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN16AtCommandRequest15setCommandValueEPh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN16AtCommandRequest15setCommandValueEPh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN16AtCommandRequest21setCommandValueLengthEh + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN16AtCommandRequest21setCommandValueLengthEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN16AtCommandRequest21setCommandValueLengthEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN16AtCommandRequest17clearCommandValueEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .ARM.extab.text._ZN16AtCommandRequest17clearCommandValueEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN16AtCommandRequest17clearCommandValueEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN22RemoteAtCommandRequestC2Ev + 0x0000000000000000 0x20 ./src/XBee/XBee.o + .ARM.extab.text._ZN22RemoteAtCommandRequestC2Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN22RemoteAtCommandRequestC2Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN22RemoteAtCommandRequestC2EtPhS0_h + 0x0000000000000000 0x38 ./src/XBee/XBee.o + .ARM.extab.text._ZN22RemoteAtCommandRequestC2EtPhS0_h + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN22RemoteAtCommandRequestC2EtPhS0_h + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN22RemoteAtCommandRequestC2EtPh + 0x0000000000000000 0x34 ./src/XBee/XBee.o + .ARM.extab.text._ZN22RemoteAtCommandRequestC2EtPh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN22RemoteAtCommandRequestC2EtPh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN22RemoteAtCommandRequestC2ER13XBeeAddress64PhS2_h + 0x0000000000000000 0x34 ./src/XBee/XBee.o + .ARM.extab.text._ZN22RemoteAtCommandRequestC2ER13XBeeAddress64PhS2_h + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN22RemoteAtCommandRequestC2ER13XBeeAddress64PhS2_h + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN22RemoteAtCommandRequestC2ER13XBeeAddress64Ph + 0x0000000000000000 0x34 ./src/XBee/XBee.o + .ARM.extab.text._ZN22RemoteAtCommandRequestC2ER13XBeeAddress64Ph + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN22RemoteAtCommandRequestC2ER13XBeeAddress64Ph + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN22RemoteAtCommandRequest18getRemoteAddress16Ev + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN22RemoteAtCommandRequest18getRemoteAddress16Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN22RemoteAtCommandRequest18getRemoteAddress16Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN22RemoteAtCommandRequest18setRemoteAddress16Et + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN22RemoteAtCommandRequest18setRemoteAddress16Et + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN22RemoteAtCommandRequest18setRemoteAddress16Et + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN22RemoteAtCommandRequest18getRemoteAddress64Ev + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN22RemoteAtCommandRequest18getRemoteAddress64Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN22RemoteAtCommandRequest18getRemoteAddress64Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN22RemoteAtCommandRequest18setRemoteAddress64ER13XBeeAddress64 + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .ARM.extab.text._ZN22RemoteAtCommandRequest18setRemoteAddress64ER13XBeeAddress64 + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN22RemoteAtCommandRequest18setRemoteAddress64ER13XBeeAddress64 + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN22RemoteAtCommandRequest15getApplyChangesEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN22RemoteAtCommandRequest15getApplyChangesEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN22RemoteAtCommandRequest15getApplyChangesEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN22RemoteAtCommandRequest15setApplyChangesEb + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN22RemoteAtCommandRequest15setApplyChangesEb + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN22RemoteAtCommandRequest15setApplyChangesEb + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN4XBee8sendByteEhb + 0x0000000000000000 0x3c ./src/XBee/XBee.o + .ARM.extab.text._ZN4XBee8sendByteEhb + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN4XBee8sendByteEhb + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN4XBee4sendER11XBeeRequest + 0x0000000000000000 0x9e ./src/XBee/XBee.o + .ARM.extab.text._ZN4XBee4sendER11XBeeRequest + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN4XBee4sendER11XBeeRequest + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .ARM.extab.text.startup._GLOBAL__sub_I__ZN12XBeeResponseC2Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .rodata._ZTV14RxDataResponse + 0x0000000000000000 0x10 ./src/XBee/XBee.o + .rodata._ZTV20ZBRxIoSampleResponse + 0x0000000000000000 0x10 ./src/XBee/XBee.o + .rodata._ZTV11XBeeRequest + 0x0000000000000000 0x10 ./src/XBee/XBee.o + .rodata._ZTV14PayloadRequest + 0x0000000000000000 0x10 ./src/XBee/XBee.o + .rodata._ZTV16AtCommandRequest + 0x0000000000000000 0x10 ./src/XBee/XBee.o + .rodata._ZTV11ZBTxRequest + 0x0000000000000000 0x10 ./src/XBee/XBee.o + .rodata._ZTV12ZBRxResponse + 0x0000000000000000 0x10 ./src/XBee/XBee.o + .rodata._ZTV22RemoteAtCommandRequest + 0x0000000000000000 0x10 ./src/XBee/XBee.o + .text 0x0000000000000000 0x0 ./src/FatFs/SD.o + .data 0x0000000000000000 0x0 ./src/FatFs/SD.o + .bss 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFSD2Ev + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .text._ZN7PETITFSC2Ev + 0x0000000000000000 0xa ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFSC2Ev + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFSC2Ev + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS5beginEv + 0x0000000000000000 0x12 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS5beginEv + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS5beginEv + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS5beginEi + 0x0000000000000000 0xe ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS5beginEi + 0x0000000000000000 0xc ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS5beginEi + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS5beginE8SSP_PORT + 0x0000000000000000 0x24 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS5beginE8SSP_PORT + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS5beginE8SSP_PORT + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS6existsEv + 0x0000000000000000 0x4 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS6existsEv + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS6existsEv + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS5mkdirEv + 0x0000000000000000 0x4 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS5mkdirEv + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS5mkdirEv + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS4openEPKc + 0x0000000000000000 0x10 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS4openEPKc + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS4openEPKc + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS6removeEPKc + 0x0000000000000000 0x4 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS6removeEPKc + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS6removeEPKc + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS5rmdirEPKc + 0x0000000000000000 0x4 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS5rmdirEPKc + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS5rmdirEPKc + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS9availableEv + 0x0000000000000000 0x2 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS9availableEv + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS9availableEv + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS5closeEv + 0x0000000000000000 0x2 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS5closeEv + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS5closeEv + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS5flushEv + 0x0000000000000000 0x2 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS5flushEv + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS5flushEv + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS4peekEv + 0x0000000000000000 0x2 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS4peekEv + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS4peekEv + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS8positionEv + 0x0000000000000000 0x2 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS8positionEv + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS8positionEv + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS5printEPKc + 0x0000000000000000 0x2 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS5printEPKc + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS5printEPKc + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS5printEi12RADIX_FORMAT + 0x0000000000000000 0x2 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS5printEi12RADIX_FORMAT + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS5printEi12RADIX_FORMAT + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS7printlnEPKc + 0x0000000000000000 0x2 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS7printlnEPKc + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS7printlnEPKc + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS7printlnEi12RADIX_FORMAT + 0x0000000000000000 0x2 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS7printlnEi12RADIX_FORMAT + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS7printlnEi12RADIX_FORMAT + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS4seekEm + 0x0000000000000000 0x2 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS4seekEm + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS4seekEm + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS4sizeEv + 0x0000000000000000 0x2 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS4sizeEv + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS4sizeEv + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS4readEv + 0x0000000000000000 0x2e ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS4readEv + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS4readEv + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS5writeEPKc + 0x0000000000000000 0x2 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS5writeEPKc + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS5writeEPKc + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS5writeEPKci + 0x0000000000000000 0x2 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS5writeEPKci + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS5writeEPKci + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .ARM.extab.text.startup._GLOBAL__sub_I_SDFile + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .text 0x0000000000000000 0x0 ./src/FatFs/pff.o + .data 0x0000000000000000 0x0 ./src/FatFs/pff.o + .bss 0x0000000000000000 0x0 ./src/FatFs/pff.o + .text._ZL10clust2sectm + 0x0000000000000000 0x20 ./src/FatFs/pff.o + .ARM.extab.text._ZL10clust2sectm + 0x0000000000000000 0x0 ./src/FatFs/pff.o + .ARM.exidx.text._ZL10clust2sectm + 0x0000000000000000 0x8 ./src/FatFs/pff.o + .text._ZL10dir_rewindP5_DIR_ + 0x0000000000000000 0x44 ./src/FatFs/pff.o + .ARM.extab.text._ZL10dir_rewindP5_DIR_ + 0x0000000000000000 0x0 ./src/FatFs/pff.o + .ARM.exidx.text._ZL10dir_rewindP5_DIR_ + 0x0000000000000000 0x8 ./src/FatFs/pff.o + .text._ZL7get_fatm + 0x0000000000000000 0xd4 ./src/FatFs/pff.o + .ARM.extab.text._ZL7get_fatm + 0x0000000000000000 0x0 ./src/FatFs/pff.o + .ARM.exidx.text._ZL7get_fatm + 0x0000000000000000 0x8 ./src/FatFs/pff.o + .text._ZL8dir_nextP5_DIR_ + 0x0000000000000000 0x60 ./src/FatFs/pff.o + .ARM.extab.text._ZL8dir_nextP5_DIR_ + 0x0000000000000000 0x0 ./src/FatFs/pff.o + .ARM.exidx.text._ZL8dir_nextP5_DIR_ + 0x0000000000000000 0x8 ./src/FatFs/pff.o + .text._ZL11follow_pathP5_DIR_PKc + 0x0000000000000000 0x14c ./src/FatFs/pff.o + .ARM.extab.text._ZL11follow_pathP5_DIR_PKc + 0x0000000000000000 0x0 ./src/FatFs/pff.o + .ARM.exidx.text._ZL11follow_pathP5_DIR_PKc + 0x0000000000000000 0x8 ./src/FatFs/pff.o + .text._ZL8check_fsPhm + 0x0000000000000000 0x80 ./src/FatFs/pff.o + .ARM.extab.text._ZL8check_fsPhm + 0x0000000000000000 0x0 ./src/FatFs/pff.o + .ARM.exidx.text._ZL8check_fsPhm + 0x0000000000000000 0x8 ./src/FatFs/pff.o + .text._Z8pf_mountP7_FATFS_ + 0x0000000000000000 0x16c ./src/FatFs/pff.o + .ARM.extab.text._Z8pf_mountP7_FATFS_ + 0x0000000000000000 0x0 ./src/FatFs/pff.o + .ARM.exidx.text._Z8pf_mountP7_FATFS_ + 0x0000000000000000 0x8 ./src/FatFs/pff.o + .text._Z7pf_openPKc + 0x0000000000000000 0x74 ./src/FatFs/pff.o + .ARM.extab.text._Z7pf_openPKc + 0x0000000000000000 0x0 ./src/FatFs/pff.o + .ARM.exidx.text._Z7pf_openPKc + 0x0000000000000000 0x8 ./src/FatFs/pff.o + .text._Z7pf_readPvtPt + 0x0000000000000000 0xcc ./src/FatFs/pff.o + .ARM.extab.text._Z7pf_readPvtPt + 0x0000000000000000 0x0 ./src/FatFs/pff.o + .ARM.exidx.text._Z7pf_readPvtPt + 0x0000000000000000 0x8 ./src/FatFs/pff.o + .text._Z8pf_writePKvtPt + 0x0000000000000000 0x118 ./src/FatFs/pff.o + .ARM.extab.text._Z8pf_writePKvtPt + 0x0000000000000000 0x0 ./src/FatFs/pff.o + .ARM.exidx.text._Z8pf_writePKvtPt + 0x0000000000000000 0x8 ./src/FatFs/pff.o + .text._Z8pf_lseekm + 0x0000000000000000 0xb0 ./src/FatFs/pff.o + .ARM.extab.text._Z8pf_lseekm + 0x0000000000000000 0x0 ./src/FatFs/pff.o + .ARM.exidx.text._Z8pf_lseekm + 0x0000000000000000 0x8 ./src/FatFs/pff.o + .text._Z10pf_opendirP5_DIR_PKc + 0x0000000000000000 0x5c ./src/FatFs/pff.o + .ARM.extab.text._Z10pf_opendirP5_DIR_PKc + 0x0000000000000000 0x0 ./src/FatFs/pff.o + .ARM.exidx.text._Z10pf_opendirP5_DIR_PKc + 0x0000000000000000 0x8 ./src/FatFs/pff.o + .text._Z10pf_readdirP5_DIR_P9_FILINFO_ + 0x0000000000000000 0x10c ./src/FatFs/pff.o + .ARM.extab.text._Z10pf_readdirP5_DIR_P9_FILINFO_ + 0x0000000000000000 0x0 ./src/FatFs/pff.o + .ARM.exidx.text._Z10pf_readdirP5_DIR_P9_FILINFO_ + 0x0000000000000000 0x8 ./src/FatFs/pff.o + .bss._ZL5FatFs + 0x0000000000000000 0x4 ./src/FatFs/pff.o + .text 0x0000000000000000 0x0 ./src/FatFs/sdcard.o + .data 0x0000000000000000 0x0 ./src/FatFs/sdcard.o + .bss 0x0000000000000000 0x0 ./src/FatFs/sdcard.o + .text._Z8xmit_spih + 0x0000000000000000 0x10 ./src/FatFs/sdcard.o + .ARM.extab.text._Z8xmit_spih + 0x0000000000000000 0xc ./src/FatFs/sdcard.o + .ARM.exidx.text._Z8xmit_spih + 0x0000000000000000 0x8 ./src/FatFs/sdcard.o + .text._Z7rcv_spiv + 0x0000000000000000 0x10 ./src/FatFs/sdcard.o + .ARM.extab.text._Z7rcv_spiv + 0x0000000000000000 0xc ./src/FatFs/sdcard.o + .ARM.exidx.text._Z7rcv_spiv + 0x0000000000000000 0x8 ./src/FatFs/sdcard.o + .text._ZL8send_cmdhm + 0x0000000000000000 0x88 ./src/FatFs/sdcard.o + .ARM.extab.text._ZL8send_cmdhm + 0x0000000000000000 0x0 ./src/FatFs/sdcard.o + .ARM.exidx.text._ZL8send_cmdhm + 0x0000000000000000 0x8 ./src/FatFs/sdcard.o + .text._ZL11release_spiv + 0x0000000000000000 0x18 ./src/FatFs/sdcard.o + .ARM.extab.text._ZL11release_spiv + 0x0000000000000000 0xc ./src/FatFs/sdcard.o + .ARM.exidx.text._ZL11release_spiv + 0x0000000000000000 0x8 ./src/FatFs/sdcard.o + .text._Z10disk_readpPhmtt + 0x0000000000000000 0xa4 ./src/FatFs/sdcard.o + .ARM.extab.text._Z10disk_readpPhmtt + 0x0000000000000000 0x0 ./src/FatFs/sdcard.o + .ARM.exidx.text._Z10disk_readpPhmtt + 0x0000000000000000 0x8 ./src/FatFs/sdcard.o + .text._Z11disk_writepPKhm + 0x0000000000000000 0xb4 ./src/FatFs/sdcard.o + .ARM.extab.text._Z11disk_writepPKhm + 0x0000000000000000 0x0 ./src/FatFs/sdcard.o + .ARM.exidx.text._Z11disk_writepPKhm + 0x0000000000000000 0x8 ./src/FatFs/sdcard.o + .text._Z15disk_initializev + 0x0000000000000000 0x144 ./src/FatFs/sdcard.o + .ARM.extab.text._Z15disk_initializev + 0x0000000000000000 0x0 ./src/FatFs/sdcard.o + .ARM.exidx.text._Z15disk_initializev + 0x0000000000000000 0x8 ./src/FatFs/sdcard.o + .bss._ZL8CardType + 0x0000000000000000 0x1 ./src/FatFs/sdcard.o + .bss._ZZ11disk_writepPKhmE2wc + 0x0000000000000000 0x2 ./src/FatFs/sdcard.o + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_thumb1_case_uqi.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_thumb1_case_uqi.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_udivsi3.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_udivsi3.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_divsi3.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_divsi3.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_dvmd_tls.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_dvmd_tls.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_arm_cmpdf2.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_arm_cmpdf2.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(divdf3.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(divdf3.o) + .ARM.extab 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(divdf3.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(eqdf2.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(eqdf2.o) + .ARM.extab 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(eqdf2.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(gedf2.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(gedf2.o) + .ARM.extab 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(gedf2.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(ledf2.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(ledf2.o) + .ARM.extab 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(ledf2.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(muldf3.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(muldf3.o) + .ARM.extab 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(muldf3.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(subdf3.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(subdf3.o) + .ARM.extab 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(subdf3.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(fixdfsi.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(fixdfsi.o) + .ARM.extab 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(fixdfsi.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(floatsidf.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(floatsidf.o) + .ARM.extab 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(floatsidf.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(unwind-arm.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(unwind-arm.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(libunwind.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(libunwind.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(pr-support.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(pr-support.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_clzsi2.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_clzsi2.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-abort.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-abort.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-init.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-init.o) + .text 0x0000000000000000 0x28 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-malloc.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-malloc.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-malloc.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-memcpy.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-memcpy.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-mlock.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-mlock.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-sbrkr.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-sbrkr.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signal.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signal.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signalr.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signalr.o) + .text 0x0000000000000000 0x10 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-strlen.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-strlen.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-strlen.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-freer.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-freer.o) + .text 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-impure.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-impure.o) + .rodata 0x0000000000000000 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-impure.o) + .text 0x0000000000000000 0x100 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-reent.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-reent.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-reent.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_exit.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_exit.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(getpid.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(getpid.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_check_heap.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_check_heap.o) + .text 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crti.o + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crti.o + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crti.o + .text 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtn.o + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtn.o + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtn.o + .fini_array 0x0000000000000000 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtbegin.o + .text 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtend.o + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtend.o + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtend.o + .eh_frame 0x0000000000000000 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtend.o + .jcr 0x0000000000000000 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtend.o + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-errno.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-errno.o) + +Memory Configuration + +Name Origin Length Attributes +MFlash32 0x0000000000000000 0x0000000000008000 xr +RamLoc8 0x0000000010000000 0x0000000000002000 xrw +*default* 0x0000000000000000 0xffffffffffffffff + +Linker script and memory map + +LOAD ./src/user_application.o +LOAD ./src/core/LiquidCrystal.o +LOAD ./src/core/Print.o +LOAD ./src/core/SPI.o +LOAD ./src/core/SPI1.o +LOAD ./src/core/SoftwareSerial.o +LOAD ./src/core/Wire.o +LOAD ./src/core/analogio.o +LOAD ./src/core/arithmetical.o +LOAD ./src/core/cr_cpp_config.o +LOAD ./src/core/cr_startup_lpc11.o +LOAD ./src/core/delay.o +LOAD ./src/core/gpio.o +LOAD ./src/core/gpio_int.o +LOAD ./src/core/maryoled.o +LOAD ./src/core/startup_mary.o +LOAD ./src/core/system_LPC11xx.o +LOAD ./src/core/uart.o +LOAD ./src/XBee/XBee.o +LOAD ./src/FatFs/SD.o +LOAD ./src/FatFs/pff.o +LOAD ./src/FatFs/sdcard.o +START GROUP +LOAD /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a +LOAD /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a +LOAD /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libm.a +LOAD /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a +LOAD /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crti.o +LOAD /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtn.o +LOAD /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtbegin.o +LOAD /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtend.o +END GROUP + 0x0000000000008000 __top_MFlash32 = 0x8000 + 0x0000000010002000 __top_RamLoc8 = 0x10002000 + +.text 0x0000000000000000 0x45dc + FILL mask 0xff + *(.isr_vector) + .isr_vector 0x0000000000000000 0xc0 ./src/core/cr_startup_lpc11.o + 0x0000000000000000 g_pfnVectors + 0x00000000000000c0 . = ALIGN (0x4) + 0x00000000000000c0 __section_table_start = . + 0x00000000000000c0 __data_section_table = . + 0x00000000000000c0 0x4 LONG 0x48c8 LOADADDR (.data) + 0x00000000000000c4 0x4 LONG 0x10000000 ADDR (.data) + 0x00000000000000c8 0x4 LONG 0x84c SIZEOF (.data) + 0x00000000000000cc __data_section_table_end = . + 0x00000000000000cc __bss_section_table = . + 0x00000000000000cc 0x4 LONG 0x1000084c ADDR (.bss) + 0x00000000000000d0 0x4 LONG 0x1d4 SIZEOF (.bss) + 0x00000000000000d4 __bss_section_table_end = . + 0x00000000000000d4 __section_table_end = . + *(.after_vectors*) + .after_vectors + 0x00000000000000d4 0x84 ./src/core/cr_startup_lpc11.o + 0x00000000000000d4 NMI_Handler + 0x00000000000000d8 HardFault_Handler + 0x00000000000000dc SVCall_Handler + 0x00000000000000e0 PendSV_Handler + 0x00000000000000e8 _Z9data_initjjj + 0x00000000000000fa _Z8bss_initjj + 0x000000000000010c ResetISR + 0x0000000000000154 UART_IRQHandler + 0x0000000000000154 SSP0_IRQHandler + 0x0000000000000154 ADC_IRQHandler + 0x0000000000000154 SSP1_IRQHandler + 0x0000000000000154 IntDefaultHandler + 0x0000000000000154 BOD_IRQHandler + 0x0000000000000154 WAKEUP_IRQHandler + 0x0000000000000154 I2C_IRQHandler + 0x0000000000000154 TIMER32_0_IRQHandler + 0x0000000000000154 WDT_IRQHandler + 0x0000000000000154 CAN_IRQHandler + *(.text*) + .text._Z7hsv2rgbi + 0x0000000000000158 0x210 ./src/user_application.o + 0x0000000000000158 _Z7hsv2rgbi + .text._Z13deleteMessagev + 0x0000000000000368 0x50 ./src/user_application.o + 0x0000000000000368 _Z13deleteMessagev + .text._Z5setupv + 0x00000000000003b8 0x2c ./src/user_application.o + 0x00000000000003b8 _Z5setupv + .text._Z4loopv + 0x00000000000003e4 0x74 ./src/user_application.o + 0x00000000000003e4 _Z4loopv + .text._ZN5Print7printlnEv + 0x0000000000000458 0x18 ./src/core/Print.o + 0x0000000000000458 _ZN5Print7printlnEv + .text._ZN5Print5printEPKc + 0x0000000000000470 0x1a ./src/core/Print.o + 0x0000000000000470 _ZN5Print5printEPKc + *fill* 0x000000000000048a 0x2 00 + .text._ZN5Print5printEi12RADIX_FORMAT + 0x000000000000048c 0x12c ./src/core/Print.o + 0x000000000000048c _ZN5Print5printEi12RADIX_FORMAT + .text._ZN5Print7printlnEPKc + 0x00000000000005b8 0x12 ./src/core/Print.o + 0x00000000000005b8 _ZN5Print7printlnEPKc + .text._ZN5Print7printlnEi12RADIX_FORMAT + 0x00000000000005ca 0x12 ./src/core/Print.o + 0x00000000000005ca _ZN5Print7printlnEi12RADIX_FORMAT + .text._ZN3SSPD2Ev + 0x00000000000005dc 0x2 ./src/core/SPI.o + 0x00000000000005dc _ZN3SSPD2Ev + 0x00000000000005dc _ZN3SSPD1Ev + *fill* 0x00000000000005de 0x2 00 + .text.ssp_begin + 0x00000000000005e0 0xfc ./src/core/SPI.o + 0x00000000000005e0 ssp_begin + .text._ZN3SSP5beginEv + 0x00000000000006dc 0x12 ./src/core/SPI.o + 0x00000000000006dc _ZN3SSP5beginEv + .text._ZN3SSPC2Ev + 0x00000000000006ee 0x1c ./src/core/SPI.o + 0x00000000000006ee _ZN3SSPC2Ev + 0x00000000000006ee _ZN3SSPC1Ev + *fill* 0x000000000000070a 0x2 00 + .text.startup._GLOBAL__sub_I_SPI + 0x000000000000070c 0x24 ./src/core/SPI.o + .text._ZN4SSP1D2Ev + 0x0000000000000730 0x2 ./src/core/SPI1.o + 0x0000000000000730 _ZN4SSP1D2Ev + 0x0000000000000730 _ZN4SSP1D1Ev + *fill* 0x0000000000000732 0x2 00 + .text.ssp1_begin + 0x0000000000000734 0xf0 ./src/core/SPI1.o + 0x0000000000000734 ssp1_begin + .text._ZN4SSP15beginEv + 0x0000000000000824 0x12 ./src/core/SPI1.o + 0x0000000000000824 _ZN4SSP15beginEv + .text._ZN4SSP1C2Ev + 0x0000000000000836 0x1c ./src/core/SPI1.o + 0x0000000000000836 _ZN4SSP1C2Ev + 0x0000000000000836 _ZN4SSP1C1Ev + *fill* 0x0000000000000852 0x2 00 + .text.startup._GLOBAL__sub_I_SPI1 + 0x0000000000000854 0x24 ./src/core/SPI1.o + .text.NVIC_SetPriority.constprop.2 + 0x0000000000000878 0x5c ./src/core/analogio.o + .text.setup_TIMER16_0 + 0x00000000000008d4 0x54 ./src/core/analogio.o + 0x00000000000008d4 setup_TIMER16_0 + .text.setup_TIMER16_1 + 0x0000000000000928 0x48 ./src/core/analogio.o + 0x0000000000000928 setup_TIMER16_1 + .text.analogWrite + 0x0000000000000970 0xc8 ./src/core/analogio.o + 0x0000000000000970 analogWrite + .text.TIMER16_0_IRQHandler + 0x0000000000000a38 0xe0 ./src/core/analogio.o + 0x0000000000000a38 TIMER16_0_IRQHandler + .text.TIMER16_1_IRQHandler + 0x0000000000000b18 0x8 ./src/core/analogio.o + 0x0000000000000b18 TIMER16_1_IRQHandler + .text.__aeabi_atexit + 0x0000000000000b20 0x4 ./src/core/cr_cpp_config.o + 0x0000000000000b20 __aeabi_atexit + .text.NVIC_SetPriority + 0x0000000000000b24 0x64 ./src/core/delay.o + .text.delay 0x0000000000000b88 0x18 ./src/core/delay.o + 0x0000000000000b88 delay + .text.setup_TIMER32_1 + 0x0000000000000ba0 0x2c ./src/core/delay.o + 0x0000000000000ba0 setup_TIMER32_1 + .text.TIMER32_1_IRQHandler + 0x0000000000000bcc 0x24 ./src/core/delay.o + 0x0000000000000bcc TIMER32_1_IRQHandler + .text.SysTick_Handler + 0x0000000000000bf0 0x10 ./src/core/delay.o + 0x0000000000000bf0 SysTick_Handler + .text.setup_systick + 0x0000000000000c00 0x50 ./src/core/delay.o + 0x0000000000000c00 setup_systick + .text.pinMode 0x0000000000000c50 0x100 ./src/core/gpio.o + 0x0000000000000c50 pinMode + .text.digitalWrite + 0x0000000000000d50 0xac ./src/core/gpio.o + 0x0000000000000d50 digitalWrite + .text.GPIOIntStatus + 0x0000000000000dfc 0x50 ./src/core/gpio.o + 0x0000000000000dfc GPIOIntStatus + .text.GPIOIntClear + 0x0000000000000e4c 0x4c ./src/core/gpio.o + 0x0000000000000e4c GPIOIntClear + .text.GPIO_IRQHandler + 0x0000000000000e98 0x30 ./src/core/gpio_int.o + 0x0000000000000e98 GPIO_IRQHandler + .text.PIOINT0_IRQHandler + 0x0000000000000ec8 0x8 ./src/core/gpio_int.o + 0x0000000000000ec8 PIOINT0_IRQHandler + .text.PIOINT1_IRQHandler + 0x0000000000000ed0 0x8 ./src/core/gpio_int.o + 0x0000000000000ed0 PIOINT1_IRQHandler + .text.PIOINT2_IRQHandler + 0x0000000000000ed8 0x8 ./src/core/gpio_int.o + 0x0000000000000ed8 PIOINT2_IRQHandler + .text.PIOINT3_IRQHandler + 0x0000000000000ee0 0x8 ./src/core/gpio_int.o + 0x0000000000000ee0 PIOINT3_IRQHandler + .text._ZN8MARYOLEDD2Ev + 0x0000000000000ee8 0x2 ./src/core/maryoled.o + 0x0000000000000ee8 _ZN8MARYOLEDD1Ev + 0x0000000000000ee8 _ZN8MARYOLEDD2Ev + *fill* 0x0000000000000eea 0x2 00 + .text._ZN8MARYOLEDC2Ev + 0x0000000000000eec 0x24 ./src/core/maryoled.o + 0x0000000000000eec _ZN8MARYOLEDC1Ev + 0x0000000000000eec _ZN8MARYOLEDC2Ev + .text.startup._GLOBAL__sub_I_oled + 0x0000000000000f10 0x24 ./src/core/maryoled.o + .text.startup.main + 0x0000000000000f34 0x14 ./src/core/startup_mary.o + 0x0000000000000f34 main + .text.SystemInit + 0x0000000000000f48 0x90 ./src/core/system_LPC11xx.o + 0x0000000000000f48 SystemInit + .text._ZN7USerialD2Ev + 0x0000000000000fd8 0xc ./src/core/uart.o + 0x0000000000000fd8 _ZN7USerialD1Ev + 0x0000000000000fd8 _ZN7USerialD2Ev + .text._ZN7USerial5writeEc + 0x0000000000000fe4 0x18 ./src/core/uart.o + 0x0000000000000fe4 _ZN7USerial5writeEc + .text._ZN7USerial5beginEi + 0x0000000000000ffc 0x7c ./src/core/uart.o + 0x0000000000000ffc _ZN7USerial5beginEi + .text.startup._GLOBAL__sub_I_Serial + 0x0000000000001078 0x30 ./src/core/uart.o + .text.startup._GLOBAL__sub_I__ZN12XBeeResponseC2Ev + 0x00000000000010a8 0x14 ./src/XBee/XBee.o + .text._ZN7PETITFSD2Ev + 0x00000000000010bc 0x2 ./src/FatFs/SD.o + 0x00000000000010bc _ZN7PETITFSD2Ev + 0x00000000000010bc _ZN7PETITFSD1Ev + *fill* 0x00000000000010be 0x2 00 + .text.startup._GLOBAL__sub_I_SDFile + 0x00000000000010c0 0x24 ./src/FatFs/SD.o + .text 0x00000000000010e4 0x14 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_thumb1_case_uqi.o) + 0x00000000000010e4 __gnu_thumb1_case_uqi + .text 0x00000000000010f8 0x9c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_udivsi3.o) + 0x00000000000010f8 __udivsi3 + 0x00000000000010f8 __aeabi_uidiv + 0x0000000000001180 __aeabi_uidivmod + .text 0x0000000000001194 0xc0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_divsi3.o) + 0x0000000000001194 __aeabi_idiv + 0x0000000000001194 __divsi3 + 0x0000000000001240 __aeabi_idivmod + .text 0x0000000000001254 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_dvmd_tls.o) + 0x0000000000001254 __aeabi_ldiv0 + 0x0000000000001254 __aeabi_idiv0 + .text 0x0000000000001258 0x7c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_arm_cmpdf2.o) + 0x0000000000001258 __aeabi_cdrcmple + 0x0000000000001268 __aeabi_cdcmple + 0x0000000000001268 __aeabi_cdcmpeq + 0x0000000000001278 __aeabi_dcmpeq + 0x0000000000001284 __aeabi_dcmplt + 0x0000000000001298 __aeabi_dcmple + 0x00000000000012ac __aeabi_dcmpgt + 0x00000000000012c0 __aeabi_dcmpge + .text 0x00000000000012d4 0x5e4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(divdf3.o) + 0x00000000000012d4 __aeabi_ddiv + .text 0x00000000000018b8 0x80 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(eqdf2.o) + 0x00000000000018b8 __eqdf2 + 0x00000000000018b8 __nedf2 + .text 0x0000000000001938 0xec /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(gedf2.o) + 0x0000000000001938 __gtdf2 + 0x0000000000001938 __gedf2 + .text 0x0000000000001a24 0xc0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(ledf2.o) + 0x0000000000001a24 __ltdf2 + 0x0000000000001a24 __ledf2 + .text 0x0000000000001ae4 0x4a4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(muldf3.o) + 0x0000000000001ae4 __aeabi_dmul + .text 0x0000000000001f88 0x72c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(subdf3.o) + 0x0000000000001f88 __aeabi_dsub + .text 0x00000000000026b4 0x68 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(fixdfsi.o) + 0x00000000000026b4 __aeabi_d2iz + .text 0x000000000000271c 0x78 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(floatsidf.o) + 0x000000000000271c __aeabi_i2d + .text 0x0000000000002794 0xb5c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(unwind-arm.o) + 0x0000000000002a54 _Unwind_VRS_Get + 0x0000000000002a98 _Unwind_VRS_Set + 0x0000000000002dfc __aeabi_unwind_cpp_pr2 + 0x0000000000002e08 __aeabi_unwind_cpp_pr1 + 0x0000000000002e14 __aeabi_unwind_cpp_pr0 + 0x0000000000002e20 _Unwind_VRS_Pop + 0x00000000000031a4 _Unwind_GetCFA + 0x00000000000031a8 __gnu_Unwind_RaiseException + 0x0000000000003200 __gnu_Unwind_ForcedUnwind + 0x0000000000003214 __gnu_Unwind_Resume + 0x0000000000003254 __gnu_Unwind_Resume_or_Rethrow + 0x0000000000003270 _Unwind_Complete + 0x0000000000003274 _Unwind_DeleteException + 0x0000000000003284 __gnu_Unwind_Backtrace + .text 0x00000000000032f0 0x144 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(libunwind.o) + 0x00000000000032f0 __restore_core_regs + 0x00000000000032f0 restore_core_regs + 0x000000000000331c __gnu_Unwind_Restore_VFP + 0x0000000000003320 __gnu_Unwind_Save_VFP + 0x0000000000003324 __gnu_Unwind_Restore_VFP_D + 0x0000000000003328 __gnu_Unwind_Save_VFP_D + 0x000000000000332c __gnu_Unwind_Restore_VFP_D_16_to_31 + 0x0000000000003330 __gnu_Unwind_Save_VFP_D_16_to_31 + 0x0000000000003334 __gnu_Unwind_Restore_WMMXD + 0x0000000000003338 __gnu_Unwind_Save_WMMXD + 0x000000000000333c __gnu_Unwind_Restore_WMMXC + 0x0000000000003340 __gnu_Unwind_Save_WMMXC + 0x0000000000003344 _Unwind_RaiseException + 0x0000000000003344 ___Unwind_RaiseException + 0x0000000000003374 ___Unwind_Resume + 0x0000000000003374 _Unwind_Resume + 0x00000000000033a4 ___Unwind_Resume_or_Rethrow + 0x00000000000033a4 _Unwind_Resume_or_Rethrow + 0x00000000000033d4 _Unwind_ForcedUnwind + 0x00000000000033d4 ___Unwind_ForcedUnwind + 0x0000000000003404 _Unwind_Backtrace + 0x0000000000003404 ___Unwind_Backtrace + .text 0x0000000000003434 0x38c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(pr-support.o) + 0x0000000000003488 __gnu_unwind_execute + 0x0000000000003768 __gnu_unwind_frame + 0x0000000000003790 _Unwind_GetRegionStart + 0x000000000000379c _Unwind_GetLanguageSpecificData + 0x00000000000037b0 _Unwind_GetDataRelBase + 0x00000000000037b8 _Unwind_GetTextRelBase + .text 0x00000000000037c0 0x3c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_clzsi2.o) + 0x00000000000037c0 __clzsi2 + .text 0x00000000000037fc 0x10 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-abort.o) + 0x00000000000037fc abort + .text 0x000000000000380c 0x44 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-init.o) + 0x000000000000380c __libc_init_array + .text 0x0000000000003850 0x514 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-mallocr.o) + 0x0000000000003850 _malloc_r + .text 0x0000000000003d64 0x7c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-memcpy.o) + 0x0000000000003d64 memcpy + .text 0x0000000000003de0 0x8 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-mlock.o) + 0x0000000000003de0 __malloc_lock + 0x0000000000003de4 __malloc_unlock + .text 0x0000000000003de8 0x24 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-sbrkr.o) + 0x0000000000003de8 _sbrk_r + .text 0x0000000000003e0c 0x16c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signal.o) + 0x0000000000003e0c _init_signal_r + 0x0000000000003e48 _signal_r + 0x0000000000003e84 _raise_r + 0x0000000000003edc __sigtramp_r + 0x0000000000003f28 raise + 0x0000000000003f3c signal + 0x0000000000003f54 _init_signal + 0x0000000000003f64 __sigtramp + .text 0x0000000000003f78 0x30 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signalr.o) + 0x0000000000003f78 _kill_r + 0x0000000000003fa0 _getpid_r + .text 0x0000000000003fa8 0x240 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-freer.o) + 0x0000000000003fa8 _malloc_trim_r + 0x0000000000004050 _free_r + .text 0x00000000000041e8 0x40 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) + 0x00000000000041e8 _sbrk + .text 0x0000000000004228 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_exit.o) + 0x0000000000004228 _exit + .text 0x000000000000422c 0x10 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(getpid.o) + 0x000000000000422c _getpid + .text 0x000000000000423c 0x10 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) + 0x000000000000423c _kill + .text 0x000000000000424c 0x2c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_check_heap.o) + 0x000000000000424c __check_heap_overflow + .text 0x0000000000004278 0x60 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtbegin.o + .text 0x00000000000042d8 0xc /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-errno.o) + 0x00000000000042d8 __errno + *(.rodata .rodata.*) + .rodata.str1.1 + 0x00000000000042e4 0x21 ./src/user_application.o + 0x22 (size before relaxing) + .rodata._ZL9radix_hex + 0x0000000000004305 0x11 ./src/core/Print.o + .rodata._ZL9radix_dec + 0x0000000000004316 0xb ./src/core/Print.o + .rodata._ZL9radix_oct + 0x0000000000004321 0x9 ./src/core/Print.o + .rodata._ZL9radix_bin + 0x000000000000432a 0x3 ./src/core/Print.o + .rodata._ZL9IOCON_LUT + 0x000000000000432d 0x30 ./src/core/gpio.o + *fill* 0x000000000000435d 0x3 00 + .rodata._ZL8LPC_GPIO + 0x0000000000004360 0x10 ./src/core/gpio.o + .rodata._ZL14mary_pinAssign + 0x0000000000004370 0xe0 ./src/core/gpio.o + .rodata._ZL17arduino_pinAssign + 0x0000000000004450 0xb0 ./src/core/gpio.o + .rodata._ZTV7USerial + 0x0000000000004500 0x10 ./src/core/uart.o + 0x0000000000004500 _ZTV7USerial + .rodata 0x0000000000004510 0x40 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(divdf3.o) + .rodata 0x0000000000004550 0x40 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(muldf3.o) + .rodata 0x0000000000004590 0x14 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(unwind-arm.o) + .rodata.str1.4 + 0x00000000000045a4 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-impure.o) + 0x00000000000045a8 . = ALIGN (0x4) + 0x00000000000045a8 . = ALIGN (0x4) + *(.init) + .init 0x00000000000045a8 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crti.o + 0x00000000000045a8 _init + .init 0x00000000000045ac 0x8 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtn.o + 0x00000000000045b4 . = ALIGN (0x4) + 0x00000000000045b4 __preinit_array_start = . + *(.preinit_array) + 0x00000000000045b4 __preinit_array_end = . + 0x00000000000045b4 . = ALIGN (0x4) + 0x00000000000045b4 __init_array_start = . + *(SORT(.init_array.*)) + *(.init_array) + .init_array 0x00000000000045b4 0x4 ./src/core/SPI.o + .init_array 0x00000000000045b8 0x4 ./src/core/SPI1.o + .init_array 0x00000000000045bc 0x4 ./src/core/maryoled.o + .init_array 0x00000000000045c0 0x4 ./src/core/uart.o + .init_array 0x00000000000045c4 0x4 ./src/XBee/XBee.o + .init_array 0x00000000000045c8 0x4 ./src/FatFs/SD.o + .init_array 0x00000000000045cc 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtbegin.o + 0x00000000000045d0 __init_array_end = . + *(.fini) + .fini 0x00000000000045d0 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crti.o + 0x00000000000045d0 _fini + .fini 0x00000000000045d4 0x8 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtn.o + 0x00000000000045dc . = ALIGN (0x4) + *crtbegin.o(.ctors) + *(EXCLUDE_FILE(*crtend.o) .ctors) + *(SORT(.ctors.*)) + *crtend.o(.ctors) + 0x00000000000045dc . = ALIGN (0x4) + *crtbegin.o(.dtors) + *(EXCLUDE_FILE(*crtend.o) .dtors) + *(SORT(.dtors.*)) + *crtend.o(.dtors) + +.glue_7 0x00000000000045dc 0x0 + .glue_7 0x0000000000000000 0x0 linker stubs + +.glue_7t 0x00000000000045dc 0x0 + .glue_7t 0x0000000000000000 0x0 linker stubs + +.vfp11_veneer 0x00000000000045dc 0x0 + .vfp11_veneer 0x0000000000000000 0x0 linker stubs + +.v4_bx 0x00000000000045dc 0x0 + .v4_bx 0x0000000000000000 0x0 linker stubs + +.ARM.extab 0x00000000000045dc 0x114 + *(.ARM.extab* .gnu.linkonce.armextab.*) + .ARM.extab.text._Z13deleteMessagev + 0x00000000000045dc 0xc ./src/user_application.o + .ARM.extab.text._Z5setupv + 0x00000000000045e8 0xc ./src/user_application.o + .ARM.extab.text._ZN3SSP5beginEv + 0x00000000000045f4 0xc ./src/core/SPI.o + .ARM.extab.text._ZN4SSP15beginEv + 0x0000000000004600 0xc ./src/core/SPI1.o + .ARM.extab.text.TIMER16_1_IRQHandler + 0x000000000000460c 0xc ./src/core/analogio.o + .ARM.extab.text.PIOINT0_IRQHandler + 0x0000000000004618 0xc ./src/core/gpio_int.o + .ARM.extab.text.PIOINT1_IRQHandler + 0x0000000000004624 0xc ./src/core/gpio_int.o + .ARM.extab.text.PIOINT2_IRQHandler + 0x0000000000004630 0xc ./src/core/gpio_int.o + .ARM.extab.text.PIOINT3_IRQHandler + 0x000000000000463c 0xc ./src/core/gpio_int.o + .ARM.extab.text.startup.main + 0x0000000000004648 0xc ./src/core/startup_mary.o + .ARM.extab 0x0000000000004654 0x6c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(unwind-arm.o) + .ARM.extab 0x00000000000046c0 0x30 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(pr-support.o) + 0x00000000000046f0 __exidx_start = . + +.eh_frame 0x00000000000046f0 0x0 + .eh_frame 0x00000000000046f0 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtbegin.o + +.ARM.exidx 0x00000000000046f0 0x1d8 + *(.ARM.exidx* .gnu.linkonce.armexidx.*) + .ARM.exidx.text._Z7hsv2rgbi + 0x0000000000004708 0x8 ./src/user_application.o + .ARM.exidx.text._Z13deleteMessagev + 0x0000000000004710 0x8 ./src/user_application.o + .ARM.exidx.text._Z5setupv + 0x0000000000004718 0x8 ./src/user_application.o + .ARM.exidx.text._Z4loopv + 0x0000000000004720 0x8 ./src/user_application.o + .ARM.exidx.text._ZN5Print7printlnEv + 0x0000000000004728 0x8 ./src/core/Print.o + .ARM.exidx.text._ZN5Print5printEPKc + 0x0000000000004730 0x8 ./src/core/Print.o + .ARM.exidx.text._ZN5Print5printEi12RADIX_FORMAT + 0x0000000000004738 0x8 ./src/core/Print.o + .ARM.exidx.text._ZN5Print7printlnEPKc + 0x0000000000004740 0x8 ./src/core/Print.o + .ARM.exidx.text._ZN5Print7printlnEi12RADIX_FORMAT + 0x0000000000004748 0x0 ./src/core/Print.o + 0x8 (size before relaxing) + .ARM.exidx.text._ZN3SSPD2Ev + 0x0000000000004748 0x8 ./src/core/SPI.o + .ARM.exidx.text.ssp_begin + 0x0000000000004750 0x8 ./src/core/SPI.o + .ARM.exidx.text._ZN3SSP5beginEv + 0x0000000000004758 0x8 ./src/core/SPI.o + .ARM.exidx.text._ZN3SSPC2Ev + 0x0000000000004760 0x8 ./src/core/SPI.o + .ARM.exidx.text.startup._GLOBAL__sub_I_SPI + 0x0000000000004768 0x8 ./src/core/SPI.o + .ARM.exidx.text._ZN4SSP1D2Ev + 0x0000000000004770 0x0 ./src/core/SPI1.o + 0x8 (size before relaxing) + .ARM.exidx.text.ssp1_begin + 0x0000000000004770 0x8 ./src/core/SPI1.o + .ARM.exidx.text._ZN4SSP15beginEv + 0x0000000000004778 0x8 ./src/core/SPI1.o + .ARM.exidx.text._ZN4SSP1C2Ev + 0x0000000000004780 0x8 ./src/core/SPI1.o + .ARM.exidx.text.startup._GLOBAL__sub_I_SPI1 + 0x0000000000004788 0x8 ./src/core/SPI1.o + .ARM.exidx.text.NVIC_SetPriority.constprop.2 + 0x0000000000004790 0x0 ./src/core/analogio.o + 0x8 (size before relaxing) + .ARM.exidx.text.setup_TIMER16_0 + 0x0000000000004790 0x0 ./src/core/analogio.o + 0x8 (size before relaxing) + .ARM.exidx.text.setup_TIMER16_1 + 0x0000000000004790 0x0 ./src/core/analogio.o + 0x8 (size before relaxing) + .ARM.exidx.text.analogWrite + 0x0000000000004790 0x8 ./src/core/analogio.o + .ARM.exidx.text.TIMER16_0_IRQHandler + 0x0000000000004798 0x0 ./src/core/analogio.o + 0x8 (size before relaxing) + .ARM.exidx.text.TIMER16_1_IRQHandler + 0x0000000000004798 0x8 ./src/core/analogio.o + .ARM.exidx.text.__aeabi_atexit + 0x00000000000047a0 0x8 ./src/core/cr_cpp_config.o + .ARM.exidx.after_vectors + 0x00000000000046f0 0x18 ./src/core/cr_startup_lpc11.o + 0x48 (size before relaxing) + .ARM.exidx.text.NVIC_SetPriority + 0x00000000000047a8 0x0 ./src/core/delay.o + 0x8 (size before relaxing) + .ARM.exidx.text.delay + 0x00000000000047a8 0x0 ./src/core/delay.o + 0x8 (size before relaxing) + .ARM.exidx.text.setup_TIMER32_1 + 0x00000000000047a8 0x0 ./src/core/delay.o + 0x8 (size before relaxing) + .ARM.exidx.text.TIMER32_1_IRQHandler + 0x00000000000047a8 0x8 ./src/core/delay.o + .ARM.exidx.text.SysTick_Handler + 0x00000000000047b0 0x8 ./src/core/delay.o + .ARM.exidx.text.setup_systick + 0x00000000000047b8 0x0 ./src/core/delay.o + 0x8 (size before relaxing) + .ARM.exidx.text.pinMode + 0x00000000000047b8 0x0 ./src/core/gpio.o + 0x8 (size before relaxing) + .ARM.exidx.text.digitalWrite + 0x00000000000047b8 0x0 ./src/core/gpio.o + 0x8 (size before relaxing) + .ARM.exidx.text.GPIOIntStatus + 0x00000000000047b8 0x0 ./src/core/gpio.o + 0x8 (size before relaxing) + .ARM.exidx.text.GPIOIntClear + 0x00000000000047b8 0x0 ./src/core/gpio.o + 0x8 (size before relaxing) + .ARM.exidx.text.GPIO_IRQHandler + 0x00000000000047b8 0x8 ./src/core/gpio_int.o + .ARM.exidx.text.PIOINT0_IRQHandler + 0x00000000000047c0 0x8 ./src/core/gpio_int.o + .ARM.exidx.text.PIOINT1_IRQHandler + 0x00000000000047c8 0x8 ./src/core/gpio_int.o + .ARM.exidx.text.PIOINT2_IRQHandler + 0x00000000000047d0 0x8 ./src/core/gpio_int.o + .ARM.exidx.text.PIOINT3_IRQHandler + 0x00000000000047d8 0x8 ./src/core/gpio_int.o + .ARM.exidx.text._ZN8MARYOLEDD2Ev + 0x00000000000047e0 0x8 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLEDC2Ev + 0x00000000000047e8 0x0 ./src/core/maryoled.o + 0x8 (size before relaxing) + .ARM.exidx.text.startup._GLOBAL__sub_I_oled + 0x00000000000047e8 0x0 ./src/core/maryoled.o + 0x8 (size before relaxing) + .ARM.exidx.text.startup.main + 0x00000000000047e8 0x8 ./src/core/startup_mary.o + .ARM.exidx.text.SystemInit + 0x00000000000047f0 0x8 ./src/core/system_LPC11xx.o + .ARM.exidx.text._ZN7USerialD2Ev + 0x00000000000047f8 0x0 ./src/core/uart.o + 0x8 (size before relaxing) + .ARM.exidx.text._ZN7USerial5writeEc + 0x00000000000047f8 0x0 ./src/core/uart.o + 0x8 (size before relaxing) + .ARM.exidx.text._ZN7USerial5beginEi + 0x00000000000047f8 0x0 ./src/core/uart.o + 0x8 (size before relaxing) + .ARM.exidx.text.startup._GLOBAL__sub_I_Serial + 0x00000000000047f8 0x0 ./src/core/uart.o + 0x8 (size before relaxing) + .ARM.exidx.text.startup._GLOBAL__sub_I__ZN12XBeeResponseC2Ev + 0x00000000000047f8 0x0 ./src/XBee/XBee.o + 0x8 (size before relaxing) + .ARM.exidx.text._ZN7PETITFSD2Ev + 0x00000000000047f8 0x0 ./src/FatFs/SD.o + 0x8 (size before relaxing) + .ARM.exidx.text.startup._GLOBAL__sub_I_SDFile + 0x00000000000047f8 0x0 ./src/FatFs/SD.o + 0x8 (size before relaxing) + .ARM.exidx 0x00000000000047f8 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(divdf3.o) + 0x8 (size before relaxing) + .ARM.exidx 0x00000000000047f8 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(eqdf2.o) + 0x8 (size before relaxing) + .ARM.exidx 0x00000000000047f8 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(gedf2.o) + 0x8 (size before relaxing) + .ARM.exidx 0x00000000000047f8 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(ledf2.o) + 0x8 (size before relaxing) + .ARM.exidx 0x00000000000047f8 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(muldf3.o) + 0x8 (size before relaxing) + .ARM.exidx 0x00000000000047f8 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(subdf3.o) + 0x8 (size before relaxing) + .ARM.exidx 0x00000000000047f8 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(fixdfsi.o) + 0x8 (size before relaxing) + .ARM.exidx 0x00000000000047f8 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(floatsidf.o) + 0x8 (size before relaxing) + .ARM.exidx 0x00000000000047f8 0x98 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(unwind-arm.o) + 0xc0 (size before relaxing) + .ARM.exidx 0x0000000000004890 0x38 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(pr-support.o) + 0x48 (size before relaxing) + 0x00000000000048c8 __exidx_end = . + 0x00000000000048c8 _etext = . + +.uninit_RESERVED + *(.bss.$RESERVED*) + +.data 0x0000000010000000 0x84c load address 0x00000000000048c8 + FILL mask 0xff + 0x0000000010000000 _data = . + *(vtable) + *(.data*) + .data.SystemCoreClock + 0x0000000010000000 0x4 ./src/core/system_LPC11xx.o + 0x0000000010000000 SystemCoreClock + .data 0x0000000010000004 0x410 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-mallocr.o) + 0x0000000010000004 __malloc_av_ + 0x000000001000040c __malloc_sbrk_base + 0x0000000010000410 __malloc_trim_threshold + *fill* 0x0000000010000414 0x4 00 + .data 0x0000000010000418 0x430 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-impure.o) + 0x0000000010000418 _impure_ptr + .data 0x0000000010000848 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtbegin.o + 0x0000000010000848 __dso_handle + 0x000000001000084c . = ALIGN (0x4) + 0x000000001000084c _edata = . + +.jcr 0x000000001000084c 0x0 load address 0x0000000000005114 + .jcr 0x000000001000084c 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtbegin.o + +.bss 0x000000001000084c 0x1d4 load address 0x0000000000005114 + 0x000000001000084c _bss = . + *(.bss*) + .bss.SPI 0x000000001000084c 0x8 ./src/core/SPI.o + 0x000000001000084c SPI + .bss.SPI1 0x0000000010000854 0x8 ./src/core/SPI1.o + 0x0000000010000854 SPI1 + .bss._ZL11pwm_pin_num + 0x000000001000085c 0x10 ./src/core/analogio.o + .bss._ZL14pwm_duty_value + 0x000000001000086c 0x10 ./src/core/analogio.o + .bss._ZL13pwm_init_done + 0x000000001000087c 0x4 ./src/core/analogio.o + .bss._ZL17pwm_already_inuse + 0x0000000010000880 0x4 ./src/core/analogio.o + .bss.userfunc 0x0000000010000884 0x4 ./src/core/delay.o + 0x0000000010000884 userfunc + .bss._ZL7msTicks + 0x0000000010000888 0x4 ./src/core/delay.o + .bss._ZL7intFunc + 0x000000001000088c 0x58 ./src/core/gpio_int.o + .bss.oled 0x00000000100008e4 0x28 ./src/core/maryoled.o + 0x00000000100008e4 oled + .bss.Serial 0x000000001000090c 0xc ./src/core/uart.o + 0x000000001000090c Serial + .bss._ZN22RemoteAtCommandRequest18broadcastAddress64E + 0x0000000010000918 0x8 ./src/XBee/XBee.o + 0x0000000010000918 _ZN22RemoteAtCommandRequest18broadcastAddress64E + .bss.SDFile 0x0000000010000920 0xa8 ./src/FatFs/SD.o + 0x0000000010000920 SDFile + .bss 0x00000000100009c8 0x34 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-mallocr.o) + 0x00000000100009c8 __malloc_top_pad + 0x00000000100009cc __malloc_current_mallinfo + 0x00000000100009f4 __malloc_max_sbrked_mem + 0x00000000100009f8 __malloc_max_total_mem + .bss 0x00000000100009fc 0x1c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtbegin.o + *(COMMON) + COMMON 0x0000000010000a18 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-reent.o) + 0x0000000010000a18 errno + COMMON 0x0000000010000a1c 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) + 0x0000000010000a1c __end_of_heap + 0x0000000010000a20 . = ALIGN (0x4) + 0x0000000010000a20 _ebss = . + 0x0000000010000a20 PROVIDE (end, .) + 0x0000000010000a20 PROVIDE (_pvHeapStart, .) + 0x0000000010002000 PROVIDE (_vStackTop, (__top_RamLoc8 - 0x0)) +OUTPUT(eXodusino.axf elf32-littlearm) + +.debug_info 0x0000000000000000 0x146a6 + .debug_info 0x0000000000000000 0x4e1 ./src/user_application.o + .debug_info 0x00000000000004e1 0x1201 ./src/core/LiquidCrystal.o + .debug_info 0x00000000000016e2 0x545 ./src/core/Print.o + .debug_info 0x0000000000001c27 0x12c3 ./src/core/SPI.o + .debug_info 0x0000000000002eea 0x12c3 ./src/core/SPI1.o + .debug_info 0x00000000000041ad 0xb6b ./src/core/SoftwareSerial.o + .debug_info 0x0000000000004d18 0x27ce ./src/core/Wire.o + .debug_info 0x00000000000074e6 0xc14 ./src/core/analogio.o + .debug_info 0x00000000000080fa 0x3ea ./src/core/arithmetical.o + .debug_info 0x00000000000084e4 0x134 ./src/core/cr_cpp_config.o + .debug_info 0x0000000000008618 0x2ae ./src/core/cr_startup_lpc11.o + .debug_info 0x00000000000088c6 0xbd5 ./src/core/delay.o + .debug_info 0x000000000000949b 0x514 ./src/core/gpio.o + .debug_info 0x00000000000099af 0x5d4 ./src/core/gpio_int.o + .debug_info 0x0000000000009f83 0x1302 ./src/core/maryoled.o + .debug_info 0x000000000000b285 0x2ab ./src/core/startup_mary.o + .debug_info 0x000000000000b530 0x4f9 ./src/core/system_LPC11xx.o + .debug_info 0x000000000000ba29 0xda5 ./src/core/uart.o + .debug_info 0x000000000000c7ce 0x4c45 ./src/XBee/XBee.o + .debug_info 0x0000000000011413 0x1131 ./src/FatFs/SD.o + .debug_info 0x0000000000012544 0xf7a ./src/FatFs/pff.o + .debug_info 0x00000000000134be 0xe6b ./src/FatFs/sdcard.o + .debug_info 0x0000000000014329 0x104 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) + .debug_info 0x000000000001442d 0x5c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_exit.o) + .debug_info 0x0000000000014489 0xa5 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(getpid.o) + .debug_info 0x000000000001452e 0xc6 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) + .debug_info 0x00000000000145f4 0xb2 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_check_heap.o) + +.debug_abbrev 0x0000000000000000 0x3e9a + .debug_abbrev 0x0000000000000000 0x1b8 ./src/user_application.o + .debug_abbrev 0x00000000000001b8 0x33f ./src/core/LiquidCrystal.o + .debug_abbrev 0x00000000000004f7 0x17c ./src/core/Print.o + .debug_abbrev 0x0000000000000673 0x3a8 ./src/core/SPI.o + .debug_abbrev 0x0000000000000a1b 0x384 ./src/core/SPI1.o + .debug_abbrev 0x0000000000000d9f 0x3f1 ./src/core/SoftwareSerial.o + .debug_abbrev 0x0000000000001190 0x5c8 ./src/core/Wire.o + .debug_abbrev 0x0000000000001758 0x270 ./src/core/analogio.o + .debug_abbrev 0x00000000000019c8 0x18a ./src/core/arithmetical.o + .debug_abbrev 0x0000000000001b52 0xcd ./src/core/cr_cpp_config.o + .debug_abbrev 0x0000000000001c1f 0x13e ./src/core/cr_startup_lpc11.o + .debug_abbrev 0x0000000000001d5d 0x272 ./src/core/delay.o + .debug_abbrev 0x0000000000001fcf 0x1ab ./src/core/gpio.o + .debug_abbrev 0x000000000000217a 0x1ce ./src/core/gpio_int.o + .debug_abbrev 0x0000000000002348 0x3c0 ./src/core/maryoled.o + .debug_abbrev 0x0000000000002708 0xff ./src/core/startup_mary.o + .debug_abbrev 0x0000000000002807 0xd8 ./src/core/system_LPC11xx.o + .debug_abbrev 0x00000000000028df 0x34e ./src/core/uart.o + .debug_abbrev 0x0000000000002c2d 0x626 ./src/XBee/XBee.o + .debug_abbrev 0x0000000000003253 0x3b4 ./src/FatFs/SD.o + .debug_abbrev 0x0000000000003607 0x34b ./src/FatFs/pff.o + .debug_abbrev 0x0000000000003952 0x32b ./src/FatFs/sdcard.o + .debug_abbrev 0x0000000000003c7d 0x97 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) + .debug_abbrev 0x0000000000003d14 0x52 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_exit.o) + .debug_abbrev 0x0000000000003d66 0x52 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(getpid.o) + .debug_abbrev 0x0000000000003db8 0x72 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) + .debug_abbrev 0x0000000000003e2a 0x70 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_check_heap.o) + +.debug_loc 0x0000000000000000 0x6e1f + .debug_loc 0x0000000000000000 0x47a ./src/user_application.o + .debug_loc 0x000000000000047a 0x92c ./src/core/LiquidCrystal.o + .debug_loc 0x0000000000000da6 0x3c5 ./src/core/Print.o + .debug_loc 0x000000000000116b 0x205 ./src/core/SPI.o + .debug_loc 0x0000000000001370 0x205 ./src/core/SPI1.o + .debug_loc 0x0000000000001575 0x4ca ./src/core/SoftwareSerial.o + .debug_loc 0x0000000000001a3f 0xc55 ./src/core/Wire.o + .debug_loc 0x0000000000002694 0x24e ./src/core/analogio.o + .debug_loc 0x00000000000028e2 0x135 ./src/core/arithmetical.o + .debug_loc 0x0000000000002a17 0x79 ./src/core/cr_cpp_config.o + .debug_loc 0x0000000000002a90 0x2af ./src/core/cr_startup_lpc11.o + .debug_loc 0x0000000000002d3f 0x1c3 ./src/core/delay.o + .debug_loc 0x0000000000002f02 0x350 ./src/core/gpio.o + .debug_loc 0x0000000000003252 0x1cc ./src/core/gpio_int.o + .debug_loc 0x000000000000341e 0x92f ./src/core/maryoled.o + .debug_loc 0x0000000000003d4d 0x20 ./src/core/startup_mary.o + .debug_loc 0x0000000000003d6d 0x98 ./src/core/system_LPC11xx.o + .debug_loc 0x0000000000003e05 0xd2 ./src/core/uart.o + .debug_loc 0x0000000000003ed7 0x1994 ./src/XBee/XBee.o + .debug_loc 0x000000000000586b 0x281 ./src/FatFs/SD.o + .debug_loc 0x0000000000005aec 0xe30 ./src/FatFs/pff.o + .debug_loc 0x000000000000691c 0x435 ./src/FatFs/sdcard.o + .debug_loc 0x0000000000006d51 0x68 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) + .debug_loc 0x0000000000006db9 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_exit.o) + .debug_loc 0x0000000000006dd9 0x13 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) + .debug_loc 0x0000000000006dec 0x33 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_check_heap.o) + +.debug_aranges 0x0000000000000000 0xed8 + .debug_aranges + 0x0000000000000000 0x40 ./src/user_application.o + .debug_aranges + 0x0000000000000040 0xf8 ./src/core/LiquidCrystal.o + .debug_aranges + 0x0000000000000138 0x58 ./src/core/Print.o + .debug_aranges + 0x0000000000000190 0x80 ./src/core/SPI.o + .debug_aranges + 0x0000000000000210 0x80 ./src/core/SPI1.o + .debug_aranges + 0x0000000000000290 0x88 ./src/core/SoftwareSerial.o + .debug_aranges + 0x0000000000000318 0x128 ./src/core/Wire.o + .debug_aranges + 0x0000000000000440 0x50 ./src/core/analogio.o + .debug_aranges + 0x0000000000000490 0x40 ./src/core/arithmetical.o + .debug_aranges + 0x00000000000004d0 0x30 ./src/core/cr_cpp_config.o + .debug_aranges + 0x0000000000000500 0x70 ./src/core/cr_startup_lpc11.o + .debug_aranges + 0x0000000000000570 0x70 ./src/core/delay.o + .debug_aranges + 0x00000000000005e0 0x58 ./src/core/gpio.o + .debug_aranges + 0x0000000000000638 0x60 ./src/core/gpio_int.o + .debug_aranges + 0x0000000000000698 0xe8 ./src/core/maryoled.o + .debug_aranges + 0x0000000000000780 0x20 ./src/core/startup_mary.o + .debug_aranges + 0x00000000000007a0 0x28 ./src/core/system_LPC11xx.o + .debug_aranges + 0x00000000000007c8 0x58 ./src/core/uart.o + .debug_aranges + 0x0000000000000820 0x468 ./src/XBee/XBee.o + .debug_aranges + 0x0000000000000c88 0xe0 ./src/FatFs/SD.o + .debug_aranges + 0x0000000000000d68 0x80 ./src/FatFs/pff.o + .debug_aranges + 0x0000000000000de8 0x50 ./src/FatFs/sdcard.o + .debug_aranges + 0x0000000000000e38 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) + .debug_aranges + 0x0000000000000e58 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_exit.o) + .debug_aranges + 0x0000000000000e78 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(getpid.o) + .debug_aranges + 0x0000000000000e98 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) + .debug_aranges + 0x0000000000000eb8 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_check_heap.o) + +.debug_ranges 0x0000000000000000 0x1610 + .debug_ranges 0x0000000000000000 0x60 ./src/user_application.o + .debug_ranges 0x0000000000000060 0xe8 ./src/core/LiquidCrystal.o + .debug_ranges 0x0000000000000148 0x48 ./src/core/Print.o + .debug_ranges 0x0000000000000190 0xd8 ./src/core/SPI.o + .debug_ranges 0x0000000000000268 0x100 ./src/core/SPI1.o + .debug_ranges 0x0000000000000368 0x90 ./src/core/SoftwareSerial.o + .debug_ranges 0x00000000000003f8 0x180 ./src/core/Wire.o + .debug_ranges 0x0000000000000578 0x68 ./src/core/analogio.o + .debug_ranges 0x00000000000005e0 0x60 ./src/core/arithmetical.o + .debug_ranges 0x0000000000000640 0x20 ./src/core/cr_cpp_config.o + .debug_ranges 0x0000000000000660 0x60 ./src/core/cr_startup_lpc11.o + .debug_ranges 0x00000000000006c0 0x60 ./src/core/delay.o + .debug_ranges 0x0000000000000720 0x48 ./src/core/gpio.o + .debug_ranges 0x0000000000000768 0x68 ./src/core/gpio_int.o + .debug_ranges 0x00000000000007d0 0x1a0 ./src/core/maryoled.o + .debug_ranges 0x0000000000000970 0x10 ./src/core/startup_mary.o + .debug_ranges 0x0000000000000980 0x48 ./src/core/system_LPC11xx.o + .debug_ranges 0x00000000000009c8 0x60 ./src/core/uart.o + .debug_ranges 0x0000000000000a28 0x7f0 ./src/XBee/XBee.o + .debug_ranges 0x0000000000001218 0xe8 ./src/FatFs/SD.o + .debug_ranges 0x0000000000001300 0x278 ./src/FatFs/pff.o + .debug_ranges 0x0000000000001578 0x98 ./src/FatFs/sdcard.o + +.debug_line 0x0000000000000000 0x488f + .debug_line 0x0000000000000000 0x1f1 ./src/user_application.o + .debug_line 0x00000000000001f1 0x3fb ./src/core/LiquidCrystal.o + .debug_line 0x00000000000005ec 0x165 ./src/core/Print.o + .debug_line 0x0000000000000751 0x260 ./src/core/SPI.o + .debug_line 0x00000000000009b1 0x27e ./src/core/SPI1.o + .debug_line 0x0000000000000c2f 0x29f ./src/core/SoftwareSerial.o + .debug_line 0x0000000000000ece 0x9a2 ./src/core/Wire.o + .debug_line 0x0000000000001870 0x227 ./src/core/analogio.o + .debug_line 0x0000000000001a97 0x195 ./src/core/arithmetical.o + .debug_line 0x0000000000001c2c 0xe6 ./src/core/cr_cpp_config.o + .debug_line 0x0000000000001d12 0xc9 ./src/core/cr_startup_lpc11.o + .debug_line 0x0000000000001ddb 0x249 ./src/core/delay.o + .debug_line 0x0000000000002024 0x1ce ./src/core/gpio.o + .debug_line 0x00000000000021f2 0x1cd ./src/core/gpio_int.o + .debug_line 0x00000000000023bf 0x3f9 ./src/core/maryoled.o + .debug_line 0x00000000000027b8 0x106 ./src/core/startup_mary.o + .debug_line 0x00000000000028be 0x16f ./src/core/system_LPC11xx.o + .debug_line 0x0000000000002a2d 0x1c4 ./src/core/uart.o + .debug_line 0x0000000000002bf1 0xf4d ./src/XBee/XBee.o + .debug_line 0x0000000000003b3e 0x30d ./src/FatFs/SD.o + .debug_line 0x0000000000003e4b 0x4ff ./src/FatFs/pff.o + .debug_line 0x000000000000434a 0x370 ./src/FatFs/sdcard.o + .debug_line 0x00000000000046ba 0xc2 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) + .debug_line 0x000000000000477c 0x3e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_exit.o) + .debug_line 0x00000000000047ba 0x43 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(getpid.o) + .debug_line 0x00000000000047fd 0x41 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) + .debug_line 0x000000000000483e 0x51 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_check_heap.o) + +.debug_str 0x0000000000000000 0x51ab + .debug_str 0x0000000000000000 0x262 ./src/user_application.o + 0x30a (size before relaxing) + .debug_str 0x0000000000000262 0x4c4 ./src/core/LiquidCrystal.o + 0x71a (size before relaxing) + .debug_str 0x0000000000000726 0x10e ./src/core/Print.o + 0x29f (size before relaxing) + .debug_str 0x0000000000000834 0x8f5 ./src/core/SPI.o + 0xbce (size before relaxing) + .debug_str 0x0000000000001129 0x126 ./src/core/SPI1.o + 0xbe5 (size before relaxing) + .debug_str 0x000000000000124f 0x3b6 ./src/core/SoftwareSerial.o + 0x6a6 (size before relaxing) + .debug_str 0x0000000000001605 0xd5b ./src/core/Wire.o + 0x1167 (size before relaxing) + .debug_str 0x0000000000002360 0x11f ./src/core/analogio.o + 0x7f0 (size before relaxing) + .debug_str 0x000000000000247f 0xa4 ./src/core/arithmetical.o + 0x265 (size before relaxing) + .debug_str 0x0000000000002523 0x62 ./src/core/cr_cpp_config.o + 0x196 (size before relaxing) + .debug_str 0x0000000000002585 0x173 ./src/core/cr_startup_lpc11.o + 0x28f (size before relaxing) + .debug_str 0x00000000000026f8 0x120 ./src/core/delay.o + 0x796 (size before relaxing) + .debug_str 0x0000000000002818 0x225 ./src/core/gpio.o + 0x438 (size before relaxing) + .debug_str 0x0000000000002a3d 0xac ./src/core/gpio_int.o + 0x4d8 (size before relaxing) + .debug_str 0x0000000000002ae9 0x595 ./src/core/maryoled.o + 0xb48 (size before relaxing) + .debug_str 0x000000000000307e 0x1d ./src/core/startup_mary.o + 0x1de (size before relaxing) + .debug_str 0x000000000000309b 0x4e ./src/core/system_LPC11xx.o + 0x40a (size before relaxing) + .debug_str 0x00000000000030e9 0x13b ./src/core/uart.o + 0x77b (size before relaxing) + .debug_str 0x0000000000003224 0x1832 ./src/XBee/XBee.o + 0x1c69 (size before relaxing) + .debug_str 0x0000000000004a56 0x377 ./src/FatFs/SD.o + 0x909 (size before relaxing) + .debug_str 0x0000000000004dcd 0x1d9 ./src/FatFs/pff.o + 0x4f7 (size before relaxing) + .debug_str 0x0000000000004fa6 0xcc ./src/FatFs/sdcard.o + 0x9e3 (size before relaxing) + .debug_str 0x0000000000005072 0xb3 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) + 0x143 (size before relaxing) + .debug_str 0x0000000000005125 0x15 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_exit.o) + 0x70 (size before relaxing) + .debug_str 0x000000000000513a 0x18 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(getpid.o) + 0x102 (size before relaxing) + .debug_str 0x0000000000005152 0x14 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) + 0xfe (size before relaxing) + .debug_str 0x0000000000005166 0x45 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_check_heap.o) + 0xcf (size before relaxing) + +.comment 0x0000000000000000 0x9a + .comment 0x0000000000000000 0x70 ./src/user_application.o + 0x71 (size before relaxing) + .comment 0x0000000000000000 0x71 ./src/core/LiquidCrystal.o + .comment 0x0000000000000000 0x71 ./src/core/Print.o + .comment 0x0000000000000000 0x71 ./src/core/SPI.o + .comment 0x0000000000000000 0x71 ./src/core/SPI1.o + .comment 0x0000000000000000 0x71 ./src/core/SoftwareSerial.o + .comment 0x0000000000000000 0x71 ./src/core/Wire.o + .comment 0x0000000000000000 0x71 ./src/core/analogio.o + .comment 0x0000000000000000 0x71 ./src/core/arithmetical.o + .comment 0x0000000000000000 0x71 ./src/core/cr_cpp_config.o + .comment 0x0000000000000000 0x71 ./src/core/cr_startup_lpc11.o + .comment 0x0000000000000000 0x71 ./src/core/delay.o + .comment 0x0000000000000000 0x71 ./src/core/gpio.o + .comment 0x0000000000000000 0x71 ./src/core/gpio_int.o + .comment 0x0000000000000000 0x71 ./src/core/maryoled.o + .comment 0x0000000000000000 0x71 ./src/core/startup_mary.o + .comment 0x0000000000000000 0x71 ./src/core/system_LPC11xx.o + .comment 0x0000000000000000 0x71 ./src/core/uart.o + .comment 0x0000000000000000 0x71 ./src/XBee/XBee.o + .comment 0x0000000000000000 0x71 ./src/FatFs/SD.o + .comment 0x0000000000000000 0x71 ./src/FatFs/pff.o + .comment 0x0000000000000000 0x71 ./src/FatFs/sdcard.o + .comment 0x0000000000000070 0x2a /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) + 0x2b (size before relaxing) + .comment 0x0000000000000000 0x2b /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_exit.o) + .comment 0x0000000000000000 0x2b /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(getpid.o) + .comment 0x0000000000000000 0x2b /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) + .comment 0x0000000000000000 0x2b /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_check_heap.o) + +.ARM.attributes + 0x0000000000000000 0x33 + .ARM.attributes + 0x0000000000000000 0x33 ./src/user_application.o + .ARM.attributes + 0x0000000000000033 0x33 ./src/core/LiquidCrystal.o + .ARM.attributes + 0x0000000000000066 0x33 ./src/core/Print.o + .ARM.attributes + 0x0000000000000099 0x33 ./src/core/SPI.o + .ARM.attributes + 0x00000000000000cc 0x33 ./src/core/SPI1.o + .ARM.attributes + 0x00000000000000ff 0x33 ./src/core/SoftwareSerial.o + .ARM.attributes + 0x0000000000000132 0x33 ./src/core/Wire.o + .ARM.attributes + 0x0000000000000165 0x33 ./src/core/analogio.o + .ARM.attributes + 0x0000000000000198 0x33 ./src/core/arithmetical.o + .ARM.attributes + 0x00000000000001cb 0x33 ./src/core/cr_cpp_config.o + .ARM.attributes + 0x00000000000001fe 0x33 ./src/core/cr_startup_lpc11.o + .ARM.attributes + 0x0000000000000231 0x33 ./src/core/delay.o + .ARM.attributes + 0x0000000000000264 0x33 ./src/core/gpio.o + .ARM.attributes + 0x0000000000000297 0x33 ./src/core/gpio_int.o + .ARM.attributes + 0x00000000000002ca 0x33 ./src/core/maryoled.o + .ARM.attributes + 0x00000000000002fd 0x33 ./src/core/startup_mary.o + .ARM.attributes + 0x0000000000000330 0x33 ./src/core/system_LPC11xx.o + .ARM.attributes + 0x0000000000000363 0x33 ./src/core/uart.o + .ARM.attributes + 0x0000000000000396 0x33 ./src/XBee/XBee.o + .ARM.attributes + 0x00000000000003c9 0x33 ./src/FatFs/SD.o + .ARM.attributes + 0x00000000000003fc 0x33 ./src/FatFs/pff.o + .ARM.attributes + 0x000000000000042f 0x33 ./src/FatFs/sdcard.o + .ARM.attributes + 0x0000000000000462 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_thumb1_case_uqi.o) + .ARM.attributes + 0x0000000000000482 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_udivsi3.o) + .ARM.attributes + 0x00000000000004a2 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_divsi3.o) + .ARM.attributes + 0x00000000000004c2 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_dvmd_tls.o) + .ARM.attributes + 0x00000000000004e2 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_arm_cmpdf2.o) + .ARM.attributes + 0x0000000000000502 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(divdf3.o) + .ARM.attributes + 0x0000000000000530 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(eqdf2.o) + .ARM.attributes + 0x000000000000055e 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(gedf2.o) + .ARM.attributes + 0x000000000000058c 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(ledf2.o) + .ARM.attributes + 0x00000000000005ba 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(muldf3.o) + .ARM.attributes + 0x00000000000005e8 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(subdf3.o) + .ARM.attributes + 0x0000000000000616 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(fixdfsi.o) + .ARM.attributes + 0x0000000000000644 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(floatsidf.o) + .ARM.attributes + 0x0000000000000672 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(unwind-arm.o) + .ARM.attributes + 0x00000000000006a0 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(libunwind.o) + .ARM.attributes + 0x00000000000006c0 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(pr-support.o) + .ARM.attributes + 0x00000000000006ee 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_clzsi2.o) + .ARM.attributes + 0x000000000000070e 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-abort.o) + .ARM.attributes + 0x000000000000073c 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-init.o) + .ARM.attributes + 0x000000000000076a 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-malloc.o) + .ARM.attributes + 0x0000000000000798 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-mallocr.o) + .ARM.attributes + 0x00000000000007c6 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-memcpy.o) + .ARM.attributes + 0x00000000000007f4 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-mlock.o) + .ARM.attributes + 0x0000000000000822 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-sbrkr.o) + .ARM.attributes + 0x0000000000000850 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signal.o) + .ARM.attributes + 0x000000000000087e 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signalr.o) + .ARM.attributes + 0x00000000000008ac 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-strlen.o) + .ARM.attributes + 0x00000000000008da 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-freer.o) + .ARM.attributes + 0x0000000000000908 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-impure.o) + .ARM.attributes + 0x0000000000000936 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-reent.o) + .ARM.attributes + 0x0000000000000964 0x33 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) + .ARM.attributes + 0x0000000000000997 0x33 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_exit.o) + .ARM.attributes + 0x00000000000009ca 0x33 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(getpid.o) + .ARM.attributes + 0x00000000000009fd 0x33 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) + .ARM.attributes + 0x0000000000000a30 0x33 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_check_heap.o) + .ARM.attributes + 0x0000000000000a63 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crti.o + .ARM.attributes + 0x0000000000000a83 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtn.o + .ARM.attributes + 0x0000000000000aa3 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtbegin.o + .ARM.attributes + 0x0000000000000ad1 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtend.o + .ARM.attributes + 0x0000000000000aff 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-errno.o) + +.debug_frame 0x0000000000000000 0x2ce0 + .debug_frame 0x0000000000000000 0x98 ./src/user_application.o + .debug_frame 0x0000000000000098 0x2fc ./src/core/LiquidCrystal.o + .debug_frame 0x0000000000000394 0xe4 ./src/core/Print.o + .debug_frame 0x0000000000000478 0x124 ./src/core/SPI.o + .debug_frame 0x000000000000059c 0x128 ./src/core/SPI1.o + .debug_frame 0x00000000000006c4 0x180 ./src/core/SoftwareSerial.o + .debug_frame 0x0000000000000844 0x374 ./src/core/Wire.o + .debug_frame 0x0000000000000bb8 0xb8 ./src/core/analogio.o + .debug_frame 0x0000000000000c70 0x7c ./src/core/arithmetical.o + .debug_frame 0x0000000000000cec 0x50 ./src/core/cr_cpp_config.o + .debug_frame 0x0000000000000d3c 0x114 ./src/core/cr_startup_lpc11.o + .debug_frame 0x0000000000000e50 0x104 ./src/core/delay.o + .debug_frame 0x0000000000000f54 0xe8 ./src/core/gpio.o + .debug_frame 0x000000000000103c 0xe0 ./src/core/gpio_int.o + .debug_frame 0x000000000000111c 0x284 ./src/core/maryoled.o + .debug_frame 0x00000000000013a0 0x28 ./src/core/startup_mary.o + .debug_frame 0x00000000000013c8 0x44 ./src/core/system_LPC11xx.o + .debug_frame 0x000000000000140c 0xac ./src/core/uart.o + .debug_frame 0x00000000000014b8 0xa0c ./src/XBee/XBee.o + .debug_frame 0x0000000000001ec4 0x1d8 ./src/FatFs/SD.o + .debug_frame 0x000000000000209c 0x1a4 ./src/FatFs/pff.o + .debug_frame 0x0000000000002240 0xd4 ./src/FatFs/sdcard.o + .debug_frame 0x0000000000002314 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_udivsi3.o) + .debug_frame 0x0000000000002334 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_divsi3.o) + .debug_frame 0x0000000000002354 0x3c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(divdf3.o) + .debug_frame 0x0000000000002390 0x34 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(eqdf2.o) + .debug_frame 0x00000000000023c4 0x34 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(gedf2.o) + .debug_frame 0x00000000000023f8 0x34 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(ledf2.o) + .debug_frame 0x000000000000242c 0x3c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(muldf3.o) + .debug_frame 0x0000000000002468 0x38 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(subdf3.o) + .debug_frame 0x00000000000024a0 0x2c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(fixdfsi.o) + .debug_frame 0x00000000000024cc 0x30 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(floatsidf.o) + .debug_frame 0x00000000000024fc 0x2ac /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(unwind-arm.o) + .debug_frame 0x00000000000027a8 0xfc /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(pr-support.o) + .debug_frame 0x00000000000028a4 0x28 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-abort.o) + .debug_frame 0x00000000000028cc 0x2c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-init.o) + .debug_frame 0x00000000000028f8 0x40 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-malloc.o) + .debug_frame 0x0000000000002938 0x3c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-mallocr.o) + .debug_frame 0x0000000000002974 0x30 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-memcpy.o) + .debug_frame 0x00000000000029a4 0x30 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-mlock.o) + .debug_frame 0x00000000000029d4 0x2c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-sbrkr.o) + .debug_frame 0x0000000000002a00 0xe4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signal.o) + .debug_frame 0x0000000000002ae4 0x44 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signalr.o) + .debug_frame 0x0000000000002b28 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-strlen.o) + .debug_frame 0x0000000000002b48 0x54 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-freer.o) + .debug_frame 0x0000000000002b9c 0x68 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-reent.o) + .debug_frame 0x0000000000002c04 0x2c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) + .debug_frame 0x0000000000002c30 0x28 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_exit.o) + .debug_frame 0x0000000000002c58 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(getpid.o) + .debug_frame 0x0000000000002c78 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) + .debug_frame 0x0000000000002c98 0x28 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_check_heap.o) + .debug_frame 0x0000000000002cc0 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-errno.o) + +.debug_pubnames + 0x0000000000000000 0xbe + .debug_pubnames + 0x0000000000000000 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) + .debug_pubnames + 0x000000000000002e 0x1c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_exit.o) + .debug_pubnames + 0x000000000000004a 0x1e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(getpid.o) + .debug_pubnames + 0x0000000000000068 0x1c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) + .debug_pubnames + 0x0000000000000084 0x3a /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_check_heap.o) + +.debug_pubtypes + 0x0000000000000000 0x41 + .debug_pubtypes + 0x0000000000000000 0x1d /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) + .debug_pubtypes + 0x000000000000001d 0x12 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(getpid.o) + .debug_pubtypes + 0x000000000000002f 0x12 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) diff --git a/LPC1114F_301_TQFP48/eXodusino_LPC1114F_301_TQFP48.ld b/LPC1114F_301_TQFP48/eXodusino_LPC1114F_301_TQFP48.ld new file mode 100644 index 0000000..e155ac4 --- /dev/null +++ b/LPC1114F_301_TQFP48/eXodusino_LPC1114F_301_TQFP48.ld @@ -0,0 +1,127 @@ +/* +* GENERATED FILE - DO NOT EDIT +* (C) Code Red Technologies Ltd, 2008-10 +* Generated linker script file for LPC1114/301 +* Created from generic_cpp.ld (vLPCXpresso v4.0 (6 [Build 152] [01/08/2011] )) +* By LPCXpresso v4.0.6 [Build 152] [01/08/2011] on Wed Jan 18 21:43:17 JST 2012 +*/ + + +INCLUDE "eXodusino_LPC1114F_301_TQFP48_lib.ld" +INCLUDE "eXodusino_LPC1114F_301_TQFP48_mem.ld" + +ENTRY(ResetISR) + +SECTIONS +{ + + /* MAIN TEXT SECTION */ + .text : ALIGN(4) + { + FILL(0xff) + KEEP(*(.isr_vector)) + + /* Global Section Table */ + . = ALIGN(4) ; + __section_table_start = .; + __data_section_table = .; + LONG(LOADADDR(.data)); + LONG( ADDR(.data)) ; + LONG( SIZEOF(.data)); + __data_section_table_end = .; + __bss_section_table = .; + LONG( ADDR(.bss)); + LONG( SIZEOF(.bss)); + __bss_section_table_end = .; + __section_table_end = . ; + /* End of Global Section Table */ + + + *(.after_vectors*) + + *(.text*) + *(.rodata .rodata.*) + . = ALIGN(4); + + /* C++ constructors etc */ + . = ALIGN(4); + KEEP(*(.init)) + + . = ALIGN(4); + __preinit_array_start = .; + KEEP (*(.preinit_array)) + __preinit_array_end = .; + + . = ALIGN(4); + __init_array_start = .; + KEEP (*(SORT(.init_array.*))) + KEEP (*(.init_array)) + __init_array_end = .; + + KEEP(*(.fini)); + + . = ALIGN(0x4); + KEEP (*crtbegin.o(.ctors)) + KEEP (*(EXCLUDE_FILE (*crtend.o) .ctors)) + KEEP (*(SORT(.ctors.*))) + KEEP (*crtend.o(.ctors)) + + . = ALIGN(0x4); + KEEP (*crtbegin.o(.dtors)) + KEEP (*(EXCLUDE_FILE (*crtend.o) .dtors)) + KEEP (*(SORT(.dtors.*))) + KEEP (*crtend.o(.dtors)) + /* End C++ */ + } > MFlash32 + + /* + * for exception handling/unwind - some Newlib functions (in common + * with C++ and STDC++) use this. + */ + .ARM.extab : ALIGN(4) + { + *(.ARM.extab* .gnu.linkonce.armextab.*) + } > MFlash32 + __exidx_start = .; + + .ARM.exidx : ALIGN(4) + { + *(.ARM.exidx* .gnu.linkonce.armexidx.*) + } > MFlash32 + __exidx_end = .; + + _etext = .; + + + /* MAIN DATA SECTION */ + + .uninit_RESERVED : ALIGN(4) + { + KEEP(*(.bss.$RESERVED*)) + } > RamLoc8 + + .data : ALIGN(4) + { + FILL(0xff) + _data = .; + *(vtable) + *(.data*) + . = ALIGN(4) ; + _edata = .; + } > RamLoc8 AT>MFlash32 + + + /* MAIN BSS SECTION */ + .bss : ALIGN(4) + { + _bss = .; + *(.bss*) + *(COMMON) + . = ALIGN(4) ; + _ebss = .; + PROVIDE(end = .); + } > RamLoc8 + + PROVIDE(_pvHeapStart = .); + PROVIDE(_vStackTop = __top_RamLoc8 - 0); +} diff --git a/LPC1114F_301_TQFP48/eXodusino_LPC1114F_301_TQFP48_lib.ld b/LPC1114F_301_TQFP48/eXodusino_LPC1114F_301_TQFP48_lib.ld new file mode 100644 index 0000000..4dbe511 --- /dev/null +++ b/LPC1114F_301_TQFP48/eXodusino_LPC1114F_301_TQFP48_lib.ld @@ -0,0 +1,19 @@ +/* + * GENERATED FILE - DO NOT EDIT + * (C) Code Red Technologies Ltd, 2008-2012 + * Generated linker script file for LPC1114/301 + * Created from LibIncTemplate.ld (vLPCXpresso v4.2 (4 [Build 267] [2012-07-11] )) + * By LPCXpresso v4.2.4 [Build 267] [2012-07-11] on Fri Jul 13 01:18:22 JST 2012 + */ + + + GROUP( + libgcc.a + libc.a + libm.a + libcr_newlib_nohost.a + crti.o + crtn.o + crtbegin.o + crtend.o + ) diff --git a/LPC1114F_301_TQFP48/eXodusino_LPC1114F_301_TQFP48_mem.ld b/LPC1114F_301_TQFP48/eXodusino_LPC1114F_301_TQFP48_mem.ld new file mode 100644 index 0000000..da36dc1 --- /dev/null +++ b/LPC1114F_301_TQFP48/eXodusino_LPC1114F_301_TQFP48_mem.ld @@ -0,0 +1,21 @@ +/* + * GENERATED FILE - DO NOT EDIT + * (C) Code Red Technologies Ltd, 2008-2012 + * Linker script memory definitions + * Created from LinkMemoryTemplate + * By LPCXpresso v4.2.4 [Build 267] [2012-07-11] on Fri Jul 13 01:18:22 JST 2012) +*/ + +MEMORY +{ + /* Define each memory region */ + MFlash32 (rx) : ORIGIN = 0x0000, LENGTH = 0x8000 /* 32k */ + RamLoc8 (rwx) : ORIGIN = 0x10000000, LENGTH = 0x2000 /* 8k */ + +} + /* Define a symbol for the top of each memory region */ + __top_MFlash32 = 0x0000 + 0x8000; + __top_RamLoc8 = 0x10000000 + 0x2000; + + + diff --git a/LPC1114F_301_TQFP48/makefile b/LPC1114F_301_TQFP48/makefile new file mode 100644 index 0000000..b97a6c6 --- /dev/null +++ b/LPC1114F_301_TQFP48/makefile @@ -0,0 +1,68 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +-include ../makefile.init + +RM := rm -rf + +# All of the sources participating in the build are defined here +-include sources.mk +-include subdir.mk +-include src/subdir.mk +-include src/core/subdir.mk +-include src/XBee/subdir.mk +-include src/FatFs/subdir.mk +-include objects.mk + +ifneq ($(MAKECMDGOALS),clean) +ifneq ($(strip $(C++_DEPS)),) +-include $(C++_DEPS) +endif +ifneq ($(strip $(C_DEPS)),) +-include $(C_DEPS) +endif +ifneq ($(strip $(CC_DEPS)),) +-include $(CC_DEPS) +endif +ifneq ($(strip $(CPP_DEPS)),) +-include $(CPP_DEPS) +endif +ifneq ($(strip $(CXX_DEPS)),) +-include $(CXX_DEPS) +endif +ifneq ($(strip $(C_UPPER_DEPS)),) +-include $(C_UPPER_DEPS) +endif +endif + +-include ../makefile.defs + +# Add inputs and outputs from these tool invocations to the build variables + +# All Target +all: eXodusino.axf + +# Tool invocations +eXodusino.axf: $(OBJS) $(USER_OBJS) + @echo 'Building target: $@' + @echo 'Invoking: MCU C++ Linker' + arm-none-eabi-c++ -nostdlib -Xlinker -Map="eXodusino.map" -Xlinker --gc-sections -mcpu=cortex-m0 -mthumb -T "eXodusino_LPC1114F_301_TQFP48.ld" -o"eXodusino.axf" $(OBJS) $(USER_OBJS) $(LIBS) + @echo 'Finished building target: $@' + @echo ' ' + $(MAKE) --no-print-directory post-build + +# Other Targets +clean: + -$(RM) $(OBJS)$(C++_DEPS)$(C_DEPS)$(CC_DEPS)$(CPP_DEPS)$(EXECUTABLES)$(CXX_DEPS)$(C_UPPER_DEPS) eXodusino.axf + -@echo ' ' + +post-build: + -@echo 'Performing post-build steps' + -arm-none-eabi-size "eXodusino.axf"; arm-none-eabi-objcopy -O binary "eXodusino.axf" "eXodusino.bin" ; checksum -p LPC1114_301 -d "eXodusino.bin"; + -@echo ' ' + +.PHONY: all clean dependents +.SECONDARY: post-build + +-include ../makefile.targets diff --git a/LPC1114F_301_TQFP48/objects.mk b/LPC1114F_301_TQFP48/objects.mk new file mode 100644 index 0000000..742c2da --- /dev/null +++ b/LPC1114F_301_TQFP48/objects.mk @@ -0,0 +1,8 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +USER_OBJS := + +LIBS := + diff --git a/LPC1114F_301_TQFP48/sources.mk b/LPC1114F_301_TQFP48/sources.mk new file mode 100644 index 0000000..4a4ce5b --- /dev/null +++ b/LPC1114F_301_TQFP48/sources.mk @@ -0,0 +1,31 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +O_SRCS := +CPP_SRCS := +C_UPPER_SRCS := +C_SRCS := +S_SRCS := +S_UPPER_SRCS := +OBJ_SRCS := +ASM_SRCS := +CXX_SRCS := +C++_SRCS := +CC_SRCS := +OBJS := +C++_DEPS := +C_DEPS := +CC_DEPS := +CPP_DEPS := +EXECUTABLES := +CXX_DEPS := +C_UPPER_DEPS := + +# Every subdirectory with source files must be described here +SUBDIRS := \ +src \ +src/core \ +src/XBee \ +src/FatFs \ + diff --git a/LPC1114F_301_TQFP48/src/FatFs/SD.d b/LPC1114F_301_TQFP48/src/FatFs/SD.d new file mode 100644 index 0000000..adc530d --- /dev/null +++ b/LPC1114F_301_TQFP48/src/FatFs/SD.d @@ -0,0 +1,42 @@ +src/FatFs/SD.d: ../src/FatFs/SD.cpp \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/core_cm0.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h \ + ../src/FatFs/SD.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/SPI.h \ + ../src/FatFs/pff.h ../src/FatFs/integer.h + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/core_cm0.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h: + +../src/FatFs/SD.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/SPI.h: + +../src/FatFs/pff.h: + +../src/FatFs/integer.h: diff --git a/LPC1114F_301_TQFP48/src/FatFs/pff.d b/LPC1114F_301_TQFP48/src/FatFs/pff.d new file mode 100644 index 0000000..4b839ae --- /dev/null +++ b/LPC1114F_301_TQFP48/src/FatFs/pff.d @@ -0,0 +1,39 @@ +src/FatFs/pff.d: ../src/FatFs/pff.cpp ../src/FatFs/pff.h \ + ../src/FatFs/integer.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/core_cm0.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h \ + ../src/FatFs/diskio.h + +../src/FatFs/pff.h: + +../src/FatFs/integer.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/core_cm0.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h: + +../src/FatFs/diskio.h: diff --git a/LPC1114F_301_TQFP48/src/FatFs/sdcard.d b/LPC1114F_301_TQFP48/src/FatFs/sdcard.d new file mode 100644 index 0000000..d7d47f5 --- /dev/null +++ b/LPC1114F_301_TQFP48/src/FatFs/sdcard.d @@ -0,0 +1,48 @@ +src/FatFs/sdcard.d: ../src/FatFs/sdcard.cpp ../src/FatFs/diskio.h \ + ../src/FatFs/integer.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/core_cm0.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/SPI.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/FatFs/SD.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/FatFs/pff.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/FatFs/integer.h + +../src/FatFs/diskio.h: + +../src/FatFs/integer.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/core_cm0.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/SPI.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/FatFs/SD.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/FatFs/pff.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/FatFs/integer.h: diff --git a/LPC1114F_301_TQFP48/src/FatFs/subdir.mk b/LPC1114F_301_TQFP48/src/FatFs/subdir.mk new file mode 100644 index 0000000..c367102 --- /dev/null +++ b/LPC1114F_301_TQFP48/src/FatFs/subdir.mk @@ -0,0 +1,30 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +# Add inputs and outputs from these tool invocations to the build variables +CPP_SRCS += \ +../src/FatFs/SD.cpp \ +../src/FatFs/pff.cpp \ +../src/FatFs/sdcard.cpp + +OBJS += \ +./src/FatFs/SD.o \ +./src/FatFs/pff.o \ +./src/FatFs/sdcard.o + +CPP_DEPS += \ +./src/FatFs/SD.d \ +./src/FatFs/pff.d \ +./src/FatFs/sdcard.d + + +# Each subdirectory must supply rules for building sources it contributes +src/FatFs/%.o: ../src/FatFs/%.cpp + @echo 'Building file: $<' + @echo 'Invoking: MCU C++ Compiler' + arm-none-eabi-c++ -D__NEWLIB__ -DNDEBUG -D__CODE_RED -I"/Users/lynxeyed/Documents/workspace/eXodusino/src" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/XBee" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/FatFs" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/core" -Os -Os -g -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -fno-rtti -mcpu=cortex-m0 -mthumb -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/LPC1114F_301_TQFP48/src/XBee/XBee.d b/LPC1114F_301_TQFP48/src/XBee/XBee.d new file mode 100644 index 0000000..b2f2814 --- /dev/null +++ b/LPC1114F_301_TQFP48/src/XBee/XBee.d @@ -0,0 +1,37 @@ +src/XBee/XBee.d: ../src/XBee/XBee.cpp \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/core_cm0.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h \ + ../src/XBee/XBee.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/core_cm0.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h: + +../src/XBee/XBee.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h: diff --git a/LPC1114F_301_TQFP48/src/XBee/subdir.mk b/LPC1114F_301_TQFP48/src/XBee/subdir.mk new file mode 100644 index 0000000..756ed4a --- /dev/null +++ b/LPC1114F_301_TQFP48/src/XBee/subdir.mk @@ -0,0 +1,24 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +# Add inputs and outputs from these tool invocations to the build variables +CPP_SRCS += \ +../src/XBee/XBee.cpp + +OBJS += \ +./src/XBee/XBee.o + +CPP_DEPS += \ +./src/XBee/XBee.d + + +# Each subdirectory must supply rules for building sources it contributes +src/XBee/%.o: ../src/XBee/%.cpp + @echo 'Building file: $<' + @echo 'Invoking: MCU C++ Compiler' + arm-none-eabi-c++ -D__NEWLIB__ -DNDEBUG -D__CODE_RED -I"/Users/lynxeyed/Documents/workspace/eXodusino/src" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/XBee" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/FatFs" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/core" -Os -Os -g -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -fno-rtti -mcpu=cortex-m0 -mthumb -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/LPC1114F_301_TQFP48/src/core/LiquidCrystal.d b/LPC1114F_301_TQFP48/src/core/LiquidCrystal.d new file mode 100644 index 0000000..ac302ad --- /dev/null +++ b/LPC1114F_301_TQFP48/src/core/LiquidCrystal.d @@ -0,0 +1,27 @@ +src/core/LiquidCrystal.d: ../src/core/LiquidCrystal.cpp \ + ../src/core/LiquidCrystal.h ../src/core/Print.h ../src/core/LPC11xx.h \ + ../src/core/core_cm0.h ../src/core/system_LPC11xx.h \ + ../src/core/libmary.h ../src/core/delay.h ../src/core/uart.h \ + ../src/core/gpio.h ../src/core/analogio.h ../src/core/arithmetical.h + +../src/core/LiquidCrystal.h: + +../src/core/Print.h: + +../src/core/LPC11xx.h: + +../src/core/core_cm0.h: + +../src/core/system_LPC11xx.h: + +../src/core/libmary.h: + +../src/core/delay.h: + +../src/core/uart.h: + +../src/core/gpio.h: + +../src/core/analogio.h: + +../src/core/arithmetical.h: diff --git a/LPC1114F_301_TQFP48/src/core/Print.d b/LPC1114F_301_TQFP48/src/core/Print.d new file mode 100644 index 0000000..f5409fa --- /dev/null +++ b/LPC1114F_301_TQFP48/src/core/Print.d @@ -0,0 +1,11 @@ +src/core/Print.d: ../src/core/Print.cpp ../src/core/Print.h \ + ../src/core/LPC11xx.h ../src/core/core_cm0.h \ + ../src/core/system_LPC11xx.h + +../src/core/Print.h: + +../src/core/LPC11xx.h: + +../src/core/core_cm0.h: + +../src/core/system_LPC11xx.h: diff --git a/LPC1114F_301_TQFP48/src/core/SPI.d b/LPC1114F_301_TQFP48/src/core/SPI.d new file mode 100644 index 0000000..c306dc3 --- /dev/null +++ b/LPC1114F_301_TQFP48/src/core/SPI.d @@ -0,0 +1,13 @@ +src/core/SPI.d: ../src/core/SPI.cpp ../src/core/gpio.h \ + ../src/core/LPC11xx.h ../src/core/core_cm0.h \ + ../src/core/system_LPC11xx.h ../src/core/SPI.h + +../src/core/gpio.h: + +../src/core/LPC11xx.h: + +../src/core/core_cm0.h: + +../src/core/system_LPC11xx.h: + +../src/core/SPI.h: diff --git a/LPC1114F_301_TQFP48/src/core/SPI1.d b/LPC1114F_301_TQFP48/src/core/SPI1.d new file mode 100644 index 0000000..62c5acf --- /dev/null +++ b/LPC1114F_301_TQFP48/src/core/SPI1.d @@ -0,0 +1,15 @@ +src/core/SPI1.d: ../src/core/SPI1.cpp ../src/core/gpio.h \ + ../src/core/LPC11xx.h ../src/core/core_cm0.h \ + ../src/core/system_LPC11xx.h ../src/core/SPI1.h ../src/core/SPI.h + +../src/core/gpio.h: + +../src/core/LPC11xx.h: + +../src/core/core_cm0.h: + +../src/core/system_LPC11xx.h: + +../src/core/SPI1.h: + +../src/core/SPI.h: diff --git a/LPC1114F_301_TQFP48/src/core/SoftwareSerial.d b/LPC1114F_301_TQFP48/src/core/SoftwareSerial.d new file mode 100644 index 0000000..5b744b1 --- /dev/null +++ b/LPC1114F_301_TQFP48/src/core/SoftwareSerial.d @@ -0,0 +1,20 @@ +src/core/SoftwareSerial.d: ../src/core/SoftwareSerial.cpp \ + ../src/core/SoftwareSerial.h ../src/core/Print.h ../src/core/LPC11xx.h \ + ../src/core/core_cm0.h ../src/core/system_LPC11xx.h ../src/core/gpio.h \ + ../src/core/delay.h ../src/core/uart.h + +../src/core/SoftwareSerial.h: + +../src/core/Print.h: + +../src/core/LPC11xx.h: + +../src/core/core_cm0.h: + +../src/core/system_LPC11xx.h: + +../src/core/gpio.h: + +../src/core/delay.h: + +../src/core/uart.h: diff --git a/LPC1114F_301_TQFP48/src/core/Wire.d b/LPC1114F_301_TQFP48/src/core/Wire.d new file mode 100644 index 0000000..01dd6e0 --- /dev/null +++ b/LPC1114F_301_TQFP48/src/core/Wire.d @@ -0,0 +1,38 @@ +src/core/Wire.d: ../src/core/Wire.cpp ../src/core/Wire.h \ + ../src/core/LPC11xx.h ../src/core/core_cm0.h \ + ../src/core/system_LPC11xx.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h + +../src/core/Wire.h: + +../src/core/LPC11xx.h: + +../src/core/core_cm0.h: + +../src/core/system_LPC11xx.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h: diff --git a/LPC1114F_301_TQFP48/src/core/analogio.d b/LPC1114F_301_TQFP48/src/core/analogio.d new file mode 100644 index 0000000..abf5b13 --- /dev/null +++ b/LPC1114F_301_TQFP48/src/core/analogio.d @@ -0,0 +1,13 @@ +src/core/analogio.d: ../src/core/analogio.cpp ../src/core/analogio.h \ + ../src/core/LPC11xx.h ../src/core/core_cm0.h \ + ../src/core/system_LPC11xx.h ../src/core/gpio.h + +../src/core/analogio.h: + +../src/core/LPC11xx.h: + +../src/core/core_cm0.h: + +../src/core/system_LPC11xx.h: + +../src/core/gpio.h: diff --git a/LPC1114F_301_TQFP48/src/core/arithmetical.d b/LPC1114F_301_TQFP48/src/core/arithmetical.d new file mode 100644 index 0000000..824993f --- /dev/null +++ b/LPC1114F_301_TQFP48/src/core/arithmetical.d @@ -0,0 +1,34 @@ +src/core/arithmetical.d: ../src/core/arithmetical.cpp \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/core_cm0.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/core_cm0.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h: diff --git a/LPC1114F_301_TQFP48/src/core/cr_cpp_config.d b/LPC1114F_301_TQFP48/src/core/cr_cpp_config.d new file mode 100644 index 0000000..9e5f170 --- /dev/null +++ b/LPC1114F_301_TQFP48/src/core/cr_cpp_config.d @@ -0,0 +1 @@ +src/core/cr_cpp_config.d: ../src/core/cr_cpp_config.cpp diff --git a/LPC1114F_301_TQFP48/src/core/cr_startup_lpc11.d b/LPC1114F_301_TQFP48/src/core/cr_startup_lpc11.d new file mode 100644 index 0000000..4f1c291 --- /dev/null +++ b/LPC1114F_301_TQFP48/src/core/cr_startup_lpc11.d @@ -0,0 +1,4 @@ +src/core/cr_startup_lpc11.d: ../src/core/cr_startup_lpc11.cpp \ + ../src/core/system_LPC11xx.h + +../src/core/system_LPC11xx.h: diff --git a/LPC1114F_301_TQFP48/src/core/delay.d b/LPC1114F_301_TQFP48/src/core/delay.d new file mode 100644 index 0000000..96e0b43 --- /dev/null +++ b/LPC1114F_301_TQFP48/src/core/delay.d @@ -0,0 +1,15 @@ +src/core/delay.d: ../src/core/delay.cpp ../src/core/delay.h \ + ../src/core/LPC11xx.h ../src/core/core_cm0.h \ + ../src/core/system_LPC11xx.h ../src/core/uart.h ../src/core/Print.h + +../src/core/delay.h: + +../src/core/LPC11xx.h: + +../src/core/core_cm0.h: + +../src/core/system_LPC11xx.h: + +../src/core/uart.h: + +../src/core/Print.h: diff --git a/LPC1114F_301_TQFP48/src/core/gpio.d b/LPC1114F_301_TQFP48/src/core/gpio.d new file mode 100644 index 0000000..c6c06a3 --- /dev/null +++ b/LPC1114F_301_TQFP48/src/core/gpio.d @@ -0,0 +1,11 @@ +src/core/gpio.d: ../src/core/gpio.cpp ../src/core/gpio.h \ + ../src/core/LPC11xx.h ../src/core/core_cm0.h \ + ../src/core/system_LPC11xx.h + +../src/core/gpio.h: + +../src/core/LPC11xx.h: + +../src/core/core_cm0.h: + +../src/core/system_LPC11xx.h: diff --git a/LPC1114F_301_TQFP48/src/core/gpio_int.d b/LPC1114F_301_TQFP48/src/core/gpio_int.d new file mode 100644 index 0000000..83fe2cf --- /dev/null +++ b/LPC1114F_301_TQFP48/src/core/gpio_int.d @@ -0,0 +1,11 @@ +src/core/gpio_int.d: ../src/core/gpio_int.cpp ../src/core/gpio.h \ + ../src/core/LPC11xx.h ../src/core/core_cm0.h \ + ../src/core/system_LPC11xx.h + +../src/core/gpio.h: + +../src/core/LPC11xx.h: + +../src/core/core_cm0.h: + +../src/core/system_LPC11xx.h: diff --git a/LPC1114F_301_TQFP48/src/core/maryoled.d b/LPC1114F_301_TQFP48/src/core/maryoled.d new file mode 100644 index 0000000..9291c21 --- /dev/null +++ b/LPC1114F_301_TQFP48/src/core/maryoled.d @@ -0,0 +1,22 @@ +src/core/maryoled.d: ../src/core/maryoled.cpp ../src/core/delay.h \ + ../src/core/LPC11xx.h ../src/core/core_cm0.h \ + ../src/core/system_LPC11xx.h ../src/core/uart.h ../src/core/Print.h \ + ../src/core/maryoled.h ../src/core/SPI.h ../src/core/gpio.h + +../src/core/delay.h: + +../src/core/LPC11xx.h: + +../src/core/core_cm0.h: + +../src/core/system_LPC11xx.h: + +../src/core/uart.h: + +../src/core/Print.h: + +../src/core/maryoled.h: + +../src/core/SPI.h: + +../src/core/gpio.h: diff --git a/LPC1114F_301_TQFP48/src/core/startup_mary.d b/LPC1114F_301_TQFP48/src/core/startup_mary.d new file mode 100644 index 0000000..40dcbc0 --- /dev/null +++ b/LPC1114F_301_TQFP48/src/core/startup_mary.d @@ -0,0 +1,25 @@ +src/core/startup_mary.d: ../src/core/startup_mary.cpp \ + ../src/core/libmary.h ../src/core/LPC11xx.h ../src/core/core_cm0.h \ + ../src/core/system_LPC11xx.h ../src/core/delay.h ../src/core/uart.h \ + ../src/core/Print.h ../src/core/gpio.h ../src/core/analogio.h \ + ../src/core/arithmetical.h + +../src/core/libmary.h: + +../src/core/LPC11xx.h: + +../src/core/core_cm0.h: + +../src/core/system_LPC11xx.h: + +../src/core/delay.h: + +../src/core/uart.h: + +../src/core/Print.h: + +../src/core/gpio.h: + +../src/core/analogio.h: + +../src/core/arithmetical.h: diff --git a/LPC1114F_301_TQFP48/src/core/subdir.mk b/LPC1114F_301_TQFP48/src/core/subdir.mk new file mode 100644 index 0000000..7186e01 --- /dev/null +++ b/LPC1114F_301_TQFP48/src/core/subdir.mk @@ -0,0 +1,72 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +# Add inputs and outputs from these tool invocations to the build variables +CPP_SRCS += \ +../src/core/LiquidCrystal.cpp \ +../src/core/Print.cpp \ +../src/core/SPI.cpp \ +../src/core/SPI1.cpp \ +../src/core/SoftwareSerial.cpp \ +../src/core/Wire.cpp \ +../src/core/analogio.cpp \ +../src/core/arithmetical.cpp \ +../src/core/cr_cpp_config.cpp \ +../src/core/cr_startup_lpc11.cpp \ +../src/core/delay.cpp \ +../src/core/gpio.cpp \ +../src/core/gpio_int.cpp \ +../src/core/maryoled.cpp \ +../src/core/startup_mary.cpp \ +../src/core/system_LPC11xx.cpp \ +../src/core/uart.cpp + +OBJS += \ +./src/core/LiquidCrystal.o \ +./src/core/Print.o \ +./src/core/SPI.o \ +./src/core/SPI1.o \ +./src/core/SoftwareSerial.o \ +./src/core/Wire.o \ +./src/core/analogio.o \ +./src/core/arithmetical.o \ +./src/core/cr_cpp_config.o \ +./src/core/cr_startup_lpc11.o \ +./src/core/delay.o \ +./src/core/gpio.o \ +./src/core/gpio_int.o \ +./src/core/maryoled.o \ +./src/core/startup_mary.o \ +./src/core/system_LPC11xx.o \ +./src/core/uart.o + +CPP_DEPS += \ +./src/core/LiquidCrystal.d \ +./src/core/Print.d \ +./src/core/SPI.d \ +./src/core/SPI1.d \ +./src/core/SoftwareSerial.d \ +./src/core/Wire.d \ +./src/core/analogio.d \ +./src/core/arithmetical.d \ +./src/core/cr_cpp_config.d \ +./src/core/cr_startup_lpc11.d \ +./src/core/delay.d \ +./src/core/gpio.d \ +./src/core/gpio_int.d \ +./src/core/maryoled.d \ +./src/core/startup_mary.d \ +./src/core/system_LPC11xx.d \ +./src/core/uart.d + + +# Each subdirectory must supply rules for building sources it contributes +src/core/%.o: ../src/core/%.cpp + @echo 'Building file: $<' + @echo 'Invoking: MCU C++ Compiler' + arm-none-eabi-c++ -D__NEWLIB__ -DNDEBUG -D__CODE_RED -I"/Users/lynxeyed/Documents/workspace/eXodusino/src" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/XBee" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/FatFs" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/core" -Os -Os -g -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -fno-rtti -mcpu=cortex-m0 -mthumb -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/LPC1114F_301_TQFP48/src/core/system_LPC11xx.d b/LPC1114F_301_TQFP48/src/core/system_LPC11xx.d new file mode 100644 index 0000000..1d0a92c --- /dev/null +++ b/LPC1114F_301_TQFP48/src/core/system_LPC11xx.d @@ -0,0 +1,9 @@ +src/core/system_LPC11xx.d: ../src/core/system_LPC11xx.cpp \ + ../src/core/LPC11xx.h ../src/core/core_cm0.h \ + ../src/core/system_LPC11xx.h + +../src/core/LPC11xx.h: + +../src/core/core_cm0.h: + +../src/core/system_LPC11xx.h: diff --git a/LPC1114F_301_TQFP48/src/core/uart.d b/LPC1114F_301_TQFP48/src/core/uart.d new file mode 100644 index 0000000..a19fd82 --- /dev/null +++ b/LPC1114F_301_TQFP48/src/core/uart.d @@ -0,0 +1,13 @@ +src/core/uart.d: ../src/core/uart.cpp ../src/core/LPC11xx.h \ + ../src/core/core_cm0.h ../src/core/system_LPC11xx.h ../src/core/uart.h \ + ../src/core/Print.h + +../src/core/LPC11xx.h: + +../src/core/core_cm0.h: + +../src/core/system_LPC11xx.h: + +../src/core/uart.h: + +../src/core/Print.h: diff --git a/LPC1114F_301_TQFP48/src/subdir.mk b/LPC1114F_301_TQFP48/src/subdir.mk new file mode 100644 index 0000000..9196302 --- /dev/null +++ b/LPC1114F_301_TQFP48/src/subdir.mk @@ -0,0 +1,24 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +# Add inputs and outputs from these tool invocations to the build variables +CPP_SRCS += \ +../src/user_application.cpp + +OBJS += \ +./src/user_application.o + +CPP_DEPS += \ +./src/user_application.d + + +# Each subdirectory must supply rules for building sources it contributes +src/%.o: ../src/%.cpp + @echo 'Building file: $<' + @echo 'Invoking: MCU C++ Compiler' + arm-none-eabi-c++ -D__NEWLIB__ -DNDEBUG -D__CODE_RED -I"/Users/lynxeyed/Documents/workspace/eXodusino/src" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/XBee" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/FatFs" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/core" -Os -Os -g -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -fno-rtti -mcpu=cortex-m0 -mthumb -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/LPC1114F_301_TQFP48/src/user_application.d b/LPC1114F_301_TQFP48/src/user_application.d new file mode 100644 index 0000000..e194b04 --- /dev/null +++ b/LPC1114F_301_TQFP48/src/user_application.d @@ -0,0 +1,31 @@ +src/user_application.d: ../src/user_application.cpp \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/core_cm0.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/core_cm0.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h: diff --git a/LPC1114F_301_TQFP48_bootloader/eXodusino.axf b/LPC1114F_301_TQFP48_bootloader/eXodusino.axf new file mode 100755 index 0000000..803eda9 Binary files /dev/null and b/LPC1114F_301_TQFP48_bootloader/eXodusino.axf differ diff --git a/LPC1114F_301_TQFP48_bootloader/eXodusino.bin b/LPC1114F_301_TQFP48_bootloader/eXodusino.bin new file mode 100755 index 0000000..0f7b258 Binary files /dev/null and b/LPC1114F_301_TQFP48_bootloader/eXodusino.bin differ diff --git a/LPC1114F_301_TQFP48_bootloader/eXodusino.ld b/LPC1114F_301_TQFP48_bootloader/eXodusino.ld new file mode 100755 index 0000000..6bfdbdc --- /dev/null +++ b/LPC1114F_301_TQFP48_bootloader/eXodusino.ld @@ -0,0 +1,127 @@ +/* +* GENERATED FILE - DO NOT EDIT +* (C) Code Red Technologies Ltd, 2008-10 +* Generated linker script file for LPC1114/301 +* Created from generic_cpp.ld (vLPCXpresso v4.0 (6 [Build 152] [01/08/2011] )) +* By LPCXpresso v4.0.6 [Build 152] [01/08/2011] on Wed Jan 18 21:43:17 JST 2012 +*/ + + +INCLUDE "eXodusino_Release_lib.ld" +INCLUDE "eXodusino_Release_mem.ld" + +ENTRY(ResetISR) + +SECTIONS +{ + + /* MAIN TEXT SECTION */ + .text : ALIGN(4) + { + FILL(0xff) + KEEP(*(.isr_vector)) + + /* Global Section Table */ + . = ALIGN(4) ; + __section_table_start = .; + __data_section_table = .; + LONG(LOADADDR(.data)); + LONG( ADDR(.data)) ; + LONG( SIZEOF(.data)); + __data_section_table_end = .; + __bss_section_table = .; + LONG( ADDR(.bss)); + LONG( SIZEOF(.bss)); + __bss_section_table_end = .; + __section_table_end = . ; + /* End of Global Section Table */ + + + *(.after_vectors*) + + *(.text*) + *(.rodata .rodata.*) + . = ALIGN(4); + + /* C++ constructors etc */ + . = ALIGN(4); + KEEP(*(.init)) + + . = ALIGN(4); + __preinit_array_start = .; + KEEP (*(.preinit_array)) + __preinit_array_end = .; + + . = ALIGN(4); + __init_array_start = .; + KEEP (*(SORT(.init_array.*))) + KEEP (*(.init_array)) + __init_array_end = .; + + KEEP(*(.fini)); + + . = ALIGN(0x4); + KEEP (*crtbegin.o(.ctors)) + KEEP (*(EXCLUDE_FILE (*crtend.o) .ctors)) + KEEP (*(SORT(.ctors.*))) + KEEP (*crtend.o(.ctors)) + + . = ALIGN(0x4); + KEEP (*crtbegin.o(.dtors)) + KEEP (*(EXCLUDE_FILE (*crtend.o) .dtors)) + KEEP (*(SORT(.dtors.*))) + KEEP (*crtend.o(.dtors)) + /* End C++ */ + } > MFlash32 + + /* + * for exception handling/unwind - some Newlib functions (in common + * with C++ and STDC++) use this. + */ + .ARM.extab : ALIGN(4) + { + *(.ARM.extab* .gnu.linkonce.armextab.*) + } > MFlash32 + __exidx_start = .; + + .ARM.exidx : ALIGN(4) + { + *(.ARM.exidx* .gnu.linkonce.armexidx.*) + } > MFlash32 + __exidx_end = .; + + _etext = .; + + + /* MAIN DATA SECTION */ + + .uninit_RESERVED : ALIGN(4) + { + KEEP(*(.bss.$RESERVED*)) + } > RamLoc8 + + .data : ALIGN(4) + { + FILL(0xff) + _data = .; + *(vtable) + *(.data*) + . = ALIGN(4) ; + _edata = .; + } > RamLoc8 AT>MFlash32 + + + /* MAIN BSS SECTION */ + .bss : ALIGN(4) + { + _bss = .; + *(.bss*) + *(COMMON) + . = ALIGN(4) ; + _ebss = .; + PROVIDE(end = .); + } > RamLoc8 + + PROVIDE(_pvHeapStart = .); + PROVIDE(_vStackTop = __top_RamLoc8 - 0); +} diff --git a/LPC1114F_301_TQFP48_bootloader/eXodusino_Release.ld b/LPC1114F_301_TQFP48_bootloader/eXodusino_Release.ld new file mode 100644 index 0000000..187974f --- /dev/null +++ b/LPC1114F_301_TQFP48_bootloader/eXodusino_Release.ld @@ -0,0 +1,128 @@ +/* + * GENERATED FILE - DO NOT EDIT + * (C) Code Red Technologies Ltd, 2008-2012 + * Generated linker script file for LPC1114/301 + * Created from generic_cpp.ld (vLPCXpresso v4.2 (4 [Build 267] [2012-07-11] )) + * By LPCXpresso v4.2.4 [Build 267] [2012-07-11] on Fri Jul 13 01:18:22 JST 2012 + */ + + +INCLUDE "eXodusino_Release_lib.ld" +INCLUDE "eXodusino_Release_mem.ld" + +ENTRY(ResetISR) + +SECTIONS +{ + + /* MAIN TEXT SECTION */ + .text : ALIGN(4) + { + FILL(0xff) + KEEP(*(.isr_vector)) + + /* Global Section Table */ + . = ALIGN(4) ; + __section_table_start = .; + __data_section_table = .; + LONG(LOADADDR(.data)); + LONG( ADDR(.data)) ; + LONG( SIZEOF(.data)); + __data_section_table_end = .; + __bss_section_table = .; + LONG( ADDR(.bss)); + LONG( SIZEOF(.bss)); + __bss_section_table_end = .; + __section_table_end = . ; + /* End of Global Section Table */ + + + *(.after_vectors*) + + *(.text*) + *(.rodata .rodata.*) + . = ALIGN(4); + + /* C++ constructors etc */ + . = ALIGN(4); + KEEP(*(.init)) + + . = ALIGN(4); + __preinit_array_start = .; + KEEP (*(.preinit_array)) + __preinit_array_end = .; + + . = ALIGN(4); + __init_array_start = .; + KEEP (*(SORT(.init_array.*))) + KEEP (*(.init_array)) + __init_array_end = .; + + KEEP(*(.fini)); + + . = ALIGN(0x4); + KEEP (*crtbegin.o(.ctors)) + KEEP (*(EXCLUDE_FILE (*crtend.o) .ctors)) + KEEP (*(SORT(.ctors.*))) + KEEP (*crtend.o(.ctors)) + + . = ALIGN(0x4); + KEEP (*crtbegin.o(.dtors)) + KEEP (*(EXCLUDE_FILE (*crtend.o) .dtors)) + KEEP (*(SORT(.dtors.*))) + KEEP (*crtend.o(.dtors)) + /* End C++ */ + } > MFlash32 + + /* + * for exception handling/unwind - some Newlib functions (in common + * with C++ and STDC++) use this. + * Use KEEP so not discarded with --gc-sections + */ + .ARM.extab : ALIGN(4) + { + KEEP(*(.ARM.extab* .gnu.linkonce.armextab.*)) + } > MFlash32 + __exidx_start = .; + + .ARM.exidx : ALIGN(4) + { + KEEP(*(.ARM.exidx* .gnu.linkonce.armexidx.*)) + } > MFlash32 + __exidx_end = .; + + _etext = .; + + + /* MAIN DATA SECTION */ + + .uninit_RESERVED : ALIGN(4) + { + KEEP(*(.bss.$RESERVED*)) + } > RamLoc8 + + .data : ALIGN(4) + { + FILL(0xff) + _data = .; + *(vtable) + *(.data*) + . = ALIGN(4) ; + _edata = .; + } > RamLoc8 AT>MFlash32 + + + /* MAIN BSS SECTION */ + .bss : ALIGN(4) + { + _bss = .; + *(.bss*) + *(COMMON) + . = ALIGN(4) ; + _ebss = .; + PROVIDE(end = .); + } > RamLoc8 + + PROVIDE(_pvHeapStart = .); + PROVIDE(_vStackTop = __top_RamLoc8 - 0); +} diff --git a/LPC1114F_301_TQFP48_bootloader/eXodusino_Release_lib.ld b/LPC1114F_301_TQFP48_bootloader/eXodusino_Release_lib.ld new file mode 100644 index 0000000..4dbe511 --- /dev/null +++ b/LPC1114F_301_TQFP48_bootloader/eXodusino_Release_lib.ld @@ -0,0 +1,19 @@ +/* + * GENERATED FILE - DO NOT EDIT + * (C) Code Red Technologies Ltd, 2008-2012 + * Generated linker script file for LPC1114/301 + * Created from LibIncTemplate.ld (vLPCXpresso v4.2 (4 [Build 267] [2012-07-11] )) + * By LPCXpresso v4.2.4 [Build 267] [2012-07-11] on Fri Jul 13 01:18:22 JST 2012 + */ + + + GROUP( + libgcc.a + libc.a + libm.a + libcr_newlib_nohost.a + crti.o + crtn.o + crtbegin.o + crtend.o + ) diff --git a/LPC1114F_301_TQFP48_bootloader/eXodusino_Release_mem.ld b/LPC1114F_301_TQFP48_bootloader/eXodusino_Release_mem.ld new file mode 100644 index 0000000..ef05d0c --- /dev/null +++ b/LPC1114F_301_TQFP48_bootloader/eXodusino_Release_mem.ld @@ -0,0 +1,21 @@ +/* + * GENERATED FILE - DO NOT EDIT + * (C) Code Red Technologies Ltd, 2008-2012 + * Linker script memory definitions + * Created from LinkMemoryTemplate + * By LPCXpresso v4.2.4 [Build 267] [2012-07-11] on Fri Jul 13 01:18:22 JST 2012) +*/ + +MEMORY +{ + /* Define each memory region */ + MFlash32 (rx) : ORIGIN = 0x1000, LENGTH = 0x7000 /* 32k */ + RamLoc8 (rwx) : ORIGIN = 0x10000000, LENGTH = 0x1FE0 /* 8k */ + +} + /* Define a symbol for the top of each memory region */ + __top_MFlash32 = 0x1000 + 0x7000; + __top_RamLoc8 = 0x10000000 + 0x1FE0; + + + diff --git a/LPC1114F_301_TQFP48_bootloader/exodusino.map b/LPC1114F_301_TQFP48_bootloader/exodusino.map new file mode 100755 index 0000000..38fa72b --- /dev/null +++ b/LPC1114F_301_TQFP48_bootloader/exodusino.map @@ -0,0 +1,3576 @@ +Archive member included because of file (symbol) + +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_thumb1_case_uqi.o) + ./src/user_application.o (__gnu_thumb1_case_uqi) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_udivsi3.o) + ./src/core/delay.o (__aeabi_uidiv) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_divsi3.o) + ./src/user_application.o (__aeabi_idiv) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_dvmd_tls.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_udivsi3.o) (__aeabi_idiv0) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_arm_cmpdf2.o) + ./src/user_application.o (__aeabi_dcmpgt) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(divdf3.o) + ./src/user_application.o (__aeabi_ddiv) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(eqdf2.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_arm_cmpdf2.o) (__eqdf2) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(gedf2.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_arm_cmpdf2.o) (__gedf2) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(ledf2.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_arm_cmpdf2.o) (__ledf2) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(muldf3.o) + ./src/user_application.o (__aeabi_dmul) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(subdf3.o) + ./src/user_application.o (__aeabi_dsub) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(fixdfsi.o) + ./src/user_application.o (__aeabi_d2iz) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(floatsidf.o) + ./src/user_application.o (__aeabi_i2d) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(unwind-arm.o) + ./src/user_application.o (__aeabi_unwind_cpp_pr0) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(libunwind.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(unwind-arm.o) (restore_core_regs) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(pr-support.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(unwind-arm.o) (__gnu_unwind_execute) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_clzsi2.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(divdf3.o) (__clzsi2) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-abort.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(unwind-arm.o) (abort) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-init.o) + ./src/core/cr_startup_lpc11.o (__libc_init_array) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-malloc.o) + ./src/core/cr_cpp_config.o (malloc) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-mallocr.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-malloc.o) (_malloc_r) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-memcpy.o) + ./src/core/maryoled.o (memcpy) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-mlock.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-mallocr.o) (__malloc_lock) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-sbrkr.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-mallocr.o) (_sbrk_r) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signal.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-abort.o) (raise) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signalr.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signal.o) (_kill_r) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-strlen.o) + ./src/core/Wire.o (strlen) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-freer.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-malloc.o) (_free_r) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-impure.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-malloc.o) (_impure_ptr) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-reent.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-sbrkr.o) (errno) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-sbrkr.o) (_sbrk) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_exit.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-abort.o) (_exit) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(getpid.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signalr.o) (_getpid) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signalr.o) (_kill) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_check_heap.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) (__check_heap_overflow) +/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-errno.o) + /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) (__errno) + +Allocating common symbols +Common symbol size file + +errno 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-reent.o) +__end_of_heap 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) + +Discarded input sections + + .text 0x0000000000000000 0x0 ./src/user_application.o + .data 0x0000000000000000 0x0 ./src/user_application.o + .bss 0x0000000000000000 0x0 ./src/user_application.o + .ARM.extab.text._Z7hsv2rgbi + 0x0000000000000000 0x0 ./src/user_application.o + .text._Z13encodeMessagei + 0x0000000000000000 0x48 ./src/user_application.o + .ARM.extab.text._Z13encodeMessagei + 0x0000000000000000 0x0 ./src/user_application.o + .ARM.exidx.text._Z13encodeMessagei + 0x0000000000000000 0x8 ./src/user_application.o + .ARM.extab.text._Z4loopv + 0x0000000000000000 0x0 ./src/user_application.o + .group 0x0000000000000000 0x10 ./src/core/LiquidCrystal.o + .group 0x0000000000000000 0x10 ./src/core/LiquidCrystal.o + .group 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o + .data 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o + .bss 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal11pulseEnableEv + 0x0000000000000000 0x30 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal11pulseEnableEv + 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal11pulseEnableEv + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal10write4bitsEh + 0x0000000000000000 0x2e ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal10write4bitsEh + 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal10write4bitsEh + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal10write8bitsEh + 0x0000000000000000 0x2e ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal10write8bitsEh + 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal10write8bitsEh + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal4sendEhh + 0x0000000000000000 0x3c ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal4sendEhh + 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal4sendEhh + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal5writeEc + 0x0000000000000000 0xa ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal5writeEc + 0x0000000000000000 0xc ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal5writeEc + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal7commandEh + 0x0000000000000000 0xa ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal7commandEh + 0x0000000000000000 0xc ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal7commandEh + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal10createCharEhPh + 0x0000000000000000 0x28 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal10createCharEhPh + 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal10createCharEhPh + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal12noAutoscrollEv + 0x0000000000000000 0x14 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal12noAutoscrollEv + 0x0000000000000000 0xc ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal12noAutoscrollEv + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal10autoscrollEv + 0x0000000000000000 0x14 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal10autoscrollEv + 0x0000000000000000 0xc ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal10autoscrollEv + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal11rightToLeftEv + 0x0000000000000000 0x14 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal11rightToLeftEv + 0x0000000000000000 0xc ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal11rightToLeftEv + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal11leftToRightEv + 0x0000000000000000 0x14 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal11leftToRightEv + 0x0000000000000000 0xc ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal11leftToRightEv + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal18scrollDisplayRightEv + 0x0000000000000000 0xa ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal18scrollDisplayRightEv + 0x0000000000000000 0xc ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal18scrollDisplayRightEv + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal17scrollDisplayLeftEv + 0x0000000000000000 0xa ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal17scrollDisplayLeftEv + 0x0000000000000000 0xc ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal17scrollDisplayLeftEv + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal5blinkEv + 0x0000000000000000 0x14 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal5blinkEv + 0x0000000000000000 0xc ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal5blinkEv + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal7noBlinkEv + 0x0000000000000000 0x14 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal7noBlinkEv + 0x0000000000000000 0xc ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal7noBlinkEv + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal6cursorEv + 0x0000000000000000 0x14 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal6cursorEv + 0x0000000000000000 0xc ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal6cursorEv + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal8noCursorEv + 0x0000000000000000 0x14 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal8noCursorEv + 0x0000000000000000 0xc ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal8noCursorEv + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal7displayEv + 0x0000000000000000 0x14 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal7displayEv + 0x0000000000000000 0xc ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal7displayEv + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal9noDisplayEv + 0x0000000000000000 0x14 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal9noDisplayEv + 0x0000000000000000 0xc ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal9noDisplayEv + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal9setCursorEhh + 0x0000000000000000 0x38 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal9setCursorEhh + 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal9setCursorEhh + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal4homeEv + 0x0000000000000000 0x12 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal4homeEv + 0x0000000000000000 0xc ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal4homeEv + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal5clearEv + 0x0000000000000000 0x12 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal5clearEv + 0x0000000000000000 0xc ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal5clearEv + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal5beginEhhh + 0x0000000000000000 0xe0 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal5beginEhhh + 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal5beginEhhh + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystal4initEhhhhhhhhhhhh + 0x0000000000000000 0x9c ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystal4initEhhhhhhhhhhhh + 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystal4initEhhhhhhhhhhhh + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystalC2Ehhhhhh + 0x0000000000000000 0x44 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystalC2Ehhhhhh + 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystalC2Ehhhhhh + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystalC2Ehhhhhhh + 0x0000000000000000 0x4c ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystalC2Ehhhhhhh + 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystalC2Ehhhhhhh + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystalC2Ehhhhhhhhhh + 0x0000000000000000 0x60 ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystalC2Ehhhhhhhhhh + 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystalC2Ehhhhhhhhhh + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .text._ZN13LiquidCrystalC2Ehhhhhhhhhhh + 0x0000000000000000 0x6c ./src/core/LiquidCrystal.o + .ARM.extab.text._ZN13LiquidCrystalC2Ehhhhhhhhhhh + 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o + .ARM.exidx.text._ZN13LiquidCrystalC2Ehhhhhhhhhhh + 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o + .rodata._ZTV13LiquidCrystal + 0x0000000000000000 0x10 ./src/core/LiquidCrystal.o + .rodata 0x0000000000000000 0x10 ./src/core/LiquidCrystal.o + .text 0x0000000000000000 0x0 ./src/core/Print.o + .data 0x0000000000000000 0x0 ./src/core/Print.o + .bss 0x0000000000000000 0x0 ./src/core/Print.o + .ARM.extab.text._ZN5Print7printlnEv + 0x0000000000000000 0x0 ./src/core/Print.o + .ARM.extab.text._ZN5Print5printEPKc + 0x0000000000000000 0x0 ./src/core/Print.o + .ARM.extab.text._ZN5Print5printEi12RADIX_FORMAT + 0x0000000000000000 0x0 ./src/core/Print.o + .text._ZN5Print5writeEPKci + 0x0000000000000000 0x1e ./src/core/Print.o + .ARM.extab.text._ZN5Print5writeEPKci + 0x0000000000000000 0x0 ./src/core/Print.o + .ARM.exidx.text._ZN5Print5writeEPKci + 0x0000000000000000 0x8 ./src/core/Print.o + .ARM.extab.text._ZN5Print7printlnEPKc + 0x0000000000000000 0x0 ./src/core/Print.o + .ARM.extab.text._ZN5Print7printlnEi12RADIX_FORMAT + 0x0000000000000000 0x0 ./src/core/Print.o + .text._ZN5Print5printEc + 0x0000000000000000 0xa ./src/core/Print.o + .ARM.extab.text._ZN5Print5printEc + 0x0000000000000000 0xc ./src/core/Print.o + .ARM.exidx.text._ZN5Print5printEc + 0x0000000000000000 0x8 ./src/core/Print.o + .text._ZN5Print7printlnEc + 0x0000000000000000 0x14 ./src/core/Print.o + .ARM.extab.text._ZN5Print7printlnEc + 0x0000000000000000 0x0 ./src/core/Print.o + .ARM.exidx.text._ZN5Print7printlnEc + 0x0000000000000000 0x8 ./src/core/Print.o + .rodata._ZTV5Print + 0x0000000000000000 0x10 ./src/core/Print.o + .text 0x0000000000000000 0x0 ./src/core/SPI.o + .data 0x0000000000000000 0x0 ./src/core/SPI.o + .bss 0x0000000000000000 0x0 ./src/core/SPI.o + .ARM.extab.text._ZN3SSPD2Ev + 0x0000000000000000 0x0 ./src/core/SPI.o + .text._ZN3SSP12setBitLengthEi + 0x0000000000000000 0x4 ./src/core/SPI.o + .ARM.extab.text._ZN3SSP12setBitLengthEi + 0x0000000000000000 0x0 ./src/core/SPI.o + .ARM.exidx.text._ZN3SSP12setBitLengthEi + 0x0000000000000000 0x8 ./src/core/SPI.o + .text._ZN3SSP3endEv + 0x0000000000000000 0x10 ./src/core/SPI.o + .ARM.extab.text._ZN3SSP3endEv + 0x0000000000000000 0x0 ./src/core/SPI.o + .ARM.exidx.text._ZN3SSP3endEv + 0x0000000000000000 0x8 ./src/core/SPI.o + .text._ZN3SSP11setBitOrderE13SSP_BIT_ORDER + 0x0000000000000000 0x4 ./src/core/SPI.o + .ARM.extab.text._ZN3SSP11setBitOrderE13SSP_BIT_ORDER + 0x0000000000000000 0x0 ./src/core/SPI.o + .ARM.exidx.text._ZN3SSP11setBitOrderE13SSP_BIT_ORDER + 0x0000000000000000 0x8 ./src/core/SPI.o + .text._ZN3SSP15setClockDividerE15SSP_CLK_DIVIDER + 0x0000000000000000 0x4 ./src/core/SPI.o + .ARM.extab.text._ZN3SSP15setClockDividerE15SSP_CLK_DIVIDER + 0x0000000000000000 0x0 ./src/core/SPI.o + .ARM.exidx.text._ZN3SSP15setClockDividerE15SSP_CLK_DIVIDER + 0x0000000000000000 0x8 ./src/core/SPI.o + .text._ZN3SSP11setDataModeE13SSP_DATA_MODE + 0x0000000000000000 0x4 ./src/core/SPI.o + .ARM.extab.text._ZN3SSP11setDataModeE13SSP_DATA_MODE + 0x0000000000000000 0x0 ./src/core/SPI.o + .ARM.exidx.text._ZN3SSP11setDataModeE13SSP_DATA_MODE + 0x0000000000000000 0x8 ./src/core/SPI.o + .ARM.extab.text.ssp_begin + 0x0000000000000000 0x0 ./src/core/SPI.o + .text._ZN3SSP5beginE8SSP_PORT + 0x0000000000000000 0x14 ./src/core/SPI.o + .ARM.extab.text._ZN3SSP5beginE8SSP_PORT + 0x0000000000000000 0xc ./src/core/SPI.o + .ARM.exidx.text._ZN3SSP5beginE8SSP_PORT + 0x0000000000000000 0x8 ./src/core/SPI.o + .ARM.extab.text._ZN3SSPC2Ev + 0x0000000000000000 0x0 ./src/core/SPI.o + .text.ssp_transfer + 0x0000000000000000 0x30 ./src/core/SPI.o + .ARM.extab.text.ssp_transfer + 0x0000000000000000 0x0 ./src/core/SPI.o + .ARM.exidx.text.ssp_transfer + 0x0000000000000000 0x8 ./src/core/SPI.o + .text._ZN3SSP8transferEm + 0x0000000000000000 0xa ./src/core/SPI.o + .ARM.extab.text._ZN3SSP8transferEm + 0x0000000000000000 0x0 ./src/core/SPI.o + .ARM.exidx.text._ZN3SSP8transferEm + 0x0000000000000000 0x8 ./src/core/SPI.o + .ARM.extab.text.startup._GLOBAL__sub_I_SPI + 0x0000000000000000 0x0 ./src/core/SPI.o + .text 0x0000000000000000 0x0 ./src/core/SPI1.o + .data 0x0000000000000000 0x0 ./src/core/SPI1.o + .bss 0x0000000000000000 0x0 ./src/core/SPI1.o + .ARM.extab.text._ZN4SSP1D2Ev + 0x0000000000000000 0x0 ./src/core/SPI1.o + .text._ZN4SSP112setBitLengthEi + 0x0000000000000000 0x4 ./src/core/SPI1.o + .ARM.extab.text._ZN4SSP112setBitLengthEi + 0x0000000000000000 0x0 ./src/core/SPI1.o + .ARM.exidx.text._ZN4SSP112setBitLengthEi + 0x0000000000000000 0x8 ./src/core/SPI1.o + .text._ZN4SSP13endEv + 0x0000000000000000 0x10 ./src/core/SPI1.o + .ARM.extab.text._ZN4SSP13endEv + 0x0000000000000000 0x0 ./src/core/SPI1.o + .ARM.exidx.text._ZN4SSP13endEv + 0x0000000000000000 0x8 ./src/core/SPI1.o + .text._ZN4SSP111setBitOrderE13SSP_BIT_ORDER + 0x0000000000000000 0x4 ./src/core/SPI1.o + .ARM.extab.text._ZN4SSP111setBitOrderE13SSP_BIT_ORDER + 0x0000000000000000 0x0 ./src/core/SPI1.o + .ARM.exidx.text._ZN4SSP111setBitOrderE13SSP_BIT_ORDER + 0x0000000000000000 0x8 ./src/core/SPI1.o + .text._ZN4SSP115setClockDividerE15SSP_CLK_DIVIDER + 0x0000000000000000 0x4 ./src/core/SPI1.o + .ARM.extab.text._ZN4SSP115setClockDividerE15SSP_CLK_DIVIDER + 0x0000000000000000 0x0 ./src/core/SPI1.o + .ARM.exidx.text._ZN4SSP115setClockDividerE15SSP_CLK_DIVIDER + 0x0000000000000000 0x8 ./src/core/SPI1.o + .text._ZN4SSP111setDataModeE13SSP_DATA_MODE + 0x0000000000000000 0x4 ./src/core/SPI1.o + .ARM.extab.text._ZN4SSP111setDataModeE13SSP_DATA_MODE + 0x0000000000000000 0x0 ./src/core/SPI1.o + .ARM.exidx.text._ZN4SSP111setDataModeE13SSP_DATA_MODE + 0x0000000000000000 0x8 ./src/core/SPI1.o + .ARM.extab.text.ssp1_begin + 0x0000000000000000 0x0 ./src/core/SPI1.o + .text._ZN4SSP15beginE8SSP_PORT + 0x0000000000000000 0x14 ./src/core/SPI1.o + .ARM.extab.text._ZN4SSP15beginE8SSP_PORT + 0x0000000000000000 0xc ./src/core/SPI1.o + .ARM.exidx.text._ZN4SSP15beginE8SSP_PORT + 0x0000000000000000 0x8 ./src/core/SPI1.o + .ARM.extab.text._ZN4SSP1C2Ev + 0x0000000000000000 0x0 ./src/core/SPI1.o + .text.ssp1_transfer + 0x0000000000000000 0x30 ./src/core/SPI1.o + .ARM.extab.text.ssp1_transfer + 0x0000000000000000 0x0 ./src/core/SPI1.o + .ARM.exidx.text.ssp1_transfer + 0x0000000000000000 0x8 ./src/core/SPI1.o + .text._ZN4SSP18transferEm + 0x0000000000000000 0xa ./src/core/SPI1.o + .ARM.extab.text._ZN4SSP18transferEm + 0x0000000000000000 0x0 ./src/core/SPI1.o + .ARM.exidx.text._ZN4SSP18transferEm + 0x0000000000000000 0x8 ./src/core/SPI1.o + .ARM.extab.text.startup._GLOBAL__sub_I_SPI1 + 0x0000000000000000 0x0 ./src/core/SPI1.o + .group 0x0000000000000000 0x10 ./src/core/SoftwareSerial.o + .text 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o + .data 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o + .bss 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o + .text._ZN14SoftwareSerial5writeEc + 0x0000000000000000 0x7c ./src/core/SoftwareSerial.o + .ARM.extab.text._ZN14SoftwareSerial5writeEc + 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o + .ARM.exidx.text._ZN14SoftwareSerial5writeEc + 0x0000000000000000 0x8 ./src/core/SoftwareSerial.o + .text._ZN14SoftwareSerial6listenEv + 0x0000000000000000 0x30 ./src/core/SoftwareSerial.o + .ARM.extab.text._ZN14SoftwareSerial6listenEv + 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o + .ARM.exidx.text._ZN14SoftwareSerial6listenEv + 0x0000000000000000 0x8 ./src/core/SoftwareSerial.o + .text._ZN14SoftwareSerial4recvEv + 0x0000000000000000 0x98 ./src/core/SoftwareSerial.o + .ARM.extab.text._ZN14SoftwareSerial4recvEv + 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o + .ARM.exidx.text._ZN14SoftwareSerial4recvEv + 0x0000000000000000 0x8 ./src/core/SoftwareSerial.o + .text._ZN14SoftwareSerial16handle_interruptEv + 0x0000000000000000 0x14 ./src/core/SoftwareSerial.o + .ARM.extab.text._ZN14SoftwareSerial16handle_interruptEv + 0x0000000000000000 0xc ./src/core/SoftwareSerial.o + .ARM.exidx.text._ZN14SoftwareSerial16handle_interruptEv + 0x0000000000000000 0x8 ./src/core/SoftwareSerial.o + .text._ZN14SoftwareSerial5setTXEh + 0x0000000000000000 0x1a ./src/core/SoftwareSerial.o + .ARM.extab.text._ZN14SoftwareSerial5setTXEh + 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o + .ARM.exidx.text._ZN14SoftwareSerial5setTXEh + 0x0000000000000000 0x8 ./src/core/SoftwareSerial.o + .text._ZN14SoftwareSerial5setRXEh + 0x0000000000000000 0x22 ./src/core/SoftwareSerial.o + .ARM.extab.text._ZN14SoftwareSerial5setRXEh + 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o + .ARM.exidx.text._ZN14SoftwareSerial5setRXEh + 0x0000000000000000 0x8 ./src/core/SoftwareSerial.o + .text._ZN14SoftwareSerialC2Ehhb + 0x0000000000000000 0x44 ./src/core/SoftwareSerial.o + .ARM.extab.text._ZN14SoftwareSerialC2Ehhb + 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o + .ARM.exidx.text._ZN14SoftwareSerialC2Ehhb + 0x0000000000000000 0x8 ./src/core/SoftwareSerial.o + .text._ZN14SoftwareSerial5beginEl + 0x0000000000000000 0x64 ./src/core/SoftwareSerial.o + .ARM.extab.text._ZN14SoftwareSerial5beginEl + 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o + .ARM.exidx.text._ZN14SoftwareSerial5beginEl + 0x0000000000000000 0x8 ./src/core/SoftwareSerial.o + .text._ZN14SoftwareSerial3endEv + 0x0000000000000000 0xe ./src/core/SoftwareSerial.o + .ARM.extab.text._ZN14SoftwareSerial3endEv + 0x0000000000000000 0xc ./src/core/SoftwareSerial.o + .ARM.exidx.text._ZN14SoftwareSerial3endEv + 0x0000000000000000 0x8 ./src/core/SoftwareSerial.o + .text._ZN14SoftwareSerialD2Ev + 0x0000000000000000 0x18 ./src/core/SoftwareSerial.o + .ARM.extab.text._ZN14SoftwareSerialD2Ev + 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o + .ARM.exidx.text._ZN14SoftwareSerialD2Ev + 0x0000000000000000 0x8 ./src/core/SoftwareSerial.o + .text._ZN14SoftwareSerial4readEv + 0x0000000000000000 0x40 ./src/core/SoftwareSerial.o + .ARM.extab.text._ZN14SoftwareSerial4readEv + 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o + .ARM.exidx.text._ZN14SoftwareSerial4readEv + 0x0000000000000000 0x8 ./src/core/SoftwareSerial.o + .text._ZN14SoftwareSerial9availableEv + 0x0000000000000000 0x3c ./src/core/SoftwareSerial.o + .ARM.extab.text._ZN14SoftwareSerial9availableEv + 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o + .ARM.exidx.text._ZN14SoftwareSerial9availableEv + 0x0000000000000000 0x8 ./src/core/SoftwareSerial.o + .text._ZN14SoftwareSerial5flushEv + 0x0000000000000000 0x24 ./src/core/SoftwareSerial.o + .ARM.extab.text._ZN14SoftwareSerial5flushEv + 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o + .ARM.exidx.text._ZN14SoftwareSerial5flushEv + 0x0000000000000000 0x8 ./src/core/SoftwareSerial.o + .text._ZN14SoftwareSerial4peekEv + 0x0000000000000000 0x34 ./src/core/SoftwareSerial.o + .ARM.extab.text._ZN14SoftwareSerial4peekEv + 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o + .ARM.exidx.text._ZN14SoftwareSerial4peekEv + 0x0000000000000000 0x8 ./src/core/SoftwareSerial.o + .bss._ZN14SoftwareSerial13active_objectE + 0x0000000000000000 0x4 ./src/core/SoftwareSerial.o + .rodata._ZL5table + 0x0000000000000000 0x30 ./src/core/SoftwareSerial.o + .bss._ZN14SoftwareSerial20_receive_buffer_headE + 0x0000000000000000 0x1 ./src/core/SoftwareSerial.o + .bss._ZN14SoftwareSerial15_receive_bufferE + 0x0000000000000000 0x40 ./src/core/SoftwareSerial.o + .bss._ZN14SoftwareSerial20_receive_buffer_tailE + 0x0000000000000000 0x1 ./src/core/SoftwareSerial.o + .rodata._ZTV14SoftwareSerial + 0x0000000000000000 0x10 ./src/core/SoftwareSerial.o + .group 0x0000000000000000 0x10 ./src/core/Wire.o + .group 0x0000000000000000 0x10 ./src/core/Wire.o + .group 0x0000000000000000 0x10 ./src/core/Wire.o + .group 0x0000000000000000 0x10 ./src/core/Wire.o + .group 0x0000000000000000 0x10 ./src/core/Wire.o + .text 0x0000000000000000 0x0 ./src/core/Wire.o + .data 0x0000000000000000 0x0 ./src/core/Wire.o + .bss 0x0000000000000000 0x0 ./src/core/Wire.o + .text._ZN7TwoWireC2Ev + 0x0000000000000000 0x2 ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWireC2Ev + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWireC2Ev + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire5beginEii + 0x0000000000000000 0x4c ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire5beginEii + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire5beginEii + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire5beginEv + 0x0000000000000000 0x34 ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire5beginEv + 0x0000000000000000 0xc ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire5beginEv + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire5beginEh + 0x0000000000000000 0x8 ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire5beginEh + 0x0000000000000000 0xc ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire5beginEh + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire5beginEi + 0x0000000000000000 0x8 ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire5beginEi + 0x0000000000000000 0xc ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire5beginEi + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire17beginTransmissionEh + 0x0000000000000000 0x28 ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire17beginTransmissionEh + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire17beginTransmissionEh + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire17beginTransmissionEi + 0x0000000000000000 0xa ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire17beginTransmissionEi + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire17beginTransmissionEi + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire5writeEa + 0x0000000000000000 0x34 ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire5writeEa + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire5writeEa + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire4sendEPhh + 0x0000000000000000 0x2c ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire4sendEPhh + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire4sendEPhh + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire4sendEPa + 0x0000000000000000 0x18 ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire4sendEPa + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire4sendEPa + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire4sendEi + 0x0000000000000000 0xa ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire4sendEi + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire4sendEi + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire9availableEv + 0x0000000000000000 0x18 ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire9availableEv + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire9availableEv + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire7receiveEv + 0x0000000000000000 0x28 ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire7receiveEv + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire7receiveEv + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire16onReceiveServiceEPhi + 0x0000000000000000 0x48 ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire16onReceiveServiceEPhi + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire16onReceiveServiceEPhi + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire16onRequestServiceEv + 0x0000000000000000 0x24 ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire16onRequestServiceEv + 0x0000000000000000 0xc ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire16onRequestServiceEv + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire9onReceiveEPFviE + 0x0000000000000000 0xc ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire9onReceiveEPFviE + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire9onReceiveEPFviE + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire9onRequestEPFvvE + 0x0000000000000000 0xc ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire9onRequestEPFvvE + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire9onRequestEPFvvE + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._Z4WAITv + 0x0000000000000000 0xa ./src/core/Wire.o + .ARM.extab.text._Z4WAITv + 0x0000000000000000 0xc ./src/core/Wire.o + .ARM.exidx.text._Z4WAITv + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._Z7SDA_RELi + 0x0000000000000000 0xa ./src/core/Wire.o + .ARM.extab.text._Z7SDA_RELi + 0x0000000000000000 0xc ./src/core/Wire.o + .ARM.exidx.text._Z7SDA_RELi + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._Z7SCL_RELi + 0x0000000000000000 0xa ./src/core/Wire.o + .ARM.extab.text._Z7SCL_RELi + 0x0000000000000000 0xc ./src/core/Wire.o + .ARM.exidx.text._Z7SCL_RELi + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._Z11i2c_stopbitii + 0x0000000000000000 0x20 ./src/core/Wire.o + .ARM.extab.text._Z11i2c_stopbitii + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._Z11i2c_stopbitii + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._Z7SDA_PULi + 0x0000000000000000 0x24 ./src/core/Wire.o + .ARM.extab.text._Z7SDA_PULi + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._Z7SDA_PULi + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._Z7SCL_PULi + 0x0000000000000000 0x24 ./src/core/Wire.o + .ARM.extab.text._Z7SCL_PULi + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._Z7SCL_PULi + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._Z13i2c_recv_byteii14WIRE_ACK_STATE + 0x0000000000000000 0xa2 ./src/core/Wire.o + .ARM.extab.text._Z13i2c_recv_byteii14WIRE_ACK_STATE + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._Z13i2c_recv_byteii14WIRE_ACK_STATE + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._Z13i2c_send_byteiih + 0x0000000000000000 0x90 ./src/core/Wire.o + .ARM.extab.text._Z13i2c_send_byteiih + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._Z13i2c_send_byteiih + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._Z8i2c_readiihPhh + 0x0000000000000000 0x4e ./src/core/Wire.o + .ARM.extab.text._Z8i2c_readiihPhh + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._Z8i2c_readiihPhh + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._Z9i2c_writeiihPhh + 0x0000000000000000 0x3c ./src/core/Wire.o + .ARM.extab.text._Z9i2c_writeiihPhh + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._Z9i2c_writeiihPhh + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._Z12i2c_startbitii + 0x0000000000000000 0x66 ./src/core/Wire.o + .ARM.extab.text._Z12i2c_startbitii + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._Z12i2c_startbitii + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._Z8i2c_pingiih + 0x0000000000000000 0x26 ./src/core/Wire.o + .ARM.extab.text._Z8i2c_pingiih + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._Z8i2c_pingiih + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._Z22i2c_begin_transmissioniih + 0x0000000000000000 0x8 ./src/core/Wire.o + .ARM.extab.text._Z22i2c_begin_transmissioniih + 0x0000000000000000 0xc ./src/core/Wire.o + .ARM.exidx.text._Z22i2c_begin_transmissioniih + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._Z16i2c_request_fromiihPhh + 0x0000000000000000 0x32 ./src/core/Wire.o + .ARM.extab.text._Z16i2c_request_fromiihPhh + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._Z16i2c_request_fromiihPhh + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire11requestFromEhh + 0x0000000000000000 0x38 ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire11requestFromEhh + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire11requestFromEhh + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire11requestFromEii + 0x0000000000000000 0xc ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire11requestFromEii + 0x0000000000000000 0xc ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire11requestFromEii + 0x0000000000000000 0x8 ./src/core/Wire.o + .text._ZN7TwoWire15endTransmissionEv + 0x0000000000000000 0x58 ./src/core/Wire.o + .ARM.extab.text._ZN7TwoWire15endTransmissionEv + 0x0000000000000000 0x0 ./src/core/Wire.o + .ARM.exidx.text._ZN7TwoWire15endTransmissionEv + 0x0000000000000000 0x8 ./src/core/Wire.o + .bss._ZN7TwoWire14user_onReceiveE + 0x0000000000000000 0x4 ./src/core/Wire.o + .bss._ZN7TwoWire8txBufferE + 0x0000000000000000 0x20 ./src/core/Wire.o + .bss._ZN7TwoWire8rxBufferE + 0x0000000000000000 0x20 ./src/core/Wire.o + .bss._ZN7TwoWire14user_onRequestE + 0x0000000000000000 0x4 ./src/core/Wire.o + .rodata.CSWTCH.49 + 0x0000000000000000 0x6 ./src/core/Wire.o + .bss.Wire 0x0000000000000000 0x8 ./src/core/Wire.o + .bss._ZN7TwoWire13rxBufferIndexE + 0x0000000000000000 0x1 ./src/core/Wire.o + .bss._ZN7TwoWire14rxBufferLengthE + 0x0000000000000000 0x1 ./src/core/Wire.o + .bss._ZN7TwoWire12transmittingE + 0x0000000000000000 0x1 ./src/core/Wire.o + .bss._ZN7TwoWire14txBufferLengthE + 0x0000000000000000 0x1 ./src/core/Wire.o + .bss._ZN7TwoWire13txBufferIndexE + 0x0000000000000000 0x1 ./src/core/Wire.o + .bss._ZN7TwoWire9txAddressE + 0x0000000000000000 0x1 ./src/core/Wire.o + .text 0x0000000000000000 0x0 ./src/core/analogio.o + .data 0x0000000000000000 0x0 ./src/core/analogio.o + .bss 0x0000000000000000 0x0 ./src/core/analogio.o + .ARM.extab.text.NVIC_SetPriority.constprop.2 + 0x0000000000000000 0x0 ./src/core/analogio.o + .text._Z23pwm_eucledean_algorithmi + 0x0000000000000000 0x2 ./src/core/analogio.o + .ARM.extab.text._Z23pwm_eucledean_algorithmi + 0x0000000000000000 0x0 ./src/core/analogio.o + .ARM.exidx.text._Z23pwm_eucledean_algorithmi + 0x0000000000000000 0x8 ./src/core/analogio.o + .ARM.extab.text.setup_TIMER16_0 + 0x0000000000000000 0x0 ./src/core/analogio.o + .ARM.extab.text.setup_TIMER16_1 + 0x0000000000000000 0x0 ./src/core/analogio.o + .ARM.extab.text.analogWrite + 0x0000000000000000 0x0 ./src/core/analogio.o + .ARM.extab.text.TIMER16_0_IRQHandler + 0x0000000000000000 0x0 ./src/core/analogio.o + .text 0x0000000000000000 0x0 ./src/core/arithmetical.o + .data 0x0000000000000000 0x0 ./src/core/arithmetical.o + .bss 0x0000000000000000 0x0 ./src/core/arithmetical.o + .text._Z10randomSeedj + 0x0000000000000000 0xc ./src/core/arithmetical.o + .ARM.extab.text._Z10randomSeedj + 0x0000000000000000 0x0 ./src/core/arithmetical.o + .ARM.exidx.text._Z10randomSeedj + 0x0000000000000000 0x8 ./src/core/arithmetical.o + .text._Z6randomv + 0x0000000000000000 0x50 ./src/core/arithmetical.o + .ARM.extab.text._Z6randomv + 0x0000000000000000 0x0 ./src/core/arithmetical.o + .ARM.exidx.text._Z6randomv + 0x0000000000000000 0x8 ./src/core/arithmetical.o + .text._Z11random_LFSRv + 0x0000000000000000 0x28 ./src/core/arithmetical.o + .ARM.extab.text._Z11random_LFSRv + 0x0000000000000000 0x0 ./src/core/arithmetical.o + .ARM.exidx.text._Z11random_LFSRv + 0x0000000000000000 0x8 ./src/core/arithmetical.o + .text._Z6randoml + 0x0000000000000000 0x16 ./src/core/arithmetical.o + .ARM.extab.text._Z6randoml + 0x0000000000000000 0x0 ./src/core/arithmetical.o + .ARM.exidx.text._Z6randoml + 0x0000000000000000 0x8 ./src/core/arithmetical.o + .text._Z6randomll + 0x0000000000000000 0x18 ./src/core/arithmetical.o + .ARM.extab.text._Z6randomll + 0x0000000000000000 0x0 ./src/core/arithmetical.o + .ARM.exidx.text._Z6randomll + 0x0000000000000000 0x8 ./src/core/arithmetical.o + .bss.random_seed + 0x0000000000000000 0x4 ./src/core/arithmetical.o + .text 0x0000000000000000 0x0 ./src/core/cr_cpp_config.o + .data 0x0000000000000000 0x0 ./src/core/cr_cpp_config.o + .bss 0x0000000000000000 0x0 ./src/core/cr_cpp_config.o + .text._Znwj 0x0000000000000000 0x8 ./src/core/cr_cpp_config.o + .ARM.extab.text._Znwj + 0x0000000000000000 0x0 ./src/core/cr_cpp_config.o + .ARM.exidx.text._Znwj + 0x0000000000000000 0x8 ./src/core/cr_cpp_config.o + .text._ZdlPv 0x0000000000000000 0x8 ./src/core/cr_cpp_config.o + .ARM.extab.text._ZdlPv + 0x0000000000000000 0x0 ./src/core/cr_cpp_config.o + .ARM.exidx.text._ZdlPv + 0x0000000000000000 0x8 ./src/core/cr_cpp_config.o + .ARM.extab.text.__aeabi_atexit + 0x0000000000000000 0x0 ./src/core/cr_cpp_config.o + .text 0x0000000000000000 0x0 ./src/core/cr_startup_lpc11.o + .data 0x0000000000000000 0x0 ./src/core/cr_startup_lpc11.o + .bss 0x0000000000000000 0x0 ./src/core/cr_startup_lpc11.o + .ARM.extab.after_vectors + 0x0000000000000000 0x0 ./src/core/cr_startup_lpc11.o + .text.__cxa_pure_virtual + 0x0000000000000000 0x4 ./src/core/cr_startup_lpc11.o + .ARM.extab.text.__cxa_pure_virtual + 0x0000000000000000 0x0 ./src/core/cr_startup_lpc11.o + .ARM.exidx.text.__cxa_pure_virtual + 0x0000000000000000 0x8 ./src/core/cr_startup_lpc11.o + .text.__cxa_demangle + 0x0000000000000000 0x2 ./src/core/cr_startup_lpc11.o + .ARM.extab.text.__cxa_demangle + 0x0000000000000000 0x0 ./src/core/cr_startup_lpc11.o + .ARM.exidx.text.__cxa_demangle + 0x0000000000000000 0x8 ./src/core/cr_startup_lpc11.o + .text 0x0000000000000000 0x0 ./src/core/delay.o + .data 0x0000000000000000 0x0 ./src/core/delay.o + .bss 0x0000000000000000 0x0 ./src/core/delay.o + .ARM.extab.text.NVIC_SetPriority + 0x0000000000000000 0x0 ./src/core/delay.o + .ARM.extab.text.delay + 0x0000000000000000 0x0 ./src/core/delay.o + .text.millis 0x0000000000000000 0xc ./src/core/delay.o + .ARM.extab.text.millis + 0x0000000000000000 0x0 ./src/core/delay.o + .ARM.exidx.text.millis + 0x0000000000000000 0x8 ./src/core/delay.o + .text.delayMicroseconds + 0x0000000000000000 0x18 ./src/core/delay.o + .ARM.extab.text.delayMicroseconds + 0x0000000000000000 0x0 ./src/core/delay.o + .ARM.exidx.text.delayMicroseconds + 0x0000000000000000 0x8 ./src/core/delay.o + .text.micros 0x0000000000000000 0xc ./src/core/delay.o + .ARM.extab.text.micros + 0x0000000000000000 0x0 ./src/core/delay.o + .ARM.exidx.text.micros + 0x0000000000000000 0x8 ./src/core/delay.o + .ARM.extab.text.setup_TIMER32_1 + 0x0000000000000000 0x0 ./src/core/delay.o + .text.attachMicroseconds + 0x0000000000000000 0x40 ./src/core/delay.o + .ARM.extab.text.attachMicroseconds + 0x0000000000000000 0x0 ./src/core/delay.o + .ARM.exidx.text.attachMicroseconds + 0x0000000000000000 0x8 ./src/core/delay.o + .text.detachMicroseconds + 0x0000000000000000 0x1c ./src/core/delay.o + .ARM.extab.text.detachMicroseconds + 0x0000000000000000 0x0 ./src/core/delay.o + .ARM.exidx.text.detachMicroseconds + 0x0000000000000000 0x8 ./src/core/delay.o + .ARM.extab.text.TIMER32_1_IRQHandler + 0x0000000000000000 0x0 ./src/core/delay.o + .ARM.extab.text.SysTick_Handler + 0x0000000000000000 0x0 ./src/core/delay.o + .ARM.extab.text.setup_systick + 0x0000000000000000 0x0 ./src/core/delay.o + .text 0x0000000000000000 0x0 ./src/core/gpio.o + .data 0x0000000000000000 0x0 ./src/core/gpio.o + .bss 0x0000000000000000 0x0 ./src/core/gpio.o + .ARM.extab.text.pinMode + 0x0000000000000000 0x0 ./src/core/gpio.o + .ARM.extab.text.digitalWrite + 0x0000000000000000 0x0 ./src/core/gpio.o + .text.digitalRead + 0x0000000000000000 0x48 ./src/core/gpio.o + .ARM.extab.text.digitalRead + 0x0000000000000000 0x0 ./src/core/gpio.o + .ARM.exidx.text.digitalRead + 0x0000000000000000 0x8 ./src/core/gpio.o + .text.GPIOSetInterrupt + 0x0000000000000000 0x130 ./src/core/gpio.o + .ARM.extab.text.GPIOSetInterrupt + 0x0000000000000000 0x0 ./src/core/gpio.o + .ARM.exidx.text.GPIOSetInterrupt + 0x0000000000000000 0x8 ./src/core/gpio.o + .text.GPIOIntEnable + 0x0000000000000000 0x4c ./src/core/gpio.o + .ARM.extab.text.GPIOIntEnable + 0x0000000000000000 0x0 ./src/core/gpio.o + .ARM.exidx.text.GPIOIntEnable + 0x0000000000000000 0x8 ./src/core/gpio.o + .text.GPIOIntDisable + 0x0000000000000000 0x48 ./src/core/gpio.o + .ARM.extab.text.GPIOIntDisable + 0x0000000000000000 0x0 ./src/core/gpio.o + .ARM.exidx.text.GPIOIntDisable + 0x0000000000000000 0x8 ./src/core/gpio.o + .ARM.extab.text.GPIOIntStatus + 0x0000000000000000 0x0 ./src/core/gpio.o + .ARM.extab.text.GPIOIntClear + 0x0000000000000000 0x0 ./src/core/gpio.o + .text 0x0000000000000000 0x0 ./src/core/gpio_int.o + .data 0x0000000000000000 0x0 ./src/core/gpio_int.o + .bss 0x0000000000000000 0x0 ./src/core/gpio_int.o + .text.NVIC_EnableIRQ + 0x0000000000000000 0x14 ./src/core/gpio_int.o + .ARM.extab.text.NVIC_EnableIRQ + 0x0000000000000000 0x0 ./src/core/gpio_int.o + .ARM.exidx.text.NVIC_EnableIRQ + 0x0000000000000000 0x8 ./src/core/gpio_int.o + .text.NVIC_DisableIRQ + 0x0000000000000000 0x14 ./src/core/gpio_int.o + .ARM.extab.text.NVIC_DisableIRQ + 0x0000000000000000 0x0 ./src/core/gpio_int.o + .ARM.exidx.text.NVIC_DisableIRQ + 0x0000000000000000 0x8 ./src/core/gpio_int.o + .text.attachInterrupt + 0x0000000000000000 0xac ./src/core/gpio_int.o + .ARM.extab.text.attachInterrupt + 0x0000000000000000 0x0 ./src/core/gpio_int.o + .ARM.exidx.text.attachInterrupt + 0x0000000000000000 0x8 ./src/core/gpio_int.o + .text.detachInterrupt + 0x0000000000000000 0x78 ./src/core/gpio_int.o + .ARM.extab.text.detachInterrupt + 0x0000000000000000 0x0 ./src/core/gpio_int.o + .ARM.exidx.text.detachInterrupt + 0x0000000000000000 0x8 ./src/core/gpio_int.o + .ARM.extab.text.GPIO_IRQHandler + 0x0000000000000000 0x0 ./src/core/gpio_int.o + .rodata._ZL8LPC_GPIO + 0x0000000000000000 0x10 ./src/core/gpio_int.o + .rodata._ZL14mary_pinAssign + 0x0000000000000000 0xe0 ./src/core/gpio_int.o + .rodata._ZL17arduino_pinAssign + 0x0000000000000000 0xb0 ./src/core/gpio_int.o + .text 0x0000000000000000 0x0 ./src/core/maryoled.o + .data 0x0000000000000000 0x0 ./src/core/maryoled.o + .bss 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLEDD2Ev + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLEDC2Ev + 0x0000000000000000 0x0 ./src/core/maryoled.o + .text._ZN8MARYOLED7commandEi + 0x0000000000000000 0x24 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED7commandEi + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED7commandEi + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED4dataEi + 0x0000000000000000 0x28 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED4dataEi + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED4dataEi + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED7_windowEiiii + 0x0000000000000000 0x48 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED7_windowEiiii + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED7_windowEiiii + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED11WindowResetEv + 0x0000000000000000 0x3c ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED11WindowResetEv + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED11WindowResetEv + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED6locateEii + 0x0000000000000000 0x6 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED6locateEii + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED6locateEii + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED7newlineEv + 0x0000000000000000 0x14 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED7newlineEv + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED7newlineEv + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED5_putpEi + 0x0000000000000000 0x24 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED5_putpEi + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED5_putpEi + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED6windowEiiii + 0x0000000000000000 0xc ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED6windowEiiii + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED6windowEiiii + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED4putpEi + 0x0000000000000000 0x8 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED4putpEi + 0x0000000000000000 0xc ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED4putpEi + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED5pixelEiii + 0x0000000000000000 0x18 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED5pixelEiii + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED5pixelEiii + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED4fillEiiiii + 0x0000000000000000 0x52 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED4fillEiiiii + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED4fillEiiiii + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED3clsEv + 0x0000000000000000 0x1c ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED3clsEv + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED3clsEv + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED5resetEv + 0x0000000000000000 0x228 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED5resetEv + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED5resetEv + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED5resetE8SSP_PORT + 0x0000000000000000 0x46 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED5resetE8SSP_PORT + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED5resetE8SSP_PORT + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED4blitEiiiiPKi + 0x0000000000000000 0x54 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED4blitEiiiiPKi + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED4blitEiiiiPKi + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED7bitblitEiiiiPKc + 0x0000000000000000 0x84 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED7bitblitEiiiiPKc + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED7bitblitEiiiiPKc + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED5_putcEi + 0x0000000000000000 0x50 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED5_putcEi + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED5_putcEi + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED10foregroundEi + 0x0000000000000000 0x4 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED10foregroundEi + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED10foregroundEi + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED10backgroundEi + 0x0000000000000000 0x4 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED10backgroundEi + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED10backgroundEi + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED5widthEv + 0x0000000000000000 0x4 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED5widthEv + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED5widthEv + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED6heightEv + 0x0000000000000000 0x4 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED6heightEv + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED6heightEv + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED7columnsEv + 0x0000000000000000 0x4 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED7columnsEv + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED7columnsEv + 0x0000000000000000 0x8 ./src/core/maryoled.o + .text._ZN8MARYOLED4rowsEv + 0x0000000000000000 0x4 ./src/core/maryoled.o + .ARM.extab.text._ZN8MARYOLED4rowsEv + 0x0000000000000000 0x0 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLED4rowsEv + 0x0000000000000000 0x8 ./src/core/maryoled.o + .ARM.extab.text.startup._GLOBAL__sub_I_oled + 0x0000000000000000 0x0 ./src/core/maryoled.o + .rodata 0x0000000000000000 0x3f ./src/core/maryoled.o + .rodata._ZL7FONT8x8 + 0x0000000000000000 0x308 ./src/core/maryoled.o + .text 0x0000000000000000 0x0 ./src/core/startup_mary.o + .data 0x0000000000000000 0x0 ./src/core/startup_mary.o + .bss 0x0000000000000000 0x0 ./src/core/startup_mary.o + .text 0x0000000000000000 0x0 ./src/core/system_LPC11xx.o + .data 0x0000000000000000 0x0 ./src/core/system_LPC11xx.o + .bss 0x0000000000000000 0x0 ./src/core/system_LPC11xx.o + .text.SystemCoreClockUpdate + 0x0000000000000000 0x9c ./src/core/system_LPC11xx.o + .ARM.extab.text.SystemCoreClockUpdate + 0x0000000000000000 0x0 ./src/core/system_LPC11xx.o + .ARM.exidx.text.SystemCoreClockUpdate + 0x0000000000000000 0x8 ./src/core/system_LPC11xx.o + .ARM.extab.text.SystemInit + 0x0000000000000000 0x0 ./src/core/system_LPC11xx.o + .rodata.CSWTCH.16 + 0x0000000000000000 0x40 ./src/core/system_LPC11xx.o + .text 0x0000000000000000 0x0 ./src/core/uart.o + .data 0x0000000000000000 0x0 ./src/core/uart.o + .bss 0x0000000000000000 0x0 ./src/core/uart.o + .ARM.extab.text._ZN7USerialD2Ev + 0x0000000000000000 0x0 ./src/core/uart.o + .ARM.extab.text._ZN7USerial5writeEc + 0x0000000000000000 0x0 ./src/core/uart.o + .text._ZN7USerialC2Ev + 0x0000000000000000 0x18 ./src/core/uart.o + .ARM.extab.text._ZN7USerialC2Ev + 0x0000000000000000 0x0 ./src/core/uart.o + .ARM.exidx.text._ZN7USerialC2Ev + 0x0000000000000000 0x8 ./src/core/uart.o + .ARM.extab.text._ZN7USerial5beginEi + 0x0000000000000000 0x0 ./src/core/uart.o + .text._ZN7USerial3endEv + 0x0000000000000000 0x2 ./src/core/uart.o + .ARM.extab.text._ZN7USerial3endEv + 0x0000000000000000 0x0 ./src/core/uart.o + .ARM.exidx.text._ZN7USerial3endEv + 0x0000000000000000 0x8 ./src/core/uart.o + .text._ZN7USerial9availableEv + 0x0000000000000000 0x10 ./src/core/uart.o + .ARM.extab.text._ZN7USerial9availableEv + 0x0000000000000000 0x0 ./src/core/uart.o + .ARM.exidx.text._ZN7USerial9availableEv + 0x0000000000000000 0x8 ./src/core/uart.o + .text._ZN7USerial4readEv + 0x0000000000000000 0xc ./src/core/uart.o + .ARM.extab.text._ZN7USerial4readEv + 0x0000000000000000 0x0 ./src/core/uart.o + .ARM.exidx.text._ZN7USerial4readEv + 0x0000000000000000 0x8 ./src/core/uart.o + .ARM.extab.text.startup._GLOBAL__sub_I_Serial + 0x0000000000000000 0x0 ./src/core/uart.o + .group 0x0000000000000000 0x8 ./src/XBee/XBee.o + .group 0x0000000000000000 0x8 ./src/XBee/XBee.o + .group 0x0000000000000000 0x8 ./src/XBee/XBee.o + .group 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text 0x0000000000000000 0x0 ./src/XBee/XBee.o + .data 0x0000000000000000 0x0 ./src/XBee/XBee.o + .bss 0x0000000000000000 0x0 ./src/XBee/XBee.o + .text._ZN12ZBRxResponse13getDataOffsetEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12ZBRxResponse13getDataOffsetEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12ZBRxResponse13getDataOffsetEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12ZBRxResponse13getDataLengthEv + 0x0000000000000000 0x12 ./src/XBee/XBee.o + .ARM.extab.text._ZN12ZBRxResponse13getDataLengthEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12ZBRxResponse13getDataLengthEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11ZBTxRequest18getFrameDataLengthEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .ARM.extab.text._ZN11ZBTxRequest18getFrameDataLengthEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11ZBTxRequest18getFrameDataLengthEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN16AtCommandRequest18getFrameDataLengthEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .ARM.extab.text._ZN16AtCommandRequest18getFrameDataLengthEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN16AtCommandRequest18getFrameDataLengthEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN22RemoteAtCommandRequest18getFrameDataLengthEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .ARM.extab.text._ZN22RemoteAtCommandRequest18getFrameDataLengthEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN22RemoteAtCommandRequest18getFrameDataLengthEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN16AtCommandRequest12getFrameDataEh + 0x0000000000000000 0x20 ./src/XBee/XBee.o + .ARM.extab.text._ZN16AtCommandRequest12getFrameDataEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN16AtCommandRequest12getFrameDataEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11ZBTxRequest12getFrameDataEh + 0x0000000000000000 0x6e ./src/XBee/XBee.o + .ARM.extab.text._ZN11ZBTxRequest12getFrameDataEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11ZBTxRequest12getFrameDataEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN22RemoteAtCommandRequest12getFrameDataEh + 0x0000000000000000 0x80 ./src/XBee/XBee.o + .ARM.extab.text._ZN22RemoteAtCommandRequest12getFrameDataEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN22RemoteAtCommandRequest12getFrameDataEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponseC2Ev + 0x0000000000000000 0x2 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponseC2Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponseC2Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse8getApiIdEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse8getApiIdEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse8getApiIdEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse8setApiIdEh + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse8setApiIdEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse8setApiIdEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse12getMsbLengthEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse12getMsbLengthEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse12getMsbLengthEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse12setMsbLengthEh + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse12setMsbLengthEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse12setMsbLengthEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse12getLsbLengthEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse12getLsbLengthEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse12getLsbLengthEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse12setLsbLengthEh + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse12setLsbLengthEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse12setLsbLengthEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse11getChecksumEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse11getChecksumEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse11getChecksumEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse11setChecksumEh + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse11setChecksumEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse11setChecksumEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse18getFrameDataLengthEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse18getFrameDataLengthEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse18getFrameDataLengthEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse14setFrameLengthEh + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse14setFrameLengthEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse14setFrameLengthEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse11isAvailableEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse11isAvailableEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse11isAvailableEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse12setAvailableEb + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse12setAvailableEb + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse12setAvailableEb + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse7isErrorEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse7isErrorEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse7isErrorEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse12getErrorCodeEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse12getErrorCodeEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse12getErrorCodeEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse12setErrorCodeEh + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse12setErrorCodeEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse12setErrorCodeEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse9setCommonERS_ + 0x0000000000000000 0x1e ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse9setCommonERS_ + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse9setCommonERS_ + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN18ZBTxStatusResponseC2Ev + 0x0000000000000000 0x2 ./src/XBee/XBee.o + .ARM.extab.text._ZN18ZBTxStatusResponseC2Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN18ZBTxStatusResponseC2Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN18ZBTxStatusResponse16getRemoteAddressEv + 0x0000000000000000 0xe ./src/XBee/XBee.o + .ARM.extab.text._ZN18ZBTxStatusResponse16getRemoteAddressEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN18ZBTxStatusResponse16getRemoteAddressEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN18ZBTxStatusResponse15getTxRetryCountEv + 0x0000000000000000 0x6 ./src/XBee/XBee.o + .ARM.extab.text._ZN18ZBTxStatusResponse15getTxRetryCountEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN18ZBTxStatusResponse15getTxRetryCountEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN18ZBTxStatusResponse17getDeliveryStatusEv + 0x0000000000000000 0x6 ./src/XBee/XBee.o + .ARM.extab.text._ZN18ZBTxStatusResponse17getDeliveryStatusEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN18ZBTxStatusResponse17getDeliveryStatusEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN18ZBTxStatusResponse18getDiscoveryStatusEv + 0x0000000000000000 0x6 ./src/XBee/XBee.o + .ARM.extab.text._ZN18ZBTxStatusResponse18getDiscoveryStatusEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN18ZBTxStatusResponse18getDiscoveryStatusEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN18ZBTxStatusResponse9isSuccessEv + 0x0000000000000000 0xa ./src/XBee/XBee.o + .ARM.extab.text._ZN18ZBTxStatusResponse9isSuccessEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN18ZBTxStatusResponse9isSuccessEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse21getZBTxStatusResponseERS_ + 0x0000000000000000 0xc ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse21getZBTxStatusResponseERS_ + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse21getZBTxStatusResponseERS_ + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12ZBRxResponseC2Ev + 0x0000000000000000 0x14 ./src/XBee/XBee.o + .ARM.extab.text._ZN12ZBRxResponseC2Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12ZBRxResponseC2Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12ZBRxResponse18getRemoteAddress16Ev + 0x0000000000000000 0xe ./src/XBee/XBee.o + .ARM.extab.text._ZN12ZBRxResponse18getRemoteAddress16Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12ZBRxResponse18getRemoteAddress16Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12ZBRxResponse9getOptionEv + 0x0000000000000000 0x6 ./src/XBee/XBee.o + .ARM.extab.text._ZN12ZBRxResponse9getOptionEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12ZBRxResponse9getOptionEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12ZBRxResponse18getRemoteAddress64Ev + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12ZBRxResponse18getRemoteAddress64Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12ZBRxResponse18getRemoteAddress64Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse15getZBRxResponseERS_ + 0x0000000000000000 0x3e ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse15getZBRxResponseERS_ + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse15getZBRxResponseERS_ + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN20ZBRxIoSampleResponseC2Ev + 0x0000000000000000 0x10 ./src/XBee/XBee.o + .ARM.extab.text._ZN20ZBRxIoSampleResponseC2Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN20ZBRxIoSampleResponseC2Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN20ZBRxIoSampleResponse17getDigitalMaskMsbEv + 0x0000000000000000 0xa ./src/XBee/XBee.o + .ARM.extab.text._ZN20ZBRxIoSampleResponse17getDigitalMaskMsbEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN20ZBRxIoSampleResponse17getDigitalMaskMsbEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN20ZBRxIoSampleResponse17getDigitalMaskLsbEv + 0x0000000000000000 0x6 ./src/XBee/XBee.o + .ARM.extab.text._ZN20ZBRxIoSampleResponse17getDigitalMaskLsbEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN20ZBRxIoSampleResponse17getDigitalMaskLsbEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN20ZBRxIoSampleResponse13getAnalogMaskEv + 0x0000000000000000 0xa ./src/XBee/XBee.o + .ARM.extab.text._ZN20ZBRxIoSampleResponse13getAnalogMaskEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN20ZBRxIoSampleResponse13getAnalogMaskEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN20ZBRxIoSampleResponse14containsAnalogEv + 0x0000000000000000 0xe ./src/XBee/XBee.o + .ARM.extab.text._ZN20ZBRxIoSampleResponse14containsAnalogEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN20ZBRxIoSampleResponse14containsAnalogEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN20ZBRxIoSampleResponse15containsDigitalEv + 0x0000000000000000 0x16 ./src/XBee/XBee.o + .ARM.extab.text._ZN20ZBRxIoSampleResponse15containsDigitalEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN20ZBRxIoSampleResponse15containsDigitalEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN20ZBRxIoSampleResponse15isAnalogEnabledEh + 0x0000000000000000 0x10 ./src/XBee/XBee.o + .ARM.extab.text._ZN20ZBRxIoSampleResponse15isAnalogEnabledEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN20ZBRxIoSampleResponse15isAnalogEnabledEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN20ZBRxIoSampleResponse16isDigitalEnabledEh + 0x0000000000000000 0x1c ./src/XBee/XBee.o + .ARM.extab.text._ZN20ZBRxIoSampleResponse16isDigitalEnabledEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN20ZBRxIoSampleResponse16isDigitalEnabledEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN20ZBRxIoSampleResponse9getAnalogEh + 0x0000000000000000 0x3e ./src/XBee/XBee.o + .ARM.extab.text._ZN20ZBRxIoSampleResponse9getAnalogEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN20ZBRxIoSampleResponse9getAnalogEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN20ZBRxIoSampleResponse11isDigitalOnEh + 0x0000000000000000 0x18 ./src/XBee/XBee.o + .ARM.extab.text._ZN20ZBRxIoSampleResponse11isDigitalOnEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN20ZBRxIoSampleResponse11isDigitalOnEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse23getZBRxIoSampleResponseERS_ + 0x0000000000000000 0x3e ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse23getZBRxIoSampleResponseERS_ + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse23getZBRxIoSampleResponseERS_ + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN23RemoteAtCommandResponseC2Ev + 0x0000000000000000 0x2 ./src/XBee/XBee.o + .ARM.extab.text._ZN23RemoteAtCommandResponseC2Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN23RemoteAtCommandResponseC2Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN23RemoteAtCommandResponse10getCommandEv + 0x0000000000000000 0x6 ./src/XBee/XBee.o + .ARM.extab.text._ZN23RemoteAtCommandResponse10getCommandEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN23RemoteAtCommandResponse10getCommandEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN23RemoteAtCommandResponse9getStatusEv + 0x0000000000000000 0x6 ./src/XBee/XBee.o + .ARM.extab.text._ZN23RemoteAtCommandResponse9getStatusEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN23RemoteAtCommandResponse9getStatusEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN23RemoteAtCommandResponse4isOkEv + 0x0000000000000000 0xa ./src/XBee/XBee.o + .ARM.extab.text._ZN23RemoteAtCommandResponse4isOkEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN23RemoteAtCommandResponse4isOkEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN23RemoteAtCommandResponse14getValueLengthEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .ARM.extab.text._ZN23RemoteAtCommandResponse14getValueLengthEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN23RemoteAtCommandResponse14getValueLengthEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN23RemoteAtCommandResponse8getValueEv + 0x0000000000000000 0x12 ./src/XBee/XBee.o + .ARM.extab.text._ZN23RemoteAtCommandResponse8getValueEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN23RemoteAtCommandResponse8getValueEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN23RemoteAtCommandResponse18getRemoteAddress16Ev + 0x0000000000000000 0xe ./src/XBee/XBee.o + .ARM.extab.text._ZN23RemoteAtCommandResponse18getRemoteAddress16Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN23RemoteAtCommandResponse18getRemoteAddress16Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN23RemoteAtCommandResponse18getRemoteAddress64Ev + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN23RemoteAtCommandResponse18getRemoteAddress64Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN23RemoteAtCommandResponse18getRemoteAddress64Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse26getRemoteAtCommandResponseERS_ + 0x0000000000000000 0x3e ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse26getRemoteAtCommandResponseERS_ + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse26getRemoteAtCommandResponseERS_ + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN14RxDataResponseC2Ev + 0x0000000000000000 0xc ./src/XBee/XBee.o + .ARM.extab.text._ZN14RxDataResponseC2Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN14RxDataResponseC2Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN14RxDataResponse7getDataEi + 0x0000000000000000 0x12 ./src/XBee/XBee.o + .ARM.extab.text._ZN14RxDataResponse7getDataEi + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN14RxDataResponse7getDataEi + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN14RxDataResponse7getDataEv + 0x0000000000000000 0xe ./src/XBee/XBee.o + .ARM.extab.text._ZN14RxDataResponse7getDataEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN14RxDataResponse7getDataEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN15FrameIdResponseC2Ev + 0x0000000000000000 0x2 ./src/XBee/XBee.o + .ARM.extab.text._ZN15FrameIdResponseC2Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN15FrameIdResponseC2Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN15FrameIdResponse10getFrameIdEv + 0x0000000000000000 0x6 ./src/XBee/XBee.o + .ARM.extab.text._ZN15FrameIdResponse10getFrameIdEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN15FrameIdResponse10getFrameIdEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN19ModemStatusResponseC2Ev + 0x0000000000000000 0x2 ./src/XBee/XBee.o + .ARM.extab.text._ZN19ModemStatusResponseC2Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN19ModemStatusResponseC2Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN19ModemStatusResponse9getStatusEv + 0x0000000000000000 0x6 ./src/XBee/XBee.o + .ARM.extab.text._ZN19ModemStatusResponse9getStatusEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN19ModemStatusResponse9getStatusEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse22getModemStatusResponseERS_ + 0x0000000000000000 0xc ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse22getModemStatusResponseERS_ + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse22getModemStatusResponseERS_ + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN17AtCommandResponseC2Ev + 0x0000000000000000 0x2 ./src/XBee/XBee.o + .ARM.extab.text._ZN17AtCommandResponseC2Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN17AtCommandResponseC2Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN17AtCommandResponse10getCommandEv + 0x0000000000000000 0x6 ./src/XBee/XBee.o + .ARM.extab.text._ZN17AtCommandResponse10getCommandEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN17AtCommandResponse10getCommandEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN17AtCommandResponse9getStatusEv + 0x0000000000000000 0x6 ./src/XBee/XBee.o + .ARM.extab.text._ZN17AtCommandResponse9getStatusEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN17AtCommandResponse9getStatusEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN17AtCommandResponse14getValueLengthEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .ARM.extab.text._ZN17AtCommandResponse14getValueLengthEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN17AtCommandResponse14getValueLengthEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN17AtCommandResponse8getValueEv + 0x0000000000000000 0x12 ./src/XBee/XBee.o + .ARM.extab.text._ZN17AtCommandResponse8getValueEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN17AtCommandResponse8getValueEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN17AtCommandResponse4isOkEv + 0x0000000000000000 0xa ./src/XBee/XBee.o + .ARM.extab.text._ZN17AtCommandResponse4isOkEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN17AtCommandResponse4isOkEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse20getAtCommandResponseERS_ + 0x0000000000000000 0xc ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse20getAtCommandResponseERS_ + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse20getAtCommandResponseERS_ + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse15getPacketLengthEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse15getPacketLengthEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse15getPacketLengthEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse12getFrameDataEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse12getFrameDataEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse12getFrameDataEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse12setFrameDataEPh + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse12setFrameDataEPh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse12setFrameDataEPh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse4initEv + 0x0000000000000000 0xa ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse4initEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse4initEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN12XBeeResponse5resetEv + 0x0000000000000000 0x20 ./src/XBee/XBee.o + .ARM.extab.text._ZN12XBeeResponse5resetEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN12XBeeResponse5resetEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN4XBee13resetResponseEv + 0x0000000000000000 0xe ./src/XBee/XBee.o + .ARM.extab.text._ZN4XBee13resetResponseEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN4XBee13resetResponseEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN4XBeeC2Ev + 0x0000000000000000 0x18 ./src/XBee/XBee.o + .ARM.extab.text._ZN4XBeeC2Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN4XBeeC2Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN4XBee14getNextFrameIdEv + 0x0000000000000000 0x16 ./src/XBee/XBee.o + .ARM.extab.text._ZN4XBee14getNextFrameIdEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN4XBee14getNextFrameIdEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN4XBee5beginEi + 0x0000000000000000 0x10 ./src/XBee/XBee.o + .ARM.extab.text._ZN4XBee5beginEi + 0x0000000000000000 0xc ./src/XBee/XBee.o + .ARM.exidx.text._ZN4XBee5beginEi + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN4XBee11getResponseEv + 0x0000000000000000 0x2 ./src/XBee/XBee.o + .ARM.extab.text._ZN4XBee11getResponseEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN4XBee11getResponseEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN4XBee11getResponseER12XBeeResponse + 0x0000000000000000 0x16 ./src/XBee/XBee.o + .ARM.extab.text._ZN4XBee11getResponseER12XBeeResponse + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN4XBee11getResponseER12XBeeResponse + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN4XBee10readPacketEv + 0x0000000000000000 0xf0 ./src/XBee/XBee.o + .ARM.extab.text._ZN4XBee10readPacketEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN4XBee10readPacketEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN4XBee10readPacketEi + 0x0000000000000000 0x38 ./src/XBee/XBee.o + .ARM.extab.text._ZN4XBee10readPacketEi + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN4XBee10readPacketEi + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN4XBee24readPacketUntilAvailableEv + 0x0000000000000000 0x1a ./src/XBee/XBee.o + .ARM.extab.text._ZN4XBee24readPacketUntilAvailableEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN4XBee24readPacketUntilAvailableEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11XBeeRequestC2Ehh + 0x0000000000000000 0x10 ./src/XBee/XBee.o + .ARM.extab.text._ZN11XBeeRequestC2Ehh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11XBeeRequestC2Ehh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11XBeeRequest10setFrameIdEh + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN11XBeeRequest10setFrameIdEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11XBeeRequest10setFrameIdEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11XBeeRequest10getFrameIdEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN11XBeeRequest10getFrameIdEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11XBeeRequest10getFrameIdEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11XBeeRequest8getApiIdEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN11XBeeRequest8getApiIdEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11XBeeRequest8getApiIdEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11XBeeRequest8setApiIdEh + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN11XBeeRequest8setApiIdEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11XBeeRequest8setApiIdEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN14PayloadRequestC2EhhPhh + 0x0000000000000000 0x18 ./src/XBee/XBee.o + .ARM.extab.text._ZN14PayloadRequestC2EhhPhh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN14PayloadRequestC2EhhPhh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN14PayloadRequest10getPayloadEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN14PayloadRequest10getPayloadEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN14PayloadRequest10getPayloadEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN14PayloadRequest10setPayloadEPh + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN14PayloadRequest10setPayloadEPh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN14PayloadRequest10setPayloadEPh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN14PayloadRequest16getPayloadLengthEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN14PayloadRequest16getPayloadLengthEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN14PayloadRequest16getPayloadLengthEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN14PayloadRequest16setPayloadLengthEh + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN14PayloadRequest16setPayloadLengthEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN14PayloadRequest16setPayloadLengthEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11XBeeAddressC2Ev + 0x0000000000000000 0x2 ./src/XBee/XBee.o + .ARM.extab.text._ZN11XBeeAddressC2Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11XBeeAddressC2Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN13XBeeAddress64C2Ev + 0x0000000000000000 0x2 ./src/XBee/XBee.o + .ARM.extab.text._ZN13XBeeAddress64C2Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN13XBeeAddress64C2Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN13XBeeAddress64C2Emm + 0x0000000000000000 0x6 ./src/XBee/XBee.o + .ARM.extab.text._ZN13XBeeAddress64C2Emm + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN13XBeeAddress64C2Emm + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN13XBeeAddress646getMsbEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN13XBeeAddress646getMsbEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN13XBeeAddress646getMsbEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN13XBeeAddress646setMsbEm + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN13XBeeAddress646setMsbEm + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN13XBeeAddress646setMsbEm + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN13XBeeAddress646getLsbEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN13XBeeAddress646getLsbEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN13XBeeAddress646getLsbEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN13XBeeAddress646setLsbEm + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN13XBeeAddress646setLsbEm + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN13XBeeAddress646setLsbEm + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11ZBTxRequestC2Ev + 0x0000000000000000 0x1c ./src/XBee/XBee.o + .ARM.extab.text._ZN11ZBTxRequestC2Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11ZBTxRequestC2Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11ZBTxRequestC2ER13XBeeAddress64thhPhhh + 0x0000000000000000 0x34 ./src/XBee/XBee.o + .ARM.extab.text._ZN11ZBTxRequestC2ER13XBeeAddress64thhPhhh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11ZBTxRequestC2ER13XBeeAddress64thhPhhh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11ZBTxRequestC2ER13XBeeAddress64Phh + 0x0000000000000000 0x30 ./src/XBee/XBee.o + .ARM.extab.text._ZN11ZBTxRequestC2ER13XBeeAddress64Phh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11ZBTxRequestC2ER13XBeeAddress64Phh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11ZBTxRequest12getAddress64Ev + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN11ZBTxRequest12getAddress64Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11ZBTxRequest12getAddress64Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11ZBTxRequest12getAddress16Ev + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN11ZBTxRequest12getAddress16Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11ZBTxRequest12getAddress16Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11ZBTxRequest18getBroadcastRadiusEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN11ZBTxRequest18getBroadcastRadiusEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11ZBTxRequest18getBroadcastRadiusEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11ZBTxRequest9getOptionEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN11ZBTxRequest9getOptionEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11ZBTxRequest9getOptionEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11ZBTxRequest12setAddress64ER13XBeeAddress64 + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .ARM.extab.text._ZN11ZBTxRequest12setAddress64ER13XBeeAddress64 + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11ZBTxRequest12setAddress64ER13XBeeAddress64 + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11ZBTxRequest12setAddress16Et + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN11ZBTxRequest12setAddress16Et + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11ZBTxRequest12setAddress16Et + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11ZBTxRequest18setBroadcastRadiusEh + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN11ZBTxRequest18setBroadcastRadiusEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11ZBTxRequest18setBroadcastRadiusEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN11ZBTxRequest9setOptionEh + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN11ZBTxRequest9setOptionEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN11ZBTxRequest9setOptionEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN16AtCommandRequestC2Ev + 0x0000000000000000 0x1c ./src/XBee/XBee.o + .ARM.extab.text._ZN16AtCommandRequestC2Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN16AtCommandRequestC2Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN16AtCommandRequestC2EPhS0_h + 0x0000000000000000 0x1c ./src/XBee/XBee.o + .ARM.extab.text._ZN16AtCommandRequestC2EPhS0_h + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN16AtCommandRequestC2EPhS0_h + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN16AtCommandRequestC2EPh + 0x0000000000000000 0x1c ./src/XBee/XBee.o + .ARM.extab.text._ZN16AtCommandRequestC2EPh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN16AtCommandRequestC2EPh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN16AtCommandRequest10getCommandEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN16AtCommandRequest10getCommandEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN16AtCommandRequest10getCommandEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN16AtCommandRequest15getCommandValueEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN16AtCommandRequest15getCommandValueEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN16AtCommandRequest15getCommandValueEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN16AtCommandRequest21getCommandValueLengthEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN16AtCommandRequest21getCommandValueLengthEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN16AtCommandRequest21getCommandValueLengthEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN16AtCommandRequest10setCommandEPh + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN16AtCommandRequest10setCommandEPh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN16AtCommandRequest10setCommandEPh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN16AtCommandRequest15setCommandValueEPh + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN16AtCommandRequest15setCommandValueEPh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN16AtCommandRequest15setCommandValueEPh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN16AtCommandRequest21setCommandValueLengthEh + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN16AtCommandRequest21setCommandValueLengthEh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN16AtCommandRequest21setCommandValueLengthEh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN16AtCommandRequest17clearCommandValueEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .ARM.extab.text._ZN16AtCommandRequest17clearCommandValueEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN16AtCommandRequest17clearCommandValueEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN22RemoteAtCommandRequestC2Ev + 0x0000000000000000 0x20 ./src/XBee/XBee.o + .ARM.extab.text._ZN22RemoteAtCommandRequestC2Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN22RemoteAtCommandRequestC2Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN22RemoteAtCommandRequestC2EtPhS0_h + 0x0000000000000000 0x38 ./src/XBee/XBee.o + .ARM.extab.text._ZN22RemoteAtCommandRequestC2EtPhS0_h + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN22RemoteAtCommandRequestC2EtPhS0_h + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN22RemoteAtCommandRequestC2EtPh + 0x0000000000000000 0x34 ./src/XBee/XBee.o + .ARM.extab.text._ZN22RemoteAtCommandRequestC2EtPh + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN22RemoteAtCommandRequestC2EtPh + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN22RemoteAtCommandRequestC2ER13XBeeAddress64PhS2_h + 0x0000000000000000 0x34 ./src/XBee/XBee.o + .ARM.extab.text._ZN22RemoteAtCommandRequestC2ER13XBeeAddress64PhS2_h + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN22RemoteAtCommandRequestC2ER13XBeeAddress64PhS2_h + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN22RemoteAtCommandRequestC2ER13XBeeAddress64Ph + 0x0000000000000000 0x34 ./src/XBee/XBee.o + .ARM.extab.text._ZN22RemoteAtCommandRequestC2ER13XBeeAddress64Ph + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN22RemoteAtCommandRequestC2ER13XBeeAddress64Ph + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN22RemoteAtCommandRequest18getRemoteAddress16Ev + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN22RemoteAtCommandRequest18getRemoteAddress16Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN22RemoteAtCommandRequest18getRemoteAddress16Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN22RemoteAtCommandRequest18setRemoteAddress16Et + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN22RemoteAtCommandRequest18setRemoteAddress16Et + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN22RemoteAtCommandRequest18setRemoteAddress16Et + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN22RemoteAtCommandRequest18getRemoteAddress64Ev + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN22RemoteAtCommandRequest18getRemoteAddress64Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN22RemoteAtCommandRequest18getRemoteAddress64Ev + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN22RemoteAtCommandRequest18setRemoteAddress64ER13XBeeAddress64 + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .ARM.extab.text._ZN22RemoteAtCommandRequest18setRemoteAddress64ER13XBeeAddress64 + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN22RemoteAtCommandRequest18setRemoteAddress64ER13XBeeAddress64 + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN22RemoteAtCommandRequest15getApplyChangesEv + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN22RemoteAtCommandRequest15getApplyChangesEv + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN22RemoteAtCommandRequest15getApplyChangesEv + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN22RemoteAtCommandRequest15setApplyChangesEb + 0x0000000000000000 0x4 ./src/XBee/XBee.o + .ARM.extab.text._ZN22RemoteAtCommandRequest15setApplyChangesEb + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN22RemoteAtCommandRequest15setApplyChangesEb + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN4XBee8sendByteEhb + 0x0000000000000000 0x3c ./src/XBee/XBee.o + .ARM.extab.text._ZN4XBee8sendByteEhb + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN4XBee8sendByteEhb + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .text._ZN4XBee4sendER11XBeeRequest + 0x0000000000000000 0x9e ./src/XBee/XBee.o + .ARM.extab.text._ZN4XBee4sendER11XBeeRequest + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .ARM.exidx.text._ZN4XBee4sendER11XBeeRequest + 0x0000000000000000 0x8 ./src/XBee/XBee.o + .ARM.extab.text.startup._GLOBAL__sub_I__ZN12XBeeResponseC2Ev + 0x0000000000000000 0x0 ./src/XBee/XBee.o + .rodata._ZTV14RxDataResponse + 0x0000000000000000 0x10 ./src/XBee/XBee.o + .rodata._ZTV20ZBRxIoSampleResponse + 0x0000000000000000 0x10 ./src/XBee/XBee.o + .rodata._ZTV11XBeeRequest + 0x0000000000000000 0x10 ./src/XBee/XBee.o + .rodata._ZTV14PayloadRequest + 0x0000000000000000 0x10 ./src/XBee/XBee.o + .rodata._ZTV16AtCommandRequest + 0x0000000000000000 0x10 ./src/XBee/XBee.o + .rodata._ZTV11ZBTxRequest + 0x0000000000000000 0x10 ./src/XBee/XBee.o + .rodata._ZTV12ZBRxResponse + 0x0000000000000000 0x10 ./src/XBee/XBee.o + .rodata._ZTV22RemoteAtCommandRequest + 0x0000000000000000 0x10 ./src/XBee/XBee.o + .text 0x0000000000000000 0x0 ./src/FatFs/SD.o + .data 0x0000000000000000 0x0 ./src/FatFs/SD.o + .bss 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFSD2Ev + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .text._ZN7PETITFSC2Ev + 0x0000000000000000 0xa ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFSC2Ev + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFSC2Ev + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS5beginEv + 0x0000000000000000 0x12 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS5beginEv + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS5beginEv + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS5beginEi + 0x0000000000000000 0xe ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS5beginEi + 0x0000000000000000 0xc ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS5beginEi + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS5beginE8SSP_PORT + 0x0000000000000000 0x24 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS5beginE8SSP_PORT + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS5beginE8SSP_PORT + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS6existsEv + 0x0000000000000000 0x4 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS6existsEv + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS6existsEv + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS5mkdirEv + 0x0000000000000000 0x4 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS5mkdirEv + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS5mkdirEv + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS4openEPKc + 0x0000000000000000 0x10 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS4openEPKc + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS4openEPKc + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS6removeEPKc + 0x0000000000000000 0x4 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS6removeEPKc + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS6removeEPKc + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS5rmdirEPKc + 0x0000000000000000 0x4 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS5rmdirEPKc + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS5rmdirEPKc + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS9availableEv + 0x0000000000000000 0x2 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS9availableEv + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS9availableEv + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS5closeEv + 0x0000000000000000 0x2 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS5closeEv + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS5closeEv + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS5flushEv + 0x0000000000000000 0x2 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS5flushEv + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS5flushEv + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS4peekEv + 0x0000000000000000 0x2 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS4peekEv + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS4peekEv + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS8positionEv + 0x0000000000000000 0x2 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS8positionEv + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS8positionEv + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS5printEPKc + 0x0000000000000000 0x2 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS5printEPKc + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS5printEPKc + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS5printEi12RADIX_FORMAT + 0x0000000000000000 0x2 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS5printEi12RADIX_FORMAT + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS5printEi12RADIX_FORMAT + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS7printlnEPKc + 0x0000000000000000 0x2 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS7printlnEPKc + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS7printlnEPKc + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS7printlnEi12RADIX_FORMAT + 0x0000000000000000 0x2 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS7printlnEi12RADIX_FORMAT + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS7printlnEi12RADIX_FORMAT + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS4seekEm + 0x0000000000000000 0x2 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS4seekEm + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS4seekEm + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS4sizeEv + 0x0000000000000000 0x2 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS4sizeEv + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS4sizeEv + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS4readEv + 0x0000000000000000 0x2e ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS4readEv + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS4readEv + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS5writeEPKc + 0x0000000000000000 0x2 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS5writeEPKc + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS5writeEPKc + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .text._ZN7PETITFS5writeEPKci + 0x0000000000000000 0x2 ./src/FatFs/SD.o + .ARM.extab.text._ZN7PETITFS5writeEPKci + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .ARM.exidx.text._ZN7PETITFS5writeEPKci + 0x0000000000000000 0x8 ./src/FatFs/SD.o + .ARM.extab.text.startup._GLOBAL__sub_I_SDFile + 0x0000000000000000 0x0 ./src/FatFs/SD.o + .text 0x0000000000000000 0x0 ./src/FatFs/pff.o + .data 0x0000000000000000 0x0 ./src/FatFs/pff.o + .bss 0x0000000000000000 0x0 ./src/FatFs/pff.o + .text._ZL10clust2sectm + 0x0000000000000000 0x20 ./src/FatFs/pff.o + .ARM.extab.text._ZL10clust2sectm + 0x0000000000000000 0x0 ./src/FatFs/pff.o + .ARM.exidx.text._ZL10clust2sectm + 0x0000000000000000 0x8 ./src/FatFs/pff.o + .text._ZL10dir_rewindP5_DIR_ + 0x0000000000000000 0x44 ./src/FatFs/pff.o + .ARM.extab.text._ZL10dir_rewindP5_DIR_ + 0x0000000000000000 0x0 ./src/FatFs/pff.o + .ARM.exidx.text._ZL10dir_rewindP5_DIR_ + 0x0000000000000000 0x8 ./src/FatFs/pff.o + .text._ZL7get_fatm + 0x0000000000000000 0xd4 ./src/FatFs/pff.o + .ARM.extab.text._ZL7get_fatm + 0x0000000000000000 0x0 ./src/FatFs/pff.o + .ARM.exidx.text._ZL7get_fatm + 0x0000000000000000 0x8 ./src/FatFs/pff.o + .text._ZL8dir_nextP5_DIR_ + 0x0000000000000000 0x60 ./src/FatFs/pff.o + .ARM.extab.text._ZL8dir_nextP5_DIR_ + 0x0000000000000000 0x0 ./src/FatFs/pff.o + .ARM.exidx.text._ZL8dir_nextP5_DIR_ + 0x0000000000000000 0x8 ./src/FatFs/pff.o + .text._ZL11follow_pathP5_DIR_PKc + 0x0000000000000000 0x14c ./src/FatFs/pff.o + .ARM.extab.text._ZL11follow_pathP5_DIR_PKc + 0x0000000000000000 0x0 ./src/FatFs/pff.o + .ARM.exidx.text._ZL11follow_pathP5_DIR_PKc + 0x0000000000000000 0x8 ./src/FatFs/pff.o + .text._ZL8check_fsPhm + 0x0000000000000000 0x80 ./src/FatFs/pff.o + .ARM.extab.text._ZL8check_fsPhm + 0x0000000000000000 0x0 ./src/FatFs/pff.o + .ARM.exidx.text._ZL8check_fsPhm + 0x0000000000000000 0x8 ./src/FatFs/pff.o + .text._Z8pf_mountP7_FATFS_ + 0x0000000000000000 0x16c ./src/FatFs/pff.o + .ARM.extab.text._Z8pf_mountP7_FATFS_ + 0x0000000000000000 0x0 ./src/FatFs/pff.o + .ARM.exidx.text._Z8pf_mountP7_FATFS_ + 0x0000000000000000 0x8 ./src/FatFs/pff.o + .text._Z7pf_openPKc + 0x0000000000000000 0x74 ./src/FatFs/pff.o + .ARM.extab.text._Z7pf_openPKc + 0x0000000000000000 0x0 ./src/FatFs/pff.o + .ARM.exidx.text._Z7pf_openPKc + 0x0000000000000000 0x8 ./src/FatFs/pff.o + .text._Z7pf_readPvtPt + 0x0000000000000000 0xcc ./src/FatFs/pff.o + .ARM.extab.text._Z7pf_readPvtPt + 0x0000000000000000 0x0 ./src/FatFs/pff.o + .ARM.exidx.text._Z7pf_readPvtPt + 0x0000000000000000 0x8 ./src/FatFs/pff.o + .text._Z8pf_writePKvtPt + 0x0000000000000000 0x118 ./src/FatFs/pff.o + .ARM.extab.text._Z8pf_writePKvtPt + 0x0000000000000000 0x0 ./src/FatFs/pff.o + .ARM.exidx.text._Z8pf_writePKvtPt + 0x0000000000000000 0x8 ./src/FatFs/pff.o + .text._Z8pf_lseekm + 0x0000000000000000 0xb0 ./src/FatFs/pff.o + .ARM.extab.text._Z8pf_lseekm + 0x0000000000000000 0x0 ./src/FatFs/pff.o + .ARM.exidx.text._Z8pf_lseekm + 0x0000000000000000 0x8 ./src/FatFs/pff.o + .text._Z10pf_opendirP5_DIR_PKc + 0x0000000000000000 0x5c ./src/FatFs/pff.o + .ARM.extab.text._Z10pf_opendirP5_DIR_PKc + 0x0000000000000000 0x0 ./src/FatFs/pff.o + .ARM.exidx.text._Z10pf_opendirP5_DIR_PKc + 0x0000000000000000 0x8 ./src/FatFs/pff.o + .text._Z10pf_readdirP5_DIR_P9_FILINFO_ + 0x0000000000000000 0x10c ./src/FatFs/pff.o + .ARM.extab.text._Z10pf_readdirP5_DIR_P9_FILINFO_ + 0x0000000000000000 0x0 ./src/FatFs/pff.o + .ARM.exidx.text._Z10pf_readdirP5_DIR_P9_FILINFO_ + 0x0000000000000000 0x8 ./src/FatFs/pff.o + .bss._ZL5FatFs + 0x0000000000000000 0x4 ./src/FatFs/pff.o + .text 0x0000000000000000 0x0 ./src/FatFs/sdcard.o + .data 0x0000000000000000 0x0 ./src/FatFs/sdcard.o + .bss 0x0000000000000000 0x0 ./src/FatFs/sdcard.o + .text._Z8xmit_spih + 0x0000000000000000 0x10 ./src/FatFs/sdcard.o + .ARM.extab.text._Z8xmit_spih + 0x0000000000000000 0xc ./src/FatFs/sdcard.o + .ARM.exidx.text._Z8xmit_spih + 0x0000000000000000 0x8 ./src/FatFs/sdcard.o + .text._Z7rcv_spiv + 0x0000000000000000 0x10 ./src/FatFs/sdcard.o + .ARM.extab.text._Z7rcv_spiv + 0x0000000000000000 0xc ./src/FatFs/sdcard.o + .ARM.exidx.text._Z7rcv_spiv + 0x0000000000000000 0x8 ./src/FatFs/sdcard.o + .text._ZL8send_cmdhm + 0x0000000000000000 0x88 ./src/FatFs/sdcard.o + .ARM.extab.text._ZL8send_cmdhm + 0x0000000000000000 0x0 ./src/FatFs/sdcard.o + .ARM.exidx.text._ZL8send_cmdhm + 0x0000000000000000 0x8 ./src/FatFs/sdcard.o + .text._ZL11release_spiv + 0x0000000000000000 0x18 ./src/FatFs/sdcard.o + .ARM.extab.text._ZL11release_spiv + 0x0000000000000000 0xc ./src/FatFs/sdcard.o + .ARM.exidx.text._ZL11release_spiv + 0x0000000000000000 0x8 ./src/FatFs/sdcard.o + .text._Z10disk_readpPhmtt + 0x0000000000000000 0xa4 ./src/FatFs/sdcard.o + .ARM.extab.text._Z10disk_readpPhmtt + 0x0000000000000000 0x0 ./src/FatFs/sdcard.o + .ARM.exidx.text._Z10disk_readpPhmtt + 0x0000000000000000 0x8 ./src/FatFs/sdcard.o + .text._Z11disk_writepPKhm + 0x0000000000000000 0xb4 ./src/FatFs/sdcard.o + .ARM.extab.text._Z11disk_writepPKhm + 0x0000000000000000 0x0 ./src/FatFs/sdcard.o + .ARM.exidx.text._Z11disk_writepPKhm + 0x0000000000000000 0x8 ./src/FatFs/sdcard.o + .text._Z15disk_initializev + 0x0000000000000000 0x144 ./src/FatFs/sdcard.o + .ARM.extab.text._Z15disk_initializev + 0x0000000000000000 0x0 ./src/FatFs/sdcard.o + .ARM.exidx.text._Z15disk_initializev + 0x0000000000000000 0x8 ./src/FatFs/sdcard.o + .bss._ZL8CardType + 0x0000000000000000 0x1 ./src/FatFs/sdcard.o + .bss._ZZ11disk_writepPKhmE2wc + 0x0000000000000000 0x2 ./src/FatFs/sdcard.o + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_thumb1_case_uqi.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_thumb1_case_uqi.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_udivsi3.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_udivsi3.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_divsi3.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_divsi3.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_dvmd_tls.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_dvmd_tls.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_arm_cmpdf2.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_arm_cmpdf2.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(divdf3.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(divdf3.o) + .ARM.extab 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(divdf3.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(eqdf2.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(eqdf2.o) + .ARM.extab 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(eqdf2.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(gedf2.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(gedf2.o) + .ARM.extab 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(gedf2.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(ledf2.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(ledf2.o) + .ARM.extab 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(ledf2.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(muldf3.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(muldf3.o) + .ARM.extab 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(muldf3.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(subdf3.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(subdf3.o) + .ARM.extab 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(subdf3.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(fixdfsi.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(fixdfsi.o) + .ARM.extab 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(fixdfsi.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(floatsidf.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(floatsidf.o) + .ARM.extab 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(floatsidf.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(unwind-arm.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(unwind-arm.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(libunwind.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(libunwind.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(pr-support.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(pr-support.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_clzsi2.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_clzsi2.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-abort.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-abort.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-init.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-init.o) + .text 0x0000000000000000 0x28 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-malloc.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-malloc.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-malloc.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-memcpy.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-memcpy.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-mlock.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-mlock.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-sbrkr.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-sbrkr.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signal.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signal.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signalr.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signalr.o) + .text 0x0000000000000000 0x10 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-strlen.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-strlen.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-strlen.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-freer.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-freer.o) + .text 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-impure.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-impure.o) + .rodata 0x0000000000000000 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-impure.o) + .text 0x0000000000000000 0x100 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-reent.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-reent.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-reent.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_exit.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_exit.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(getpid.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(getpid.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_check_heap.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_check_heap.o) + .text 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crti.o + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crti.o + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crti.o + .text 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtn.o + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtn.o + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtn.o + .fini_array 0x0000000000000000 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtbegin.o + .text 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtend.o + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtend.o + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtend.o + .eh_frame 0x0000000000000000 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtend.o + .jcr 0x0000000000000000 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtend.o + .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-errno.o) + .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-errno.o) + +Memory Configuration + +Name Origin Length Attributes +MFlash32 0x0000000000001000 0x0000000000007000 xr +RamLoc8 0x0000000010000000 0x0000000000001fe0 xrw +*default* 0x0000000000000000 0xffffffffffffffff + +Linker script and memory map + +LOAD ./src/user_application.o +LOAD ./src/core/LiquidCrystal.o +LOAD ./src/core/Print.o +LOAD ./src/core/SPI.o +LOAD ./src/core/SPI1.o +LOAD ./src/core/SoftwareSerial.o +LOAD ./src/core/Wire.o +LOAD ./src/core/analogio.o +LOAD ./src/core/arithmetical.o +LOAD ./src/core/cr_cpp_config.o +LOAD ./src/core/cr_startup_lpc11.o +LOAD ./src/core/delay.o +LOAD ./src/core/gpio.o +LOAD ./src/core/gpio_int.o +LOAD ./src/core/maryoled.o +LOAD ./src/core/startup_mary.o +LOAD ./src/core/system_LPC11xx.o +LOAD ./src/core/uart.o +LOAD ./src/XBee/XBee.o +LOAD ./src/FatFs/SD.o +LOAD ./src/FatFs/pff.o +LOAD ./src/FatFs/sdcard.o +START GROUP +LOAD /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a +LOAD /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a +LOAD /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libm.a +LOAD /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a +LOAD /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crti.o +LOAD /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtn.o +LOAD /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtbegin.o +LOAD /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtend.o +END GROUP + 0x0000000000008000 __top_MFlash32 = 0x8000 + 0x0000000010001fe0 __top_RamLoc8 = 0x10001fe0 + +.text 0x0000000000001000 0x45dc + FILL mask 0xff + *(.isr_vector) + .isr_vector 0x0000000000001000 0xc0 ./src/core/cr_startup_lpc11.o + 0x0000000000001000 g_pfnVectors + 0x00000000000010c0 . = ALIGN (0x4) + 0x00000000000010c0 __section_table_start = . + 0x00000000000010c0 __data_section_table = . + 0x00000000000010c0 0x4 LONG 0x58c8 LOADADDR (.data) + 0x00000000000010c4 0x4 LONG 0x10000000 ADDR (.data) + 0x00000000000010c8 0x4 LONG 0x84c SIZEOF (.data) + 0x00000000000010cc __data_section_table_end = . + 0x00000000000010cc __bss_section_table = . + 0x00000000000010cc 0x4 LONG 0x1000084c ADDR (.bss) + 0x00000000000010d0 0x4 LONG 0x1d4 SIZEOF (.bss) + 0x00000000000010d4 __bss_section_table_end = . + 0x00000000000010d4 __section_table_end = . + *(.after_vectors*) + .after_vectors + 0x00000000000010d4 0x84 ./src/core/cr_startup_lpc11.o + 0x00000000000010d4 NMI_Handler + 0x00000000000010d8 HardFault_Handler + 0x00000000000010dc SVCall_Handler + 0x00000000000010e0 PendSV_Handler + 0x00000000000010e8 _Z9data_initjjj + 0x00000000000010fa _Z8bss_initjj + 0x000000000000110c ResetISR + 0x0000000000001154 UART_IRQHandler + 0x0000000000001154 SSP0_IRQHandler + 0x0000000000001154 ADC_IRQHandler + 0x0000000000001154 SSP1_IRQHandler + 0x0000000000001154 IntDefaultHandler + 0x0000000000001154 BOD_IRQHandler + 0x0000000000001154 WAKEUP_IRQHandler + 0x0000000000001154 I2C_IRQHandler + 0x0000000000001154 TIMER32_0_IRQHandler + 0x0000000000001154 WDT_IRQHandler + 0x0000000000001154 CAN_IRQHandler + *(.text*) + .text._Z7hsv2rgbi + 0x0000000000001158 0x210 ./src/user_application.o + 0x0000000000001158 _Z7hsv2rgbi + .text._Z13deleteMessagev + 0x0000000000001368 0x50 ./src/user_application.o + 0x0000000000001368 _Z13deleteMessagev + .text._Z5setupv + 0x00000000000013b8 0x2c ./src/user_application.o + 0x00000000000013b8 _Z5setupv + .text._Z4loopv + 0x00000000000013e4 0x74 ./src/user_application.o + 0x00000000000013e4 _Z4loopv + .text._ZN5Print7printlnEv + 0x0000000000001458 0x18 ./src/core/Print.o + 0x0000000000001458 _ZN5Print7printlnEv + .text._ZN5Print5printEPKc + 0x0000000000001470 0x1a ./src/core/Print.o + 0x0000000000001470 _ZN5Print5printEPKc + *fill* 0x000000000000148a 0x2 00 + .text._ZN5Print5printEi12RADIX_FORMAT + 0x000000000000148c 0x12c ./src/core/Print.o + 0x000000000000148c _ZN5Print5printEi12RADIX_FORMAT + .text._ZN5Print7printlnEPKc + 0x00000000000015b8 0x12 ./src/core/Print.o + 0x00000000000015b8 _ZN5Print7printlnEPKc + .text._ZN5Print7printlnEi12RADIX_FORMAT + 0x00000000000015ca 0x12 ./src/core/Print.o + 0x00000000000015ca _ZN5Print7printlnEi12RADIX_FORMAT + .text._ZN3SSPD2Ev + 0x00000000000015dc 0x2 ./src/core/SPI.o + 0x00000000000015dc _ZN3SSPD2Ev + 0x00000000000015dc _ZN3SSPD1Ev + *fill* 0x00000000000015de 0x2 00 + .text.ssp_begin + 0x00000000000015e0 0xfc ./src/core/SPI.o + 0x00000000000015e0 ssp_begin + .text._ZN3SSP5beginEv + 0x00000000000016dc 0x12 ./src/core/SPI.o + 0x00000000000016dc _ZN3SSP5beginEv + .text._ZN3SSPC2Ev + 0x00000000000016ee 0x1c ./src/core/SPI.o + 0x00000000000016ee _ZN3SSPC2Ev + 0x00000000000016ee _ZN3SSPC1Ev + *fill* 0x000000000000170a 0x2 00 + .text.startup._GLOBAL__sub_I_SPI + 0x000000000000170c 0x24 ./src/core/SPI.o + .text._ZN4SSP1D2Ev + 0x0000000000001730 0x2 ./src/core/SPI1.o + 0x0000000000001730 _ZN4SSP1D2Ev + 0x0000000000001730 _ZN4SSP1D1Ev + *fill* 0x0000000000001732 0x2 00 + .text.ssp1_begin + 0x0000000000001734 0xf0 ./src/core/SPI1.o + 0x0000000000001734 ssp1_begin + .text._ZN4SSP15beginEv + 0x0000000000001824 0x12 ./src/core/SPI1.o + 0x0000000000001824 _ZN4SSP15beginEv + .text._ZN4SSP1C2Ev + 0x0000000000001836 0x1c ./src/core/SPI1.o + 0x0000000000001836 _ZN4SSP1C2Ev + 0x0000000000001836 _ZN4SSP1C1Ev + *fill* 0x0000000000001852 0x2 00 + .text.startup._GLOBAL__sub_I_SPI1 + 0x0000000000001854 0x24 ./src/core/SPI1.o + .text.NVIC_SetPriority.constprop.2 + 0x0000000000001878 0x5c ./src/core/analogio.o + .text.setup_TIMER16_0 + 0x00000000000018d4 0x54 ./src/core/analogio.o + 0x00000000000018d4 setup_TIMER16_0 + .text.setup_TIMER16_1 + 0x0000000000001928 0x48 ./src/core/analogio.o + 0x0000000000001928 setup_TIMER16_1 + .text.analogWrite + 0x0000000000001970 0xc8 ./src/core/analogio.o + 0x0000000000001970 analogWrite + .text.TIMER16_0_IRQHandler + 0x0000000000001a38 0xe0 ./src/core/analogio.o + 0x0000000000001a38 TIMER16_0_IRQHandler + .text.TIMER16_1_IRQHandler + 0x0000000000001b18 0x8 ./src/core/analogio.o + 0x0000000000001b18 TIMER16_1_IRQHandler + .text.__aeabi_atexit + 0x0000000000001b20 0x4 ./src/core/cr_cpp_config.o + 0x0000000000001b20 __aeabi_atexit + .text.NVIC_SetPriority + 0x0000000000001b24 0x64 ./src/core/delay.o + .text.delay 0x0000000000001b88 0x18 ./src/core/delay.o + 0x0000000000001b88 delay + .text.setup_TIMER32_1 + 0x0000000000001ba0 0x2c ./src/core/delay.o + 0x0000000000001ba0 setup_TIMER32_1 + .text.TIMER32_1_IRQHandler + 0x0000000000001bcc 0x24 ./src/core/delay.o + 0x0000000000001bcc TIMER32_1_IRQHandler + .text.SysTick_Handler + 0x0000000000001bf0 0x10 ./src/core/delay.o + 0x0000000000001bf0 SysTick_Handler + .text.setup_systick + 0x0000000000001c00 0x50 ./src/core/delay.o + 0x0000000000001c00 setup_systick + .text.pinMode 0x0000000000001c50 0x100 ./src/core/gpio.o + 0x0000000000001c50 pinMode + .text.digitalWrite + 0x0000000000001d50 0xac ./src/core/gpio.o + 0x0000000000001d50 digitalWrite + .text.GPIOIntStatus + 0x0000000000001dfc 0x50 ./src/core/gpio.o + 0x0000000000001dfc GPIOIntStatus + .text.GPIOIntClear + 0x0000000000001e4c 0x4c ./src/core/gpio.o + 0x0000000000001e4c GPIOIntClear + .text.GPIO_IRQHandler + 0x0000000000001e98 0x30 ./src/core/gpio_int.o + 0x0000000000001e98 GPIO_IRQHandler + .text.PIOINT0_IRQHandler + 0x0000000000001ec8 0x8 ./src/core/gpio_int.o + 0x0000000000001ec8 PIOINT0_IRQHandler + .text.PIOINT1_IRQHandler + 0x0000000000001ed0 0x8 ./src/core/gpio_int.o + 0x0000000000001ed0 PIOINT1_IRQHandler + .text.PIOINT2_IRQHandler + 0x0000000000001ed8 0x8 ./src/core/gpio_int.o + 0x0000000000001ed8 PIOINT2_IRQHandler + .text.PIOINT3_IRQHandler + 0x0000000000001ee0 0x8 ./src/core/gpio_int.o + 0x0000000000001ee0 PIOINT3_IRQHandler + .text._ZN8MARYOLEDD2Ev + 0x0000000000001ee8 0x2 ./src/core/maryoled.o + 0x0000000000001ee8 _ZN8MARYOLEDD1Ev + 0x0000000000001ee8 _ZN8MARYOLEDD2Ev + *fill* 0x0000000000001eea 0x2 00 + .text._ZN8MARYOLEDC2Ev + 0x0000000000001eec 0x24 ./src/core/maryoled.o + 0x0000000000001eec _ZN8MARYOLEDC1Ev + 0x0000000000001eec _ZN8MARYOLEDC2Ev + .text.startup._GLOBAL__sub_I_oled + 0x0000000000001f10 0x24 ./src/core/maryoled.o + .text.startup.main + 0x0000000000001f34 0x14 ./src/core/startup_mary.o + 0x0000000000001f34 main + .text.SystemInit + 0x0000000000001f48 0x90 ./src/core/system_LPC11xx.o + 0x0000000000001f48 SystemInit + .text._ZN7USerialD2Ev + 0x0000000000001fd8 0xc ./src/core/uart.o + 0x0000000000001fd8 _ZN7USerialD1Ev + 0x0000000000001fd8 _ZN7USerialD2Ev + .text._ZN7USerial5writeEc + 0x0000000000001fe4 0x18 ./src/core/uart.o + 0x0000000000001fe4 _ZN7USerial5writeEc + .text._ZN7USerial5beginEi + 0x0000000000001ffc 0x7c ./src/core/uart.o + 0x0000000000001ffc _ZN7USerial5beginEi + .text.startup._GLOBAL__sub_I_Serial + 0x0000000000002078 0x30 ./src/core/uart.o + .text.startup._GLOBAL__sub_I__ZN12XBeeResponseC2Ev + 0x00000000000020a8 0x14 ./src/XBee/XBee.o + .text._ZN7PETITFSD2Ev + 0x00000000000020bc 0x2 ./src/FatFs/SD.o + 0x00000000000020bc _ZN7PETITFSD2Ev + 0x00000000000020bc _ZN7PETITFSD1Ev + *fill* 0x00000000000020be 0x2 00 + .text.startup._GLOBAL__sub_I_SDFile + 0x00000000000020c0 0x24 ./src/FatFs/SD.o + .text 0x00000000000020e4 0x14 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_thumb1_case_uqi.o) + 0x00000000000020e4 __gnu_thumb1_case_uqi + .text 0x00000000000020f8 0x9c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_udivsi3.o) + 0x00000000000020f8 __udivsi3 + 0x00000000000020f8 __aeabi_uidiv + 0x0000000000002180 __aeabi_uidivmod + .text 0x0000000000002194 0xc0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_divsi3.o) + 0x0000000000002194 __aeabi_idiv + 0x0000000000002194 __divsi3 + 0x0000000000002240 __aeabi_idivmod + .text 0x0000000000002254 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_dvmd_tls.o) + 0x0000000000002254 __aeabi_ldiv0 + 0x0000000000002254 __aeabi_idiv0 + .text 0x0000000000002258 0x7c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_arm_cmpdf2.o) + 0x0000000000002258 __aeabi_cdrcmple + 0x0000000000002268 __aeabi_cdcmple + 0x0000000000002268 __aeabi_cdcmpeq + 0x0000000000002278 __aeabi_dcmpeq + 0x0000000000002284 __aeabi_dcmplt + 0x0000000000002298 __aeabi_dcmple + 0x00000000000022ac __aeabi_dcmpgt + 0x00000000000022c0 __aeabi_dcmpge + .text 0x00000000000022d4 0x5e4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(divdf3.o) + 0x00000000000022d4 __aeabi_ddiv + .text 0x00000000000028b8 0x80 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(eqdf2.o) + 0x00000000000028b8 __eqdf2 + 0x00000000000028b8 __nedf2 + .text 0x0000000000002938 0xec /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(gedf2.o) + 0x0000000000002938 __gtdf2 + 0x0000000000002938 __gedf2 + .text 0x0000000000002a24 0xc0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(ledf2.o) + 0x0000000000002a24 __ltdf2 + 0x0000000000002a24 __ledf2 + .text 0x0000000000002ae4 0x4a4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(muldf3.o) + 0x0000000000002ae4 __aeabi_dmul + .text 0x0000000000002f88 0x72c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(subdf3.o) + 0x0000000000002f88 __aeabi_dsub + .text 0x00000000000036b4 0x68 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(fixdfsi.o) + 0x00000000000036b4 __aeabi_d2iz + .text 0x000000000000371c 0x78 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(floatsidf.o) + 0x000000000000371c __aeabi_i2d + .text 0x0000000000003794 0xb5c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(unwind-arm.o) + 0x0000000000003a54 _Unwind_VRS_Get + 0x0000000000003a98 _Unwind_VRS_Set + 0x0000000000003dfc __aeabi_unwind_cpp_pr2 + 0x0000000000003e08 __aeabi_unwind_cpp_pr1 + 0x0000000000003e14 __aeabi_unwind_cpp_pr0 + 0x0000000000003e20 _Unwind_VRS_Pop + 0x00000000000041a4 _Unwind_GetCFA + 0x00000000000041a8 __gnu_Unwind_RaiseException + 0x0000000000004200 __gnu_Unwind_ForcedUnwind + 0x0000000000004214 __gnu_Unwind_Resume + 0x0000000000004254 __gnu_Unwind_Resume_or_Rethrow + 0x0000000000004270 _Unwind_Complete + 0x0000000000004274 _Unwind_DeleteException + 0x0000000000004284 __gnu_Unwind_Backtrace + .text 0x00000000000042f0 0x144 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(libunwind.o) + 0x00000000000042f0 __restore_core_regs + 0x00000000000042f0 restore_core_regs + 0x000000000000431c __gnu_Unwind_Restore_VFP + 0x0000000000004320 __gnu_Unwind_Save_VFP + 0x0000000000004324 __gnu_Unwind_Restore_VFP_D + 0x0000000000004328 __gnu_Unwind_Save_VFP_D + 0x000000000000432c __gnu_Unwind_Restore_VFP_D_16_to_31 + 0x0000000000004330 __gnu_Unwind_Save_VFP_D_16_to_31 + 0x0000000000004334 __gnu_Unwind_Restore_WMMXD + 0x0000000000004338 __gnu_Unwind_Save_WMMXD + 0x000000000000433c __gnu_Unwind_Restore_WMMXC + 0x0000000000004340 __gnu_Unwind_Save_WMMXC + 0x0000000000004344 _Unwind_RaiseException + 0x0000000000004344 ___Unwind_RaiseException + 0x0000000000004374 ___Unwind_Resume + 0x0000000000004374 _Unwind_Resume + 0x00000000000043a4 ___Unwind_Resume_or_Rethrow + 0x00000000000043a4 _Unwind_Resume_or_Rethrow + 0x00000000000043d4 _Unwind_ForcedUnwind + 0x00000000000043d4 ___Unwind_ForcedUnwind + 0x0000000000004404 _Unwind_Backtrace + 0x0000000000004404 ___Unwind_Backtrace + .text 0x0000000000004434 0x38c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(pr-support.o) + 0x0000000000004488 __gnu_unwind_execute + 0x0000000000004768 __gnu_unwind_frame + 0x0000000000004790 _Unwind_GetRegionStart + 0x000000000000479c _Unwind_GetLanguageSpecificData + 0x00000000000047b0 _Unwind_GetDataRelBase + 0x00000000000047b8 _Unwind_GetTextRelBase + .text 0x00000000000047c0 0x3c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_clzsi2.o) + 0x00000000000047c0 __clzsi2 + .text 0x00000000000047fc 0x10 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-abort.o) + 0x00000000000047fc abort + .text 0x000000000000480c 0x44 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-init.o) + 0x000000000000480c __libc_init_array + .text 0x0000000000004850 0x514 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-mallocr.o) + 0x0000000000004850 _malloc_r + .text 0x0000000000004d64 0x7c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-memcpy.o) + 0x0000000000004d64 memcpy + .text 0x0000000000004de0 0x8 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-mlock.o) + 0x0000000000004de0 __malloc_lock + 0x0000000000004de4 __malloc_unlock + .text 0x0000000000004de8 0x24 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-sbrkr.o) + 0x0000000000004de8 _sbrk_r + .text 0x0000000000004e0c 0x16c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signal.o) + 0x0000000000004e0c _init_signal_r + 0x0000000000004e48 _signal_r + 0x0000000000004e84 _raise_r + 0x0000000000004edc __sigtramp_r + 0x0000000000004f28 raise + 0x0000000000004f3c signal + 0x0000000000004f54 _init_signal + 0x0000000000004f64 __sigtramp + .text 0x0000000000004f78 0x30 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signalr.o) + 0x0000000000004f78 _kill_r + 0x0000000000004fa0 _getpid_r + .text 0x0000000000004fa8 0x240 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-freer.o) + 0x0000000000004fa8 _malloc_trim_r + 0x0000000000005050 _free_r + .text 0x00000000000051e8 0x40 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) + 0x00000000000051e8 _sbrk + .text 0x0000000000005228 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_exit.o) + 0x0000000000005228 _exit + .text 0x000000000000522c 0x10 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(getpid.o) + 0x000000000000522c _getpid + .text 0x000000000000523c 0x10 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) + 0x000000000000523c _kill + .text 0x000000000000524c 0x2c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_check_heap.o) + 0x000000000000524c __check_heap_overflow + .text 0x0000000000005278 0x60 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtbegin.o + .text 0x00000000000052d8 0xc /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-errno.o) + 0x00000000000052d8 __errno + *(.rodata .rodata.*) + .rodata.str1.1 + 0x00000000000052e4 0x21 ./src/user_application.o + 0x22 (size before relaxing) + .rodata._ZL9radix_hex + 0x0000000000005305 0x11 ./src/core/Print.o + .rodata._ZL9radix_dec + 0x0000000000005316 0xb ./src/core/Print.o + .rodata._ZL9radix_oct + 0x0000000000005321 0x9 ./src/core/Print.o + .rodata._ZL9radix_bin + 0x000000000000532a 0x3 ./src/core/Print.o + .rodata._ZL9IOCON_LUT + 0x000000000000532d 0x30 ./src/core/gpio.o + *fill* 0x000000000000535d 0x3 00 + .rodata._ZL8LPC_GPIO + 0x0000000000005360 0x10 ./src/core/gpio.o + .rodata._ZL14mary_pinAssign + 0x0000000000005370 0xe0 ./src/core/gpio.o + .rodata._ZL17arduino_pinAssign + 0x0000000000005450 0xb0 ./src/core/gpio.o + .rodata._ZTV7USerial + 0x0000000000005500 0x10 ./src/core/uart.o + 0x0000000000005500 _ZTV7USerial + .rodata 0x0000000000005510 0x40 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(divdf3.o) + .rodata 0x0000000000005550 0x40 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(muldf3.o) + .rodata 0x0000000000005590 0x14 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(unwind-arm.o) + .rodata.str1.4 + 0x00000000000055a4 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-impure.o) + 0x00000000000055a8 . = ALIGN (0x4) + 0x00000000000055a8 . = ALIGN (0x4) + *(.init) + .init 0x00000000000055a8 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crti.o + 0x00000000000055a8 _init + .init 0x00000000000055ac 0x8 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtn.o + 0x00000000000055b4 . = ALIGN (0x4) + 0x00000000000055b4 __preinit_array_start = . + *(.preinit_array) + 0x00000000000055b4 __preinit_array_end = . + 0x00000000000055b4 . = ALIGN (0x4) + 0x00000000000055b4 __init_array_start = . + *(SORT(.init_array.*)) + *(.init_array) + .init_array 0x00000000000055b4 0x4 ./src/core/SPI.o + .init_array 0x00000000000055b8 0x4 ./src/core/SPI1.o + .init_array 0x00000000000055bc 0x4 ./src/core/maryoled.o + .init_array 0x00000000000055c0 0x4 ./src/core/uart.o + .init_array 0x00000000000055c4 0x4 ./src/XBee/XBee.o + .init_array 0x00000000000055c8 0x4 ./src/FatFs/SD.o + .init_array 0x00000000000055cc 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtbegin.o + 0x00000000000055d0 __init_array_end = . + *(.fini) + .fini 0x00000000000055d0 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crti.o + 0x00000000000055d0 _fini + .fini 0x00000000000055d4 0x8 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtn.o + 0x00000000000055dc . = ALIGN (0x4) + *crtbegin.o(.ctors) + *(EXCLUDE_FILE(*crtend.o) .ctors) + *(SORT(.ctors.*)) + *crtend.o(.ctors) + 0x00000000000055dc . = ALIGN (0x4) + *crtbegin.o(.dtors) + *(EXCLUDE_FILE(*crtend.o) .dtors) + *(SORT(.dtors.*)) + *crtend.o(.dtors) + +.glue_7 0x00000000000055dc 0x0 + .glue_7 0x0000000000000000 0x0 linker stubs + +.glue_7t 0x00000000000055dc 0x0 + .glue_7t 0x0000000000000000 0x0 linker stubs + +.vfp11_veneer 0x00000000000055dc 0x0 + .vfp11_veneer 0x0000000000000000 0x0 linker stubs + +.v4_bx 0x00000000000055dc 0x0 + .v4_bx 0x0000000000000000 0x0 linker stubs + +.ARM.extab 0x00000000000055dc 0x114 + *(.ARM.extab* .gnu.linkonce.armextab.*) + .ARM.extab.text._Z13deleteMessagev + 0x00000000000055dc 0xc ./src/user_application.o + .ARM.extab.text._Z5setupv + 0x00000000000055e8 0xc ./src/user_application.o + .ARM.extab.text._ZN3SSP5beginEv + 0x00000000000055f4 0xc ./src/core/SPI.o + .ARM.extab.text._ZN4SSP15beginEv + 0x0000000000005600 0xc ./src/core/SPI1.o + .ARM.extab.text.TIMER16_1_IRQHandler + 0x000000000000560c 0xc ./src/core/analogio.o + .ARM.extab.text.PIOINT0_IRQHandler + 0x0000000000005618 0xc ./src/core/gpio_int.o + .ARM.extab.text.PIOINT1_IRQHandler + 0x0000000000005624 0xc ./src/core/gpio_int.o + .ARM.extab.text.PIOINT2_IRQHandler + 0x0000000000005630 0xc ./src/core/gpio_int.o + .ARM.extab.text.PIOINT3_IRQHandler + 0x000000000000563c 0xc ./src/core/gpio_int.o + .ARM.extab.text.startup.main + 0x0000000000005648 0xc ./src/core/startup_mary.o + .ARM.extab 0x0000000000005654 0x6c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(unwind-arm.o) + .ARM.extab 0x00000000000056c0 0x30 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(pr-support.o) + 0x00000000000056f0 __exidx_start = . + +.eh_frame 0x00000000000056f0 0x0 + .eh_frame 0x00000000000056f0 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtbegin.o + +.ARM.exidx 0x00000000000056f0 0x1d8 + *(.ARM.exidx* .gnu.linkonce.armexidx.*) + .ARM.exidx.text._Z7hsv2rgbi + 0x0000000000005708 0x8 ./src/user_application.o + .ARM.exidx.text._Z13deleteMessagev + 0x0000000000005710 0x8 ./src/user_application.o + .ARM.exidx.text._Z5setupv + 0x0000000000005718 0x8 ./src/user_application.o + .ARM.exidx.text._Z4loopv + 0x0000000000005720 0x8 ./src/user_application.o + .ARM.exidx.text._ZN5Print7printlnEv + 0x0000000000005728 0x8 ./src/core/Print.o + .ARM.exidx.text._ZN5Print5printEPKc + 0x0000000000005730 0x8 ./src/core/Print.o + .ARM.exidx.text._ZN5Print5printEi12RADIX_FORMAT + 0x0000000000005738 0x8 ./src/core/Print.o + .ARM.exidx.text._ZN5Print7printlnEPKc + 0x0000000000005740 0x8 ./src/core/Print.o + .ARM.exidx.text._ZN5Print7printlnEi12RADIX_FORMAT + 0x0000000000005748 0x0 ./src/core/Print.o + 0x8 (size before relaxing) + .ARM.exidx.text._ZN3SSPD2Ev + 0x0000000000005748 0x8 ./src/core/SPI.o + .ARM.exidx.text.ssp_begin + 0x0000000000005750 0x8 ./src/core/SPI.o + .ARM.exidx.text._ZN3SSP5beginEv + 0x0000000000005758 0x8 ./src/core/SPI.o + .ARM.exidx.text._ZN3SSPC2Ev + 0x0000000000005760 0x8 ./src/core/SPI.o + .ARM.exidx.text.startup._GLOBAL__sub_I_SPI + 0x0000000000005768 0x8 ./src/core/SPI.o + .ARM.exidx.text._ZN4SSP1D2Ev + 0x0000000000005770 0x0 ./src/core/SPI1.o + 0x8 (size before relaxing) + .ARM.exidx.text.ssp1_begin + 0x0000000000005770 0x8 ./src/core/SPI1.o + .ARM.exidx.text._ZN4SSP15beginEv + 0x0000000000005778 0x8 ./src/core/SPI1.o + .ARM.exidx.text._ZN4SSP1C2Ev + 0x0000000000005780 0x8 ./src/core/SPI1.o + .ARM.exidx.text.startup._GLOBAL__sub_I_SPI1 + 0x0000000000005788 0x8 ./src/core/SPI1.o + .ARM.exidx.text.NVIC_SetPriority.constprop.2 + 0x0000000000005790 0x0 ./src/core/analogio.o + 0x8 (size before relaxing) + .ARM.exidx.text.setup_TIMER16_0 + 0x0000000000005790 0x0 ./src/core/analogio.o + 0x8 (size before relaxing) + .ARM.exidx.text.setup_TIMER16_1 + 0x0000000000005790 0x0 ./src/core/analogio.o + 0x8 (size before relaxing) + .ARM.exidx.text.analogWrite + 0x0000000000005790 0x8 ./src/core/analogio.o + .ARM.exidx.text.TIMER16_0_IRQHandler + 0x0000000000005798 0x0 ./src/core/analogio.o + 0x8 (size before relaxing) + .ARM.exidx.text.TIMER16_1_IRQHandler + 0x0000000000005798 0x8 ./src/core/analogio.o + .ARM.exidx.text.__aeabi_atexit + 0x00000000000057a0 0x8 ./src/core/cr_cpp_config.o + .ARM.exidx.after_vectors + 0x00000000000056f0 0x18 ./src/core/cr_startup_lpc11.o + 0x48 (size before relaxing) + .ARM.exidx.text.NVIC_SetPriority + 0x00000000000057a8 0x0 ./src/core/delay.o + 0x8 (size before relaxing) + .ARM.exidx.text.delay + 0x00000000000057a8 0x0 ./src/core/delay.o + 0x8 (size before relaxing) + .ARM.exidx.text.setup_TIMER32_1 + 0x00000000000057a8 0x0 ./src/core/delay.o + 0x8 (size before relaxing) + .ARM.exidx.text.TIMER32_1_IRQHandler + 0x00000000000057a8 0x8 ./src/core/delay.o + .ARM.exidx.text.SysTick_Handler + 0x00000000000057b0 0x8 ./src/core/delay.o + .ARM.exidx.text.setup_systick + 0x00000000000057b8 0x0 ./src/core/delay.o + 0x8 (size before relaxing) + .ARM.exidx.text.pinMode + 0x00000000000057b8 0x0 ./src/core/gpio.o + 0x8 (size before relaxing) + .ARM.exidx.text.digitalWrite + 0x00000000000057b8 0x0 ./src/core/gpio.o + 0x8 (size before relaxing) + .ARM.exidx.text.GPIOIntStatus + 0x00000000000057b8 0x0 ./src/core/gpio.o + 0x8 (size before relaxing) + .ARM.exidx.text.GPIOIntClear + 0x00000000000057b8 0x0 ./src/core/gpio.o + 0x8 (size before relaxing) + .ARM.exidx.text.GPIO_IRQHandler + 0x00000000000057b8 0x8 ./src/core/gpio_int.o + .ARM.exidx.text.PIOINT0_IRQHandler + 0x00000000000057c0 0x8 ./src/core/gpio_int.o + .ARM.exidx.text.PIOINT1_IRQHandler + 0x00000000000057c8 0x8 ./src/core/gpio_int.o + .ARM.exidx.text.PIOINT2_IRQHandler + 0x00000000000057d0 0x8 ./src/core/gpio_int.o + .ARM.exidx.text.PIOINT3_IRQHandler + 0x00000000000057d8 0x8 ./src/core/gpio_int.o + .ARM.exidx.text._ZN8MARYOLEDD2Ev + 0x00000000000057e0 0x8 ./src/core/maryoled.o + .ARM.exidx.text._ZN8MARYOLEDC2Ev + 0x00000000000057e8 0x0 ./src/core/maryoled.o + 0x8 (size before relaxing) + .ARM.exidx.text.startup._GLOBAL__sub_I_oled + 0x00000000000057e8 0x0 ./src/core/maryoled.o + 0x8 (size before relaxing) + .ARM.exidx.text.startup.main + 0x00000000000057e8 0x8 ./src/core/startup_mary.o + .ARM.exidx.text.SystemInit + 0x00000000000057f0 0x8 ./src/core/system_LPC11xx.o + .ARM.exidx.text._ZN7USerialD2Ev + 0x00000000000057f8 0x0 ./src/core/uart.o + 0x8 (size before relaxing) + .ARM.exidx.text._ZN7USerial5writeEc + 0x00000000000057f8 0x0 ./src/core/uart.o + 0x8 (size before relaxing) + .ARM.exidx.text._ZN7USerial5beginEi + 0x00000000000057f8 0x0 ./src/core/uart.o + 0x8 (size before relaxing) + .ARM.exidx.text.startup._GLOBAL__sub_I_Serial + 0x00000000000057f8 0x0 ./src/core/uart.o + 0x8 (size before relaxing) + .ARM.exidx.text.startup._GLOBAL__sub_I__ZN12XBeeResponseC2Ev + 0x00000000000057f8 0x0 ./src/XBee/XBee.o + 0x8 (size before relaxing) + .ARM.exidx.text._ZN7PETITFSD2Ev + 0x00000000000057f8 0x0 ./src/FatFs/SD.o + 0x8 (size before relaxing) + .ARM.exidx.text.startup._GLOBAL__sub_I_SDFile + 0x00000000000057f8 0x0 ./src/FatFs/SD.o + 0x8 (size before relaxing) + .ARM.exidx 0x00000000000057f8 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(divdf3.o) + 0x8 (size before relaxing) + .ARM.exidx 0x00000000000057f8 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(eqdf2.o) + 0x8 (size before relaxing) + .ARM.exidx 0x00000000000057f8 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(gedf2.o) + 0x8 (size before relaxing) + .ARM.exidx 0x00000000000057f8 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(ledf2.o) + 0x8 (size before relaxing) + .ARM.exidx 0x00000000000057f8 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(muldf3.o) + 0x8 (size before relaxing) + .ARM.exidx 0x00000000000057f8 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(subdf3.o) + 0x8 (size before relaxing) + .ARM.exidx 0x00000000000057f8 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(fixdfsi.o) + 0x8 (size before relaxing) + .ARM.exidx 0x00000000000057f8 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(floatsidf.o) + 0x8 (size before relaxing) + .ARM.exidx 0x00000000000057f8 0x98 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(unwind-arm.o) + 0xc0 (size before relaxing) + .ARM.exidx 0x0000000000005890 0x38 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(pr-support.o) + 0x48 (size before relaxing) + 0x00000000000058c8 __exidx_end = . + 0x00000000000058c8 _etext = . + +.uninit_RESERVED + *(.bss.$RESERVED*) + +.data 0x0000000010000000 0x84c load address 0x00000000000058c8 + FILL mask 0xff + 0x0000000010000000 _data = . + *(vtable) + *(.data*) + .data.SystemCoreClock + 0x0000000010000000 0x4 ./src/core/system_LPC11xx.o + 0x0000000010000000 SystemCoreClock + .data 0x0000000010000004 0x410 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-mallocr.o) + 0x0000000010000004 __malloc_av_ + 0x000000001000040c __malloc_sbrk_base + 0x0000000010000410 __malloc_trim_threshold + *fill* 0x0000000010000414 0x4 00 + .data 0x0000000010000418 0x430 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-impure.o) + 0x0000000010000418 _impure_ptr + .data 0x0000000010000848 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtbegin.o + 0x0000000010000848 __dso_handle + 0x000000001000084c . = ALIGN (0x4) + 0x000000001000084c _edata = . + +.jcr 0x000000001000084c 0x0 load address 0x0000000000006114 + .jcr 0x000000001000084c 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtbegin.o + +.bss 0x000000001000084c 0x1d4 load address 0x0000000000006114 + 0x000000001000084c _bss = . + *(.bss*) + .bss.SPI 0x000000001000084c 0x8 ./src/core/SPI.o + 0x000000001000084c SPI + .bss.SPI1 0x0000000010000854 0x8 ./src/core/SPI1.o + 0x0000000010000854 SPI1 + .bss._ZL11pwm_pin_num + 0x000000001000085c 0x10 ./src/core/analogio.o + .bss._ZL14pwm_duty_value + 0x000000001000086c 0x10 ./src/core/analogio.o + .bss._ZL13pwm_init_done + 0x000000001000087c 0x4 ./src/core/analogio.o + .bss._ZL17pwm_already_inuse + 0x0000000010000880 0x4 ./src/core/analogio.o + .bss.userfunc 0x0000000010000884 0x4 ./src/core/delay.o + 0x0000000010000884 userfunc + .bss._ZL7msTicks + 0x0000000010000888 0x4 ./src/core/delay.o + .bss._ZL7intFunc + 0x000000001000088c 0x58 ./src/core/gpio_int.o + .bss.oled 0x00000000100008e4 0x28 ./src/core/maryoled.o + 0x00000000100008e4 oled + .bss.Serial 0x000000001000090c 0xc ./src/core/uart.o + 0x000000001000090c Serial + .bss._ZN22RemoteAtCommandRequest18broadcastAddress64E + 0x0000000010000918 0x8 ./src/XBee/XBee.o + 0x0000000010000918 _ZN22RemoteAtCommandRequest18broadcastAddress64E + .bss.SDFile 0x0000000010000920 0xa8 ./src/FatFs/SD.o + 0x0000000010000920 SDFile + .bss 0x00000000100009c8 0x34 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-mallocr.o) + 0x00000000100009c8 __malloc_top_pad + 0x00000000100009cc __malloc_current_mallinfo + 0x00000000100009f4 __malloc_max_sbrked_mem + 0x00000000100009f8 __malloc_max_total_mem + .bss 0x00000000100009fc 0x1c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtbegin.o + *(COMMON) + COMMON 0x0000000010000a18 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-reent.o) + 0x0000000010000a18 errno + COMMON 0x0000000010000a1c 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) + 0x0000000010000a1c __end_of_heap + 0x0000000010000a20 . = ALIGN (0x4) + 0x0000000010000a20 _ebss = . + 0x0000000010000a20 PROVIDE (end, .) + 0x0000000010000a20 PROVIDE (_pvHeapStart, .) + 0x0000000010001fe0 PROVIDE (_vStackTop, (__top_RamLoc8 - 0x0)) +OUTPUT(eXodusino.axf elf32-littlearm) + +.debug_info 0x0000000000000000 0x146a6 + .debug_info 0x0000000000000000 0x4e1 ./src/user_application.o + .debug_info 0x00000000000004e1 0x1201 ./src/core/LiquidCrystal.o + .debug_info 0x00000000000016e2 0x545 ./src/core/Print.o + .debug_info 0x0000000000001c27 0x12c3 ./src/core/SPI.o + .debug_info 0x0000000000002eea 0x12c3 ./src/core/SPI1.o + .debug_info 0x00000000000041ad 0xb6b ./src/core/SoftwareSerial.o + .debug_info 0x0000000000004d18 0x27ce ./src/core/Wire.o + .debug_info 0x00000000000074e6 0xc14 ./src/core/analogio.o + .debug_info 0x00000000000080fa 0x3ea ./src/core/arithmetical.o + .debug_info 0x00000000000084e4 0x134 ./src/core/cr_cpp_config.o + .debug_info 0x0000000000008618 0x2ae ./src/core/cr_startup_lpc11.o + .debug_info 0x00000000000088c6 0xbd5 ./src/core/delay.o + .debug_info 0x000000000000949b 0x514 ./src/core/gpio.o + .debug_info 0x00000000000099af 0x5d4 ./src/core/gpio_int.o + .debug_info 0x0000000000009f83 0x1302 ./src/core/maryoled.o + .debug_info 0x000000000000b285 0x2ab ./src/core/startup_mary.o + .debug_info 0x000000000000b530 0x4f9 ./src/core/system_LPC11xx.o + .debug_info 0x000000000000ba29 0xda5 ./src/core/uart.o + .debug_info 0x000000000000c7ce 0x4c45 ./src/XBee/XBee.o + .debug_info 0x0000000000011413 0x1131 ./src/FatFs/SD.o + .debug_info 0x0000000000012544 0xf7a ./src/FatFs/pff.o + .debug_info 0x00000000000134be 0xe6b ./src/FatFs/sdcard.o + .debug_info 0x0000000000014329 0x104 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) + .debug_info 0x000000000001442d 0x5c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_exit.o) + .debug_info 0x0000000000014489 0xa5 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(getpid.o) + .debug_info 0x000000000001452e 0xc6 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) + .debug_info 0x00000000000145f4 0xb2 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_check_heap.o) + +.debug_abbrev 0x0000000000000000 0x3e9a + .debug_abbrev 0x0000000000000000 0x1b8 ./src/user_application.o + .debug_abbrev 0x00000000000001b8 0x33f ./src/core/LiquidCrystal.o + .debug_abbrev 0x00000000000004f7 0x17c ./src/core/Print.o + .debug_abbrev 0x0000000000000673 0x3a8 ./src/core/SPI.o + .debug_abbrev 0x0000000000000a1b 0x384 ./src/core/SPI1.o + .debug_abbrev 0x0000000000000d9f 0x3f1 ./src/core/SoftwareSerial.o + .debug_abbrev 0x0000000000001190 0x5c8 ./src/core/Wire.o + .debug_abbrev 0x0000000000001758 0x270 ./src/core/analogio.o + .debug_abbrev 0x00000000000019c8 0x18a ./src/core/arithmetical.o + .debug_abbrev 0x0000000000001b52 0xcd ./src/core/cr_cpp_config.o + .debug_abbrev 0x0000000000001c1f 0x13e ./src/core/cr_startup_lpc11.o + .debug_abbrev 0x0000000000001d5d 0x272 ./src/core/delay.o + .debug_abbrev 0x0000000000001fcf 0x1ab ./src/core/gpio.o + .debug_abbrev 0x000000000000217a 0x1ce ./src/core/gpio_int.o + .debug_abbrev 0x0000000000002348 0x3c0 ./src/core/maryoled.o + .debug_abbrev 0x0000000000002708 0xff ./src/core/startup_mary.o + .debug_abbrev 0x0000000000002807 0xd8 ./src/core/system_LPC11xx.o + .debug_abbrev 0x00000000000028df 0x34e ./src/core/uart.o + .debug_abbrev 0x0000000000002c2d 0x626 ./src/XBee/XBee.o + .debug_abbrev 0x0000000000003253 0x3b4 ./src/FatFs/SD.o + .debug_abbrev 0x0000000000003607 0x34b ./src/FatFs/pff.o + .debug_abbrev 0x0000000000003952 0x32b ./src/FatFs/sdcard.o + .debug_abbrev 0x0000000000003c7d 0x97 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) + .debug_abbrev 0x0000000000003d14 0x52 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_exit.o) + .debug_abbrev 0x0000000000003d66 0x52 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(getpid.o) + .debug_abbrev 0x0000000000003db8 0x72 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) + .debug_abbrev 0x0000000000003e2a 0x70 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_check_heap.o) + +.debug_loc 0x0000000000000000 0x6e1f + .debug_loc 0x0000000000000000 0x47a ./src/user_application.o + .debug_loc 0x000000000000047a 0x92c ./src/core/LiquidCrystal.o + .debug_loc 0x0000000000000da6 0x3c5 ./src/core/Print.o + .debug_loc 0x000000000000116b 0x205 ./src/core/SPI.o + .debug_loc 0x0000000000001370 0x205 ./src/core/SPI1.o + .debug_loc 0x0000000000001575 0x4ca ./src/core/SoftwareSerial.o + .debug_loc 0x0000000000001a3f 0xc55 ./src/core/Wire.o + .debug_loc 0x0000000000002694 0x24e ./src/core/analogio.o + .debug_loc 0x00000000000028e2 0x135 ./src/core/arithmetical.o + .debug_loc 0x0000000000002a17 0x79 ./src/core/cr_cpp_config.o + .debug_loc 0x0000000000002a90 0x2af ./src/core/cr_startup_lpc11.o + .debug_loc 0x0000000000002d3f 0x1c3 ./src/core/delay.o + .debug_loc 0x0000000000002f02 0x350 ./src/core/gpio.o + .debug_loc 0x0000000000003252 0x1cc ./src/core/gpio_int.o + .debug_loc 0x000000000000341e 0x92f ./src/core/maryoled.o + .debug_loc 0x0000000000003d4d 0x20 ./src/core/startup_mary.o + .debug_loc 0x0000000000003d6d 0x98 ./src/core/system_LPC11xx.o + .debug_loc 0x0000000000003e05 0xd2 ./src/core/uart.o + .debug_loc 0x0000000000003ed7 0x1994 ./src/XBee/XBee.o + .debug_loc 0x000000000000586b 0x281 ./src/FatFs/SD.o + .debug_loc 0x0000000000005aec 0xe30 ./src/FatFs/pff.o + .debug_loc 0x000000000000691c 0x435 ./src/FatFs/sdcard.o + .debug_loc 0x0000000000006d51 0x68 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) + .debug_loc 0x0000000000006db9 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_exit.o) + .debug_loc 0x0000000000006dd9 0x13 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) + .debug_loc 0x0000000000006dec 0x33 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_check_heap.o) + +.debug_aranges 0x0000000000000000 0xed8 + .debug_aranges + 0x0000000000000000 0x40 ./src/user_application.o + .debug_aranges + 0x0000000000000040 0xf8 ./src/core/LiquidCrystal.o + .debug_aranges + 0x0000000000000138 0x58 ./src/core/Print.o + .debug_aranges + 0x0000000000000190 0x80 ./src/core/SPI.o + .debug_aranges + 0x0000000000000210 0x80 ./src/core/SPI1.o + .debug_aranges + 0x0000000000000290 0x88 ./src/core/SoftwareSerial.o + .debug_aranges + 0x0000000000000318 0x128 ./src/core/Wire.o + .debug_aranges + 0x0000000000000440 0x50 ./src/core/analogio.o + .debug_aranges + 0x0000000000000490 0x40 ./src/core/arithmetical.o + .debug_aranges + 0x00000000000004d0 0x30 ./src/core/cr_cpp_config.o + .debug_aranges + 0x0000000000000500 0x70 ./src/core/cr_startup_lpc11.o + .debug_aranges + 0x0000000000000570 0x70 ./src/core/delay.o + .debug_aranges + 0x00000000000005e0 0x58 ./src/core/gpio.o + .debug_aranges + 0x0000000000000638 0x60 ./src/core/gpio_int.o + .debug_aranges + 0x0000000000000698 0xe8 ./src/core/maryoled.o + .debug_aranges + 0x0000000000000780 0x20 ./src/core/startup_mary.o + .debug_aranges + 0x00000000000007a0 0x28 ./src/core/system_LPC11xx.o + .debug_aranges + 0x00000000000007c8 0x58 ./src/core/uart.o + .debug_aranges + 0x0000000000000820 0x468 ./src/XBee/XBee.o + .debug_aranges + 0x0000000000000c88 0xe0 ./src/FatFs/SD.o + .debug_aranges + 0x0000000000000d68 0x80 ./src/FatFs/pff.o + .debug_aranges + 0x0000000000000de8 0x50 ./src/FatFs/sdcard.o + .debug_aranges + 0x0000000000000e38 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) + .debug_aranges + 0x0000000000000e58 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_exit.o) + .debug_aranges + 0x0000000000000e78 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(getpid.o) + .debug_aranges + 0x0000000000000e98 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) + .debug_aranges + 0x0000000000000eb8 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_check_heap.o) + +.debug_ranges 0x0000000000000000 0x1610 + .debug_ranges 0x0000000000000000 0x60 ./src/user_application.o + .debug_ranges 0x0000000000000060 0xe8 ./src/core/LiquidCrystal.o + .debug_ranges 0x0000000000000148 0x48 ./src/core/Print.o + .debug_ranges 0x0000000000000190 0xd8 ./src/core/SPI.o + .debug_ranges 0x0000000000000268 0x100 ./src/core/SPI1.o + .debug_ranges 0x0000000000000368 0x90 ./src/core/SoftwareSerial.o + .debug_ranges 0x00000000000003f8 0x180 ./src/core/Wire.o + .debug_ranges 0x0000000000000578 0x68 ./src/core/analogio.o + .debug_ranges 0x00000000000005e0 0x60 ./src/core/arithmetical.o + .debug_ranges 0x0000000000000640 0x20 ./src/core/cr_cpp_config.o + .debug_ranges 0x0000000000000660 0x60 ./src/core/cr_startup_lpc11.o + .debug_ranges 0x00000000000006c0 0x60 ./src/core/delay.o + .debug_ranges 0x0000000000000720 0x48 ./src/core/gpio.o + .debug_ranges 0x0000000000000768 0x68 ./src/core/gpio_int.o + .debug_ranges 0x00000000000007d0 0x1a0 ./src/core/maryoled.o + .debug_ranges 0x0000000000000970 0x10 ./src/core/startup_mary.o + .debug_ranges 0x0000000000000980 0x48 ./src/core/system_LPC11xx.o + .debug_ranges 0x00000000000009c8 0x60 ./src/core/uart.o + .debug_ranges 0x0000000000000a28 0x7f0 ./src/XBee/XBee.o + .debug_ranges 0x0000000000001218 0xe8 ./src/FatFs/SD.o + .debug_ranges 0x0000000000001300 0x278 ./src/FatFs/pff.o + .debug_ranges 0x0000000000001578 0x98 ./src/FatFs/sdcard.o + +.debug_line 0x0000000000000000 0x488f + .debug_line 0x0000000000000000 0x1f1 ./src/user_application.o + .debug_line 0x00000000000001f1 0x3fb ./src/core/LiquidCrystal.o + .debug_line 0x00000000000005ec 0x165 ./src/core/Print.o + .debug_line 0x0000000000000751 0x260 ./src/core/SPI.o + .debug_line 0x00000000000009b1 0x27e ./src/core/SPI1.o + .debug_line 0x0000000000000c2f 0x29f ./src/core/SoftwareSerial.o + .debug_line 0x0000000000000ece 0x9a2 ./src/core/Wire.o + .debug_line 0x0000000000001870 0x227 ./src/core/analogio.o + .debug_line 0x0000000000001a97 0x195 ./src/core/arithmetical.o + .debug_line 0x0000000000001c2c 0xe6 ./src/core/cr_cpp_config.o + .debug_line 0x0000000000001d12 0xc9 ./src/core/cr_startup_lpc11.o + .debug_line 0x0000000000001ddb 0x249 ./src/core/delay.o + .debug_line 0x0000000000002024 0x1ce ./src/core/gpio.o + .debug_line 0x00000000000021f2 0x1cd ./src/core/gpio_int.o + .debug_line 0x00000000000023bf 0x3f9 ./src/core/maryoled.o + .debug_line 0x00000000000027b8 0x106 ./src/core/startup_mary.o + .debug_line 0x00000000000028be 0x16f ./src/core/system_LPC11xx.o + .debug_line 0x0000000000002a2d 0x1c4 ./src/core/uart.o + .debug_line 0x0000000000002bf1 0xf4d ./src/XBee/XBee.o + .debug_line 0x0000000000003b3e 0x30d ./src/FatFs/SD.o + .debug_line 0x0000000000003e4b 0x4ff ./src/FatFs/pff.o + .debug_line 0x000000000000434a 0x370 ./src/FatFs/sdcard.o + .debug_line 0x00000000000046ba 0xc2 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) + .debug_line 0x000000000000477c 0x3e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_exit.o) + .debug_line 0x00000000000047ba 0x43 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(getpid.o) + .debug_line 0x00000000000047fd 0x41 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) + .debug_line 0x000000000000483e 0x51 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_check_heap.o) + +.debug_str 0x0000000000000000 0x51b6 + .debug_str 0x0000000000000000 0x26d ./src/user_application.o + 0x315 (size before relaxing) + .debug_str 0x000000000000026d 0x4c4 ./src/core/LiquidCrystal.o + 0x725 (size before relaxing) + .debug_str 0x0000000000000731 0x10e ./src/core/Print.o + 0x2aa (size before relaxing) + .debug_str 0x000000000000083f 0x8f5 ./src/core/SPI.o + 0xbd9 (size before relaxing) + .debug_str 0x0000000000001134 0x126 ./src/core/SPI1.o + 0xbf0 (size before relaxing) + .debug_str 0x000000000000125a 0x3b6 ./src/core/SoftwareSerial.o + 0x6b1 (size before relaxing) + .debug_str 0x0000000000001610 0xd5b ./src/core/Wire.o + 0x1172 (size before relaxing) + .debug_str 0x000000000000236b 0x11f ./src/core/analogio.o + 0x7fb (size before relaxing) + .debug_str 0x000000000000248a 0xa4 ./src/core/arithmetical.o + 0x270 (size before relaxing) + .debug_str 0x000000000000252e 0x62 ./src/core/cr_cpp_config.o + 0x1a1 (size before relaxing) + .debug_str 0x0000000000002590 0x173 ./src/core/cr_startup_lpc11.o + 0x29a (size before relaxing) + .debug_str 0x0000000000002703 0x120 ./src/core/delay.o + 0x7a1 (size before relaxing) + .debug_str 0x0000000000002823 0x225 ./src/core/gpio.o + 0x443 (size before relaxing) + .debug_str 0x0000000000002a48 0xac ./src/core/gpio_int.o + 0x4e3 (size before relaxing) + .debug_str 0x0000000000002af4 0x595 ./src/core/maryoled.o + 0xb53 (size before relaxing) + .debug_str 0x0000000000003089 0x1d ./src/core/startup_mary.o + 0x1e9 (size before relaxing) + .debug_str 0x00000000000030a6 0x4e ./src/core/system_LPC11xx.o + 0x415 (size before relaxing) + .debug_str 0x00000000000030f4 0x13b ./src/core/uart.o + 0x786 (size before relaxing) + .debug_str 0x000000000000322f 0x1832 ./src/XBee/XBee.o + 0x1c74 (size before relaxing) + .debug_str 0x0000000000004a61 0x377 ./src/FatFs/SD.o + 0x914 (size before relaxing) + .debug_str 0x0000000000004dd8 0x1d9 ./src/FatFs/pff.o + 0x502 (size before relaxing) + .debug_str 0x0000000000004fb1 0xcc ./src/FatFs/sdcard.o + 0x9ee (size before relaxing) + .debug_str 0x000000000000507d 0xb3 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) + 0x143 (size before relaxing) + .debug_str 0x0000000000005130 0x15 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_exit.o) + 0x70 (size before relaxing) + .debug_str 0x0000000000005145 0x18 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(getpid.o) + 0x102 (size before relaxing) + .debug_str 0x000000000000515d 0x14 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) + 0xfe (size before relaxing) + .debug_str 0x0000000000005171 0x45 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_check_heap.o) + 0xcf (size before relaxing) + +.comment 0x0000000000000000 0x9a + .comment 0x0000000000000000 0x70 ./src/user_application.o + 0x71 (size before relaxing) + .comment 0x0000000000000000 0x71 ./src/core/LiquidCrystal.o + .comment 0x0000000000000000 0x71 ./src/core/Print.o + .comment 0x0000000000000000 0x71 ./src/core/SPI.o + .comment 0x0000000000000000 0x71 ./src/core/SPI1.o + .comment 0x0000000000000000 0x71 ./src/core/SoftwareSerial.o + .comment 0x0000000000000000 0x71 ./src/core/Wire.o + .comment 0x0000000000000000 0x71 ./src/core/analogio.o + .comment 0x0000000000000000 0x71 ./src/core/arithmetical.o + .comment 0x0000000000000000 0x71 ./src/core/cr_cpp_config.o + .comment 0x0000000000000000 0x71 ./src/core/cr_startup_lpc11.o + .comment 0x0000000000000000 0x71 ./src/core/delay.o + .comment 0x0000000000000000 0x71 ./src/core/gpio.o + .comment 0x0000000000000000 0x71 ./src/core/gpio_int.o + .comment 0x0000000000000000 0x71 ./src/core/maryoled.o + .comment 0x0000000000000000 0x71 ./src/core/startup_mary.o + .comment 0x0000000000000000 0x71 ./src/core/system_LPC11xx.o + .comment 0x0000000000000000 0x71 ./src/core/uart.o + .comment 0x0000000000000000 0x71 ./src/XBee/XBee.o + .comment 0x0000000000000000 0x71 ./src/FatFs/SD.o + .comment 0x0000000000000000 0x71 ./src/FatFs/pff.o + .comment 0x0000000000000000 0x71 ./src/FatFs/sdcard.o + .comment 0x0000000000000070 0x2a /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) + 0x2b (size before relaxing) + .comment 0x0000000000000000 0x2b /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_exit.o) + .comment 0x0000000000000000 0x2b /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(getpid.o) + .comment 0x0000000000000000 0x2b /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) + .comment 0x0000000000000000 0x2b /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_check_heap.o) + +.ARM.attributes + 0x0000000000000000 0x33 + .ARM.attributes + 0x0000000000000000 0x33 ./src/user_application.o + .ARM.attributes + 0x0000000000000033 0x33 ./src/core/LiquidCrystal.o + .ARM.attributes + 0x0000000000000066 0x33 ./src/core/Print.o + .ARM.attributes + 0x0000000000000099 0x33 ./src/core/SPI.o + .ARM.attributes + 0x00000000000000cc 0x33 ./src/core/SPI1.o + .ARM.attributes + 0x00000000000000ff 0x33 ./src/core/SoftwareSerial.o + .ARM.attributes + 0x0000000000000132 0x33 ./src/core/Wire.o + .ARM.attributes + 0x0000000000000165 0x33 ./src/core/analogio.o + .ARM.attributes + 0x0000000000000198 0x33 ./src/core/arithmetical.o + .ARM.attributes + 0x00000000000001cb 0x33 ./src/core/cr_cpp_config.o + .ARM.attributes + 0x00000000000001fe 0x33 ./src/core/cr_startup_lpc11.o + .ARM.attributes + 0x0000000000000231 0x33 ./src/core/delay.o + .ARM.attributes + 0x0000000000000264 0x33 ./src/core/gpio.o + .ARM.attributes + 0x0000000000000297 0x33 ./src/core/gpio_int.o + .ARM.attributes + 0x00000000000002ca 0x33 ./src/core/maryoled.o + .ARM.attributes + 0x00000000000002fd 0x33 ./src/core/startup_mary.o + .ARM.attributes + 0x0000000000000330 0x33 ./src/core/system_LPC11xx.o + .ARM.attributes + 0x0000000000000363 0x33 ./src/core/uart.o + .ARM.attributes + 0x0000000000000396 0x33 ./src/XBee/XBee.o + .ARM.attributes + 0x00000000000003c9 0x33 ./src/FatFs/SD.o + .ARM.attributes + 0x00000000000003fc 0x33 ./src/FatFs/pff.o + .ARM.attributes + 0x000000000000042f 0x33 ./src/FatFs/sdcard.o + .ARM.attributes + 0x0000000000000462 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_thumb1_case_uqi.o) + .ARM.attributes + 0x0000000000000482 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_udivsi3.o) + .ARM.attributes + 0x00000000000004a2 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_divsi3.o) + .ARM.attributes + 0x00000000000004c2 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_dvmd_tls.o) + .ARM.attributes + 0x00000000000004e2 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_arm_cmpdf2.o) + .ARM.attributes + 0x0000000000000502 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(divdf3.o) + .ARM.attributes + 0x0000000000000530 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(eqdf2.o) + .ARM.attributes + 0x000000000000055e 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(gedf2.o) + .ARM.attributes + 0x000000000000058c 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(ledf2.o) + .ARM.attributes + 0x00000000000005ba 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(muldf3.o) + .ARM.attributes + 0x00000000000005e8 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(subdf3.o) + .ARM.attributes + 0x0000000000000616 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(fixdfsi.o) + .ARM.attributes + 0x0000000000000644 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(floatsidf.o) + .ARM.attributes + 0x0000000000000672 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(unwind-arm.o) + .ARM.attributes + 0x00000000000006a0 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(libunwind.o) + .ARM.attributes + 0x00000000000006c0 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(pr-support.o) + .ARM.attributes + 0x00000000000006ee 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_clzsi2.o) + .ARM.attributes + 0x000000000000070e 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-abort.o) + .ARM.attributes + 0x000000000000073c 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-init.o) + .ARM.attributes + 0x000000000000076a 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-malloc.o) + .ARM.attributes + 0x0000000000000798 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-mallocr.o) + .ARM.attributes + 0x00000000000007c6 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-memcpy.o) + .ARM.attributes + 0x00000000000007f4 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-mlock.o) + .ARM.attributes + 0x0000000000000822 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-sbrkr.o) + .ARM.attributes + 0x0000000000000850 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signal.o) + .ARM.attributes + 0x000000000000087e 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signalr.o) + .ARM.attributes + 0x00000000000008ac 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-strlen.o) + .ARM.attributes + 0x00000000000008da 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-freer.o) + .ARM.attributes + 0x0000000000000908 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-impure.o) + .ARM.attributes + 0x0000000000000936 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-reent.o) + .ARM.attributes + 0x0000000000000964 0x33 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) + .ARM.attributes + 0x0000000000000997 0x33 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_exit.o) + .ARM.attributes + 0x00000000000009ca 0x33 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(getpid.o) + .ARM.attributes + 0x00000000000009fd 0x33 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) + .ARM.attributes + 0x0000000000000a30 0x33 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_check_heap.o) + .ARM.attributes + 0x0000000000000a63 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crti.o + .ARM.attributes + 0x0000000000000a83 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtn.o + .ARM.attributes + 0x0000000000000aa3 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtbegin.o + .ARM.attributes + 0x0000000000000ad1 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtend.o + .ARM.attributes + 0x0000000000000aff 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-errno.o) + +.debug_frame 0x0000000000000000 0x2ce0 + .debug_frame 0x0000000000000000 0x98 ./src/user_application.o + .debug_frame 0x0000000000000098 0x2fc ./src/core/LiquidCrystal.o + .debug_frame 0x0000000000000394 0xe4 ./src/core/Print.o + .debug_frame 0x0000000000000478 0x124 ./src/core/SPI.o + .debug_frame 0x000000000000059c 0x128 ./src/core/SPI1.o + .debug_frame 0x00000000000006c4 0x180 ./src/core/SoftwareSerial.o + .debug_frame 0x0000000000000844 0x374 ./src/core/Wire.o + .debug_frame 0x0000000000000bb8 0xb8 ./src/core/analogio.o + .debug_frame 0x0000000000000c70 0x7c ./src/core/arithmetical.o + .debug_frame 0x0000000000000cec 0x50 ./src/core/cr_cpp_config.o + .debug_frame 0x0000000000000d3c 0x114 ./src/core/cr_startup_lpc11.o + .debug_frame 0x0000000000000e50 0x104 ./src/core/delay.o + .debug_frame 0x0000000000000f54 0xe8 ./src/core/gpio.o + .debug_frame 0x000000000000103c 0xe0 ./src/core/gpio_int.o + .debug_frame 0x000000000000111c 0x284 ./src/core/maryoled.o + .debug_frame 0x00000000000013a0 0x28 ./src/core/startup_mary.o + .debug_frame 0x00000000000013c8 0x44 ./src/core/system_LPC11xx.o + .debug_frame 0x000000000000140c 0xac ./src/core/uart.o + .debug_frame 0x00000000000014b8 0xa0c ./src/XBee/XBee.o + .debug_frame 0x0000000000001ec4 0x1d8 ./src/FatFs/SD.o + .debug_frame 0x000000000000209c 0x1a4 ./src/FatFs/pff.o + .debug_frame 0x0000000000002240 0xd4 ./src/FatFs/sdcard.o + .debug_frame 0x0000000000002314 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_udivsi3.o) + .debug_frame 0x0000000000002334 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_divsi3.o) + .debug_frame 0x0000000000002354 0x3c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(divdf3.o) + .debug_frame 0x0000000000002390 0x34 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(eqdf2.o) + .debug_frame 0x00000000000023c4 0x34 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(gedf2.o) + .debug_frame 0x00000000000023f8 0x34 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(ledf2.o) + .debug_frame 0x000000000000242c 0x3c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(muldf3.o) + .debug_frame 0x0000000000002468 0x38 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(subdf3.o) + .debug_frame 0x00000000000024a0 0x2c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(fixdfsi.o) + .debug_frame 0x00000000000024cc 0x30 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(floatsidf.o) + .debug_frame 0x00000000000024fc 0x2ac /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(unwind-arm.o) + .debug_frame 0x00000000000027a8 0xfc /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(pr-support.o) + .debug_frame 0x00000000000028a4 0x28 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-abort.o) + .debug_frame 0x00000000000028cc 0x2c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-init.o) + .debug_frame 0x00000000000028f8 0x40 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-malloc.o) + .debug_frame 0x0000000000002938 0x3c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-mallocr.o) + .debug_frame 0x0000000000002974 0x30 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-memcpy.o) + .debug_frame 0x00000000000029a4 0x30 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-mlock.o) + .debug_frame 0x00000000000029d4 0x2c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-sbrkr.o) + .debug_frame 0x0000000000002a00 0xe4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signal.o) + .debug_frame 0x0000000000002ae4 0x44 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signalr.o) + .debug_frame 0x0000000000002b28 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-strlen.o) + .debug_frame 0x0000000000002b48 0x54 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-freer.o) + .debug_frame 0x0000000000002b9c 0x68 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-reent.o) + .debug_frame 0x0000000000002c04 0x2c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) + .debug_frame 0x0000000000002c30 0x28 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_exit.o) + .debug_frame 0x0000000000002c58 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(getpid.o) + .debug_frame 0x0000000000002c78 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) + .debug_frame 0x0000000000002c98 0x28 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_check_heap.o) + .debug_frame 0x0000000000002cc0 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-errno.o) + +.debug_pubnames + 0x0000000000000000 0xbe + .debug_pubnames + 0x0000000000000000 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) + .debug_pubnames + 0x000000000000002e 0x1c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_exit.o) + .debug_pubnames + 0x000000000000004a 0x1e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(getpid.o) + .debug_pubnames + 0x0000000000000068 0x1c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) + .debug_pubnames + 0x0000000000000084 0x3a /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_check_heap.o) + +.debug_pubtypes + 0x0000000000000000 0x41 + .debug_pubtypes + 0x0000000000000000 0x1d /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) + .debug_pubtypes + 0x000000000000001d 0x12 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(getpid.o) + .debug_pubtypes + 0x000000000000002f 0x12 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) diff --git a/LPC1114F_301_TQFP48_bootloader/makefile b/LPC1114F_301_TQFP48_bootloader/makefile new file mode 100644 index 0000000..f885a09 --- /dev/null +++ b/LPC1114F_301_TQFP48_bootloader/makefile @@ -0,0 +1,68 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +-include ../makefile.init + +RM := rm -rf + +# All of the sources participating in the build are defined here +-include sources.mk +-include subdir.mk +-include src/subdir.mk +-include src/core/subdir.mk +-include src/XBee/subdir.mk +-include src/FatFs/subdir.mk +-include objects.mk + +ifneq ($(MAKECMDGOALS),clean) +ifneq ($(strip $(C++_DEPS)),) +-include $(C++_DEPS) +endif +ifneq ($(strip $(C_DEPS)),) +-include $(C_DEPS) +endif +ifneq ($(strip $(CC_DEPS)),) +-include $(CC_DEPS) +endif +ifneq ($(strip $(CPP_DEPS)),) +-include $(CPP_DEPS) +endif +ifneq ($(strip $(CXX_DEPS)),) +-include $(CXX_DEPS) +endif +ifneq ($(strip $(C_UPPER_DEPS)),) +-include $(C_UPPER_DEPS) +endif +endif + +-include ../makefile.defs + +# Add inputs and outputs from these tool invocations to the build variables + +# All Target +all: eXodusino.axf + +# Tool invocations +eXodusino.axf: $(OBJS) $(USER_OBJS) + @echo 'Building target: $@' + @echo 'Invoking: MCU C++ Linker' + arm-none-eabi-c++ -nostdlib -Xlinker -Map="eXodusino.map" -Xlinker --gc-sections -mcpu=cortex-m0 -mthumb -T "eXodusino.ld" -o"eXodusino.axf" $(OBJS) $(USER_OBJS) $(LIBS) + @echo 'Finished building target: $@' + @echo ' ' + $(MAKE) --no-print-directory post-build + +# Other Targets +clean: + -$(RM) $(OBJS)$(C++_DEPS)$(C_DEPS)$(CC_DEPS)$(CPP_DEPS)$(EXECUTABLES)$(CXX_DEPS)$(C_UPPER_DEPS) eXodusino.axf + -@echo ' ' + +post-build: + -@echo 'Performing post-build steps' + -arm-none-eabi-size "eXodusino.axf"; arm-none-eabi-objcopy -O binary "eXodusino.axf" "eXodusino.bin" ; checksum -p LPC1114_301 -d "eXodusino.bin"; + -@echo ' ' + +.PHONY: all clean dependents +.SECONDARY: post-build + +-include ../makefile.targets diff --git a/LPC1114F_301_TQFP48_bootloader/objects.mk b/LPC1114F_301_TQFP48_bootloader/objects.mk new file mode 100644 index 0000000..742c2da --- /dev/null +++ b/LPC1114F_301_TQFP48_bootloader/objects.mk @@ -0,0 +1,8 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +USER_OBJS := + +LIBS := + diff --git a/LPC1114F_301_TQFP48_bootloader/sources.mk b/LPC1114F_301_TQFP48_bootloader/sources.mk new file mode 100644 index 0000000..4a4ce5b --- /dev/null +++ b/LPC1114F_301_TQFP48_bootloader/sources.mk @@ -0,0 +1,31 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +O_SRCS := +CPP_SRCS := +C_UPPER_SRCS := +C_SRCS := +S_SRCS := +S_UPPER_SRCS := +OBJ_SRCS := +ASM_SRCS := +CXX_SRCS := +C++_SRCS := +CC_SRCS := +OBJS := +C++_DEPS := +C_DEPS := +CC_DEPS := +CPP_DEPS := +EXECUTABLES := +CXX_DEPS := +C_UPPER_DEPS := + +# Every subdirectory with source files must be described here +SUBDIRS := \ +src \ +src/core \ +src/XBee \ +src/FatFs \ + diff --git a/LPC1114F_301_TQFP48_bootloader/src/FatFs/SD.d b/LPC1114F_301_TQFP48_bootloader/src/FatFs/SD.d new file mode 100644 index 0000000..adc530d --- /dev/null +++ b/LPC1114F_301_TQFP48_bootloader/src/FatFs/SD.d @@ -0,0 +1,42 @@ +src/FatFs/SD.d: ../src/FatFs/SD.cpp \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/core_cm0.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h \ + ../src/FatFs/SD.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/SPI.h \ + ../src/FatFs/pff.h ../src/FatFs/integer.h + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/core_cm0.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h: + +../src/FatFs/SD.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/SPI.h: + +../src/FatFs/pff.h: + +../src/FatFs/integer.h: diff --git a/LPC1114F_301_TQFP48_bootloader/src/FatFs/pff.d b/LPC1114F_301_TQFP48_bootloader/src/FatFs/pff.d new file mode 100644 index 0000000..4b839ae --- /dev/null +++ b/LPC1114F_301_TQFP48_bootloader/src/FatFs/pff.d @@ -0,0 +1,39 @@ +src/FatFs/pff.d: ../src/FatFs/pff.cpp ../src/FatFs/pff.h \ + ../src/FatFs/integer.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/core_cm0.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h \ + ../src/FatFs/diskio.h + +../src/FatFs/pff.h: + +../src/FatFs/integer.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/core_cm0.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h: + +../src/FatFs/diskio.h: diff --git a/LPC1114F_301_TQFP48_bootloader/src/FatFs/sdcard.d b/LPC1114F_301_TQFP48_bootloader/src/FatFs/sdcard.d new file mode 100644 index 0000000..d7d47f5 --- /dev/null +++ b/LPC1114F_301_TQFP48_bootloader/src/FatFs/sdcard.d @@ -0,0 +1,48 @@ +src/FatFs/sdcard.d: ../src/FatFs/sdcard.cpp ../src/FatFs/diskio.h \ + ../src/FatFs/integer.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/core_cm0.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/SPI.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/FatFs/SD.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/FatFs/pff.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/FatFs/integer.h + +../src/FatFs/diskio.h: + +../src/FatFs/integer.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/core_cm0.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/SPI.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/FatFs/SD.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/FatFs/pff.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/FatFs/integer.h: diff --git a/LPC1114F_301_TQFP48_bootloader/src/FatFs/subdir.mk b/LPC1114F_301_TQFP48_bootloader/src/FatFs/subdir.mk new file mode 100644 index 0000000..c367102 --- /dev/null +++ b/LPC1114F_301_TQFP48_bootloader/src/FatFs/subdir.mk @@ -0,0 +1,30 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +# Add inputs and outputs from these tool invocations to the build variables +CPP_SRCS += \ +../src/FatFs/SD.cpp \ +../src/FatFs/pff.cpp \ +../src/FatFs/sdcard.cpp + +OBJS += \ +./src/FatFs/SD.o \ +./src/FatFs/pff.o \ +./src/FatFs/sdcard.o + +CPP_DEPS += \ +./src/FatFs/SD.d \ +./src/FatFs/pff.d \ +./src/FatFs/sdcard.d + + +# Each subdirectory must supply rules for building sources it contributes +src/FatFs/%.o: ../src/FatFs/%.cpp + @echo 'Building file: $<' + @echo 'Invoking: MCU C++ Compiler' + arm-none-eabi-c++ -D__NEWLIB__ -DNDEBUG -D__CODE_RED -I"/Users/lynxeyed/Documents/workspace/eXodusino/src" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/XBee" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/FatFs" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/core" -Os -Os -g -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -fno-rtti -mcpu=cortex-m0 -mthumb -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/LPC1114F_301_TQFP48_bootloader/src/XBee/XBee.d b/LPC1114F_301_TQFP48_bootloader/src/XBee/XBee.d new file mode 100644 index 0000000..b2f2814 --- /dev/null +++ b/LPC1114F_301_TQFP48_bootloader/src/XBee/XBee.d @@ -0,0 +1,37 @@ +src/XBee/XBee.d: ../src/XBee/XBee.cpp \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/core_cm0.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h \ + ../src/XBee/XBee.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/core_cm0.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h: + +../src/XBee/XBee.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h: diff --git a/LPC1114F_301_TQFP48_bootloader/src/XBee/subdir.mk b/LPC1114F_301_TQFP48_bootloader/src/XBee/subdir.mk new file mode 100644 index 0000000..756ed4a --- /dev/null +++ b/LPC1114F_301_TQFP48_bootloader/src/XBee/subdir.mk @@ -0,0 +1,24 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +# Add inputs and outputs from these tool invocations to the build variables +CPP_SRCS += \ +../src/XBee/XBee.cpp + +OBJS += \ +./src/XBee/XBee.o + +CPP_DEPS += \ +./src/XBee/XBee.d + + +# Each subdirectory must supply rules for building sources it contributes +src/XBee/%.o: ../src/XBee/%.cpp + @echo 'Building file: $<' + @echo 'Invoking: MCU C++ Compiler' + arm-none-eabi-c++ -D__NEWLIB__ -DNDEBUG -D__CODE_RED -I"/Users/lynxeyed/Documents/workspace/eXodusino/src" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/XBee" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/FatFs" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/core" -Os -Os -g -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -fno-rtti -mcpu=cortex-m0 -mthumb -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/LPC1114F_301_TQFP48_bootloader/src/core/LiquidCrystal.d b/LPC1114F_301_TQFP48_bootloader/src/core/LiquidCrystal.d new file mode 100644 index 0000000..ac302ad --- /dev/null +++ b/LPC1114F_301_TQFP48_bootloader/src/core/LiquidCrystal.d @@ -0,0 +1,27 @@ +src/core/LiquidCrystal.d: ../src/core/LiquidCrystal.cpp \ + ../src/core/LiquidCrystal.h ../src/core/Print.h ../src/core/LPC11xx.h \ + ../src/core/core_cm0.h ../src/core/system_LPC11xx.h \ + ../src/core/libmary.h ../src/core/delay.h ../src/core/uart.h \ + ../src/core/gpio.h ../src/core/analogio.h ../src/core/arithmetical.h + +../src/core/LiquidCrystal.h: + +../src/core/Print.h: + +../src/core/LPC11xx.h: + +../src/core/core_cm0.h: + +../src/core/system_LPC11xx.h: + +../src/core/libmary.h: + +../src/core/delay.h: + +../src/core/uart.h: + +../src/core/gpio.h: + +../src/core/analogio.h: + +../src/core/arithmetical.h: diff --git a/LPC1114F_301_TQFP48_bootloader/src/core/Print.d b/LPC1114F_301_TQFP48_bootloader/src/core/Print.d new file mode 100644 index 0000000..f5409fa --- /dev/null +++ b/LPC1114F_301_TQFP48_bootloader/src/core/Print.d @@ -0,0 +1,11 @@ +src/core/Print.d: ../src/core/Print.cpp ../src/core/Print.h \ + ../src/core/LPC11xx.h ../src/core/core_cm0.h \ + ../src/core/system_LPC11xx.h + +../src/core/Print.h: + +../src/core/LPC11xx.h: + +../src/core/core_cm0.h: + +../src/core/system_LPC11xx.h: diff --git a/LPC1114F_301_TQFP48_bootloader/src/core/SPI.d b/LPC1114F_301_TQFP48_bootloader/src/core/SPI.d new file mode 100644 index 0000000..c306dc3 --- /dev/null +++ b/LPC1114F_301_TQFP48_bootloader/src/core/SPI.d @@ -0,0 +1,13 @@ +src/core/SPI.d: ../src/core/SPI.cpp ../src/core/gpio.h \ + ../src/core/LPC11xx.h ../src/core/core_cm0.h \ + ../src/core/system_LPC11xx.h ../src/core/SPI.h + +../src/core/gpio.h: + +../src/core/LPC11xx.h: + +../src/core/core_cm0.h: + +../src/core/system_LPC11xx.h: + +../src/core/SPI.h: diff --git a/LPC1114F_301_TQFP48_bootloader/src/core/SPI1.d b/LPC1114F_301_TQFP48_bootloader/src/core/SPI1.d new file mode 100644 index 0000000..62c5acf --- /dev/null +++ b/LPC1114F_301_TQFP48_bootloader/src/core/SPI1.d @@ -0,0 +1,15 @@ +src/core/SPI1.d: ../src/core/SPI1.cpp ../src/core/gpio.h \ + ../src/core/LPC11xx.h ../src/core/core_cm0.h \ + ../src/core/system_LPC11xx.h ../src/core/SPI1.h ../src/core/SPI.h + +../src/core/gpio.h: + +../src/core/LPC11xx.h: + +../src/core/core_cm0.h: + +../src/core/system_LPC11xx.h: + +../src/core/SPI1.h: + +../src/core/SPI.h: diff --git a/LPC1114F_301_TQFP48_bootloader/src/core/SoftwareSerial.d b/LPC1114F_301_TQFP48_bootloader/src/core/SoftwareSerial.d new file mode 100644 index 0000000..5b744b1 --- /dev/null +++ b/LPC1114F_301_TQFP48_bootloader/src/core/SoftwareSerial.d @@ -0,0 +1,20 @@ +src/core/SoftwareSerial.d: ../src/core/SoftwareSerial.cpp \ + ../src/core/SoftwareSerial.h ../src/core/Print.h ../src/core/LPC11xx.h \ + ../src/core/core_cm0.h ../src/core/system_LPC11xx.h ../src/core/gpio.h \ + ../src/core/delay.h ../src/core/uart.h + +../src/core/SoftwareSerial.h: + +../src/core/Print.h: + +../src/core/LPC11xx.h: + +../src/core/core_cm0.h: + +../src/core/system_LPC11xx.h: + +../src/core/gpio.h: + +../src/core/delay.h: + +../src/core/uart.h: diff --git a/LPC1114F_301_TQFP48_bootloader/src/core/Wire.d b/LPC1114F_301_TQFP48_bootloader/src/core/Wire.d new file mode 100644 index 0000000..01dd6e0 --- /dev/null +++ b/LPC1114F_301_TQFP48_bootloader/src/core/Wire.d @@ -0,0 +1,38 @@ +src/core/Wire.d: ../src/core/Wire.cpp ../src/core/Wire.h \ + ../src/core/LPC11xx.h ../src/core/core_cm0.h \ + ../src/core/system_LPC11xx.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h + +../src/core/Wire.h: + +../src/core/LPC11xx.h: + +../src/core/core_cm0.h: + +../src/core/system_LPC11xx.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h: diff --git a/LPC1114F_301_TQFP48_bootloader/src/core/analogio.d b/LPC1114F_301_TQFP48_bootloader/src/core/analogio.d new file mode 100644 index 0000000..abf5b13 --- /dev/null +++ b/LPC1114F_301_TQFP48_bootloader/src/core/analogio.d @@ -0,0 +1,13 @@ +src/core/analogio.d: ../src/core/analogio.cpp ../src/core/analogio.h \ + ../src/core/LPC11xx.h ../src/core/core_cm0.h \ + ../src/core/system_LPC11xx.h ../src/core/gpio.h + +../src/core/analogio.h: + +../src/core/LPC11xx.h: + +../src/core/core_cm0.h: + +../src/core/system_LPC11xx.h: + +../src/core/gpio.h: diff --git a/LPC1114F_301_TQFP48_bootloader/src/core/arithmetical.d b/LPC1114F_301_TQFP48_bootloader/src/core/arithmetical.d new file mode 100644 index 0000000..824993f --- /dev/null +++ b/LPC1114F_301_TQFP48_bootloader/src/core/arithmetical.d @@ -0,0 +1,34 @@ +src/core/arithmetical.d: ../src/core/arithmetical.cpp \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/core_cm0.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/core_cm0.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h: diff --git a/LPC1114F_301_TQFP48_bootloader/src/core/cr_cpp_config.d b/LPC1114F_301_TQFP48_bootloader/src/core/cr_cpp_config.d new file mode 100644 index 0000000..9e5f170 --- /dev/null +++ b/LPC1114F_301_TQFP48_bootloader/src/core/cr_cpp_config.d @@ -0,0 +1 @@ +src/core/cr_cpp_config.d: ../src/core/cr_cpp_config.cpp diff --git a/LPC1114F_301_TQFP48_bootloader/src/core/cr_startup_lpc11.d b/LPC1114F_301_TQFP48_bootloader/src/core/cr_startup_lpc11.d new file mode 100644 index 0000000..4f1c291 --- /dev/null +++ b/LPC1114F_301_TQFP48_bootloader/src/core/cr_startup_lpc11.d @@ -0,0 +1,4 @@ +src/core/cr_startup_lpc11.d: ../src/core/cr_startup_lpc11.cpp \ + ../src/core/system_LPC11xx.h + +../src/core/system_LPC11xx.h: diff --git a/LPC1114F_301_TQFP48_bootloader/src/core/delay.d b/LPC1114F_301_TQFP48_bootloader/src/core/delay.d new file mode 100644 index 0000000..96e0b43 --- /dev/null +++ b/LPC1114F_301_TQFP48_bootloader/src/core/delay.d @@ -0,0 +1,15 @@ +src/core/delay.d: ../src/core/delay.cpp ../src/core/delay.h \ + ../src/core/LPC11xx.h ../src/core/core_cm0.h \ + ../src/core/system_LPC11xx.h ../src/core/uart.h ../src/core/Print.h + +../src/core/delay.h: + +../src/core/LPC11xx.h: + +../src/core/core_cm0.h: + +../src/core/system_LPC11xx.h: + +../src/core/uart.h: + +../src/core/Print.h: diff --git a/LPC1114F_301_TQFP48_bootloader/src/core/gpio.d b/LPC1114F_301_TQFP48_bootloader/src/core/gpio.d new file mode 100644 index 0000000..c6c06a3 --- /dev/null +++ b/LPC1114F_301_TQFP48_bootloader/src/core/gpio.d @@ -0,0 +1,11 @@ +src/core/gpio.d: ../src/core/gpio.cpp ../src/core/gpio.h \ + ../src/core/LPC11xx.h ../src/core/core_cm0.h \ + ../src/core/system_LPC11xx.h + +../src/core/gpio.h: + +../src/core/LPC11xx.h: + +../src/core/core_cm0.h: + +../src/core/system_LPC11xx.h: diff --git a/LPC1114F_301_TQFP48_bootloader/src/core/gpio_int.d b/LPC1114F_301_TQFP48_bootloader/src/core/gpio_int.d new file mode 100644 index 0000000..83fe2cf --- /dev/null +++ b/LPC1114F_301_TQFP48_bootloader/src/core/gpio_int.d @@ -0,0 +1,11 @@ +src/core/gpio_int.d: ../src/core/gpio_int.cpp ../src/core/gpio.h \ + ../src/core/LPC11xx.h ../src/core/core_cm0.h \ + ../src/core/system_LPC11xx.h + +../src/core/gpio.h: + +../src/core/LPC11xx.h: + +../src/core/core_cm0.h: + +../src/core/system_LPC11xx.h: diff --git a/LPC1114F_301_TQFP48_bootloader/src/core/maryoled.d b/LPC1114F_301_TQFP48_bootloader/src/core/maryoled.d new file mode 100644 index 0000000..9291c21 --- /dev/null +++ b/LPC1114F_301_TQFP48_bootloader/src/core/maryoled.d @@ -0,0 +1,22 @@ +src/core/maryoled.d: ../src/core/maryoled.cpp ../src/core/delay.h \ + ../src/core/LPC11xx.h ../src/core/core_cm0.h \ + ../src/core/system_LPC11xx.h ../src/core/uart.h ../src/core/Print.h \ + ../src/core/maryoled.h ../src/core/SPI.h ../src/core/gpio.h + +../src/core/delay.h: + +../src/core/LPC11xx.h: + +../src/core/core_cm0.h: + +../src/core/system_LPC11xx.h: + +../src/core/uart.h: + +../src/core/Print.h: + +../src/core/maryoled.h: + +../src/core/SPI.h: + +../src/core/gpio.h: diff --git a/LPC1114F_301_TQFP48_bootloader/src/core/startup_mary.d b/LPC1114F_301_TQFP48_bootloader/src/core/startup_mary.d new file mode 100644 index 0000000..40dcbc0 --- /dev/null +++ b/LPC1114F_301_TQFP48_bootloader/src/core/startup_mary.d @@ -0,0 +1,25 @@ +src/core/startup_mary.d: ../src/core/startup_mary.cpp \ + ../src/core/libmary.h ../src/core/LPC11xx.h ../src/core/core_cm0.h \ + ../src/core/system_LPC11xx.h ../src/core/delay.h ../src/core/uart.h \ + ../src/core/Print.h ../src/core/gpio.h ../src/core/analogio.h \ + ../src/core/arithmetical.h + +../src/core/libmary.h: + +../src/core/LPC11xx.h: + +../src/core/core_cm0.h: + +../src/core/system_LPC11xx.h: + +../src/core/delay.h: + +../src/core/uart.h: + +../src/core/Print.h: + +../src/core/gpio.h: + +../src/core/analogio.h: + +../src/core/arithmetical.h: diff --git a/LPC1114F_301_TQFP48_bootloader/src/core/subdir.mk b/LPC1114F_301_TQFP48_bootloader/src/core/subdir.mk new file mode 100644 index 0000000..7186e01 --- /dev/null +++ b/LPC1114F_301_TQFP48_bootloader/src/core/subdir.mk @@ -0,0 +1,72 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +# Add inputs and outputs from these tool invocations to the build variables +CPP_SRCS += \ +../src/core/LiquidCrystal.cpp \ +../src/core/Print.cpp \ +../src/core/SPI.cpp \ +../src/core/SPI1.cpp \ +../src/core/SoftwareSerial.cpp \ +../src/core/Wire.cpp \ +../src/core/analogio.cpp \ +../src/core/arithmetical.cpp \ +../src/core/cr_cpp_config.cpp \ +../src/core/cr_startup_lpc11.cpp \ +../src/core/delay.cpp \ +../src/core/gpio.cpp \ +../src/core/gpio_int.cpp \ +../src/core/maryoled.cpp \ +../src/core/startup_mary.cpp \ +../src/core/system_LPC11xx.cpp \ +../src/core/uart.cpp + +OBJS += \ +./src/core/LiquidCrystal.o \ +./src/core/Print.o \ +./src/core/SPI.o \ +./src/core/SPI1.o \ +./src/core/SoftwareSerial.o \ +./src/core/Wire.o \ +./src/core/analogio.o \ +./src/core/arithmetical.o \ +./src/core/cr_cpp_config.o \ +./src/core/cr_startup_lpc11.o \ +./src/core/delay.o \ +./src/core/gpio.o \ +./src/core/gpio_int.o \ +./src/core/maryoled.o \ +./src/core/startup_mary.o \ +./src/core/system_LPC11xx.o \ +./src/core/uart.o + +CPP_DEPS += \ +./src/core/LiquidCrystal.d \ +./src/core/Print.d \ +./src/core/SPI.d \ +./src/core/SPI1.d \ +./src/core/SoftwareSerial.d \ +./src/core/Wire.d \ +./src/core/analogio.d \ +./src/core/arithmetical.d \ +./src/core/cr_cpp_config.d \ +./src/core/cr_startup_lpc11.d \ +./src/core/delay.d \ +./src/core/gpio.d \ +./src/core/gpio_int.d \ +./src/core/maryoled.d \ +./src/core/startup_mary.d \ +./src/core/system_LPC11xx.d \ +./src/core/uart.d + + +# Each subdirectory must supply rules for building sources it contributes +src/core/%.o: ../src/core/%.cpp + @echo 'Building file: $<' + @echo 'Invoking: MCU C++ Compiler' + arm-none-eabi-c++ -D__NEWLIB__ -DNDEBUG -D__CODE_RED -I"/Users/lynxeyed/Documents/workspace/eXodusino/src" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/XBee" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/FatFs" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/core" -Os -Os -g -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -fno-rtti -mcpu=cortex-m0 -mthumb -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/LPC1114F_301_TQFP48_bootloader/src/core/system_LPC11xx.d b/LPC1114F_301_TQFP48_bootloader/src/core/system_LPC11xx.d new file mode 100644 index 0000000..1d0a92c --- /dev/null +++ b/LPC1114F_301_TQFP48_bootloader/src/core/system_LPC11xx.d @@ -0,0 +1,9 @@ +src/core/system_LPC11xx.d: ../src/core/system_LPC11xx.cpp \ + ../src/core/LPC11xx.h ../src/core/core_cm0.h \ + ../src/core/system_LPC11xx.h + +../src/core/LPC11xx.h: + +../src/core/core_cm0.h: + +../src/core/system_LPC11xx.h: diff --git a/LPC1114F_301_TQFP48_bootloader/src/core/uart.d b/LPC1114F_301_TQFP48_bootloader/src/core/uart.d new file mode 100644 index 0000000..a19fd82 --- /dev/null +++ b/LPC1114F_301_TQFP48_bootloader/src/core/uart.d @@ -0,0 +1,13 @@ +src/core/uart.d: ../src/core/uart.cpp ../src/core/LPC11xx.h \ + ../src/core/core_cm0.h ../src/core/system_LPC11xx.h ../src/core/uart.h \ + ../src/core/Print.h + +../src/core/LPC11xx.h: + +../src/core/core_cm0.h: + +../src/core/system_LPC11xx.h: + +../src/core/uart.h: + +../src/core/Print.h: diff --git a/LPC1114F_301_TQFP48_bootloader/src/subdir.mk b/LPC1114F_301_TQFP48_bootloader/src/subdir.mk new file mode 100644 index 0000000..9196302 --- /dev/null +++ b/LPC1114F_301_TQFP48_bootloader/src/subdir.mk @@ -0,0 +1,24 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +# Add inputs and outputs from these tool invocations to the build variables +CPP_SRCS += \ +../src/user_application.cpp + +OBJS += \ +./src/user_application.o + +CPP_DEPS += \ +./src/user_application.d + + +# Each subdirectory must supply rules for building sources it contributes +src/%.o: ../src/%.cpp + @echo 'Building file: $<' + @echo 'Invoking: MCU C++ Compiler' + arm-none-eabi-c++ -D__NEWLIB__ -DNDEBUG -D__CODE_RED -I"/Users/lynxeyed/Documents/workspace/eXodusino/src" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/XBee" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/FatFs" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/core" -Os -Os -g -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -fno-rtti -mcpu=cortex-m0 -mthumb -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/LPC1114F_301_TQFP48_bootloader/src/user_application.d b/LPC1114F_301_TQFP48_bootloader/src/user_application.d new file mode 100644 index 0000000..e194b04 --- /dev/null +++ b/LPC1114F_301_TQFP48_bootloader/src/user_application.d @@ -0,0 +1,31 @@ +src/user_application.d: ../src/user_application.cpp \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/core_cm0.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h \ + /Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/core_cm0.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h: + +/Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h: diff --git a/README.md b/README.md index 2c5e317..8555a0f 100755 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ version 0.8.1 beta **Copyright (c) 2011-2012 Lynx-EyED WORKS.** -http://lynxeyed.hatenablog.com/ +http://ecrafts.g.hatena.ne.jp/Lynx-EyED/ ###eXodusino You can make a sketch code for ARM(TM) Cortex-M0(TM) like an Arduino. @@ -20,4 +20,4 @@ Add downloaded eXodusino file to your LPCXpresso's workspace folder. ###Reference -http://lynxeyed.hatenablog.com/entries/2012/02/25 \ No newline at end of file +http://ecrafts.g.hatena.ne.jp/Lynx-EyED/20120225/ \ No newline at end of file diff --git a/Release/Bootloader.axf b/Release/Bootloader.axf deleted file mode 100755 index f2416f9..0000000 Binary files a/Release/Bootloader.axf and /dev/null differ diff --git a/Release/Bootloader.hex b/Release/Bootloader.hex deleted file mode 100755 index 1fdd288..0000000 --- a/Release/Bootloader.hex +++ /dev/null @@ -1,127 +0,0 @@ -:10000000D01F0010850100002D04000039040000FD -:1000100000000000000000000000000000000000E0 -:100020000000000000000000000000004504000087 -:100030000000000000000000510400005D0400000A -:1000400069040000690400006904000069040000FC -:1000500069040000690400006904000069040000EC -:1000600069040000690400006904000069040000DC -:1000700069040000690400006904000075040000C0 -:10008000810400008D04000099040000A504000014 -:10009000B1040000BD040000C9040000D504000044 -:1000A000E1040000ED040000F90400000505000073 -:1000B000110500001D0500002905000035050000A0 -:1000C00000B5031C89B00C20994208D33222019359 -:1000D00002916846009205A9024B9847059809B01D -:1000E00000BDC046F11FFF1F00B589B03323009348 -:1000F000084B0291FA21019089001868039200F0E0 -:10010000D1FA05A90490044B68469847059809B0B0 -:1001100000BDC04604000010F11FFF1F00B5031C06 -:1001200089B00C2099420FD30193084B0291FA2118 -:10013000342218688900009200F0B4FA05A90390EF -:10014000034B68469847059809B000BD04000010AD -:10015000F11FFF1F10B588B01C1C382300930190BD -:1001600002916846039205A9054B984705980A280D -:1001700003D1002C01D0069B236008B010BDC046FF -:10018000F11FFF1F08B50B4A0B4B03E0117801323A -:100190001970013309498B42F8D3094B02E0002260 -:1001A0001A700133074A9342F9D300F035FA00F090 -:1001B00071FAFEE7B7070000000000100800001009 -:1001C000080000100800001010B5031C00200FE00C -:1001D0001A78013312025040082204B24000002C69 -:1001E00001DA064C6040013AD2B280B2002AF4D162 -:1001F000013909B20029EBDA10BDC0462110000018 -:1002000000B5034A034BDA60BFF34F8FFEE7C046E9 -:100210000400FA0500ED00E070B5051C061E1DD0B7 -:1002200001200721FFF74CFF0025A84216D10C4CF6 -:1002300080222068311C5200FFF756FFA8420DD1E2 -:1002400080222068311C52002B1CFFF783FFA8423C -:1002500004D1236801350133FF332360281C70BDAE -:100260000000001010B54B4C4B49A54456228BA8FA -:1002700000F014FA7822ADAB1A80ACAB093A1A80C0 -:100280004649523AA1A800F009FA9620800100F0F0 -:1002900057F901200721FFF713FF002876D101301D -:1002A0000721FFF73BFF002870D18BA8562100F0F3 -:1002B000A3F93B4C6C44201C00F090F90028F8D0C6 -:1002C000237869460B700123AA9325E0AA9B227824 -:1002D0006946CA54AA9B0133AA93AA9A80235B0059 -:1002E0009A4217D16846FFF797FF002801D1ADA8C1 -:1002F00000E0ACA8022100F07FF90023AA9305E0FA -:10030000A99B00226946CA54A99B0133A993A99BC2 -:10031000FF2BF5DD0023AB93214C6C44201C00F037 -:100320005DF90028D2D1AB9B0133AB93C0461D4B86 -:10033000AB9A9A42F0DD6846FFF76EFF002801D1C4 -:10034000ADA800E0ACA8022100F056F980204001E1 -:100350001549FFF739FFFE234BAADB0102CB02C28E -:10036000802109028B42F9D18A900720011CFFF7F6 -:10037000A7FE002806D1FE308022C0014BA9520002 -:10038000FFF7B2FEA1A81D2100F036F9AE239B00B5 -:100390009D4410BD48FDFFFF440700009A07000080 -:1003A000B7020000FFFF0F00FC6F000013B5194CEF -:1003B000194B22889A421BD0802040011749FFF731 -:1003C00003FF2388834213D11FE0009B0133009376 -:1003D000C046134B009A9A4205DC6846073000F08D -:1003E000FDF80028F1D06B4607331B787A2B04D137 -:1003F000FFF738FFFFF704FF05E00A48006885466D -:10040000094800688746002016BD9620800100F04C -:1004100097F8E2E7FC7F0000FFFF0000FC6F0000A0 -:10042000FFFF0F00001000000410000001480068EA -:100430008746000008100000014800688746000059 -:100440000C10000001480068874600002C100000D6 -:100450000148006887460000381000000148006825 -:10046000874600003C1000000148006887460000F5 -:100470004010000001480068874600007C10000022 -:1004800001480068874600008010000001480068AD -:10049000874600008410000001480068874600007D -:1004A0008810000001480068874600008C1000009A -:1004B000014800688746000090100000014800686D -:1004C000874600009410000001480068874600003D -:1004D0009810000001480068874600009C1000004A -:1004E0000148006887460000A0100000014800682D -:1004F00087460000A41000000148006887460000FD -:10050000A81000000148006887460000AC100000F9 -:100510000148006887460000B010000001480068EC -:1005200087460000B41000000148006887460000BC -:10053000B81000000148006887460000BC100000A9 -:10054000F8B5214B80229203DA67204B07251A6801 -:10055000071CAA431A6019680122114319605968DF -:100560001B4CA9435960596811435960194B8021AC -:10057000D86F49010143D96794331A608232E2602F -:100580001E68983B996F144B186800F08BF8311C6B -:1005900000F088F8391C000900F084F8030A636051 -:1005A000FF231840FC3B2060E360A560636962693B -:1005B00060231340602BFAD101E0054B1B6863698F -:1005C000DA07FAD4F8BDC04604E100E0A4400440D4 -:1005D00000800040048004400400001010B5054A6B -:1005E000041C51690123081C184002D01268181C11 -:1005F000227010BD0080004010B507E00278054B66 -:100600001A605A695406FCD5013001390029F5D128 -:1006100010BDC0460080004010B51C4B8E229200D9 -:10062000995820208143995000221A62C046013215 -:10063000C82AFBD1C73A00211A645A6459645A6423 -:10064000596C124AC807FBD5232191606B31890090 -:1006500050588024A0435050D86801210B4A0842CA -:10066000FAD0032010670338516750675167596FFC -:1006700001221142FBD0054B05499A670433D96723 -:1006800090331A605A609A6010BDC04600800440E2 -:100690005F00010008B5FFF789FE08BD08B500F04E -:1006A0003BF808BD002931D00122D207030901E03F -:1006B000090112099942FBD9430801E04900520897 -:1006C0009942FBD900E04908401A07D35241FAD3B6 -:1006D00001461046704749084018F7D29218FAD3DD -:1006E0004018014610467047CB0F00D04942021017 -:1006F00000D54042534008B5FFF7D4FF0CBC521060 -:1007000000D34042002A00D549421847F446002051 -:1007100000F001F8604770478446830708D18B07D3 -:1007200006D1131F04D304C904C0043BFBD21A1D15 -:10073000524205D0891A801A8B5C83540132FBD156 -:100740006046704757656C636F6D6520746F2065F8 -:10075000586F647573696E6F210D0A687474703A0E -:100760002F2F6C796E78657965642E686174656E7B -:1007700061626C6F672E636F6D2F0D0A65586F6431 -:10078000757320426F6F746C6F616465722053746F -:100790006172742E2E2E2E0D0A000D0A50726F6794 -:1007A00072616D20656E642E205265626F6F746990 -:0707B0006E672E2E2E2E00B5 -:0807B70000100000006CDC02E0 -:040000030000018573 -:00000001FF diff --git a/Release/Bootloader_DIP28_.axf b/Release/Bootloader_DIP28_.axf deleted file mode 100755 index 8b85cfb..0000000 Binary files a/Release/Bootloader_DIP28_.axf and /dev/null differ diff --git a/Release/Bootloader_DIP28_.hex b/Release/Bootloader_DIP28_.hex deleted file mode 100755 index 29b1c39..0000000 --- a/Release/Bootloader_DIP28_.hex +++ /dev/null @@ -1,126 +0,0 @@ -:10000000D00F0010850100001D040000290400002D -:1000100000000000000000000000000000000000E0 -:100020000000000000000000000000003504000097 -:100030000000000000000000410400004D0400002A -:10004000590400005904000059040000590400003C -:10005000590400005904000059040000590400002C -:10006000590400005904000059040000590400001C -:100070005904000059040000590400006504000000 -:10008000710400007D040000890400009504000054 -:10009000A1040000AD040000B9040000C504000084 -:1000A000D1040000DD040000E9040000F5040000B4 -:1000B000010500000D0500001905000025050000E0 -:1000C00000B5031C89B00C20994208D33222019359 -:1000D00002916846009205A9024B9847059809B01D -:1000E00000BDC046F11FFF1F00B589B03323009348 -:1000F000084B0291FA21019089001868039200F0E0 -:10010000C9FA05A90490044B68469847059809B0B8 -:1001100000BDC04604000010F11FFF1F00B5031C06 -:1001200089B00C2099420FD30193084B0291FA2118 -:10013000342218688900009200F0ACFA05A90390F7 -:10014000034B68469847059809B000BD04000010AD -:10015000F11FFF1F10B588B01C1C382300930190BD -:1001600002916846039205A9054B984705980A280D -:1001700003D1002C01D0069B236008B010BDC046FF -:10018000F11FFF1F08B50B4A0B4B03E0117801323A -:100190001970013309498B42F8D3094B02E0002260 -:1001A0001A700133074A9342F9D300F02DFA00F098 -:1001B00069FAFEE7B0070000000000100800001018 -:1001C000080000100800001010B5031C00200FE00C -:1001D0001A78013312025040082204B24000002C69 -:1001E00001DA064C6040013AD2B280B2002AF4D162 -:1001F000013909B20029EBDA10BDC0462110000018 -:1002000000B5034A034BDA60BFF34F8FFEE7C046E9 -:100210000400FA0500ED00E070B5051C061E1DD0B7 -:1002200001200721FFF74CFF0025A84216D10C4CF6 -:1002300080222068311C5200FFF756FFA8420DD1E2 -:1002400080222068311C52002B1CFFF783FFA8423C -:1002500004D1236801350133FF332360281C70BDAE -:100260000000001070B5454C4549A5445F228CA89C -:1002700000F00CFA7822ADAB1A80ACAB093A1A80C8 -:100280004049523AA4A800F001FA9620800100F0FB -:100290004FF901200721FFF713FF002869D1013032 -:1002A0000721FFF73BFF002863D18CA85F2100F0F6 -:1002B0009BF9354C6C44201C00F088F90028F8D0DC -:1002C000227801AB1A70012400251CE0337801A8C4 -:1002D0000355802301345B0000259C4213D1FFF7B6 -:1002E0009BFFA84201D1ADA800E0ACA8022100F01C -:1002F0007BF9002301AA0024D45480220133520048 -:100300009342F7D1251C204E6E44301C00F05EF95C -:100310000028DBD11D4B01359D42F4DD01A8FFF71C -:100320007BFF002801D1ADA800E0ACA8022100F0BD -:100330005BF9802040011649FFF746FFFE234CAAD7 -:10034000DB0102CB02C2802109028B42F9D18B90E2 -:100350000720011CFFF7B4FE002806D1FE308022E2 -:10036000C0014CA95200FFF7BFFEA4A81D2100F058 -:100370003BF9AE239B009D4470BDC04648FDFFFF86 -:100380003407000093070000B7020000FEFF0F00D3 -:10039000FC6F000037B5A0228023D2051B02D15884 -:1003A0000220184C8143D1502288174B9A4217D013 -:1003B0007E3040011549FFF707FF238883420FD1A4 -:1003C0001BE000246D460735281C00F0FFF80028CC -:1003D000F7D10F4B01349C42F4DD2B787A2B04D1FA -:1003E000FFF740FFFFF70CFF05E00A48006885466D -:1003F00009480068874600203EBD9620800100F035 -:1004000097F8DEE7FC7F0000FFFF0000FC6F0000B4 -:10041000FEFF0F00001000000410000001480068FB -:100420008746000008100000014800688746000069 -:100430000C10000001480068874600002C100000E6 -:100440000148006887460000381000000148006835 -:10045000874600003C100000014800688746000005 -:100460004010000001480068874600007C10000032 -:1004700001480068874600008010000001480068BD -:10048000874600008410000001480068874600008D -:100490008810000001480068874600008C100000AA -:1004A000014800688746000090100000014800687D -:1004B000874600009410000001480068874600004D -:1004C0009810000001480068874600009C1000005A -:1004D0000148006887460000A0100000014800683D -:1004E00087460000A410000001480068874600000D -:1004F000A81000000148006887460000AC1000000A -:100500000148006887460000B010000001480068FC -:1005100087460000B41000000148006887460000CC -:10052000B81000000148006887460000BC100000B9 -:10053000F8B5214B80229203DA67204B07251A6811 -:10054000071CAA431A6019680122114319605968EF -:100550001B4CA9435960596811435960194B8021BC -:10056000D86F49010143D96794331A608232E2603F -:100570001E68983B996F144B186800F08BF8311C7B -:1005800000F088F8391C000900F084F8030A636061 -:10059000FF231840FC3B2060E360A560636962694B -:1005A00060231340602BFAD101E0054B1B6863699F -:1005B000DA07FAD4F8BDC04604E100E0A4400440E4 -:1005C00000800040048004400400001010B5054A7B -:1005D000041C51690123081C184002D01268181C21 -:1005E000227010BD0080004010B507E00278054B76 -:1005F0001A605A695406FCD5013001390029F5D139 -:1006000010BDC0460080004010B51C4B8E229200E9 -:10061000995820208143995000221A62C046013225 -:10062000C82AFBD10021C73A19645A6459645A6434 -:10063000596C124AC807FBD5232191606B318900A0 -:1006400050588024A0435050D86801210B4A0842DA -:10065000FAD0032010670338516750675167596F0C -:1006600001221142FBD0054B05499A670433D96733 -:1006700090331A605A609A6010BDC04600800440F2 -:10068000FFFF010008B5FFF785FE08BD08B500F0C3 -:100690003BF808BD002931D00122D207030901E04F -:1006A000090112099942FBD9430801E049005208A7 -:1006B0009942FBD900E04908401A07D35241FAD3C6 -:1006C00001461046704749084018F7D29218FAD3ED -:1006D0004018014610467047CB0F00D04942021027 -:1006E00000D54042534008B5FFF7D4FF0CBC521070 -:1006F00000D34042002A00D549421847F446002062 -:1007000000F001F8604770478446830708D18B07E3 -:1007100006D1131F04D304C904C0043BFBD21A1D25 -:10072000524205D0891A801A8B5C83540132FBD166 -:100730006046704757656C636F6D6520746F206508 -:10074000586F647573696E6F210D0A687474703A1E -:100750002F2F656372616674732E672E68617465EE -:100760006E612E6E652E6A702F4C796E782D4579EC -:1007700045442F0D0A65586F64757320426F6F747E -:100780006C6F616465722053746172742E2E2E2E0C -:100790000D0A000D0A50726F6772616D20656E64FC -:1007A0002E205265626F6F74696E672E2E2E2E009A -:0807B00000100000006CDC02E7 -:040000030000018573 -:00000001FF diff --git a/Release/eXodusino.ld b/Release/eXodusino.ld deleted file mode 100755 index 6bfdbdc..0000000 --- a/Release/eXodusino.ld +++ /dev/null @@ -1,127 +0,0 @@ -/* -* GENERATED FILE - DO NOT EDIT -* (C) Code Red Technologies Ltd, 2008-10 -* Generated linker script file for LPC1114/301 -* Created from generic_cpp.ld (vLPCXpresso v4.0 (6 [Build 152] [01/08/2011] )) -* By LPCXpresso v4.0.6 [Build 152] [01/08/2011] on Wed Jan 18 21:43:17 JST 2012 -*/ - - -INCLUDE "eXodusino_Release_lib.ld" -INCLUDE "eXodusino_Release_mem.ld" - -ENTRY(ResetISR) - -SECTIONS -{ - - /* MAIN TEXT SECTION */ - .text : ALIGN(4) - { - FILL(0xff) - KEEP(*(.isr_vector)) - - /* Global Section Table */ - . = ALIGN(4) ; - __section_table_start = .; - __data_section_table = .; - LONG(LOADADDR(.data)); - LONG( ADDR(.data)) ; - LONG( SIZEOF(.data)); - __data_section_table_end = .; - __bss_section_table = .; - LONG( ADDR(.bss)); - LONG( SIZEOF(.bss)); - __bss_section_table_end = .; - __section_table_end = . ; - /* End of Global Section Table */ - - - *(.after_vectors*) - - *(.text*) - *(.rodata .rodata.*) - . = ALIGN(4); - - /* C++ constructors etc */ - . = ALIGN(4); - KEEP(*(.init)) - - . = ALIGN(4); - __preinit_array_start = .; - KEEP (*(.preinit_array)) - __preinit_array_end = .; - - . = ALIGN(4); - __init_array_start = .; - KEEP (*(SORT(.init_array.*))) - KEEP (*(.init_array)) - __init_array_end = .; - - KEEP(*(.fini)); - - . = ALIGN(0x4); - KEEP (*crtbegin.o(.ctors)) - KEEP (*(EXCLUDE_FILE (*crtend.o) .ctors)) - KEEP (*(SORT(.ctors.*))) - KEEP (*crtend.o(.ctors)) - - . = ALIGN(0x4); - KEEP (*crtbegin.o(.dtors)) - KEEP (*(EXCLUDE_FILE (*crtend.o) .dtors)) - KEEP (*(SORT(.dtors.*))) - KEEP (*crtend.o(.dtors)) - /* End C++ */ - } > MFlash32 - - /* - * for exception handling/unwind - some Newlib functions (in common - * with C++ and STDC++) use this. - */ - .ARM.extab : ALIGN(4) - { - *(.ARM.extab* .gnu.linkonce.armextab.*) - } > MFlash32 - __exidx_start = .; - - .ARM.exidx : ALIGN(4) - { - *(.ARM.exidx* .gnu.linkonce.armexidx.*) - } > MFlash32 - __exidx_end = .; - - _etext = .; - - - /* MAIN DATA SECTION */ - - .uninit_RESERVED : ALIGN(4) - { - KEEP(*(.bss.$RESERVED*)) - } > RamLoc8 - - .data : ALIGN(4) - { - FILL(0xff) - _data = .; - *(vtable) - *(.data*) - . = ALIGN(4) ; - _edata = .; - } > RamLoc8 AT>MFlash32 - - - /* MAIN BSS SECTION */ - .bss : ALIGN(4) - { - _bss = .; - *(.bss*) - *(COMMON) - . = ALIGN(4) ; - _ebss = .; - PROVIDE(end = .); - } > RamLoc8 - - PROVIDE(_pvHeapStart = .); - PROVIDE(_vStackTop = __top_RamLoc8 - 0); -} diff --git a/Release/eXodusino_Release.ld b/Release/eXodusino_Release.ld deleted file mode 100644 index 187974f..0000000 --- a/Release/eXodusino_Release.ld +++ /dev/null @@ -1,128 +0,0 @@ -/* - * GENERATED FILE - DO NOT EDIT - * (C) Code Red Technologies Ltd, 2008-2012 - * Generated linker script file for LPC1114/301 - * Created from generic_cpp.ld (vLPCXpresso v4.2 (4 [Build 267] [2012-07-11] )) - * By LPCXpresso v4.2.4 [Build 267] [2012-07-11] on Fri Jul 13 01:18:22 JST 2012 - */ - - -INCLUDE "eXodusino_Release_lib.ld" -INCLUDE "eXodusino_Release_mem.ld" - -ENTRY(ResetISR) - -SECTIONS -{ - - /* MAIN TEXT SECTION */ - .text : ALIGN(4) - { - FILL(0xff) - KEEP(*(.isr_vector)) - - /* Global Section Table */ - . = ALIGN(4) ; - __section_table_start = .; - __data_section_table = .; - LONG(LOADADDR(.data)); - LONG( ADDR(.data)) ; - LONG( SIZEOF(.data)); - __data_section_table_end = .; - __bss_section_table = .; - LONG( ADDR(.bss)); - LONG( SIZEOF(.bss)); - __bss_section_table_end = .; - __section_table_end = . ; - /* End of Global Section Table */ - - - *(.after_vectors*) - - *(.text*) - *(.rodata .rodata.*) - . = ALIGN(4); - - /* C++ constructors etc */ - . = ALIGN(4); - KEEP(*(.init)) - - . = ALIGN(4); - __preinit_array_start = .; - KEEP (*(.preinit_array)) - __preinit_array_end = .; - - . = ALIGN(4); - __init_array_start = .; - KEEP (*(SORT(.init_array.*))) - KEEP (*(.init_array)) - __init_array_end = .; - - KEEP(*(.fini)); - - . = ALIGN(0x4); - KEEP (*crtbegin.o(.ctors)) - KEEP (*(EXCLUDE_FILE (*crtend.o) .ctors)) - KEEP (*(SORT(.ctors.*))) - KEEP (*crtend.o(.ctors)) - - . = ALIGN(0x4); - KEEP (*crtbegin.o(.dtors)) - KEEP (*(EXCLUDE_FILE (*crtend.o) .dtors)) - KEEP (*(SORT(.dtors.*))) - KEEP (*crtend.o(.dtors)) - /* End C++ */ - } > MFlash32 - - /* - * for exception handling/unwind - some Newlib functions (in common - * with C++ and STDC++) use this. - * Use KEEP so not discarded with --gc-sections - */ - .ARM.extab : ALIGN(4) - { - KEEP(*(.ARM.extab* .gnu.linkonce.armextab.*)) - } > MFlash32 - __exidx_start = .; - - .ARM.exidx : ALIGN(4) - { - KEEP(*(.ARM.exidx* .gnu.linkonce.armexidx.*)) - } > MFlash32 - __exidx_end = .; - - _etext = .; - - - /* MAIN DATA SECTION */ - - .uninit_RESERVED : ALIGN(4) - { - KEEP(*(.bss.$RESERVED*)) - } > RamLoc8 - - .data : ALIGN(4) - { - FILL(0xff) - _data = .; - *(vtable) - *(.data*) - . = ALIGN(4) ; - _edata = .; - } > RamLoc8 AT>MFlash32 - - - /* MAIN BSS SECTION */ - .bss : ALIGN(4) - { - _bss = .; - *(.bss*) - *(COMMON) - . = ALIGN(4) ; - _ebss = .; - PROVIDE(end = .); - } > RamLoc8 - - PROVIDE(_pvHeapStart = .); - PROVIDE(_vStackTop = __top_RamLoc8 - 0); -} diff --git a/Release/eXodusino_Release_lib.ld b/Release/eXodusino_Release_lib.ld deleted file mode 100644 index 4dbe511..0000000 --- a/Release/eXodusino_Release_lib.ld +++ /dev/null @@ -1,19 +0,0 @@ -/* - * GENERATED FILE - DO NOT EDIT - * (C) Code Red Technologies Ltd, 2008-2012 - * Generated linker script file for LPC1114/301 - * Created from LibIncTemplate.ld (vLPCXpresso v4.2 (4 [Build 267] [2012-07-11] )) - * By LPCXpresso v4.2.4 [Build 267] [2012-07-11] on Fri Jul 13 01:18:22 JST 2012 - */ - - - GROUP( - libgcc.a - libc.a - libm.a - libcr_newlib_nohost.a - crti.o - crtn.o - crtbegin.o - crtend.o - ) diff --git a/Release/eXodusino_Release_mem.ld b/Release/eXodusino_Release_mem.ld deleted file mode 100644 index ef05d0c..0000000 --- a/Release/eXodusino_Release_mem.ld +++ /dev/null @@ -1,21 +0,0 @@ -/* - * GENERATED FILE - DO NOT EDIT - * (C) Code Red Technologies Ltd, 2008-2012 - * Linker script memory definitions - * Created from LinkMemoryTemplate - * By LPCXpresso v4.2.4 [Build 267] [2012-07-11] on Fri Jul 13 01:18:22 JST 2012) -*/ - -MEMORY -{ - /* Define each memory region */ - MFlash32 (rx) : ORIGIN = 0x1000, LENGTH = 0x7000 /* 32k */ - RamLoc8 (rwx) : ORIGIN = 0x10000000, LENGTH = 0x1FE0 /* 8k */ - -} - /* Define a symbol for the top of each memory region */ - __top_MFlash32 = 0x1000 + 0x7000; - __top_RamLoc8 = 0x10000000 + 0x1FE0; - - - diff --git a/Release/exodusino.axf b/Release/exodusino.axf deleted file mode 100755 index 92272ff..0000000 Binary files a/Release/exodusino.axf and /dev/null differ diff --git a/Release/exodusino.bin b/Release/exodusino.bin deleted file mode 100755 index 74ce917..0000000 Binary files a/Release/exodusino.bin and /dev/null differ diff --git a/Release/exodusino.map b/Release/exodusino.map deleted file mode 100755 index f50c15d..0000000 --- a/Release/exodusino.map +++ /dev/null @@ -1,3499 +0,0 @@ -Archive member included because of file (symbol) - -/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_thumb1_case_uqi.o) - ./src/core/SPI.o (__gnu_thumb1_case_uqi) -/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_udivsi3.o) - ./src/core/delay.o (__aeabi_uidiv) -/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_divsi3.o) - ./src/core/Print.o (__aeabi_idiv) -/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_dvmd_tls.o) - /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_udivsi3.o) (__aeabi_idiv0) -/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(unwind-arm.o) - ./src/user_application.o (__aeabi_unwind_cpp_pr0) -/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(libunwind.o) - /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(unwind-arm.o) (restore_core_regs) -/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(pr-support.o) - /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(unwind-arm.o) (__gnu_unwind_execute) -/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-abort.o) - /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(unwind-arm.o) (abort) -/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-init.o) - ./src/core/cr_startup_lpc11.o (__libc_init_array) -/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-malloc.o) - ./src/core/cr_cpp_config.o (malloc) -/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-mallocr.o) - /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-malloc.o) (_malloc_r) -/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-memcpy.o) - ./src/core/maryoled.o (memcpy) -/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-mlock.o) - /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-mallocr.o) (__malloc_lock) -/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-sbrkr.o) - /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-mallocr.o) (_sbrk_r) -/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signal.o) - /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-abort.o) (raise) -/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signalr.o) - /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signal.o) (_kill_r) -/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-strlen.o) - ./src/core/Wire.o (strlen) -/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-freer.o) - /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-malloc.o) (_free_r) -/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-impure.o) - /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-malloc.o) (_impure_ptr) -/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-reent.o) - /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-sbrkr.o) (errno) -/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) - /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-sbrkr.o) (_sbrk) -/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_exit.o) - /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-abort.o) (_exit) -/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(getpid.o) - /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signalr.o) (_getpid) -/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) - /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signalr.o) (_kill) -/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_check_heap.o) - /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) (__check_heap_overflow) -/Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-errno.o) - /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) (__errno) - -Allocating common symbols -Common symbol size file - -errno 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-reent.o) -__end_of_heap 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) - -Discarded input sections - - .text 0x0000000000000000 0x0 ./src/user_application.o - .data 0x0000000000000000 0x0 ./src/user_application.o - .bss 0x0000000000000000 0x0 ./src/user_application.o - .ARM.extab.text._Z9playSoundv - 0x0000000000000000 0x0 ./src/user_application.o - .ARM.extab.text._Z9readSoundv - 0x0000000000000000 0x0 ./src/user_application.o - .ARM.extab.text._Z5setupv - 0x0000000000000000 0x0 ./src/user_application.o - .ARM.extab.text._Z4loopv - 0x0000000000000000 0x0 ./src/user_application.o - .bss.proc_r 0x0000000000000000 0x2 ./src/user_application.o - .group 0x0000000000000000 0x10 ./src/core/LiquidCrystal.o - .group 0x0000000000000000 0x10 ./src/core/LiquidCrystal.o - .group 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o - .text 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o - .data 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o - .bss 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o - .text._ZN13LiquidCrystal11pulseEnableEv - 0x0000000000000000 0x30 ./src/core/LiquidCrystal.o - .ARM.extab.text._ZN13LiquidCrystal11pulseEnableEv - 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o - .ARM.exidx.text._ZN13LiquidCrystal11pulseEnableEv - 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o - .text._ZN13LiquidCrystal10write4bitsEh - 0x0000000000000000 0x2e ./src/core/LiquidCrystal.o - .ARM.extab.text._ZN13LiquidCrystal10write4bitsEh - 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o - .ARM.exidx.text._ZN13LiquidCrystal10write4bitsEh - 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o - .text._ZN13LiquidCrystal10write8bitsEh - 0x0000000000000000 0x2e ./src/core/LiquidCrystal.o - .ARM.extab.text._ZN13LiquidCrystal10write8bitsEh - 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o - .ARM.exidx.text._ZN13LiquidCrystal10write8bitsEh - 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o - .text._ZN13LiquidCrystal4sendEhh - 0x0000000000000000 0x3c ./src/core/LiquidCrystal.o - .ARM.extab.text._ZN13LiquidCrystal4sendEhh - 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o - .ARM.exidx.text._ZN13LiquidCrystal4sendEhh - 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o - .text._ZN13LiquidCrystal5writeEc - 0x0000000000000000 0xa ./src/core/LiquidCrystal.o - .ARM.extab.text._ZN13LiquidCrystal5writeEc - 0x0000000000000000 0xc ./src/core/LiquidCrystal.o - .ARM.exidx.text._ZN13LiquidCrystal5writeEc - 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o - .text._ZN13LiquidCrystal7commandEh - 0x0000000000000000 0xa ./src/core/LiquidCrystal.o - .ARM.extab.text._ZN13LiquidCrystal7commandEh - 0x0000000000000000 0xc ./src/core/LiquidCrystal.o - .ARM.exidx.text._ZN13LiquidCrystal7commandEh - 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o - .text._ZN13LiquidCrystal10createCharEhPh - 0x0000000000000000 0x28 ./src/core/LiquidCrystal.o - .ARM.extab.text._ZN13LiquidCrystal10createCharEhPh - 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o - .ARM.exidx.text._ZN13LiquidCrystal10createCharEhPh - 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o - .text._ZN13LiquidCrystal12noAutoscrollEv - 0x0000000000000000 0x14 ./src/core/LiquidCrystal.o - .ARM.extab.text._ZN13LiquidCrystal12noAutoscrollEv - 0x0000000000000000 0xc ./src/core/LiquidCrystal.o - .ARM.exidx.text._ZN13LiquidCrystal12noAutoscrollEv - 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o - .text._ZN13LiquidCrystal10autoscrollEv - 0x0000000000000000 0x14 ./src/core/LiquidCrystal.o - .ARM.extab.text._ZN13LiquidCrystal10autoscrollEv - 0x0000000000000000 0xc ./src/core/LiquidCrystal.o - .ARM.exidx.text._ZN13LiquidCrystal10autoscrollEv - 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o - .text._ZN13LiquidCrystal11rightToLeftEv - 0x0000000000000000 0x14 ./src/core/LiquidCrystal.o - .ARM.extab.text._ZN13LiquidCrystal11rightToLeftEv - 0x0000000000000000 0xc ./src/core/LiquidCrystal.o - .ARM.exidx.text._ZN13LiquidCrystal11rightToLeftEv - 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o - .text._ZN13LiquidCrystal11leftToRightEv - 0x0000000000000000 0x14 ./src/core/LiquidCrystal.o - .ARM.extab.text._ZN13LiquidCrystal11leftToRightEv - 0x0000000000000000 0xc ./src/core/LiquidCrystal.o - .ARM.exidx.text._ZN13LiquidCrystal11leftToRightEv - 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o - .text._ZN13LiquidCrystal18scrollDisplayRightEv - 0x0000000000000000 0xa ./src/core/LiquidCrystal.o - .ARM.extab.text._ZN13LiquidCrystal18scrollDisplayRightEv - 0x0000000000000000 0xc ./src/core/LiquidCrystal.o - .ARM.exidx.text._ZN13LiquidCrystal18scrollDisplayRightEv - 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o - .text._ZN13LiquidCrystal17scrollDisplayLeftEv - 0x0000000000000000 0xa ./src/core/LiquidCrystal.o - .ARM.extab.text._ZN13LiquidCrystal17scrollDisplayLeftEv - 0x0000000000000000 0xc ./src/core/LiquidCrystal.o - .ARM.exidx.text._ZN13LiquidCrystal17scrollDisplayLeftEv - 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o - .text._ZN13LiquidCrystal5blinkEv - 0x0000000000000000 0x14 ./src/core/LiquidCrystal.o - .ARM.extab.text._ZN13LiquidCrystal5blinkEv - 0x0000000000000000 0xc ./src/core/LiquidCrystal.o - .ARM.exidx.text._ZN13LiquidCrystal5blinkEv - 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o - .text._ZN13LiquidCrystal7noBlinkEv - 0x0000000000000000 0x14 ./src/core/LiquidCrystal.o - .ARM.extab.text._ZN13LiquidCrystal7noBlinkEv - 0x0000000000000000 0xc ./src/core/LiquidCrystal.o - .ARM.exidx.text._ZN13LiquidCrystal7noBlinkEv - 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o - .text._ZN13LiquidCrystal6cursorEv - 0x0000000000000000 0x14 ./src/core/LiquidCrystal.o - .ARM.extab.text._ZN13LiquidCrystal6cursorEv - 0x0000000000000000 0xc ./src/core/LiquidCrystal.o - .ARM.exidx.text._ZN13LiquidCrystal6cursorEv - 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o - .text._ZN13LiquidCrystal8noCursorEv - 0x0000000000000000 0x14 ./src/core/LiquidCrystal.o - .ARM.extab.text._ZN13LiquidCrystal8noCursorEv - 0x0000000000000000 0xc ./src/core/LiquidCrystal.o - .ARM.exidx.text._ZN13LiquidCrystal8noCursorEv - 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o - .text._ZN13LiquidCrystal7displayEv - 0x0000000000000000 0x14 ./src/core/LiquidCrystal.o - .ARM.extab.text._ZN13LiquidCrystal7displayEv - 0x0000000000000000 0xc ./src/core/LiquidCrystal.o - .ARM.exidx.text._ZN13LiquidCrystal7displayEv - 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o - .text._ZN13LiquidCrystal9noDisplayEv - 0x0000000000000000 0x14 ./src/core/LiquidCrystal.o - .ARM.extab.text._ZN13LiquidCrystal9noDisplayEv - 0x0000000000000000 0xc ./src/core/LiquidCrystal.o - .ARM.exidx.text._ZN13LiquidCrystal9noDisplayEv - 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o - .text._ZN13LiquidCrystal9setCursorEhh - 0x0000000000000000 0x38 ./src/core/LiquidCrystal.o - .ARM.extab.text._ZN13LiquidCrystal9setCursorEhh - 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o - .ARM.exidx.text._ZN13LiquidCrystal9setCursorEhh - 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o - .text._ZN13LiquidCrystal4homeEv - 0x0000000000000000 0x12 ./src/core/LiquidCrystal.o - .ARM.extab.text._ZN13LiquidCrystal4homeEv - 0x0000000000000000 0xc ./src/core/LiquidCrystal.o - .ARM.exidx.text._ZN13LiquidCrystal4homeEv - 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o - .text._ZN13LiquidCrystal5clearEv - 0x0000000000000000 0x12 ./src/core/LiquidCrystal.o - .ARM.extab.text._ZN13LiquidCrystal5clearEv - 0x0000000000000000 0xc ./src/core/LiquidCrystal.o - .ARM.exidx.text._ZN13LiquidCrystal5clearEv - 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o - .text._ZN13LiquidCrystal5beginEhhh - 0x0000000000000000 0xe0 ./src/core/LiquidCrystal.o - .ARM.extab.text._ZN13LiquidCrystal5beginEhhh - 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o - .ARM.exidx.text._ZN13LiquidCrystal5beginEhhh - 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o - .text._ZN13LiquidCrystal4initEhhhhhhhhhhhh - 0x0000000000000000 0x9c ./src/core/LiquidCrystal.o - .ARM.extab.text._ZN13LiquidCrystal4initEhhhhhhhhhhhh - 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o - .ARM.exidx.text._ZN13LiquidCrystal4initEhhhhhhhhhhhh - 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o - .text._ZN13LiquidCrystalC2Ehhhhhh - 0x0000000000000000 0x44 ./src/core/LiquidCrystal.o - .ARM.extab.text._ZN13LiquidCrystalC2Ehhhhhh - 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o - .ARM.exidx.text._ZN13LiquidCrystalC2Ehhhhhh - 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o - .text._ZN13LiquidCrystalC2Ehhhhhhh - 0x0000000000000000 0x4c ./src/core/LiquidCrystal.o - .ARM.extab.text._ZN13LiquidCrystalC2Ehhhhhhh - 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o - .ARM.exidx.text._ZN13LiquidCrystalC2Ehhhhhhh - 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o - .text._ZN13LiquidCrystalC2Ehhhhhhhhhh - 0x0000000000000000 0x60 ./src/core/LiquidCrystal.o - .ARM.extab.text._ZN13LiquidCrystalC2Ehhhhhhhhhh - 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o - .ARM.exidx.text._ZN13LiquidCrystalC2Ehhhhhhhhhh - 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o - .text._ZN13LiquidCrystalC2Ehhhhhhhhhhh - 0x0000000000000000 0x6c ./src/core/LiquidCrystal.o - .ARM.extab.text._ZN13LiquidCrystalC2Ehhhhhhhhhhh - 0x0000000000000000 0x0 ./src/core/LiquidCrystal.o - .ARM.exidx.text._ZN13LiquidCrystalC2Ehhhhhhhhhhh - 0x0000000000000000 0x8 ./src/core/LiquidCrystal.o - .rodata._ZTV13LiquidCrystal - 0x0000000000000000 0x10 ./src/core/LiquidCrystal.o - .rodata 0x0000000000000000 0x10 ./src/core/LiquidCrystal.o - .text 0x0000000000000000 0x0 ./src/core/Print.o - .data 0x0000000000000000 0x0 ./src/core/Print.o - .bss 0x0000000000000000 0x0 ./src/core/Print.o - .ARM.extab.text._ZN5Print7printlnEv - 0x0000000000000000 0x0 ./src/core/Print.o - .ARM.extab.text._ZN5Print5printEPKc - 0x0000000000000000 0x0 ./src/core/Print.o - .ARM.extab.text._ZN5Print5printEi12RADIX_FORMAT - 0x0000000000000000 0x0 ./src/core/Print.o - .text._ZN5Print5writeEPKci - 0x0000000000000000 0x1e ./src/core/Print.o - .ARM.extab.text._ZN5Print5writeEPKci - 0x0000000000000000 0x0 ./src/core/Print.o - .ARM.exidx.text._ZN5Print5writeEPKci - 0x0000000000000000 0x8 ./src/core/Print.o - .ARM.extab.text._ZN5Print7printlnEPKc - 0x0000000000000000 0x0 ./src/core/Print.o - .ARM.extab.text._ZN5Print7printlnEi12RADIX_FORMAT - 0x0000000000000000 0x0 ./src/core/Print.o - .text._ZN5Print5printEc - 0x0000000000000000 0xa ./src/core/Print.o - .ARM.extab.text._ZN5Print5printEc - 0x0000000000000000 0xc ./src/core/Print.o - .ARM.exidx.text._ZN5Print5printEc - 0x0000000000000000 0x8 ./src/core/Print.o - .text._ZN5Print7printlnEc - 0x0000000000000000 0x14 ./src/core/Print.o - .ARM.extab.text._ZN5Print7printlnEc - 0x0000000000000000 0x0 ./src/core/Print.o - .ARM.exidx.text._ZN5Print7printlnEc - 0x0000000000000000 0x8 ./src/core/Print.o - .rodata._ZTV5Print - 0x0000000000000000 0x10 ./src/core/Print.o - .text 0x0000000000000000 0x0 ./src/core/SPI.o - .data 0x0000000000000000 0x0 ./src/core/SPI.o - .bss 0x0000000000000000 0x0 ./src/core/SPI.o - .ARM.extab.text._ZN3SSPD2Ev - 0x0000000000000000 0x0 ./src/core/SPI.o - .ARM.extab.text._ZN3SSP12setBitLengthEi - 0x0000000000000000 0x0 ./src/core/SPI.o - .text._ZN3SSP3endEv - 0x0000000000000000 0x10 ./src/core/SPI.o - .ARM.extab.text._ZN3SSP3endEv - 0x0000000000000000 0x0 ./src/core/SPI.o - .ARM.exidx.text._ZN3SSP3endEv - 0x0000000000000000 0x8 ./src/core/SPI.o - .text._ZN3SSP11setBitOrderE13SSP_BIT_ORDER - 0x0000000000000000 0x4 ./src/core/SPI.o - .ARM.extab.text._ZN3SSP11setBitOrderE13SSP_BIT_ORDER - 0x0000000000000000 0x0 ./src/core/SPI.o - .ARM.exidx.text._ZN3SSP11setBitOrderE13SSP_BIT_ORDER - 0x0000000000000000 0x8 ./src/core/SPI.o - .ARM.extab.text._ZN3SSP15setClockDividerE15SSP_CLK_DIVIDER - 0x0000000000000000 0x0 ./src/core/SPI.o - .ARM.extab.text._ZN3SSP11setDataModeE13SSP_DATA_MODE - 0x0000000000000000 0x0 ./src/core/SPI.o - .ARM.extab.text.ssp_begin - 0x0000000000000000 0x0 ./src/core/SPI.o - .text._ZN3SSP5beginE8SSP_PORT - 0x0000000000000000 0x14 ./src/core/SPI.o - .ARM.extab.text._ZN3SSP5beginE8SSP_PORT - 0x0000000000000000 0xc ./src/core/SPI.o - .ARM.exidx.text._ZN3SSP5beginE8SSP_PORT - 0x0000000000000000 0x8 ./src/core/SPI.o - .ARM.extab.text._ZN3SSPC2Ev - 0x0000000000000000 0x0 ./src/core/SPI.o - .ARM.extab.text.ssp_transfer - 0x0000000000000000 0x0 ./src/core/SPI.o - .ARM.extab.text._ZN3SSP8transferEm - 0x0000000000000000 0x0 ./src/core/SPI.o - .ARM.extab.text.startup._GLOBAL__sub_I_SPI - 0x0000000000000000 0x0 ./src/core/SPI.o - .text 0x0000000000000000 0x0 ./src/core/SPI1.o - .data 0x0000000000000000 0x0 ./src/core/SPI1.o - .bss 0x0000000000000000 0x0 ./src/core/SPI1.o - .ARM.extab.text._ZN4SSP1D2Ev - 0x0000000000000000 0x0 ./src/core/SPI1.o - .ARM.extab.text._ZN4SSP112setBitLengthEi - 0x0000000000000000 0x0 ./src/core/SPI1.o - .text._ZN4SSP13endEv - 0x0000000000000000 0x10 ./src/core/SPI1.o - .ARM.extab.text._ZN4SSP13endEv - 0x0000000000000000 0x0 ./src/core/SPI1.o - .ARM.exidx.text._ZN4SSP13endEv - 0x0000000000000000 0x8 ./src/core/SPI1.o - .text._ZN4SSP111setBitOrderE13SSP_BIT_ORDER - 0x0000000000000000 0x4 ./src/core/SPI1.o - .ARM.extab.text._ZN4SSP111setBitOrderE13SSP_BIT_ORDER - 0x0000000000000000 0x0 ./src/core/SPI1.o - .ARM.exidx.text._ZN4SSP111setBitOrderE13SSP_BIT_ORDER - 0x0000000000000000 0x8 ./src/core/SPI1.o - .ARM.extab.text._ZN4SSP115setClockDividerE15SSP_CLK_DIVIDER - 0x0000000000000000 0x0 ./src/core/SPI1.o - .text._ZN4SSP111setDataModeE13SSP_DATA_MODE - 0x0000000000000000 0x4 ./src/core/SPI1.o - .ARM.extab.text._ZN4SSP111setDataModeE13SSP_DATA_MODE - 0x0000000000000000 0x0 ./src/core/SPI1.o - .ARM.exidx.text._ZN4SSP111setDataModeE13SSP_DATA_MODE - 0x0000000000000000 0x8 ./src/core/SPI1.o - .ARM.extab.text.ssp1_begin - 0x0000000000000000 0x0 ./src/core/SPI1.o - .text._ZN4SSP15beginE8SSP_PORT - 0x0000000000000000 0x14 ./src/core/SPI1.o - .ARM.extab.text._ZN4SSP15beginE8SSP_PORT - 0x0000000000000000 0xc ./src/core/SPI1.o - .ARM.exidx.text._ZN4SSP15beginE8SSP_PORT - 0x0000000000000000 0x8 ./src/core/SPI1.o - .ARM.extab.text._ZN4SSP1C2Ev - 0x0000000000000000 0x0 ./src/core/SPI1.o - .ARM.extab.text.ssp1_transfer - 0x0000000000000000 0x0 ./src/core/SPI1.o - .ARM.extab.text._ZN4SSP18transferEm - 0x0000000000000000 0x0 ./src/core/SPI1.o - .ARM.extab.text.startup._GLOBAL__sub_I_SPI1 - 0x0000000000000000 0x0 ./src/core/SPI1.o - .group 0x0000000000000000 0x10 ./src/core/SoftwareSerial.o - .text 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o - .data 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o - .bss 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o - .text._ZN14SoftwareSerial5writeEc - 0x0000000000000000 0x7c ./src/core/SoftwareSerial.o - .ARM.extab.text._ZN14SoftwareSerial5writeEc - 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o - .ARM.exidx.text._ZN14SoftwareSerial5writeEc - 0x0000000000000000 0x8 ./src/core/SoftwareSerial.o - .text._ZN14SoftwareSerial6listenEv - 0x0000000000000000 0x30 ./src/core/SoftwareSerial.o - .ARM.extab.text._ZN14SoftwareSerial6listenEv - 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o - .ARM.exidx.text._ZN14SoftwareSerial6listenEv - 0x0000000000000000 0x8 ./src/core/SoftwareSerial.o - .text._ZN14SoftwareSerial4recvEv - 0x0000000000000000 0x98 ./src/core/SoftwareSerial.o - .ARM.extab.text._ZN14SoftwareSerial4recvEv - 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o - .ARM.exidx.text._ZN14SoftwareSerial4recvEv - 0x0000000000000000 0x8 ./src/core/SoftwareSerial.o - .text._ZN14SoftwareSerial16handle_interruptEv - 0x0000000000000000 0x14 ./src/core/SoftwareSerial.o - .ARM.extab.text._ZN14SoftwareSerial16handle_interruptEv - 0x0000000000000000 0xc ./src/core/SoftwareSerial.o - .ARM.exidx.text._ZN14SoftwareSerial16handle_interruptEv - 0x0000000000000000 0x8 ./src/core/SoftwareSerial.o - .text._ZN14SoftwareSerial5setTXEh - 0x0000000000000000 0x1a ./src/core/SoftwareSerial.o - .ARM.extab.text._ZN14SoftwareSerial5setTXEh - 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o - .ARM.exidx.text._ZN14SoftwareSerial5setTXEh - 0x0000000000000000 0x8 ./src/core/SoftwareSerial.o - .text._ZN14SoftwareSerial5setRXEh - 0x0000000000000000 0x22 ./src/core/SoftwareSerial.o - .ARM.extab.text._ZN14SoftwareSerial5setRXEh - 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o - .ARM.exidx.text._ZN14SoftwareSerial5setRXEh - 0x0000000000000000 0x8 ./src/core/SoftwareSerial.o - .text._ZN14SoftwareSerialC2Ehhb - 0x0000000000000000 0x44 ./src/core/SoftwareSerial.o - .ARM.extab.text._ZN14SoftwareSerialC2Ehhb - 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o - .ARM.exidx.text._ZN14SoftwareSerialC2Ehhb - 0x0000000000000000 0x8 ./src/core/SoftwareSerial.o - .text._ZN14SoftwareSerial5beginEl - 0x0000000000000000 0x64 ./src/core/SoftwareSerial.o - .ARM.extab.text._ZN14SoftwareSerial5beginEl - 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o - .ARM.exidx.text._ZN14SoftwareSerial5beginEl - 0x0000000000000000 0x8 ./src/core/SoftwareSerial.o - .text._ZN14SoftwareSerial3endEv - 0x0000000000000000 0xe ./src/core/SoftwareSerial.o - .ARM.extab.text._ZN14SoftwareSerial3endEv - 0x0000000000000000 0xc ./src/core/SoftwareSerial.o - .ARM.exidx.text._ZN14SoftwareSerial3endEv - 0x0000000000000000 0x8 ./src/core/SoftwareSerial.o - .text._ZN14SoftwareSerialD2Ev - 0x0000000000000000 0x18 ./src/core/SoftwareSerial.o - .ARM.extab.text._ZN14SoftwareSerialD2Ev - 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o - .ARM.exidx.text._ZN14SoftwareSerialD2Ev - 0x0000000000000000 0x8 ./src/core/SoftwareSerial.o - .text._ZN14SoftwareSerial4readEv - 0x0000000000000000 0x40 ./src/core/SoftwareSerial.o - .ARM.extab.text._ZN14SoftwareSerial4readEv - 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o - .ARM.exidx.text._ZN14SoftwareSerial4readEv - 0x0000000000000000 0x8 ./src/core/SoftwareSerial.o - .text._ZN14SoftwareSerial9availableEv - 0x0000000000000000 0x3c ./src/core/SoftwareSerial.o - .ARM.extab.text._ZN14SoftwareSerial9availableEv - 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o - .ARM.exidx.text._ZN14SoftwareSerial9availableEv - 0x0000000000000000 0x8 ./src/core/SoftwareSerial.o - .text._ZN14SoftwareSerial5flushEv - 0x0000000000000000 0x24 ./src/core/SoftwareSerial.o - .ARM.extab.text._ZN14SoftwareSerial5flushEv - 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o - .ARM.exidx.text._ZN14SoftwareSerial5flushEv - 0x0000000000000000 0x8 ./src/core/SoftwareSerial.o - .text._ZN14SoftwareSerial4peekEv - 0x0000000000000000 0x34 ./src/core/SoftwareSerial.o - .ARM.extab.text._ZN14SoftwareSerial4peekEv - 0x0000000000000000 0x0 ./src/core/SoftwareSerial.o - .ARM.exidx.text._ZN14SoftwareSerial4peekEv - 0x0000000000000000 0x8 ./src/core/SoftwareSerial.o - .bss._ZN14SoftwareSerial13active_objectE - 0x0000000000000000 0x4 ./src/core/SoftwareSerial.o - .rodata._ZL5table - 0x0000000000000000 0x30 ./src/core/SoftwareSerial.o - .bss._ZN14SoftwareSerial20_receive_buffer_headE - 0x0000000000000000 0x1 ./src/core/SoftwareSerial.o - .bss._ZN14SoftwareSerial15_receive_bufferE - 0x0000000000000000 0x40 ./src/core/SoftwareSerial.o - .bss._ZN14SoftwareSerial20_receive_buffer_tailE - 0x0000000000000000 0x1 ./src/core/SoftwareSerial.o - .rodata._ZTV14SoftwareSerial - 0x0000000000000000 0x10 ./src/core/SoftwareSerial.o - .group 0x0000000000000000 0x10 ./src/core/Wire.o - .group 0x0000000000000000 0x10 ./src/core/Wire.o - .group 0x0000000000000000 0x10 ./src/core/Wire.o - .group 0x0000000000000000 0x10 ./src/core/Wire.o - .group 0x0000000000000000 0x10 ./src/core/Wire.o - .text 0x0000000000000000 0x0 ./src/core/Wire.o - .data 0x0000000000000000 0x0 ./src/core/Wire.o - .bss 0x0000000000000000 0x0 ./src/core/Wire.o - .text._ZN7TwoWireC2Ev - 0x0000000000000000 0x2 ./src/core/Wire.o - .ARM.extab.text._ZN7TwoWireC2Ev - 0x0000000000000000 0x0 ./src/core/Wire.o - .ARM.exidx.text._ZN7TwoWireC2Ev - 0x0000000000000000 0x8 ./src/core/Wire.o - .text._ZN7TwoWire5beginEii - 0x0000000000000000 0x4c ./src/core/Wire.o - .ARM.extab.text._ZN7TwoWire5beginEii - 0x0000000000000000 0x0 ./src/core/Wire.o - .ARM.exidx.text._ZN7TwoWire5beginEii - 0x0000000000000000 0x8 ./src/core/Wire.o - .text._ZN7TwoWire5beginEv - 0x0000000000000000 0x34 ./src/core/Wire.o - .ARM.extab.text._ZN7TwoWire5beginEv - 0x0000000000000000 0xc ./src/core/Wire.o - .ARM.exidx.text._ZN7TwoWire5beginEv - 0x0000000000000000 0x8 ./src/core/Wire.o - .text._ZN7TwoWire5beginEh - 0x0000000000000000 0x8 ./src/core/Wire.o - .ARM.extab.text._ZN7TwoWire5beginEh - 0x0000000000000000 0xc ./src/core/Wire.o - .ARM.exidx.text._ZN7TwoWire5beginEh - 0x0000000000000000 0x8 ./src/core/Wire.o - .text._ZN7TwoWire5beginEi - 0x0000000000000000 0x8 ./src/core/Wire.o - .ARM.extab.text._ZN7TwoWire5beginEi - 0x0000000000000000 0xc ./src/core/Wire.o - .ARM.exidx.text._ZN7TwoWire5beginEi - 0x0000000000000000 0x8 ./src/core/Wire.o - .text._ZN7TwoWire17beginTransmissionEh - 0x0000000000000000 0x28 ./src/core/Wire.o - .ARM.extab.text._ZN7TwoWire17beginTransmissionEh - 0x0000000000000000 0x0 ./src/core/Wire.o - .ARM.exidx.text._ZN7TwoWire17beginTransmissionEh - 0x0000000000000000 0x8 ./src/core/Wire.o - .text._ZN7TwoWire17beginTransmissionEi - 0x0000000000000000 0xa ./src/core/Wire.o - .ARM.extab.text._ZN7TwoWire17beginTransmissionEi - 0x0000000000000000 0x0 ./src/core/Wire.o - .ARM.exidx.text._ZN7TwoWire17beginTransmissionEi - 0x0000000000000000 0x8 ./src/core/Wire.o - .text._ZN7TwoWire5writeEa - 0x0000000000000000 0x34 ./src/core/Wire.o - .ARM.extab.text._ZN7TwoWire5writeEa - 0x0000000000000000 0x0 ./src/core/Wire.o - .ARM.exidx.text._ZN7TwoWire5writeEa - 0x0000000000000000 0x8 ./src/core/Wire.o - .text._ZN7TwoWire4sendEPhh - 0x0000000000000000 0x2c ./src/core/Wire.o - .ARM.extab.text._ZN7TwoWire4sendEPhh - 0x0000000000000000 0x0 ./src/core/Wire.o - .ARM.exidx.text._ZN7TwoWire4sendEPhh - 0x0000000000000000 0x8 ./src/core/Wire.o - .text._ZN7TwoWire4sendEPa - 0x0000000000000000 0x18 ./src/core/Wire.o - .ARM.extab.text._ZN7TwoWire4sendEPa - 0x0000000000000000 0x0 ./src/core/Wire.o - .ARM.exidx.text._ZN7TwoWire4sendEPa - 0x0000000000000000 0x8 ./src/core/Wire.o - .text._ZN7TwoWire4sendEi - 0x0000000000000000 0xa ./src/core/Wire.o - .ARM.extab.text._ZN7TwoWire4sendEi - 0x0000000000000000 0x0 ./src/core/Wire.o - .ARM.exidx.text._ZN7TwoWire4sendEi - 0x0000000000000000 0x8 ./src/core/Wire.o - .text._ZN7TwoWire9availableEv - 0x0000000000000000 0x18 ./src/core/Wire.o - .ARM.extab.text._ZN7TwoWire9availableEv - 0x0000000000000000 0x0 ./src/core/Wire.o - .ARM.exidx.text._ZN7TwoWire9availableEv - 0x0000000000000000 0x8 ./src/core/Wire.o - .text._ZN7TwoWire7receiveEv - 0x0000000000000000 0x28 ./src/core/Wire.o - .ARM.extab.text._ZN7TwoWire7receiveEv - 0x0000000000000000 0x0 ./src/core/Wire.o - .ARM.exidx.text._ZN7TwoWire7receiveEv - 0x0000000000000000 0x8 ./src/core/Wire.o - .text._ZN7TwoWire16onReceiveServiceEPhi - 0x0000000000000000 0x48 ./src/core/Wire.o - .ARM.extab.text._ZN7TwoWire16onReceiveServiceEPhi - 0x0000000000000000 0x0 ./src/core/Wire.o - .ARM.exidx.text._ZN7TwoWire16onReceiveServiceEPhi - 0x0000000000000000 0x8 ./src/core/Wire.o - .text._ZN7TwoWire16onRequestServiceEv - 0x0000000000000000 0x24 ./src/core/Wire.o - .ARM.extab.text._ZN7TwoWire16onRequestServiceEv - 0x0000000000000000 0xc ./src/core/Wire.o - .ARM.exidx.text._ZN7TwoWire16onRequestServiceEv - 0x0000000000000000 0x8 ./src/core/Wire.o - .text._ZN7TwoWire9onReceiveEPFviE - 0x0000000000000000 0xc ./src/core/Wire.o - .ARM.extab.text._ZN7TwoWire9onReceiveEPFviE - 0x0000000000000000 0x0 ./src/core/Wire.o - .ARM.exidx.text._ZN7TwoWire9onReceiveEPFviE - 0x0000000000000000 0x8 ./src/core/Wire.o - .text._ZN7TwoWire9onRequestEPFvvE - 0x0000000000000000 0xc ./src/core/Wire.o - .ARM.extab.text._ZN7TwoWire9onRequestEPFvvE - 0x0000000000000000 0x0 ./src/core/Wire.o - .ARM.exidx.text._ZN7TwoWire9onRequestEPFvvE - 0x0000000000000000 0x8 ./src/core/Wire.o - .text._Z4WAITv - 0x0000000000000000 0xa ./src/core/Wire.o - .ARM.extab.text._Z4WAITv - 0x0000000000000000 0xc ./src/core/Wire.o - .ARM.exidx.text._Z4WAITv - 0x0000000000000000 0x8 ./src/core/Wire.o - .text._Z7SDA_RELi - 0x0000000000000000 0xa ./src/core/Wire.o - .ARM.extab.text._Z7SDA_RELi - 0x0000000000000000 0xc ./src/core/Wire.o - .ARM.exidx.text._Z7SDA_RELi - 0x0000000000000000 0x8 ./src/core/Wire.o - .text._Z7SCL_RELi - 0x0000000000000000 0xa ./src/core/Wire.o - .ARM.extab.text._Z7SCL_RELi - 0x0000000000000000 0xc ./src/core/Wire.o - .ARM.exidx.text._Z7SCL_RELi - 0x0000000000000000 0x8 ./src/core/Wire.o - .text._Z11i2c_stopbitii - 0x0000000000000000 0x20 ./src/core/Wire.o - .ARM.extab.text._Z11i2c_stopbitii - 0x0000000000000000 0x0 ./src/core/Wire.o - .ARM.exidx.text._Z11i2c_stopbitii - 0x0000000000000000 0x8 ./src/core/Wire.o - .text._Z7SDA_PULi - 0x0000000000000000 0x24 ./src/core/Wire.o - .ARM.extab.text._Z7SDA_PULi - 0x0000000000000000 0x0 ./src/core/Wire.o - .ARM.exidx.text._Z7SDA_PULi - 0x0000000000000000 0x8 ./src/core/Wire.o - .text._Z7SCL_PULi - 0x0000000000000000 0x24 ./src/core/Wire.o - .ARM.extab.text._Z7SCL_PULi - 0x0000000000000000 0x0 ./src/core/Wire.o - .ARM.exidx.text._Z7SCL_PULi - 0x0000000000000000 0x8 ./src/core/Wire.o - .text._Z13i2c_recv_byteii14WIRE_ACK_STATE - 0x0000000000000000 0xa2 ./src/core/Wire.o - .ARM.extab.text._Z13i2c_recv_byteii14WIRE_ACK_STATE - 0x0000000000000000 0x0 ./src/core/Wire.o - .ARM.exidx.text._Z13i2c_recv_byteii14WIRE_ACK_STATE - 0x0000000000000000 0x8 ./src/core/Wire.o - .text._Z13i2c_send_byteiih - 0x0000000000000000 0x90 ./src/core/Wire.o - .ARM.extab.text._Z13i2c_send_byteiih - 0x0000000000000000 0x0 ./src/core/Wire.o - .ARM.exidx.text._Z13i2c_send_byteiih - 0x0000000000000000 0x8 ./src/core/Wire.o - .text._Z8i2c_readiihPhh - 0x0000000000000000 0x4e ./src/core/Wire.o - .ARM.extab.text._Z8i2c_readiihPhh - 0x0000000000000000 0x0 ./src/core/Wire.o - .ARM.exidx.text._Z8i2c_readiihPhh - 0x0000000000000000 0x8 ./src/core/Wire.o - .text._Z9i2c_writeiihPhh - 0x0000000000000000 0x3c ./src/core/Wire.o - .ARM.extab.text._Z9i2c_writeiihPhh - 0x0000000000000000 0x0 ./src/core/Wire.o - .ARM.exidx.text._Z9i2c_writeiihPhh - 0x0000000000000000 0x8 ./src/core/Wire.o - .text._Z12i2c_startbitii - 0x0000000000000000 0x66 ./src/core/Wire.o - .ARM.extab.text._Z12i2c_startbitii - 0x0000000000000000 0x0 ./src/core/Wire.o - .ARM.exidx.text._Z12i2c_startbitii - 0x0000000000000000 0x8 ./src/core/Wire.o - .text._Z8i2c_pingiih - 0x0000000000000000 0x26 ./src/core/Wire.o - .ARM.extab.text._Z8i2c_pingiih - 0x0000000000000000 0x0 ./src/core/Wire.o - .ARM.exidx.text._Z8i2c_pingiih - 0x0000000000000000 0x8 ./src/core/Wire.o - .text._Z22i2c_begin_transmissioniih - 0x0000000000000000 0x8 ./src/core/Wire.o - .ARM.extab.text._Z22i2c_begin_transmissioniih - 0x0000000000000000 0xc ./src/core/Wire.o - .ARM.exidx.text._Z22i2c_begin_transmissioniih - 0x0000000000000000 0x8 ./src/core/Wire.o - .text._Z16i2c_request_fromiihPhh - 0x0000000000000000 0x32 ./src/core/Wire.o - .ARM.extab.text._Z16i2c_request_fromiihPhh - 0x0000000000000000 0x0 ./src/core/Wire.o - .ARM.exidx.text._Z16i2c_request_fromiihPhh - 0x0000000000000000 0x8 ./src/core/Wire.o - .text._ZN7TwoWire11requestFromEhh - 0x0000000000000000 0x38 ./src/core/Wire.o - .ARM.extab.text._ZN7TwoWire11requestFromEhh - 0x0000000000000000 0x0 ./src/core/Wire.o - .ARM.exidx.text._ZN7TwoWire11requestFromEhh - 0x0000000000000000 0x8 ./src/core/Wire.o - .text._ZN7TwoWire11requestFromEii - 0x0000000000000000 0xc ./src/core/Wire.o - .ARM.extab.text._ZN7TwoWire11requestFromEii - 0x0000000000000000 0xc ./src/core/Wire.o - .ARM.exidx.text._ZN7TwoWire11requestFromEii - 0x0000000000000000 0x8 ./src/core/Wire.o - .text._ZN7TwoWire15endTransmissionEv - 0x0000000000000000 0x58 ./src/core/Wire.o - .ARM.extab.text._ZN7TwoWire15endTransmissionEv - 0x0000000000000000 0x0 ./src/core/Wire.o - .ARM.exidx.text._ZN7TwoWire15endTransmissionEv - 0x0000000000000000 0x8 ./src/core/Wire.o - .bss._ZN7TwoWire14user_onReceiveE - 0x0000000000000000 0x4 ./src/core/Wire.o - .bss._ZN7TwoWire8txBufferE - 0x0000000000000000 0x20 ./src/core/Wire.o - .bss._ZN7TwoWire8rxBufferE - 0x0000000000000000 0x20 ./src/core/Wire.o - .bss._ZN7TwoWire14user_onRequestE - 0x0000000000000000 0x4 ./src/core/Wire.o - .rodata.CSWTCH.49 - 0x0000000000000000 0x6 ./src/core/Wire.o - .bss.Wire 0x0000000000000000 0x8 ./src/core/Wire.o - .bss._ZN7TwoWire13rxBufferIndexE - 0x0000000000000000 0x1 ./src/core/Wire.o - .bss._ZN7TwoWire14rxBufferLengthE - 0x0000000000000000 0x1 ./src/core/Wire.o - .bss._ZN7TwoWire12transmittingE - 0x0000000000000000 0x1 ./src/core/Wire.o - .bss._ZN7TwoWire14txBufferLengthE - 0x0000000000000000 0x1 ./src/core/Wire.o - .bss._ZN7TwoWire13txBufferIndexE - 0x0000000000000000 0x1 ./src/core/Wire.o - .bss._ZN7TwoWire9txAddressE - 0x0000000000000000 0x1 ./src/core/Wire.o - .text 0x0000000000000000 0x0 ./src/core/analogio.o - .data 0x0000000000000000 0x0 ./src/core/analogio.o - .bss 0x0000000000000000 0x0 ./src/core/analogio.o - .text.NVIC_SetPriority.constprop.2 - 0x0000000000000000 0x5c ./src/core/analogio.o - .ARM.extab.text.NVIC_SetPriority.constprop.2 - 0x0000000000000000 0x0 ./src/core/analogio.o - .ARM.exidx.text.NVIC_SetPriority.constprop.2 - 0x0000000000000000 0x8 ./src/core/analogio.o - .text._Z23pwm_eucledean_algorithmi - 0x0000000000000000 0x2 ./src/core/analogio.o - .ARM.extab.text._Z23pwm_eucledean_algorithmi - 0x0000000000000000 0x0 ./src/core/analogio.o - .ARM.exidx.text._Z23pwm_eucledean_algorithmi - 0x0000000000000000 0x8 ./src/core/analogio.o - .text.setup_TIMER16_0 - 0x0000000000000000 0x54 ./src/core/analogio.o - .ARM.extab.text.setup_TIMER16_0 - 0x0000000000000000 0x0 ./src/core/analogio.o - .ARM.exidx.text.setup_TIMER16_0 - 0x0000000000000000 0x8 ./src/core/analogio.o - .text.setup_TIMER16_1 - 0x0000000000000000 0x48 ./src/core/analogio.o - .ARM.extab.text.setup_TIMER16_1 - 0x0000000000000000 0x0 ./src/core/analogio.o - .ARM.exidx.text.setup_TIMER16_1 - 0x0000000000000000 0x8 ./src/core/analogio.o - .text.analogWrite - 0x0000000000000000 0xc8 ./src/core/analogio.o - .ARM.extab.text.analogWrite - 0x0000000000000000 0x0 ./src/core/analogio.o - .ARM.exidx.text.analogWrite - 0x0000000000000000 0x8 ./src/core/analogio.o - .ARM.extab.text.TIMER16_0_IRQHandler - 0x0000000000000000 0x0 ./src/core/analogio.o - .bss._ZL13pwm_init_done - 0x0000000000000000 0x4 ./src/core/analogio.o - .bss._ZL17pwm_already_inuse - 0x0000000000000000 0x4 ./src/core/analogio.o - .text 0x0000000000000000 0x0 ./src/core/arithmetical.o - .data 0x0000000000000000 0x0 ./src/core/arithmetical.o - .bss 0x0000000000000000 0x0 ./src/core/arithmetical.o - .text._Z10randomSeedj - 0x0000000000000000 0xc ./src/core/arithmetical.o - .ARM.extab.text._Z10randomSeedj - 0x0000000000000000 0x0 ./src/core/arithmetical.o - .ARM.exidx.text._Z10randomSeedj - 0x0000000000000000 0x8 ./src/core/arithmetical.o - .text._Z6randomv - 0x0000000000000000 0x50 ./src/core/arithmetical.o - .ARM.extab.text._Z6randomv - 0x0000000000000000 0x0 ./src/core/arithmetical.o - .ARM.exidx.text._Z6randomv - 0x0000000000000000 0x8 ./src/core/arithmetical.o - .text._Z11random_LFSRv - 0x0000000000000000 0x28 ./src/core/arithmetical.o - .ARM.extab.text._Z11random_LFSRv - 0x0000000000000000 0x0 ./src/core/arithmetical.o - .ARM.exidx.text._Z11random_LFSRv - 0x0000000000000000 0x8 ./src/core/arithmetical.o - .text._Z6randoml - 0x0000000000000000 0x16 ./src/core/arithmetical.o - .ARM.extab.text._Z6randoml - 0x0000000000000000 0x0 ./src/core/arithmetical.o - .ARM.exidx.text._Z6randoml - 0x0000000000000000 0x8 ./src/core/arithmetical.o - .text._Z6randomll - 0x0000000000000000 0x18 ./src/core/arithmetical.o - .ARM.extab.text._Z6randomll - 0x0000000000000000 0x0 ./src/core/arithmetical.o - .ARM.exidx.text._Z6randomll - 0x0000000000000000 0x8 ./src/core/arithmetical.o - .bss.random_seed - 0x0000000000000000 0x4 ./src/core/arithmetical.o - .text 0x0000000000000000 0x0 ./src/core/cr_cpp_config.o - .data 0x0000000000000000 0x0 ./src/core/cr_cpp_config.o - .bss 0x0000000000000000 0x0 ./src/core/cr_cpp_config.o - .text._Znwj 0x0000000000000000 0x8 ./src/core/cr_cpp_config.o - .ARM.extab.text._Znwj - 0x0000000000000000 0x0 ./src/core/cr_cpp_config.o - .ARM.exidx.text._Znwj - 0x0000000000000000 0x8 ./src/core/cr_cpp_config.o - .text._ZdlPv 0x0000000000000000 0x8 ./src/core/cr_cpp_config.o - .ARM.extab.text._ZdlPv - 0x0000000000000000 0x0 ./src/core/cr_cpp_config.o - .ARM.exidx.text._ZdlPv - 0x0000000000000000 0x8 ./src/core/cr_cpp_config.o - .ARM.extab.text.__aeabi_atexit - 0x0000000000000000 0x0 ./src/core/cr_cpp_config.o - .text 0x0000000000000000 0x0 ./src/core/cr_startup_lpc11.o - .data 0x0000000000000000 0x0 ./src/core/cr_startup_lpc11.o - .bss 0x0000000000000000 0x0 ./src/core/cr_startup_lpc11.o - .ARM.extab.after_vectors - 0x0000000000000000 0x0 ./src/core/cr_startup_lpc11.o - .text.__cxa_pure_virtual - 0x0000000000000000 0x4 ./src/core/cr_startup_lpc11.o - .ARM.extab.text.__cxa_pure_virtual - 0x0000000000000000 0x0 ./src/core/cr_startup_lpc11.o - .ARM.exidx.text.__cxa_pure_virtual - 0x0000000000000000 0x8 ./src/core/cr_startup_lpc11.o - .text.__cxa_demangle - 0x0000000000000000 0x2 ./src/core/cr_startup_lpc11.o - .ARM.extab.text.__cxa_demangle - 0x0000000000000000 0x0 ./src/core/cr_startup_lpc11.o - .ARM.exidx.text.__cxa_demangle - 0x0000000000000000 0x8 ./src/core/cr_startup_lpc11.o - .text 0x0000000000000000 0x0 ./src/core/delay.o - .data 0x0000000000000000 0x0 ./src/core/delay.o - .bss 0x0000000000000000 0x0 ./src/core/delay.o - .ARM.extab.text.NVIC_SetPriority - 0x0000000000000000 0x0 ./src/core/delay.o - .ARM.extab.text.delay - 0x0000000000000000 0x0 ./src/core/delay.o - .text.millis 0x0000000000000000 0xc ./src/core/delay.o - .ARM.extab.text.millis - 0x0000000000000000 0x0 ./src/core/delay.o - .ARM.exidx.text.millis - 0x0000000000000000 0x8 ./src/core/delay.o - .text.delayMicroseconds - 0x0000000000000000 0x18 ./src/core/delay.o - .ARM.extab.text.delayMicroseconds - 0x0000000000000000 0x0 ./src/core/delay.o - .ARM.exidx.text.delayMicroseconds - 0x0000000000000000 0x8 ./src/core/delay.o - .text.micros 0x0000000000000000 0xc ./src/core/delay.o - .ARM.extab.text.micros - 0x0000000000000000 0x0 ./src/core/delay.o - .ARM.exidx.text.micros - 0x0000000000000000 0x8 ./src/core/delay.o - .ARM.extab.text.setup_TIMER32_1 - 0x0000000000000000 0x0 ./src/core/delay.o - .ARM.extab.text.attachMicroseconds - 0x0000000000000000 0x0 ./src/core/delay.o - .ARM.extab.text.detachMicroseconds - 0x0000000000000000 0x0 ./src/core/delay.o - .ARM.extab.text.TIMER32_1_IRQHandler - 0x0000000000000000 0x0 ./src/core/delay.o - .ARM.extab.text.SysTick_Handler - 0x0000000000000000 0x0 ./src/core/delay.o - .ARM.extab.text.setup_systick - 0x0000000000000000 0x0 ./src/core/delay.o - .text 0x0000000000000000 0x0 ./src/core/gpio.o - .data 0x0000000000000000 0x0 ./src/core/gpio.o - .bss 0x0000000000000000 0x0 ./src/core/gpio.o - .ARM.extab.text.pinMode - 0x0000000000000000 0x0 ./src/core/gpio.o - .ARM.extab.text.digitalWrite - 0x0000000000000000 0x0 ./src/core/gpio.o - .ARM.extab.text.digitalRead - 0x0000000000000000 0x0 ./src/core/gpio.o - .text.GPIOSetInterrupt - 0x0000000000000000 0x130 ./src/core/gpio.o - .ARM.extab.text.GPIOSetInterrupt - 0x0000000000000000 0x0 ./src/core/gpio.o - .ARM.exidx.text.GPIOSetInterrupt - 0x0000000000000000 0x8 ./src/core/gpio.o - .text.GPIOIntEnable - 0x0000000000000000 0x4c ./src/core/gpio.o - .ARM.extab.text.GPIOIntEnable - 0x0000000000000000 0x0 ./src/core/gpio.o - .ARM.exidx.text.GPIOIntEnable - 0x0000000000000000 0x8 ./src/core/gpio.o - .text.GPIOIntDisable - 0x0000000000000000 0x48 ./src/core/gpio.o - .ARM.extab.text.GPIOIntDisable - 0x0000000000000000 0x0 ./src/core/gpio.o - .ARM.exidx.text.GPIOIntDisable - 0x0000000000000000 0x8 ./src/core/gpio.o - .ARM.extab.text.GPIOIntStatus - 0x0000000000000000 0x0 ./src/core/gpio.o - .ARM.extab.text.GPIOIntClear - 0x0000000000000000 0x0 ./src/core/gpio.o - .text 0x0000000000000000 0x0 ./src/core/gpio_int.o - .data 0x0000000000000000 0x0 ./src/core/gpio_int.o - .bss 0x0000000000000000 0x0 ./src/core/gpio_int.o - .text.NVIC_EnableIRQ - 0x0000000000000000 0x14 ./src/core/gpio_int.o - .ARM.extab.text.NVIC_EnableIRQ - 0x0000000000000000 0x0 ./src/core/gpio_int.o - .ARM.exidx.text.NVIC_EnableIRQ - 0x0000000000000000 0x8 ./src/core/gpio_int.o - .text.NVIC_DisableIRQ - 0x0000000000000000 0x14 ./src/core/gpio_int.o - .ARM.extab.text.NVIC_DisableIRQ - 0x0000000000000000 0x0 ./src/core/gpio_int.o - .ARM.exidx.text.NVIC_DisableIRQ - 0x0000000000000000 0x8 ./src/core/gpio_int.o - .text.attachInterrupt - 0x0000000000000000 0xac ./src/core/gpio_int.o - .ARM.extab.text.attachInterrupt - 0x0000000000000000 0x0 ./src/core/gpio_int.o - .ARM.exidx.text.attachInterrupt - 0x0000000000000000 0x8 ./src/core/gpio_int.o - .text.detachInterrupt - 0x0000000000000000 0x78 ./src/core/gpio_int.o - .ARM.extab.text.detachInterrupt - 0x0000000000000000 0x0 ./src/core/gpio_int.o - .ARM.exidx.text.detachInterrupt - 0x0000000000000000 0x8 ./src/core/gpio_int.o - .ARM.extab.text.GPIO_IRQHandler - 0x0000000000000000 0x0 ./src/core/gpio_int.o - .rodata._ZL8LPC_GPIO - 0x0000000000000000 0x10 ./src/core/gpio_int.o - .rodata._ZL14mary_pinAssign - 0x0000000000000000 0xe0 ./src/core/gpio_int.o - .rodata._ZL17arduino_pinAssign - 0x0000000000000000 0xb0 ./src/core/gpio_int.o - .text 0x0000000000000000 0x0 ./src/core/maryoled.o - .data 0x0000000000000000 0x0 ./src/core/maryoled.o - .bss 0x0000000000000000 0x0 ./src/core/maryoled.o - .ARM.extab.text._ZN8MARYOLEDD2Ev - 0x0000000000000000 0x0 ./src/core/maryoled.o - .ARM.extab.text._ZN8MARYOLEDC2Ev - 0x0000000000000000 0x0 ./src/core/maryoled.o - .text._ZN8MARYOLED7commandEi - 0x0000000000000000 0x24 ./src/core/maryoled.o - .ARM.extab.text._ZN8MARYOLED7commandEi - 0x0000000000000000 0x0 ./src/core/maryoled.o - .ARM.exidx.text._ZN8MARYOLED7commandEi - 0x0000000000000000 0x8 ./src/core/maryoled.o - .text._ZN8MARYOLED4dataEi - 0x0000000000000000 0x28 ./src/core/maryoled.o - .ARM.extab.text._ZN8MARYOLED4dataEi - 0x0000000000000000 0x0 ./src/core/maryoled.o - .ARM.exidx.text._ZN8MARYOLED4dataEi - 0x0000000000000000 0x8 ./src/core/maryoled.o - .text._ZN8MARYOLED7_windowEiiii - 0x0000000000000000 0x48 ./src/core/maryoled.o - .ARM.extab.text._ZN8MARYOLED7_windowEiiii - 0x0000000000000000 0x0 ./src/core/maryoled.o - .ARM.exidx.text._ZN8MARYOLED7_windowEiiii - 0x0000000000000000 0x8 ./src/core/maryoled.o - .text._ZN8MARYOLED11WindowResetEv - 0x0000000000000000 0x3c ./src/core/maryoled.o - .ARM.extab.text._ZN8MARYOLED11WindowResetEv - 0x0000000000000000 0x0 ./src/core/maryoled.o - .ARM.exidx.text._ZN8MARYOLED11WindowResetEv - 0x0000000000000000 0x8 ./src/core/maryoled.o - .text._ZN8MARYOLED6locateEii - 0x0000000000000000 0x6 ./src/core/maryoled.o - .ARM.extab.text._ZN8MARYOLED6locateEii - 0x0000000000000000 0x0 ./src/core/maryoled.o - .ARM.exidx.text._ZN8MARYOLED6locateEii - 0x0000000000000000 0x8 ./src/core/maryoled.o - .text._ZN8MARYOLED7newlineEv - 0x0000000000000000 0x14 ./src/core/maryoled.o - .ARM.extab.text._ZN8MARYOLED7newlineEv - 0x0000000000000000 0x0 ./src/core/maryoled.o - .ARM.exidx.text._ZN8MARYOLED7newlineEv - 0x0000000000000000 0x8 ./src/core/maryoled.o - .text._ZN8MARYOLED5_putpEi - 0x0000000000000000 0x24 ./src/core/maryoled.o - .ARM.extab.text._ZN8MARYOLED5_putpEi - 0x0000000000000000 0x0 ./src/core/maryoled.o - .ARM.exidx.text._ZN8MARYOLED5_putpEi - 0x0000000000000000 0x8 ./src/core/maryoled.o - .text._ZN8MARYOLED6windowEiiii - 0x0000000000000000 0xc ./src/core/maryoled.o - .ARM.extab.text._ZN8MARYOLED6windowEiiii - 0x0000000000000000 0x0 ./src/core/maryoled.o - .ARM.exidx.text._ZN8MARYOLED6windowEiiii - 0x0000000000000000 0x8 ./src/core/maryoled.o - .text._ZN8MARYOLED4putpEi - 0x0000000000000000 0x8 ./src/core/maryoled.o - .ARM.extab.text._ZN8MARYOLED4putpEi - 0x0000000000000000 0xc ./src/core/maryoled.o - .ARM.exidx.text._ZN8MARYOLED4putpEi - 0x0000000000000000 0x8 ./src/core/maryoled.o - .text._ZN8MARYOLED5pixelEiii - 0x0000000000000000 0x18 ./src/core/maryoled.o - .ARM.extab.text._ZN8MARYOLED5pixelEiii - 0x0000000000000000 0x0 ./src/core/maryoled.o - .ARM.exidx.text._ZN8MARYOLED5pixelEiii - 0x0000000000000000 0x8 ./src/core/maryoled.o - .text._ZN8MARYOLED4fillEiiiii - 0x0000000000000000 0x52 ./src/core/maryoled.o - .ARM.extab.text._ZN8MARYOLED4fillEiiiii - 0x0000000000000000 0x0 ./src/core/maryoled.o - .ARM.exidx.text._ZN8MARYOLED4fillEiiiii - 0x0000000000000000 0x8 ./src/core/maryoled.o - .text._ZN8MARYOLED3clsEv - 0x0000000000000000 0x1c ./src/core/maryoled.o - .ARM.extab.text._ZN8MARYOLED3clsEv - 0x0000000000000000 0x0 ./src/core/maryoled.o - .ARM.exidx.text._ZN8MARYOLED3clsEv - 0x0000000000000000 0x8 ./src/core/maryoled.o - .text._ZN8MARYOLED5resetEv - 0x0000000000000000 0x228 ./src/core/maryoled.o - .ARM.extab.text._ZN8MARYOLED5resetEv - 0x0000000000000000 0x0 ./src/core/maryoled.o - .ARM.exidx.text._ZN8MARYOLED5resetEv - 0x0000000000000000 0x8 ./src/core/maryoled.o - .text._ZN8MARYOLED5resetE8SSP_PORT - 0x0000000000000000 0x46 ./src/core/maryoled.o - .ARM.extab.text._ZN8MARYOLED5resetE8SSP_PORT - 0x0000000000000000 0x0 ./src/core/maryoled.o - .ARM.exidx.text._ZN8MARYOLED5resetE8SSP_PORT - 0x0000000000000000 0x8 ./src/core/maryoled.o - .text._ZN8MARYOLED4blitEiiiiPKi - 0x0000000000000000 0x54 ./src/core/maryoled.o - .ARM.extab.text._ZN8MARYOLED4blitEiiiiPKi - 0x0000000000000000 0x0 ./src/core/maryoled.o - .ARM.exidx.text._ZN8MARYOLED4blitEiiiiPKi - 0x0000000000000000 0x8 ./src/core/maryoled.o - .text._ZN8MARYOLED7bitblitEiiiiPKc - 0x0000000000000000 0x84 ./src/core/maryoled.o - .ARM.extab.text._ZN8MARYOLED7bitblitEiiiiPKc - 0x0000000000000000 0x0 ./src/core/maryoled.o - .ARM.exidx.text._ZN8MARYOLED7bitblitEiiiiPKc - 0x0000000000000000 0x8 ./src/core/maryoled.o - .text._ZN8MARYOLED5_putcEi - 0x0000000000000000 0x50 ./src/core/maryoled.o - .ARM.extab.text._ZN8MARYOLED5_putcEi - 0x0000000000000000 0x0 ./src/core/maryoled.o - .ARM.exidx.text._ZN8MARYOLED5_putcEi - 0x0000000000000000 0x8 ./src/core/maryoled.o - .text._ZN8MARYOLED10foregroundEi - 0x0000000000000000 0x4 ./src/core/maryoled.o - .ARM.extab.text._ZN8MARYOLED10foregroundEi - 0x0000000000000000 0x0 ./src/core/maryoled.o - .ARM.exidx.text._ZN8MARYOLED10foregroundEi - 0x0000000000000000 0x8 ./src/core/maryoled.o - .text._ZN8MARYOLED10backgroundEi - 0x0000000000000000 0x4 ./src/core/maryoled.o - .ARM.extab.text._ZN8MARYOLED10backgroundEi - 0x0000000000000000 0x0 ./src/core/maryoled.o - .ARM.exidx.text._ZN8MARYOLED10backgroundEi - 0x0000000000000000 0x8 ./src/core/maryoled.o - .text._ZN8MARYOLED5widthEv - 0x0000000000000000 0x4 ./src/core/maryoled.o - .ARM.extab.text._ZN8MARYOLED5widthEv - 0x0000000000000000 0x0 ./src/core/maryoled.o - .ARM.exidx.text._ZN8MARYOLED5widthEv - 0x0000000000000000 0x8 ./src/core/maryoled.o - .text._ZN8MARYOLED6heightEv - 0x0000000000000000 0x4 ./src/core/maryoled.o - .ARM.extab.text._ZN8MARYOLED6heightEv - 0x0000000000000000 0x0 ./src/core/maryoled.o - .ARM.exidx.text._ZN8MARYOLED6heightEv - 0x0000000000000000 0x8 ./src/core/maryoled.o - .text._ZN8MARYOLED7columnsEv - 0x0000000000000000 0x4 ./src/core/maryoled.o - .ARM.extab.text._ZN8MARYOLED7columnsEv - 0x0000000000000000 0x0 ./src/core/maryoled.o - .ARM.exidx.text._ZN8MARYOLED7columnsEv - 0x0000000000000000 0x8 ./src/core/maryoled.o - .text._ZN8MARYOLED4rowsEv - 0x0000000000000000 0x4 ./src/core/maryoled.o - .ARM.extab.text._ZN8MARYOLED4rowsEv - 0x0000000000000000 0x0 ./src/core/maryoled.o - .ARM.exidx.text._ZN8MARYOLED4rowsEv - 0x0000000000000000 0x8 ./src/core/maryoled.o - .ARM.extab.text.startup._GLOBAL__sub_I_oled - 0x0000000000000000 0x0 ./src/core/maryoled.o - .rodata 0x0000000000000000 0x3f ./src/core/maryoled.o - .rodata._ZL7FONT8x8 - 0x0000000000000000 0x308 ./src/core/maryoled.o - .text 0x0000000000000000 0x0 ./src/core/startup_mary.o - .data 0x0000000000000000 0x0 ./src/core/startup_mary.o - .bss 0x0000000000000000 0x0 ./src/core/startup_mary.o - .text 0x0000000000000000 0x0 ./src/core/system_LPC11xx.o - .data 0x0000000000000000 0x0 ./src/core/system_LPC11xx.o - .bss 0x0000000000000000 0x0 ./src/core/system_LPC11xx.o - .text.SystemCoreClockUpdate - 0x0000000000000000 0x9c ./src/core/system_LPC11xx.o - .ARM.extab.text.SystemCoreClockUpdate - 0x0000000000000000 0x0 ./src/core/system_LPC11xx.o - .ARM.exidx.text.SystemCoreClockUpdate - 0x0000000000000000 0x8 ./src/core/system_LPC11xx.o - .ARM.extab.text.SystemInit - 0x0000000000000000 0x0 ./src/core/system_LPC11xx.o - .rodata.CSWTCH.16 - 0x0000000000000000 0x40 ./src/core/system_LPC11xx.o - .text 0x0000000000000000 0x0 ./src/core/uart.o - .data 0x0000000000000000 0x0 ./src/core/uart.o - .bss 0x0000000000000000 0x0 ./src/core/uart.o - .ARM.extab.text._ZN7USerialD2Ev - 0x0000000000000000 0x0 ./src/core/uart.o - .ARM.extab.text._ZN7USerial5writeEc - 0x0000000000000000 0x0 ./src/core/uart.o - .text._ZN7USerialC2Ev - 0x0000000000000000 0x18 ./src/core/uart.o - .ARM.extab.text._ZN7USerialC2Ev - 0x0000000000000000 0x0 ./src/core/uart.o - .ARM.exidx.text._ZN7USerialC2Ev - 0x0000000000000000 0x8 ./src/core/uart.o - .ARM.extab.text._ZN7USerial5beginEi - 0x0000000000000000 0x0 ./src/core/uart.o - .text._ZN7USerial3endEv - 0x0000000000000000 0x2 ./src/core/uart.o - .ARM.extab.text._ZN7USerial3endEv - 0x0000000000000000 0x0 ./src/core/uart.o - .ARM.exidx.text._ZN7USerial3endEv - 0x0000000000000000 0x8 ./src/core/uart.o - .text._ZN7USerial9availableEv - 0x0000000000000000 0x10 ./src/core/uart.o - .ARM.extab.text._ZN7USerial9availableEv - 0x0000000000000000 0x0 ./src/core/uart.o - .ARM.exidx.text._ZN7USerial9availableEv - 0x0000000000000000 0x8 ./src/core/uart.o - .text._ZN7USerial4readEv - 0x0000000000000000 0xc ./src/core/uart.o - .ARM.extab.text._ZN7USerial4readEv - 0x0000000000000000 0x0 ./src/core/uart.o - .ARM.exidx.text._ZN7USerial4readEv - 0x0000000000000000 0x8 ./src/core/uart.o - .ARM.extab.text.startup._GLOBAL__sub_I_Serial - 0x0000000000000000 0x0 ./src/core/uart.o - .group 0x0000000000000000 0x8 ./src/XBee/XBee.o - .group 0x0000000000000000 0x8 ./src/XBee/XBee.o - .group 0x0000000000000000 0x8 ./src/XBee/XBee.o - .group 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text 0x0000000000000000 0x0 ./src/XBee/XBee.o - .data 0x0000000000000000 0x0 ./src/XBee/XBee.o - .bss 0x0000000000000000 0x0 ./src/XBee/XBee.o - .text._ZN12ZBRxResponse13getDataOffsetEv - 0x0000000000000000 0x4 ./src/XBee/XBee.o - .ARM.extab.text._ZN12ZBRxResponse13getDataOffsetEv - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN12ZBRxResponse13getDataOffsetEv - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN12ZBRxResponse13getDataLengthEv - 0x0000000000000000 0x12 ./src/XBee/XBee.o - .ARM.extab.text._ZN12ZBRxResponse13getDataLengthEv - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN12ZBRxResponse13getDataLengthEv - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN11ZBTxRequest18getFrameDataLengthEv - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .ARM.extab.text._ZN11ZBTxRequest18getFrameDataLengthEv - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN11ZBTxRequest18getFrameDataLengthEv - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN16AtCommandRequest18getFrameDataLengthEv - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .ARM.extab.text._ZN16AtCommandRequest18getFrameDataLengthEv - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN16AtCommandRequest18getFrameDataLengthEv - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN22RemoteAtCommandRequest18getFrameDataLengthEv - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .ARM.extab.text._ZN22RemoteAtCommandRequest18getFrameDataLengthEv - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN22RemoteAtCommandRequest18getFrameDataLengthEv - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN16AtCommandRequest12getFrameDataEh - 0x0000000000000000 0x20 ./src/XBee/XBee.o - .ARM.extab.text._ZN16AtCommandRequest12getFrameDataEh - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN16AtCommandRequest12getFrameDataEh - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN11ZBTxRequest12getFrameDataEh - 0x0000000000000000 0x6e ./src/XBee/XBee.o - .ARM.extab.text._ZN11ZBTxRequest12getFrameDataEh - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN11ZBTxRequest12getFrameDataEh - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN22RemoteAtCommandRequest12getFrameDataEh - 0x0000000000000000 0x80 ./src/XBee/XBee.o - .ARM.extab.text._ZN22RemoteAtCommandRequest12getFrameDataEh - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN22RemoteAtCommandRequest12getFrameDataEh - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN12XBeeResponseC2Ev - 0x0000000000000000 0x2 ./src/XBee/XBee.o - .ARM.extab.text._ZN12XBeeResponseC2Ev - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN12XBeeResponseC2Ev - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN12XBeeResponse8getApiIdEv - 0x0000000000000000 0x4 ./src/XBee/XBee.o - .ARM.extab.text._ZN12XBeeResponse8getApiIdEv - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN12XBeeResponse8getApiIdEv - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN12XBeeResponse8setApiIdEh - 0x0000000000000000 0x4 ./src/XBee/XBee.o - .ARM.extab.text._ZN12XBeeResponse8setApiIdEh - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN12XBeeResponse8setApiIdEh - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN12XBeeResponse12getMsbLengthEv - 0x0000000000000000 0x4 ./src/XBee/XBee.o - .ARM.extab.text._ZN12XBeeResponse12getMsbLengthEv - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN12XBeeResponse12getMsbLengthEv - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN12XBeeResponse12setMsbLengthEh - 0x0000000000000000 0x4 ./src/XBee/XBee.o - .ARM.extab.text._ZN12XBeeResponse12setMsbLengthEh - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN12XBeeResponse12setMsbLengthEh - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN12XBeeResponse12getLsbLengthEv - 0x0000000000000000 0x4 ./src/XBee/XBee.o - .ARM.extab.text._ZN12XBeeResponse12getLsbLengthEv - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN12XBeeResponse12getLsbLengthEv - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN12XBeeResponse12setLsbLengthEh - 0x0000000000000000 0x4 ./src/XBee/XBee.o - .ARM.extab.text._ZN12XBeeResponse12setLsbLengthEh - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN12XBeeResponse12setLsbLengthEh - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN12XBeeResponse11getChecksumEv - 0x0000000000000000 0x4 ./src/XBee/XBee.o - .ARM.extab.text._ZN12XBeeResponse11getChecksumEv - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN12XBeeResponse11getChecksumEv - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN12XBeeResponse11setChecksumEh - 0x0000000000000000 0x4 ./src/XBee/XBee.o - .ARM.extab.text._ZN12XBeeResponse11setChecksumEh - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN12XBeeResponse11setChecksumEh - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN12XBeeResponse18getFrameDataLengthEv - 0x0000000000000000 0x4 ./src/XBee/XBee.o - .ARM.extab.text._ZN12XBeeResponse18getFrameDataLengthEv - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN12XBeeResponse18getFrameDataLengthEv - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN12XBeeResponse14setFrameLengthEh - 0x0000000000000000 0x4 ./src/XBee/XBee.o - .ARM.extab.text._ZN12XBeeResponse14setFrameLengthEh - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN12XBeeResponse14setFrameLengthEh - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN12XBeeResponse11isAvailableEv - 0x0000000000000000 0x4 ./src/XBee/XBee.o - .ARM.extab.text._ZN12XBeeResponse11isAvailableEv - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN12XBeeResponse11isAvailableEv - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN12XBeeResponse12setAvailableEb - 0x0000000000000000 0x4 ./src/XBee/XBee.o - .ARM.extab.text._ZN12XBeeResponse12setAvailableEb - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN12XBeeResponse12setAvailableEb - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN12XBeeResponse7isErrorEv - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .ARM.extab.text._ZN12XBeeResponse7isErrorEv - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN12XBeeResponse7isErrorEv - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN12XBeeResponse12getErrorCodeEv - 0x0000000000000000 0x4 ./src/XBee/XBee.o - .ARM.extab.text._ZN12XBeeResponse12getErrorCodeEv - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN12XBeeResponse12getErrorCodeEv - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN12XBeeResponse12setErrorCodeEh - 0x0000000000000000 0x4 ./src/XBee/XBee.o - .ARM.extab.text._ZN12XBeeResponse12setErrorCodeEh - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN12XBeeResponse12setErrorCodeEh - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN12XBeeResponse9setCommonERS_ - 0x0000000000000000 0x1e ./src/XBee/XBee.o - .ARM.extab.text._ZN12XBeeResponse9setCommonERS_ - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN12XBeeResponse9setCommonERS_ - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN18ZBTxStatusResponseC2Ev - 0x0000000000000000 0x2 ./src/XBee/XBee.o - .ARM.extab.text._ZN18ZBTxStatusResponseC2Ev - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN18ZBTxStatusResponseC2Ev - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN18ZBTxStatusResponse16getRemoteAddressEv - 0x0000000000000000 0xe ./src/XBee/XBee.o - .ARM.extab.text._ZN18ZBTxStatusResponse16getRemoteAddressEv - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN18ZBTxStatusResponse16getRemoteAddressEv - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN18ZBTxStatusResponse15getTxRetryCountEv - 0x0000000000000000 0x6 ./src/XBee/XBee.o - .ARM.extab.text._ZN18ZBTxStatusResponse15getTxRetryCountEv - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN18ZBTxStatusResponse15getTxRetryCountEv - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN18ZBTxStatusResponse17getDeliveryStatusEv - 0x0000000000000000 0x6 ./src/XBee/XBee.o - .ARM.extab.text._ZN18ZBTxStatusResponse17getDeliveryStatusEv - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN18ZBTxStatusResponse17getDeliveryStatusEv - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN18ZBTxStatusResponse18getDiscoveryStatusEv - 0x0000000000000000 0x6 ./src/XBee/XBee.o - .ARM.extab.text._ZN18ZBTxStatusResponse18getDiscoveryStatusEv - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN18ZBTxStatusResponse18getDiscoveryStatusEv - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN18ZBTxStatusResponse9isSuccessEv - 0x0000000000000000 0xa ./src/XBee/XBee.o - .ARM.extab.text._ZN18ZBTxStatusResponse9isSuccessEv - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN18ZBTxStatusResponse9isSuccessEv - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN12XBeeResponse21getZBTxStatusResponseERS_ - 0x0000000000000000 0xc ./src/XBee/XBee.o - .ARM.extab.text._ZN12XBeeResponse21getZBTxStatusResponseERS_ - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN12XBeeResponse21getZBTxStatusResponseERS_ - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN12ZBRxResponseC2Ev - 0x0000000000000000 0x14 ./src/XBee/XBee.o - .ARM.extab.text._ZN12ZBRxResponseC2Ev - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN12ZBRxResponseC2Ev - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN12ZBRxResponse18getRemoteAddress16Ev - 0x0000000000000000 0xe ./src/XBee/XBee.o - .ARM.extab.text._ZN12ZBRxResponse18getRemoteAddress16Ev - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN12ZBRxResponse18getRemoteAddress16Ev - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN12ZBRxResponse9getOptionEv - 0x0000000000000000 0x6 ./src/XBee/XBee.o - .ARM.extab.text._ZN12ZBRxResponse9getOptionEv - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN12ZBRxResponse9getOptionEv - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN12ZBRxResponse18getRemoteAddress64Ev - 0x0000000000000000 0x4 ./src/XBee/XBee.o - .ARM.extab.text._ZN12ZBRxResponse18getRemoteAddress64Ev - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN12ZBRxResponse18getRemoteAddress64Ev - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN12XBeeResponse15getZBRxResponseERS_ - 0x0000000000000000 0x3e ./src/XBee/XBee.o - .ARM.extab.text._ZN12XBeeResponse15getZBRxResponseERS_ - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN12XBeeResponse15getZBRxResponseERS_ - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN20ZBRxIoSampleResponseC2Ev - 0x0000000000000000 0x10 ./src/XBee/XBee.o - .ARM.extab.text._ZN20ZBRxIoSampleResponseC2Ev - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN20ZBRxIoSampleResponseC2Ev - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN20ZBRxIoSampleResponse17getDigitalMaskMsbEv - 0x0000000000000000 0xa ./src/XBee/XBee.o - .ARM.extab.text._ZN20ZBRxIoSampleResponse17getDigitalMaskMsbEv - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN20ZBRxIoSampleResponse17getDigitalMaskMsbEv - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN20ZBRxIoSampleResponse17getDigitalMaskLsbEv - 0x0000000000000000 0x6 ./src/XBee/XBee.o - .ARM.extab.text._ZN20ZBRxIoSampleResponse17getDigitalMaskLsbEv - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN20ZBRxIoSampleResponse17getDigitalMaskLsbEv - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN20ZBRxIoSampleResponse13getAnalogMaskEv - 0x0000000000000000 0xa ./src/XBee/XBee.o - .ARM.extab.text._ZN20ZBRxIoSampleResponse13getAnalogMaskEv - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN20ZBRxIoSampleResponse13getAnalogMaskEv - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN20ZBRxIoSampleResponse14containsAnalogEv - 0x0000000000000000 0xe ./src/XBee/XBee.o - .ARM.extab.text._ZN20ZBRxIoSampleResponse14containsAnalogEv - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN20ZBRxIoSampleResponse14containsAnalogEv - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN20ZBRxIoSampleResponse15containsDigitalEv - 0x0000000000000000 0x16 ./src/XBee/XBee.o - .ARM.extab.text._ZN20ZBRxIoSampleResponse15containsDigitalEv - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN20ZBRxIoSampleResponse15containsDigitalEv - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN20ZBRxIoSampleResponse15isAnalogEnabledEh - 0x0000000000000000 0x10 ./src/XBee/XBee.o - .ARM.extab.text._ZN20ZBRxIoSampleResponse15isAnalogEnabledEh - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN20ZBRxIoSampleResponse15isAnalogEnabledEh - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN20ZBRxIoSampleResponse16isDigitalEnabledEh - 0x0000000000000000 0x1c ./src/XBee/XBee.o - .ARM.extab.text._ZN20ZBRxIoSampleResponse16isDigitalEnabledEh - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN20ZBRxIoSampleResponse16isDigitalEnabledEh - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN20ZBRxIoSampleResponse9getAnalogEh - 0x0000000000000000 0x3e ./src/XBee/XBee.o - .ARM.extab.text._ZN20ZBRxIoSampleResponse9getAnalogEh - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN20ZBRxIoSampleResponse9getAnalogEh - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN20ZBRxIoSampleResponse11isDigitalOnEh - 0x0000000000000000 0x18 ./src/XBee/XBee.o - .ARM.extab.text._ZN20ZBRxIoSampleResponse11isDigitalOnEh - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN20ZBRxIoSampleResponse11isDigitalOnEh - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN12XBeeResponse23getZBRxIoSampleResponseERS_ - 0x0000000000000000 0x3e ./src/XBee/XBee.o - .ARM.extab.text._ZN12XBeeResponse23getZBRxIoSampleResponseERS_ - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN12XBeeResponse23getZBRxIoSampleResponseERS_ - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN23RemoteAtCommandResponseC2Ev - 0x0000000000000000 0x2 ./src/XBee/XBee.o - .ARM.extab.text._ZN23RemoteAtCommandResponseC2Ev - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN23RemoteAtCommandResponseC2Ev - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN23RemoteAtCommandResponse10getCommandEv - 0x0000000000000000 0x6 ./src/XBee/XBee.o - .ARM.extab.text._ZN23RemoteAtCommandResponse10getCommandEv - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN23RemoteAtCommandResponse10getCommandEv - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN23RemoteAtCommandResponse9getStatusEv - 0x0000000000000000 0x6 ./src/XBee/XBee.o - .ARM.extab.text._ZN23RemoteAtCommandResponse9getStatusEv - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN23RemoteAtCommandResponse9getStatusEv - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN23RemoteAtCommandResponse4isOkEv - 0x0000000000000000 0xa ./src/XBee/XBee.o - .ARM.extab.text._ZN23RemoteAtCommandResponse4isOkEv - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN23RemoteAtCommandResponse4isOkEv - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN23RemoteAtCommandResponse14getValueLengthEv - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .ARM.extab.text._ZN23RemoteAtCommandResponse14getValueLengthEv - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN23RemoteAtCommandResponse14getValueLengthEv - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN23RemoteAtCommandResponse8getValueEv - 0x0000000000000000 0x12 ./src/XBee/XBee.o - .ARM.extab.text._ZN23RemoteAtCommandResponse8getValueEv - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN23RemoteAtCommandResponse8getValueEv - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN23RemoteAtCommandResponse18getRemoteAddress16Ev - 0x0000000000000000 0xe ./src/XBee/XBee.o - .ARM.extab.text._ZN23RemoteAtCommandResponse18getRemoteAddress16Ev - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN23RemoteAtCommandResponse18getRemoteAddress16Ev - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN23RemoteAtCommandResponse18getRemoteAddress64Ev - 0x0000000000000000 0x4 ./src/XBee/XBee.o - .ARM.extab.text._ZN23RemoteAtCommandResponse18getRemoteAddress64Ev - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN23RemoteAtCommandResponse18getRemoteAddress64Ev - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN12XBeeResponse26getRemoteAtCommandResponseERS_ - 0x0000000000000000 0x3e ./src/XBee/XBee.o - .ARM.extab.text._ZN12XBeeResponse26getRemoteAtCommandResponseERS_ - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN12XBeeResponse26getRemoteAtCommandResponseERS_ - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN14RxDataResponseC2Ev - 0x0000000000000000 0xc ./src/XBee/XBee.o - .ARM.extab.text._ZN14RxDataResponseC2Ev - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN14RxDataResponseC2Ev - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN14RxDataResponse7getDataEi - 0x0000000000000000 0x12 ./src/XBee/XBee.o - .ARM.extab.text._ZN14RxDataResponse7getDataEi - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN14RxDataResponse7getDataEi - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN14RxDataResponse7getDataEv - 0x0000000000000000 0xe ./src/XBee/XBee.o - .ARM.extab.text._ZN14RxDataResponse7getDataEv - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN14RxDataResponse7getDataEv - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN15FrameIdResponseC2Ev - 0x0000000000000000 0x2 ./src/XBee/XBee.o - .ARM.extab.text._ZN15FrameIdResponseC2Ev - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN15FrameIdResponseC2Ev - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN15FrameIdResponse10getFrameIdEv - 0x0000000000000000 0x6 ./src/XBee/XBee.o - .ARM.extab.text._ZN15FrameIdResponse10getFrameIdEv - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN15FrameIdResponse10getFrameIdEv - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN19ModemStatusResponseC2Ev - 0x0000000000000000 0x2 ./src/XBee/XBee.o - .ARM.extab.text._ZN19ModemStatusResponseC2Ev - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN19ModemStatusResponseC2Ev - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN19ModemStatusResponse9getStatusEv - 0x0000000000000000 0x6 ./src/XBee/XBee.o - .ARM.extab.text._ZN19ModemStatusResponse9getStatusEv - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN19ModemStatusResponse9getStatusEv - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN12XBeeResponse22getModemStatusResponseERS_ - 0x0000000000000000 0xc ./src/XBee/XBee.o - .ARM.extab.text._ZN12XBeeResponse22getModemStatusResponseERS_ - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN12XBeeResponse22getModemStatusResponseERS_ - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN17AtCommandResponseC2Ev - 0x0000000000000000 0x2 ./src/XBee/XBee.o - .ARM.extab.text._ZN17AtCommandResponseC2Ev - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN17AtCommandResponseC2Ev - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN17AtCommandResponse10getCommandEv - 0x0000000000000000 0x6 ./src/XBee/XBee.o - .ARM.extab.text._ZN17AtCommandResponse10getCommandEv - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN17AtCommandResponse10getCommandEv - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN17AtCommandResponse9getStatusEv - 0x0000000000000000 0x6 ./src/XBee/XBee.o - .ARM.extab.text._ZN17AtCommandResponse9getStatusEv - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN17AtCommandResponse9getStatusEv - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN17AtCommandResponse14getValueLengthEv - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .ARM.extab.text._ZN17AtCommandResponse14getValueLengthEv - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN17AtCommandResponse14getValueLengthEv - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN17AtCommandResponse8getValueEv - 0x0000000000000000 0x12 ./src/XBee/XBee.o - .ARM.extab.text._ZN17AtCommandResponse8getValueEv - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN17AtCommandResponse8getValueEv - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN17AtCommandResponse4isOkEv - 0x0000000000000000 0xa ./src/XBee/XBee.o - .ARM.extab.text._ZN17AtCommandResponse4isOkEv - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN17AtCommandResponse4isOkEv - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN12XBeeResponse20getAtCommandResponseERS_ - 0x0000000000000000 0xc ./src/XBee/XBee.o - .ARM.extab.text._ZN12XBeeResponse20getAtCommandResponseERS_ - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN12XBeeResponse20getAtCommandResponseERS_ - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN12XBeeResponse15getPacketLengthEv - 0x0000000000000000 0x4 ./src/XBee/XBee.o - .ARM.extab.text._ZN12XBeeResponse15getPacketLengthEv - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN12XBeeResponse15getPacketLengthEv - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN12XBeeResponse12getFrameDataEv - 0x0000000000000000 0x4 ./src/XBee/XBee.o - .ARM.extab.text._ZN12XBeeResponse12getFrameDataEv - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN12XBeeResponse12getFrameDataEv - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN12XBeeResponse12setFrameDataEPh - 0x0000000000000000 0x4 ./src/XBee/XBee.o - .ARM.extab.text._ZN12XBeeResponse12setFrameDataEPh - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN12XBeeResponse12setFrameDataEPh - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN12XBeeResponse4initEv - 0x0000000000000000 0xa ./src/XBee/XBee.o - .ARM.extab.text._ZN12XBeeResponse4initEv - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN12XBeeResponse4initEv - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN12XBeeResponse5resetEv - 0x0000000000000000 0x20 ./src/XBee/XBee.o - .ARM.extab.text._ZN12XBeeResponse5resetEv - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN12XBeeResponse5resetEv - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN4XBee13resetResponseEv - 0x0000000000000000 0xe ./src/XBee/XBee.o - .ARM.extab.text._ZN4XBee13resetResponseEv - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN4XBee13resetResponseEv - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN4XBeeC2Ev - 0x0000000000000000 0x18 ./src/XBee/XBee.o - .ARM.extab.text._ZN4XBeeC2Ev - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN4XBeeC2Ev - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN4XBee14getNextFrameIdEv - 0x0000000000000000 0x16 ./src/XBee/XBee.o - .ARM.extab.text._ZN4XBee14getNextFrameIdEv - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN4XBee14getNextFrameIdEv - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN4XBee5beginEi - 0x0000000000000000 0x10 ./src/XBee/XBee.o - .ARM.extab.text._ZN4XBee5beginEi - 0x0000000000000000 0xc ./src/XBee/XBee.o - .ARM.exidx.text._ZN4XBee5beginEi - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN4XBee11getResponseEv - 0x0000000000000000 0x2 ./src/XBee/XBee.o - .ARM.extab.text._ZN4XBee11getResponseEv - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN4XBee11getResponseEv - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN4XBee11getResponseER12XBeeResponse - 0x0000000000000000 0x16 ./src/XBee/XBee.o - .ARM.extab.text._ZN4XBee11getResponseER12XBeeResponse - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN4XBee11getResponseER12XBeeResponse - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN4XBee10readPacketEv - 0x0000000000000000 0xf0 ./src/XBee/XBee.o - .ARM.extab.text._ZN4XBee10readPacketEv - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN4XBee10readPacketEv - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN4XBee10readPacketEi - 0x0000000000000000 0x38 ./src/XBee/XBee.o - .ARM.extab.text._ZN4XBee10readPacketEi - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN4XBee10readPacketEi - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN4XBee24readPacketUntilAvailableEv - 0x0000000000000000 0x1a ./src/XBee/XBee.o - .ARM.extab.text._ZN4XBee24readPacketUntilAvailableEv - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN4XBee24readPacketUntilAvailableEv - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN11XBeeRequestC2Ehh - 0x0000000000000000 0x10 ./src/XBee/XBee.o - .ARM.extab.text._ZN11XBeeRequestC2Ehh - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN11XBeeRequestC2Ehh - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN11XBeeRequest10setFrameIdEh - 0x0000000000000000 0x4 ./src/XBee/XBee.o - .ARM.extab.text._ZN11XBeeRequest10setFrameIdEh - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN11XBeeRequest10setFrameIdEh - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN11XBeeRequest10getFrameIdEv - 0x0000000000000000 0x4 ./src/XBee/XBee.o - .ARM.extab.text._ZN11XBeeRequest10getFrameIdEv - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN11XBeeRequest10getFrameIdEv - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN11XBeeRequest8getApiIdEv - 0x0000000000000000 0x4 ./src/XBee/XBee.o - .ARM.extab.text._ZN11XBeeRequest8getApiIdEv - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN11XBeeRequest8getApiIdEv - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN11XBeeRequest8setApiIdEh - 0x0000000000000000 0x4 ./src/XBee/XBee.o - .ARM.extab.text._ZN11XBeeRequest8setApiIdEh - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN11XBeeRequest8setApiIdEh - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN14PayloadRequestC2EhhPhh - 0x0000000000000000 0x18 ./src/XBee/XBee.o - .ARM.extab.text._ZN14PayloadRequestC2EhhPhh - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN14PayloadRequestC2EhhPhh - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN14PayloadRequest10getPayloadEv - 0x0000000000000000 0x4 ./src/XBee/XBee.o - .ARM.extab.text._ZN14PayloadRequest10getPayloadEv - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN14PayloadRequest10getPayloadEv - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN14PayloadRequest10setPayloadEPh - 0x0000000000000000 0x4 ./src/XBee/XBee.o - .ARM.extab.text._ZN14PayloadRequest10setPayloadEPh - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN14PayloadRequest10setPayloadEPh - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN14PayloadRequest16getPayloadLengthEv - 0x0000000000000000 0x4 ./src/XBee/XBee.o - .ARM.extab.text._ZN14PayloadRequest16getPayloadLengthEv - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN14PayloadRequest16getPayloadLengthEv - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN14PayloadRequest16setPayloadLengthEh - 0x0000000000000000 0x4 ./src/XBee/XBee.o - .ARM.extab.text._ZN14PayloadRequest16setPayloadLengthEh - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN14PayloadRequest16setPayloadLengthEh - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN11XBeeAddressC2Ev - 0x0000000000000000 0x2 ./src/XBee/XBee.o - .ARM.extab.text._ZN11XBeeAddressC2Ev - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN11XBeeAddressC2Ev - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN13XBeeAddress64C2Ev - 0x0000000000000000 0x2 ./src/XBee/XBee.o - .ARM.extab.text._ZN13XBeeAddress64C2Ev - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN13XBeeAddress64C2Ev - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN13XBeeAddress64C2Emm - 0x0000000000000000 0x6 ./src/XBee/XBee.o - .ARM.extab.text._ZN13XBeeAddress64C2Emm - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN13XBeeAddress64C2Emm - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN13XBeeAddress646getMsbEv - 0x0000000000000000 0x4 ./src/XBee/XBee.o - .ARM.extab.text._ZN13XBeeAddress646getMsbEv - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN13XBeeAddress646getMsbEv - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN13XBeeAddress646setMsbEm - 0x0000000000000000 0x4 ./src/XBee/XBee.o - .ARM.extab.text._ZN13XBeeAddress646setMsbEm - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN13XBeeAddress646setMsbEm - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN13XBeeAddress646getLsbEv - 0x0000000000000000 0x4 ./src/XBee/XBee.o - .ARM.extab.text._ZN13XBeeAddress646getLsbEv - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN13XBeeAddress646getLsbEv - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN13XBeeAddress646setLsbEm - 0x0000000000000000 0x4 ./src/XBee/XBee.o - .ARM.extab.text._ZN13XBeeAddress646setLsbEm - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN13XBeeAddress646setLsbEm - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN11ZBTxRequestC2Ev - 0x0000000000000000 0x1c ./src/XBee/XBee.o - .ARM.extab.text._ZN11ZBTxRequestC2Ev - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN11ZBTxRequestC2Ev - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN11ZBTxRequestC2ER13XBeeAddress64thhPhhh - 0x0000000000000000 0x34 ./src/XBee/XBee.o - .ARM.extab.text._ZN11ZBTxRequestC2ER13XBeeAddress64thhPhhh - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN11ZBTxRequestC2ER13XBeeAddress64thhPhhh - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN11ZBTxRequestC2ER13XBeeAddress64Phh - 0x0000000000000000 0x30 ./src/XBee/XBee.o - .ARM.extab.text._ZN11ZBTxRequestC2ER13XBeeAddress64Phh - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN11ZBTxRequestC2ER13XBeeAddress64Phh - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN11ZBTxRequest12getAddress64Ev - 0x0000000000000000 0x4 ./src/XBee/XBee.o - .ARM.extab.text._ZN11ZBTxRequest12getAddress64Ev - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN11ZBTxRequest12getAddress64Ev - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN11ZBTxRequest12getAddress16Ev - 0x0000000000000000 0x4 ./src/XBee/XBee.o - .ARM.extab.text._ZN11ZBTxRequest12getAddress16Ev - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN11ZBTxRequest12getAddress16Ev - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN11ZBTxRequest18getBroadcastRadiusEv - 0x0000000000000000 0x4 ./src/XBee/XBee.o - .ARM.extab.text._ZN11ZBTxRequest18getBroadcastRadiusEv - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN11ZBTxRequest18getBroadcastRadiusEv - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN11ZBTxRequest9getOptionEv - 0x0000000000000000 0x4 ./src/XBee/XBee.o - .ARM.extab.text._ZN11ZBTxRequest9getOptionEv - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN11ZBTxRequest9getOptionEv - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN11ZBTxRequest12setAddress64ER13XBeeAddress64 - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .ARM.extab.text._ZN11ZBTxRequest12setAddress64ER13XBeeAddress64 - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN11ZBTxRequest12setAddress64ER13XBeeAddress64 - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN11ZBTxRequest12setAddress16Et - 0x0000000000000000 0x4 ./src/XBee/XBee.o - .ARM.extab.text._ZN11ZBTxRequest12setAddress16Et - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN11ZBTxRequest12setAddress16Et - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN11ZBTxRequest18setBroadcastRadiusEh - 0x0000000000000000 0x4 ./src/XBee/XBee.o - .ARM.extab.text._ZN11ZBTxRequest18setBroadcastRadiusEh - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN11ZBTxRequest18setBroadcastRadiusEh - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN11ZBTxRequest9setOptionEh - 0x0000000000000000 0x4 ./src/XBee/XBee.o - .ARM.extab.text._ZN11ZBTxRequest9setOptionEh - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN11ZBTxRequest9setOptionEh - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN16AtCommandRequestC2Ev - 0x0000000000000000 0x1c ./src/XBee/XBee.o - .ARM.extab.text._ZN16AtCommandRequestC2Ev - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN16AtCommandRequestC2Ev - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN16AtCommandRequestC2EPhS0_h - 0x0000000000000000 0x1c ./src/XBee/XBee.o - .ARM.extab.text._ZN16AtCommandRequestC2EPhS0_h - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN16AtCommandRequestC2EPhS0_h - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN16AtCommandRequestC2EPh - 0x0000000000000000 0x1c ./src/XBee/XBee.o - .ARM.extab.text._ZN16AtCommandRequestC2EPh - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN16AtCommandRequestC2EPh - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN16AtCommandRequest10getCommandEv - 0x0000000000000000 0x4 ./src/XBee/XBee.o - .ARM.extab.text._ZN16AtCommandRequest10getCommandEv - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN16AtCommandRequest10getCommandEv - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN16AtCommandRequest15getCommandValueEv - 0x0000000000000000 0x4 ./src/XBee/XBee.o - .ARM.extab.text._ZN16AtCommandRequest15getCommandValueEv - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN16AtCommandRequest15getCommandValueEv - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN16AtCommandRequest21getCommandValueLengthEv - 0x0000000000000000 0x4 ./src/XBee/XBee.o - .ARM.extab.text._ZN16AtCommandRequest21getCommandValueLengthEv - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN16AtCommandRequest21getCommandValueLengthEv - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN16AtCommandRequest10setCommandEPh - 0x0000000000000000 0x4 ./src/XBee/XBee.o - .ARM.extab.text._ZN16AtCommandRequest10setCommandEPh - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN16AtCommandRequest10setCommandEPh - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN16AtCommandRequest15setCommandValueEPh - 0x0000000000000000 0x4 ./src/XBee/XBee.o - .ARM.extab.text._ZN16AtCommandRequest15setCommandValueEPh - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN16AtCommandRequest15setCommandValueEPh - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN16AtCommandRequest21setCommandValueLengthEh - 0x0000000000000000 0x4 ./src/XBee/XBee.o - .ARM.extab.text._ZN16AtCommandRequest21setCommandValueLengthEh - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN16AtCommandRequest21setCommandValueLengthEh - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN16AtCommandRequest17clearCommandValueEv - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .ARM.extab.text._ZN16AtCommandRequest17clearCommandValueEv - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN16AtCommandRequest17clearCommandValueEv - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN22RemoteAtCommandRequestC2Ev - 0x0000000000000000 0x20 ./src/XBee/XBee.o - .ARM.extab.text._ZN22RemoteAtCommandRequestC2Ev - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN22RemoteAtCommandRequestC2Ev - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN22RemoteAtCommandRequestC2EtPhS0_h - 0x0000000000000000 0x38 ./src/XBee/XBee.o - .ARM.extab.text._ZN22RemoteAtCommandRequestC2EtPhS0_h - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN22RemoteAtCommandRequestC2EtPhS0_h - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN22RemoteAtCommandRequestC2EtPh - 0x0000000000000000 0x34 ./src/XBee/XBee.o - .ARM.extab.text._ZN22RemoteAtCommandRequestC2EtPh - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN22RemoteAtCommandRequestC2EtPh - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN22RemoteAtCommandRequestC2ER13XBeeAddress64PhS2_h - 0x0000000000000000 0x34 ./src/XBee/XBee.o - .ARM.extab.text._ZN22RemoteAtCommandRequestC2ER13XBeeAddress64PhS2_h - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN22RemoteAtCommandRequestC2ER13XBeeAddress64PhS2_h - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN22RemoteAtCommandRequestC2ER13XBeeAddress64Ph - 0x0000000000000000 0x34 ./src/XBee/XBee.o - .ARM.extab.text._ZN22RemoteAtCommandRequestC2ER13XBeeAddress64Ph - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN22RemoteAtCommandRequestC2ER13XBeeAddress64Ph - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN22RemoteAtCommandRequest18getRemoteAddress16Ev - 0x0000000000000000 0x4 ./src/XBee/XBee.o - .ARM.extab.text._ZN22RemoteAtCommandRequest18getRemoteAddress16Ev - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN22RemoteAtCommandRequest18getRemoteAddress16Ev - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN22RemoteAtCommandRequest18setRemoteAddress16Et - 0x0000000000000000 0x4 ./src/XBee/XBee.o - .ARM.extab.text._ZN22RemoteAtCommandRequest18setRemoteAddress16Et - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN22RemoteAtCommandRequest18setRemoteAddress16Et - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN22RemoteAtCommandRequest18getRemoteAddress64Ev - 0x0000000000000000 0x4 ./src/XBee/XBee.o - .ARM.extab.text._ZN22RemoteAtCommandRequest18getRemoteAddress64Ev - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN22RemoteAtCommandRequest18getRemoteAddress64Ev - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN22RemoteAtCommandRequest18setRemoteAddress64ER13XBeeAddress64 - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .ARM.extab.text._ZN22RemoteAtCommandRequest18setRemoteAddress64ER13XBeeAddress64 - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN22RemoteAtCommandRequest18setRemoteAddress64ER13XBeeAddress64 - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN22RemoteAtCommandRequest15getApplyChangesEv - 0x0000000000000000 0x4 ./src/XBee/XBee.o - .ARM.extab.text._ZN22RemoteAtCommandRequest15getApplyChangesEv - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN22RemoteAtCommandRequest15getApplyChangesEv - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN22RemoteAtCommandRequest15setApplyChangesEb - 0x0000000000000000 0x4 ./src/XBee/XBee.o - .ARM.extab.text._ZN22RemoteAtCommandRequest15setApplyChangesEb - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN22RemoteAtCommandRequest15setApplyChangesEb - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN4XBee8sendByteEhb - 0x0000000000000000 0x3c ./src/XBee/XBee.o - .ARM.extab.text._ZN4XBee8sendByteEhb - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN4XBee8sendByteEhb - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .text._ZN4XBee4sendER11XBeeRequest - 0x0000000000000000 0x9e ./src/XBee/XBee.o - .ARM.extab.text._ZN4XBee4sendER11XBeeRequest - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .ARM.exidx.text._ZN4XBee4sendER11XBeeRequest - 0x0000000000000000 0x8 ./src/XBee/XBee.o - .ARM.extab.text.startup._GLOBAL__sub_I__ZN12XBeeResponseC2Ev - 0x0000000000000000 0x0 ./src/XBee/XBee.o - .rodata._ZTV14RxDataResponse - 0x0000000000000000 0x10 ./src/XBee/XBee.o - .rodata._ZTV20ZBRxIoSampleResponse - 0x0000000000000000 0x10 ./src/XBee/XBee.o - .rodata._ZTV11XBeeRequest - 0x0000000000000000 0x10 ./src/XBee/XBee.o - .rodata._ZTV14PayloadRequest - 0x0000000000000000 0x10 ./src/XBee/XBee.o - .rodata._ZTV16AtCommandRequest - 0x0000000000000000 0x10 ./src/XBee/XBee.o - .rodata._ZTV11ZBTxRequest - 0x0000000000000000 0x10 ./src/XBee/XBee.o - .rodata._ZTV12ZBRxResponse - 0x0000000000000000 0x10 ./src/XBee/XBee.o - .rodata._ZTV22RemoteAtCommandRequest - 0x0000000000000000 0x10 ./src/XBee/XBee.o - .text 0x0000000000000000 0x0 ./src/FatFs/SD.o - .data 0x0000000000000000 0x0 ./src/FatFs/SD.o - .bss 0x0000000000000000 0x0 ./src/FatFs/SD.o - .ARM.extab.text._ZN7PETITFSD2Ev - 0x0000000000000000 0x0 ./src/FatFs/SD.o - .text._ZN7PETITFSC2Ev - 0x0000000000000000 0xa ./src/FatFs/SD.o - .ARM.extab.text._ZN7PETITFSC2Ev - 0x0000000000000000 0x0 ./src/FatFs/SD.o - .ARM.exidx.text._ZN7PETITFSC2Ev - 0x0000000000000000 0x8 ./src/FatFs/SD.o - .ARM.extab.text._ZN7PETITFS5beginEv - 0x0000000000000000 0x0 ./src/FatFs/SD.o - .text._ZN7PETITFS5beginEi - 0x0000000000000000 0xe ./src/FatFs/SD.o - .ARM.extab.text._ZN7PETITFS5beginEi - 0x0000000000000000 0xc ./src/FatFs/SD.o - .ARM.exidx.text._ZN7PETITFS5beginEi - 0x0000000000000000 0x8 ./src/FatFs/SD.o - .text._ZN7PETITFS5beginE8SSP_PORT - 0x0000000000000000 0x24 ./src/FatFs/SD.o - .ARM.extab.text._ZN7PETITFS5beginE8SSP_PORT - 0x0000000000000000 0x0 ./src/FatFs/SD.o - .ARM.exidx.text._ZN7PETITFS5beginE8SSP_PORT - 0x0000000000000000 0x8 ./src/FatFs/SD.o - .text._ZN7PETITFS6existsEv - 0x0000000000000000 0x4 ./src/FatFs/SD.o - .ARM.extab.text._ZN7PETITFS6existsEv - 0x0000000000000000 0x0 ./src/FatFs/SD.o - .ARM.exidx.text._ZN7PETITFS6existsEv - 0x0000000000000000 0x8 ./src/FatFs/SD.o - .text._ZN7PETITFS5mkdirEv - 0x0000000000000000 0x4 ./src/FatFs/SD.o - .ARM.extab.text._ZN7PETITFS5mkdirEv - 0x0000000000000000 0x0 ./src/FatFs/SD.o - .ARM.exidx.text._ZN7PETITFS5mkdirEv - 0x0000000000000000 0x8 ./src/FatFs/SD.o - .ARM.extab.text._ZN7PETITFS4openEPKc - 0x0000000000000000 0x0 ./src/FatFs/SD.o - .text._ZN7PETITFS6removeEPKc - 0x0000000000000000 0x4 ./src/FatFs/SD.o - .ARM.extab.text._ZN7PETITFS6removeEPKc - 0x0000000000000000 0x0 ./src/FatFs/SD.o - .ARM.exidx.text._ZN7PETITFS6removeEPKc - 0x0000000000000000 0x8 ./src/FatFs/SD.o - .text._ZN7PETITFS5rmdirEPKc - 0x0000000000000000 0x4 ./src/FatFs/SD.o - .ARM.extab.text._ZN7PETITFS5rmdirEPKc - 0x0000000000000000 0x0 ./src/FatFs/SD.o - .ARM.exidx.text._ZN7PETITFS5rmdirEPKc - 0x0000000000000000 0x8 ./src/FatFs/SD.o - .text._ZN7PETITFS9availableEv - 0x0000000000000000 0x2 ./src/FatFs/SD.o - .ARM.extab.text._ZN7PETITFS9availableEv - 0x0000000000000000 0x0 ./src/FatFs/SD.o - .ARM.exidx.text._ZN7PETITFS9availableEv - 0x0000000000000000 0x8 ./src/FatFs/SD.o - .ARM.extab.text._ZN7PETITFS5closeEv - 0x0000000000000000 0x0 ./src/FatFs/SD.o - .text._ZN7PETITFS5flushEv - 0x0000000000000000 0x2 ./src/FatFs/SD.o - .ARM.extab.text._ZN7PETITFS5flushEv - 0x0000000000000000 0x0 ./src/FatFs/SD.o - .ARM.exidx.text._ZN7PETITFS5flushEv - 0x0000000000000000 0x8 ./src/FatFs/SD.o - .text._ZN7PETITFS4peekEv - 0x0000000000000000 0x2 ./src/FatFs/SD.o - .ARM.extab.text._ZN7PETITFS4peekEv - 0x0000000000000000 0x0 ./src/FatFs/SD.o - .ARM.exidx.text._ZN7PETITFS4peekEv - 0x0000000000000000 0x8 ./src/FatFs/SD.o - .text._ZN7PETITFS8positionEv - 0x0000000000000000 0x2 ./src/FatFs/SD.o - .ARM.extab.text._ZN7PETITFS8positionEv - 0x0000000000000000 0x0 ./src/FatFs/SD.o - .ARM.exidx.text._ZN7PETITFS8positionEv - 0x0000000000000000 0x8 ./src/FatFs/SD.o - .text._ZN7PETITFS5printEPKc - 0x0000000000000000 0x2 ./src/FatFs/SD.o - .ARM.extab.text._ZN7PETITFS5printEPKc - 0x0000000000000000 0x0 ./src/FatFs/SD.o - .ARM.exidx.text._ZN7PETITFS5printEPKc - 0x0000000000000000 0x8 ./src/FatFs/SD.o - .text._ZN7PETITFS5printEi12RADIX_FORMAT - 0x0000000000000000 0x2 ./src/FatFs/SD.o - .ARM.extab.text._ZN7PETITFS5printEi12RADIX_FORMAT - 0x0000000000000000 0x0 ./src/FatFs/SD.o - .ARM.exidx.text._ZN7PETITFS5printEi12RADIX_FORMAT - 0x0000000000000000 0x8 ./src/FatFs/SD.o - .text._ZN7PETITFS7printlnEPKc - 0x0000000000000000 0x2 ./src/FatFs/SD.o - .ARM.extab.text._ZN7PETITFS7printlnEPKc - 0x0000000000000000 0x0 ./src/FatFs/SD.o - .ARM.exidx.text._ZN7PETITFS7printlnEPKc - 0x0000000000000000 0x8 ./src/FatFs/SD.o - .text._ZN7PETITFS7printlnEi12RADIX_FORMAT - 0x0000000000000000 0x2 ./src/FatFs/SD.o - .ARM.extab.text._ZN7PETITFS7printlnEi12RADIX_FORMAT - 0x0000000000000000 0x0 ./src/FatFs/SD.o - .ARM.exidx.text._ZN7PETITFS7printlnEi12RADIX_FORMAT - 0x0000000000000000 0x8 ./src/FatFs/SD.o - .text._ZN7PETITFS4seekEm - 0x0000000000000000 0x2 ./src/FatFs/SD.o - .ARM.extab.text._ZN7PETITFS4seekEm - 0x0000000000000000 0x0 ./src/FatFs/SD.o - .ARM.exidx.text._ZN7PETITFS4seekEm - 0x0000000000000000 0x8 ./src/FatFs/SD.o - .text._ZN7PETITFS4sizeEv - 0x0000000000000000 0x2 ./src/FatFs/SD.o - .ARM.extab.text._ZN7PETITFS4sizeEv - 0x0000000000000000 0x0 ./src/FatFs/SD.o - .ARM.exidx.text._ZN7PETITFS4sizeEv - 0x0000000000000000 0x8 ./src/FatFs/SD.o - .text._ZN7PETITFS4readEv - 0x0000000000000000 0x2e ./src/FatFs/SD.o - .ARM.extab.text._ZN7PETITFS4readEv - 0x0000000000000000 0x0 ./src/FatFs/SD.o - .ARM.exidx.text._ZN7PETITFS4readEv - 0x0000000000000000 0x8 ./src/FatFs/SD.o - .text._ZN7PETITFS5writeEPKc - 0x0000000000000000 0x2 ./src/FatFs/SD.o - .ARM.extab.text._ZN7PETITFS5writeEPKc - 0x0000000000000000 0x0 ./src/FatFs/SD.o - .ARM.exidx.text._ZN7PETITFS5writeEPKc - 0x0000000000000000 0x8 ./src/FatFs/SD.o - .text._ZN7PETITFS5writeEPKci - 0x0000000000000000 0x2 ./src/FatFs/SD.o - .ARM.extab.text._ZN7PETITFS5writeEPKci - 0x0000000000000000 0x0 ./src/FatFs/SD.o - .ARM.exidx.text._ZN7PETITFS5writeEPKci - 0x0000000000000000 0x8 ./src/FatFs/SD.o - .ARM.extab.text.startup._GLOBAL__sub_I_SDFile - 0x0000000000000000 0x0 ./src/FatFs/SD.o - .text 0x0000000000000000 0x0 ./src/FatFs/pff.o - .data 0x0000000000000000 0x0 ./src/FatFs/pff.o - .bss 0x0000000000000000 0x0 ./src/FatFs/pff.o - .ARM.extab.text._ZL10clust2sectm - 0x0000000000000000 0x0 ./src/FatFs/pff.o - .ARM.extab.text._ZL10dir_rewindP5_DIR_ - 0x0000000000000000 0x0 ./src/FatFs/pff.o - .ARM.extab.text._ZL7get_fatm - 0x0000000000000000 0x0 ./src/FatFs/pff.o - .ARM.extab.text._ZL8dir_nextP5_DIR_ - 0x0000000000000000 0x0 ./src/FatFs/pff.o - .ARM.extab.text._ZL11follow_pathP5_DIR_PKc - 0x0000000000000000 0x0 ./src/FatFs/pff.o - .ARM.extab.text._ZL8check_fsPhm - 0x0000000000000000 0x0 ./src/FatFs/pff.o - .ARM.extab.text._Z8pf_mountP7_FATFS_ - 0x0000000000000000 0x0 ./src/FatFs/pff.o - .ARM.extab.text._Z7pf_openPKc - 0x0000000000000000 0x0 ./src/FatFs/pff.o - .ARM.extab.text._Z7pf_readPvtPt - 0x0000000000000000 0x0 ./src/FatFs/pff.o - .text._Z8pf_writePKvtPt - 0x0000000000000000 0x118 ./src/FatFs/pff.o - .ARM.extab.text._Z8pf_writePKvtPt - 0x0000000000000000 0x0 ./src/FatFs/pff.o - .ARM.exidx.text._Z8pf_writePKvtPt - 0x0000000000000000 0x8 ./src/FatFs/pff.o - .text._Z8pf_lseekm - 0x0000000000000000 0xb0 ./src/FatFs/pff.o - .ARM.extab.text._Z8pf_lseekm - 0x0000000000000000 0x0 ./src/FatFs/pff.o - .ARM.exidx.text._Z8pf_lseekm - 0x0000000000000000 0x8 ./src/FatFs/pff.o - .text._Z10pf_opendirP5_DIR_PKc - 0x0000000000000000 0x5c ./src/FatFs/pff.o - .ARM.extab.text._Z10pf_opendirP5_DIR_PKc - 0x0000000000000000 0x0 ./src/FatFs/pff.o - .ARM.exidx.text._Z10pf_opendirP5_DIR_PKc - 0x0000000000000000 0x8 ./src/FatFs/pff.o - .text._Z10pf_readdirP5_DIR_P9_FILINFO_ - 0x0000000000000000 0x10c ./src/FatFs/pff.o - .ARM.extab.text._Z10pf_readdirP5_DIR_P9_FILINFO_ - 0x0000000000000000 0x0 ./src/FatFs/pff.o - .ARM.exidx.text._Z10pf_readdirP5_DIR_P9_FILINFO_ - 0x0000000000000000 0x8 ./src/FatFs/pff.o - .text 0x0000000000000000 0x0 ./src/FatFs/sdcard.o - .data 0x0000000000000000 0x0 ./src/FatFs/sdcard.o - .bss 0x0000000000000000 0x0 ./src/FatFs/sdcard.o - .ARM.extab.text._ZL8send_cmdhm - 0x0000000000000000 0x0 ./src/FatFs/sdcard.o - .ARM.extab.text._Z10disk_readpPhmtt - 0x0000000000000000 0x0 ./src/FatFs/sdcard.o - .ARM.extab.text._Z11disk_writepPKhm - 0x0000000000000000 0x0 ./src/FatFs/sdcard.o - .ARM.extab.text._Z15disk_initializev - 0x0000000000000000 0x0 ./src/FatFs/sdcard.o - .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_thumb1_case_uqi.o) - .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_thumb1_case_uqi.o) - .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_udivsi3.o) - .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_udivsi3.o) - .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_divsi3.o) - .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_divsi3.o) - .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_dvmd_tls.o) - .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_dvmd_tls.o) - .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(unwind-arm.o) - .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(unwind-arm.o) - .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(libunwind.o) - .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(libunwind.o) - .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(pr-support.o) - .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(pr-support.o) - .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-abort.o) - .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-abort.o) - .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-init.o) - .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-init.o) - .text 0x0000000000000000 0x28 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-malloc.o) - .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-malloc.o) - .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-malloc.o) - .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-memcpy.o) - .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-memcpy.o) - .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-mlock.o) - .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-mlock.o) - .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-sbrkr.o) - .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-sbrkr.o) - .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signal.o) - .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signal.o) - .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signalr.o) - .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signalr.o) - .text 0x0000000000000000 0x10 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-strlen.o) - .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-strlen.o) - .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-strlen.o) - .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-freer.o) - .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-freer.o) - .text 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-impure.o) - .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-impure.o) - .rodata 0x0000000000000000 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-impure.o) - .text 0x0000000000000000 0x100 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-reent.o) - .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-reent.o) - .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-reent.o) - .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) - .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) - .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_exit.o) - .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_exit.o) - .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(getpid.o) - .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(getpid.o) - .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) - .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) - .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_check_heap.o) - .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_check_heap.o) - .text 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crti.o - .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crti.o - .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crti.o - .text 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtn.o - .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtn.o - .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtn.o - .fini_array 0x0000000000000000 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtbegin.o - .text 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtend.o - .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtend.o - .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtend.o - .eh_frame 0x0000000000000000 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtend.o - .jcr 0x0000000000000000 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtend.o - .data 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-errno.o) - .bss 0x0000000000000000 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-errno.o) - -Memory Configuration - -Name Origin Length Attributes -MFlash32 0x0000000000001000 0x0000000000007000 xr -RamLoc8 0x0000000010000000 0x0000000000001fe0 xrw -*default* 0x0000000000000000 0xffffffffffffffff - -Linker script and memory map - -LOAD ./src/user_application.o -LOAD ./src/core/LiquidCrystal.o -LOAD ./src/core/Print.o -LOAD ./src/core/SPI.o -LOAD ./src/core/SPI1.o -LOAD ./src/core/SoftwareSerial.o -LOAD ./src/core/Wire.o -LOAD ./src/core/analogio.o -LOAD ./src/core/arithmetical.o -LOAD ./src/core/cr_cpp_config.o -LOAD ./src/core/cr_startup_lpc11.o -LOAD ./src/core/delay.o -LOAD ./src/core/gpio.o -LOAD ./src/core/gpio_int.o -LOAD ./src/core/maryoled.o -LOAD ./src/core/startup_mary.o -LOAD ./src/core/system_LPC11xx.o -LOAD ./src/core/uart.o -LOAD ./src/XBee/XBee.o -LOAD ./src/FatFs/SD.o -LOAD ./src/FatFs/pff.o -LOAD ./src/FatFs/sdcard.o -START GROUP -LOAD /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a -LOAD /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a -LOAD /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libm.a -LOAD /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a -LOAD /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crti.o -LOAD /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtn.o -LOAD /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtbegin.o -LOAD /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtend.o -END GROUP - 0x0000000000008000 __top_MFlash32 = 0x8000 - 0x0000000010001fe0 __top_RamLoc8 = 0x10001fe0 - -.text 0x0000000000001000 0x383c - FILL mask 0xff - *(.isr_vector) - .isr_vector 0x0000000000001000 0xc0 ./src/core/cr_startup_lpc11.o - 0x0000000000001000 g_pfnVectors - 0x00000000000010c0 . = ALIGN (0x4) - 0x00000000000010c0 __section_table_start = . - 0x00000000000010c0 __data_section_table = . - 0x00000000000010c0 0x4 LONG 0x4bb0 LOADADDR (.data) - 0x00000000000010c4 0x4 LONG 0x10000000 ADDR (.data) - 0x00000000000010c8 0x4 LONG 0x84c SIZEOF (.data) - 0x00000000000010cc __data_section_table_end = . - 0x00000000000010cc __bss_section_table = . - 0x00000000000010cc 0x4 LONG 0x1000084c ADDR (.bss) - 0x00000000000010d0 0x4 LONG 0x5e0 SIZEOF (.bss) - 0x00000000000010d4 __bss_section_table_end = . - 0x00000000000010d4 __section_table_end = . - *(.after_vectors*) - .after_vectors - 0x00000000000010d4 0x84 ./src/core/cr_startup_lpc11.o - 0x00000000000010d4 NMI_Handler - 0x00000000000010d8 HardFault_Handler - 0x00000000000010dc SVCall_Handler - 0x00000000000010e0 PendSV_Handler - 0x00000000000010e8 _Z9data_initjjj - 0x00000000000010fa _Z8bss_initjj - 0x000000000000110c ResetISR - 0x0000000000001154 UART_IRQHandler - 0x0000000000001154 SSP0_IRQHandler - 0x0000000000001154 ADC_IRQHandler - 0x0000000000001154 SSP1_IRQHandler - 0x0000000000001154 IntDefaultHandler - 0x0000000000001154 BOD_IRQHandler - 0x0000000000001154 WAKEUP_IRQHandler - 0x0000000000001154 I2C_IRQHandler - 0x0000000000001154 TIMER32_0_IRQHandler - 0x0000000000001154 WDT_IRQHandler - 0x0000000000001154 CAN_IRQHandler - *(.text*) - .text._Z9playSoundv - 0x0000000000001158 0x98 ./src/user_application.o - 0x0000000000001158 _Z9playSoundv - .text._Z9readSoundv - 0x00000000000011f0 0x94 ./src/user_application.o - 0x00000000000011f0 _Z9readSoundv - .text._Z5setupv - 0x0000000000001284 0x90 ./src/user_application.o - 0x0000000000001284 _Z5setupv - .text._Z4loopv - 0x0000000000001314 0x60 ./src/user_application.o - 0x0000000000001314 _Z4loopv - .text._ZN5Print7printlnEv - 0x0000000000001374 0x18 ./src/core/Print.o - 0x0000000000001374 _ZN5Print7printlnEv - .text._ZN5Print5printEPKc - 0x000000000000138c 0x1a ./src/core/Print.o - 0x000000000000138c _ZN5Print5printEPKc - *fill* 0x00000000000013a6 0x2 00 - .text._ZN5Print5printEi12RADIX_FORMAT - 0x00000000000013a8 0x12c ./src/core/Print.o - 0x00000000000013a8 _ZN5Print5printEi12RADIX_FORMAT - .text._ZN5Print7printlnEPKc - 0x00000000000014d4 0x12 ./src/core/Print.o - 0x00000000000014d4 _ZN5Print7printlnEPKc - .text._ZN5Print7printlnEi12RADIX_FORMAT - 0x00000000000014e6 0x12 ./src/core/Print.o - 0x00000000000014e6 _ZN5Print7printlnEi12RADIX_FORMAT - .text._ZN3SSPD2Ev - 0x00000000000014f8 0x2 ./src/core/SPI.o - 0x00000000000014f8 _ZN3SSPD2Ev - 0x00000000000014f8 _ZN3SSPD1Ev - .text._ZN3SSP12setBitLengthEi - 0x00000000000014fa 0x4 ./src/core/SPI.o - 0x00000000000014fa _ZN3SSP12setBitLengthEi - .text._ZN3SSP15setClockDividerE15SSP_CLK_DIVIDER - 0x00000000000014fe 0x4 ./src/core/SPI.o - 0x00000000000014fe _ZN3SSP15setClockDividerE15SSP_CLK_DIVIDER - .text._ZN3SSP11setDataModeE13SSP_DATA_MODE - 0x0000000000001502 0x4 ./src/core/SPI.o - 0x0000000000001502 _ZN3SSP11setDataModeE13SSP_DATA_MODE - *fill* 0x0000000000001506 0x2 00 - .text.ssp_begin - 0x0000000000001508 0xfc ./src/core/SPI.o - 0x0000000000001508 ssp_begin - .text._ZN3SSP5beginEv - 0x0000000000001604 0x12 ./src/core/SPI.o - 0x0000000000001604 _ZN3SSP5beginEv - .text._ZN3SSPC2Ev - 0x0000000000001616 0x1c ./src/core/SPI.o - 0x0000000000001616 _ZN3SSPC2Ev - 0x0000000000001616 _ZN3SSPC1Ev - *fill* 0x0000000000001632 0x2 00 - .text.ssp_transfer - 0x0000000000001634 0x30 ./src/core/SPI.o - 0x0000000000001634 ssp_transfer - .text._ZN3SSP8transferEm - 0x0000000000001664 0xa ./src/core/SPI.o - 0x0000000000001664 _ZN3SSP8transferEm - *fill* 0x000000000000166e 0x2 00 - .text.startup._GLOBAL__sub_I_SPI - 0x0000000000001670 0x24 ./src/core/SPI.o - .text._ZN4SSP1D2Ev - 0x0000000000001694 0x2 ./src/core/SPI1.o - 0x0000000000001694 _ZN4SSP1D2Ev - 0x0000000000001694 _ZN4SSP1D1Ev - .text._ZN4SSP112setBitLengthEi - 0x0000000000001696 0x4 ./src/core/SPI1.o - 0x0000000000001696 _ZN4SSP112setBitLengthEi - .text._ZN4SSP115setClockDividerE15SSP_CLK_DIVIDER - 0x000000000000169a 0x4 ./src/core/SPI1.o - 0x000000000000169a _ZN4SSP115setClockDividerE15SSP_CLK_DIVIDER - *fill* 0x000000000000169e 0x2 00 - .text.ssp1_begin - 0x00000000000016a0 0xf0 ./src/core/SPI1.o - 0x00000000000016a0 ssp1_begin - .text._ZN4SSP15beginEv - 0x0000000000001790 0x12 ./src/core/SPI1.o - 0x0000000000001790 _ZN4SSP15beginEv - .text._ZN4SSP1C2Ev - 0x00000000000017a2 0x1c ./src/core/SPI1.o - 0x00000000000017a2 _ZN4SSP1C2Ev - 0x00000000000017a2 _ZN4SSP1C1Ev - *fill* 0x00000000000017be 0x2 00 - .text.ssp1_transfer - 0x00000000000017c0 0x30 ./src/core/SPI1.o - 0x00000000000017c0 ssp1_transfer - .text._ZN4SSP18transferEm - 0x00000000000017f0 0xa ./src/core/SPI1.o - 0x00000000000017f0 _ZN4SSP18transferEm - *fill* 0x00000000000017fa 0x2 00 - .text.startup._GLOBAL__sub_I_SPI1 - 0x00000000000017fc 0x24 ./src/core/SPI1.o - .text.TIMER16_0_IRQHandler - 0x0000000000001820 0xe0 ./src/core/analogio.o - 0x0000000000001820 TIMER16_0_IRQHandler - .text.TIMER16_1_IRQHandler - 0x0000000000001900 0x8 ./src/core/analogio.o - 0x0000000000001900 TIMER16_1_IRQHandler - .text.__aeabi_atexit - 0x0000000000001908 0x4 ./src/core/cr_cpp_config.o - 0x0000000000001908 __aeabi_atexit - .text.NVIC_SetPriority - 0x000000000000190c 0x64 ./src/core/delay.o - .text.delay 0x0000000000001970 0x18 ./src/core/delay.o - 0x0000000000001970 delay - .text.setup_TIMER32_1 - 0x0000000000001988 0x2c ./src/core/delay.o - 0x0000000000001988 setup_TIMER32_1 - .text.attachMicroseconds - 0x00000000000019b4 0x40 ./src/core/delay.o - 0x00000000000019b4 attachMicroseconds - .text.detachMicroseconds - 0x00000000000019f4 0x1c ./src/core/delay.o - 0x00000000000019f4 detachMicroseconds - .text.TIMER32_1_IRQHandler - 0x0000000000001a10 0x24 ./src/core/delay.o - 0x0000000000001a10 TIMER32_1_IRQHandler - .text.SysTick_Handler - 0x0000000000001a34 0x10 ./src/core/delay.o - 0x0000000000001a34 SysTick_Handler - .text.setup_systick - 0x0000000000001a44 0x50 ./src/core/delay.o - 0x0000000000001a44 setup_systick - .text.pinMode 0x0000000000001a94 0x100 ./src/core/gpio.o - 0x0000000000001a94 pinMode - .text.digitalWrite - 0x0000000000001b94 0xac ./src/core/gpio.o - 0x0000000000001b94 digitalWrite - .text.digitalRead - 0x0000000000001c40 0x48 ./src/core/gpio.o - 0x0000000000001c40 digitalRead - .text.GPIOIntStatus - 0x0000000000001c88 0x50 ./src/core/gpio.o - 0x0000000000001c88 GPIOIntStatus - .text.GPIOIntClear - 0x0000000000001cd8 0x4c ./src/core/gpio.o - 0x0000000000001cd8 GPIOIntClear - .text.GPIO_IRQHandler - 0x0000000000001d24 0x30 ./src/core/gpio_int.o - 0x0000000000001d24 GPIO_IRQHandler - .text.PIOINT0_IRQHandler - 0x0000000000001d54 0x8 ./src/core/gpio_int.o - 0x0000000000001d54 PIOINT0_IRQHandler - .text.PIOINT1_IRQHandler - 0x0000000000001d5c 0x8 ./src/core/gpio_int.o - 0x0000000000001d5c PIOINT1_IRQHandler - .text.PIOINT2_IRQHandler - 0x0000000000001d64 0x8 ./src/core/gpio_int.o - 0x0000000000001d64 PIOINT2_IRQHandler - .text.PIOINT3_IRQHandler - 0x0000000000001d6c 0x8 ./src/core/gpio_int.o - 0x0000000000001d6c PIOINT3_IRQHandler - .text._ZN8MARYOLEDD2Ev - 0x0000000000001d74 0x2 ./src/core/maryoled.o - 0x0000000000001d74 _ZN8MARYOLEDD1Ev - 0x0000000000001d74 _ZN8MARYOLEDD2Ev - *fill* 0x0000000000001d76 0x2 00 - .text._ZN8MARYOLEDC2Ev - 0x0000000000001d78 0x24 ./src/core/maryoled.o - 0x0000000000001d78 _ZN8MARYOLEDC1Ev - 0x0000000000001d78 _ZN8MARYOLEDC2Ev - .text.startup._GLOBAL__sub_I_oled - 0x0000000000001d9c 0x24 ./src/core/maryoled.o - .text.startup.main - 0x0000000000001dc0 0x14 ./src/core/startup_mary.o - 0x0000000000001dc0 main - .text.SystemInit - 0x0000000000001dd4 0x90 ./src/core/system_LPC11xx.o - 0x0000000000001dd4 SystemInit - .text._ZN7USerialD2Ev - 0x0000000000001e64 0xc ./src/core/uart.o - 0x0000000000001e64 _ZN7USerialD1Ev - 0x0000000000001e64 _ZN7USerialD2Ev - .text._ZN7USerial5writeEc - 0x0000000000001e70 0x18 ./src/core/uart.o - 0x0000000000001e70 _ZN7USerial5writeEc - .text._ZN7USerial5beginEi - 0x0000000000001e88 0x7c ./src/core/uart.o - 0x0000000000001e88 _ZN7USerial5beginEi - .text.startup._GLOBAL__sub_I_Serial - 0x0000000000001f04 0x30 ./src/core/uart.o - .text.startup._GLOBAL__sub_I__ZN12XBeeResponseC2Ev - 0x0000000000001f34 0x14 ./src/XBee/XBee.o - .text._ZN7PETITFSD2Ev - 0x0000000000001f48 0x2 ./src/FatFs/SD.o - 0x0000000000001f48 _ZN7PETITFSD2Ev - 0x0000000000001f48 _ZN7PETITFSD1Ev - .text._ZN7PETITFS5beginEv - 0x0000000000001f4a 0x12 ./src/FatFs/SD.o - 0x0000000000001f4a _ZN7PETITFS5beginEv - .text._ZN7PETITFS4openEPKc - 0x0000000000001f5c 0x10 ./src/FatFs/SD.o - 0x0000000000001f5c _ZN7PETITFS4openEPKc - .text._ZN7PETITFS5closeEv - 0x0000000000001f6c 0x2 ./src/FatFs/SD.o - 0x0000000000001f6c _ZN7PETITFS5closeEv - *fill* 0x0000000000001f6e 0x2 00 - .text.startup._GLOBAL__sub_I_SDFile - 0x0000000000001f70 0x24 ./src/FatFs/SD.o - .text._ZL10clust2sectm - 0x0000000000001f94 0x20 ./src/FatFs/pff.o - .text._ZL10dir_rewindP5_DIR_ - 0x0000000000001fb4 0x44 ./src/FatFs/pff.o - .text._ZL7get_fatm - 0x0000000000001ff8 0xd4 ./src/FatFs/pff.o - .text._ZL8dir_nextP5_DIR_ - 0x00000000000020cc 0x60 ./src/FatFs/pff.o - .text._ZL11follow_pathP5_DIR_PKc - 0x000000000000212c 0x14c ./src/FatFs/pff.o - .text._ZL8check_fsPhm - 0x0000000000002278 0x80 ./src/FatFs/pff.o - .text._Z8pf_mountP7_FATFS_ - 0x00000000000022f8 0x16c ./src/FatFs/pff.o - 0x00000000000022f8 _Z8pf_mountP7_FATFS_ - .text._Z7pf_openPKc - 0x0000000000002464 0x74 ./src/FatFs/pff.o - 0x0000000000002464 _Z7pf_openPKc - .text._Z7pf_readPvtPt - 0x00000000000024d8 0xcc ./src/FatFs/pff.o - 0x00000000000024d8 _Z7pf_readPvtPt - .text._Z8xmit_spih - 0x00000000000025a4 0x10 ./src/FatFs/sdcard.o - 0x00000000000025a4 _Z8xmit_spih - .text._Z7rcv_spiv - 0x00000000000025b4 0x10 ./src/FatFs/sdcard.o - 0x00000000000025b4 _Z7rcv_spiv - .text._ZL8send_cmdhm - 0x00000000000025c4 0x88 ./src/FatFs/sdcard.o - .text._ZL11release_spiv - 0x000000000000264c 0x18 ./src/FatFs/sdcard.o - .text._Z10disk_readpPhmtt - 0x0000000000002664 0xa4 ./src/FatFs/sdcard.o - 0x0000000000002664 _Z10disk_readpPhmtt - .text._Z11disk_writepPKhm - 0x0000000000002708 0xb4 ./src/FatFs/sdcard.o - 0x0000000000002708 _Z11disk_writepPKhm - .text._Z15disk_initializev - 0x00000000000027bc 0x144 ./src/FatFs/sdcard.o - 0x00000000000027bc _Z15disk_initializev - .text 0x0000000000002900 0x14 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_thumb1_case_uqi.o) - 0x0000000000002900 __gnu_thumb1_case_uqi - .text 0x0000000000002914 0x9c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_udivsi3.o) - 0x0000000000002914 __udivsi3 - 0x0000000000002914 __aeabi_uidiv - 0x000000000000299c __aeabi_uidivmod - .text 0x00000000000029b0 0xc0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_divsi3.o) - 0x00000000000029b0 __aeabi_idiv - 0x00000000000029b0 __divsi3 - 0x0000000000002a5c __aeabi_idivmod - .text 0x0000000000002a70 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_dvmd_tls.o) - 0x0000000000002a70 __aeabi_ldiv0 - 0x0000000000002a70 __aeabi_idiv0 - .text 0x0000000000002a74 0xb5c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(unwind-arm.o) - 0x0000000000002d34 _Unwind_VRS_Get - 0x0000000000002d78 _Unwind_VRS_Set - 0x00000000000030dc __aeabi_unwind_cpp_pr2 - 0x00000000000030e8 __aeabi_unwind_cpp_pr1 - 0x00000000000030f4 __aeabi_unwind_cpp_pr0 - 0x0000000000003100 _Unwind_VRS_Pop - 0x0000000000003484 _Unwind_GetCFA - 0x0000000000003488 __gnu_Unwind_RaiseException - 0x00000000000034e0 __gnu_Unwind_ForcedUnwind - 0x00000000000034f4 __gnu_Unwind_Resume - 0x0000000000003534 __gnu_Unwind_Resume_or_Rethrow - 0x0000000000003550 _Unwind_Complete - 0x0000000000003554 _Unwind_DeleteException - 0x0000000000003564 __gnu_Unwind_Backtrace - .text 0x00000000000035d0 0x144 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(libunwind.o) - 0x00000000000035d0 __restore_core_regs - 0x00000000000035d0 restore_core_regs - 0x00000000000035fc __gnu_Unwind_Restore_VFP - 0x0000000000003600 __gnu_Unwind_Save_VFP - 0x0000000000003604 __gnu_Unwind_Restore_VFP_D - 0x0000000000003608 __gnu_Unwind_Save_VFP_D - 0x000000000000360c __gnu_Unwind_Restore_VFP_D_16_to_31 - 0x0000000000003610 __gnu_Unwind_Save_VFP_D_16_to_31 - 0x0000000000003614 __gnu_Unwind_Restore_WMMXD - 0x0000000000003618 __gnu_Unwind_Save_WMMXD - 0x000000000000361c __gnu_Unwind_Restore_WMMXC - 0x0000000000003620 __gnu_Unwind_Save_WMMXC - 0x0000000000003624 _Unwind_RaiseException - 0x0000000000003624 ___Unwind_RaiseException - 0x0000000000003654 ___Unwind_Resume - 0x0000000000003654 _Unwind_Resume - 0x0000000000003684 ___Unwind_Resume_or_Rethrow - 0x0000000000003684 _Unwind_Resume_or_Rethrow - 0x00000000000036b4 _Unwind_ForcedUnwind - 0x00000000000036b4 ___Unwind_ForcedUnwind - 0x00000000000036e4 _Unwind_Backtrace - 0x00000000000036e4 ___Unwind_Backtrace - .text 0x0000000000003714 0x38c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(pr-support.o) - 0x0000000000003768 __gnu_unwind_execute - 0x0000000000003a48 __gnu_unwind_frame - 0x0000000000003a70 _Unwind_GetRegionStart - 0x0000000000003a7c _Unwind_GetLanguageSpecificData - 0x0000000000003a90 _Unwind_GetDataRelBase - 0x0000000000003a98 _Unwind_GetTextRelBase - .text 0x0000000000003aa0 0x10 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-abort.o) - 0x0000000000003aa0 abort - .text 0x0000000000003ab0 0x44 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-init.o) - 0x0000000000003ab0 __libc_init_array - .text 0x0000000000003af4 0x514 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-mallocr.o) - 0x0000000000003af4 _malloc_r - .text 0x0000000000004008 0x7c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-memcpy.o) - 0x0000000000004008 memcpy - .text 0x0000000000004084 0x8 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-mlock.o) - 0x0000000000004084 __malloc_lock - 0x0000000000004088 __malloc_unlock - .text 0x000000000000408c 0x24 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-sbrkr.o) - 0x000000000000408c _sbrk_r - .text 0x00000000000040b0 0x16c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signal.o) - 0x00000000000040b0 _init_signal_r - 0x00000000000040ec _signal_r - 0x0000000000004128 _raise_r - 0x0000000000004180 __sigtramp_r - 0x00000000000041cc raise - 0x00000000000041e0 signal - 0x00000000000041f8 _init_signal - 0x0000000000004208 __sigtramp - .text 0x000000000000421c 0x30 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signalr.o) - 0x000000000000421c _kill_r - 0x0000000000004244 _getpid_r - .text 0x000000000000424c 0x240 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-freer.o) - 0x000000000000424c _malloc_trim_r - 0x00000000000042f4 _free_r - .text 0x000000000000448c 0x40 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) - 0x000000000000448c _sbrk - .text 0x00000000000044cc 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_exit.o) - 0x00000000000044cc _exit - .text 0x00000000000044d0 0x10 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(getpid.o) - 0x00000000000044d0 _getpid - .text 0x00000000000044e0 0x10 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) - 0x00000000000044e0 _kill - .text 0x00000000000044f0 0x2c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_check_heap.o) - 0x00000000000044f0 __check_heap_overflow - .text 0x000000000000451c 0x60 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtbegin.o - .text 0x000000000000457c 0xc /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-errno.o) - 0x000000000000457c __errno - *(.rodata .rodata.*) - .rodata.str1.1 - 0x0000000000004588 0x5f ./src/user_application.o - 0x60 (size before relaxing) - .rodata._ZL9radix_hex - 0x00000000000045e7 0x11 ./src/core/Print.o - .rodata._ZL9radix_dec - 0x00000000000045f8 0xb ./src/core/Print.o - .rodata._ZL9radix_oct - 0x0000000000004603 0x9 ./src/core/Print.o - .rodata._ZL9radix_bin - 0x000000000000460c 0x3 ./src/core/Print.o - .rodata._ZL9IOCON_LUT - 0x000000000000460f 0x30 ./src/core/gpio.o - *fill* 0x000000000000463f 0x1 00 - .rodata._ZL8LPC_GPIO - 0x0000000000004640 0x10 ./src/core/gpio.o - .rodata._ZL14mary_pinAssign - 0x0000000000004650 0xe0 ./src/core/gpio.o - .rodata._ZL17arduino_pinAssign - 0x0000000000004730 0xb0 ./src/core/gpio.o - .rodata._ZTV7USerial - 0x00000000000047e0 0x10 ./src/core/uart.o - 0x00000000000047e0 _ZTV7USerial - .rodata 0x00000000000047f0 0x14 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(unwind-arm.o) - .rodata.str1.4 - 0x0000000000004804 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-impure.o) - 0x0000000000004808 . = ALIGN (0x4) - 0x0000000000004808 . = ALIGN (0x4) - *(.init) - .init 0x0000000000004808 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crti.o - 0x0000000000004808 _init - .init 0x000000000000480c 0x8 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtn.o - 0x0000000000004814 . = ALIGN (0x4) - 0x0000000000004814 __preinit_array_start = . - *(.preinit_array) - 0x0000000000004814 __preinit_array_end = . - 0x0000000000004814 . = ALIGN (0x4) - 0x0000000000004814 __init_array_start = . - *(SORT(.init_array.*)) - *(.init_array) - .init_array 0x0000000000004814 0x4 ./src/core/SPI.o - .init_array 0x0000000000004818 0x4 ./src/core/SPI1.o - .init_array 0x000000000000481c 0x4 ./src/core/maryoled.o - .init_array 0x0000000000004820 0x4 ./src/core/uart.o - .init_array 0x0000000000004824 0x4 ./src/XBee/XBee.o - .init_array 0x0000000000004828 0x4 ./src/FatFs/SD.o - .init_array 0x000000000000482c 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtbegin.o - 0x0000000000004830 __init_array_end = . - *(.fini) - .fini 0x0000000000004830 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crti.o - 0x0000000000004830 _fini - .fini 0x0000000000004834 0x8 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtn.o - 0x000000000000483c . = ALIGN (0x4) - *crtbegin.o(.ctors) - *(EXCLUDE_FILE(*crtend.o) .ctors) - *(SORT(.ctors.*)) - *crtend.o(.ctors) - 0x000000000000483c . = ALIGN (0x4) - *crtbegin.o(.dtors) - *(EXCLUDE_FILE(*crtend.o) .dtors) - *(SORT(.dtors.*)) - *crtend.o(.dtors) - -.glue_7 0x000000000000483c 0x0 - .glue_7 0x0000000000000000 0x0 linker stubs - -.glue_7t 0x000000000000483c 0x0 - .glue_7t 0x0000000000000000 0x0 linker stubs - -.vfp11_veneer 0x000000000000483c 0x0 - .vfp11_veneer 0x0000000000000000 0x0 linker stubs - -.v4_bx 0x000000000000483c 0x0 - .v4_bx 0x0000000000000000 0x0 linker stubs - -.ARM.extab 0x000000000000483c 0x120 - *(.ARM.extab* .gnu.linkonce.armextab.*) - .ARM.extab.text._ZN3SSP5beginEv - 0x000000000000483c 0xc ./src/core/SPI.o - .ARM.extab.text._ZN4SSP15beginEv - 0x0000000000004848 0xc ./src/core/SPI1.o - .ARM.extab.text.TIMER16_1_IRQHandler - 0x0000000000004854 0xc ./src/core/analogio.o - .ARM.extab.text.PIOINT0_IRQHandler - 0x0000000000004860 0xc ./src/core/gpio_int.o - .ARM.extab.text.PIOINT1_IRQHandler - 0x000000000000486c 0xc ./src/core/gpio_int.o - .ARM.extab.text.PIOINT2_IRQHandler - 0x0000000000004878 0xc ./src/core/gpio_int.o - .ARM.extab.text.PIOINT3_IRQHandler - 0x0000000000004884 0xc ./src/core/gpio_int.o - .ARM.extab.text.startup.main - 0x0000000000004890 0xc ./src/core/startup_mary.o - .ARM.extab.text._Z8xmit_spih - 0x000000000000489c 0xc ./src/FatFs/sdcard.o - .ARM.extab.text._Z7rcv_spiv - 0x00000000000048a8 0xc ./src/FatFs/sdcard.o - .ARM.extab.text._ZL11release_spiv - 0x00000000000048b4 0xc ./src/FatFs/sdcard.o - .ARM.extab 0x00000000000048c0 0x6c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(unwind-arm.o) - .ARM.extab 0x000000000000492c 0x30 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(pr-support.o) - 0x000000000000495c __exidx_start = . - -.eh_frame 0x000000000000495c 0x0 - .eh_frame 0x000000000000495c 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtbegin.o - -.ARM.exidx 0x000000000000495c 0x250 - *(.ARM.exidx* .gnu.linkonce.armexidx.*) - .ARM.exidx.text._Z9playSoundv - 0x0000000000004974 0x8 ./src/user_application.o - .ARM.exidx.text._Z9readSoundv - 0x000000000000497c 0x8 ./src/user_application.o - .ARM.exidx.text._Z5setupv - 0x0000000000004984 0x8 ./src/user_application.o - .ARM.exidx.text._Z4loopv - 0x000000000000498c 0x8 ./src/user_application.o - .ARM.exidx.text._ZN5Print7printlnEv - 0x0000000000004994 0x0 ./src/core/Print.o - 0x8 (size before relaxing) - .ARM.exidx.text._ZN5Print5printEPKc - 0x0000000000004994 0x8 ./src/core/Print.o - .ARM.exidx.text._ZN5Print5printEi12RADIX_FORMAT - 0x000000000000499c 0x8 ./src/core/Print.o - .ARM.exidx.text._ZN5Print7printlnEPKc - 0x00000000000049a4 0x8 ./src/core/Print.o - .ARM.exidx.text._ZN5Print7printlnEi12RADIX_FORMAT - 0x00000000000049ac 0x0 ./src/core/Print.o - 0x8 (size before relaxing) - .ARM.exidx.text._ZN3SSPD2Ev - 0x00000000000049ac 0x8 ./src/core/SPI.o - .ARM.exidx.text._ZN3SSP12setBitLengthEi - 0x00000000000049b4 0x0 ./src/core/SPI.o - 0x8 (size before relaxing) - .ARM.exidx.text._ZN3SSP15setClockDividerE15SSP_CLK_DIVIDER - 0x00000000000049b4 0x0 ./src/core/SPI.o - 0x8 (size before relaxing) - .ARM.exidx.text._ZN3SSP11setDataModeE13SSP_DATA_MODE - 0x00000000000049b4 0x0 ./src/core/SPI.o - 0x8 (size before relaxing) - .ARM.exidx.text.ssp_begin - 0x00000000000049b4 0x8 ./src/core/SPI.o - .ARM.exidx.text._ZN3SSP5beginEv - 0x00000000000049bc 0x8 ./src/core/SPI.o - .ARM.exidx.text._ZN3SSPC2Ev - 0x00000000000049c4 0x8 ./src/core/SPI.o - .ARM.exidx.text.ssp_transfer - 0x00000000000049cc 0x8 ./src/core/SPI.o - .ARM.exidx.text._ZN3SSP8transferEm - 0x00000000000049d4 0x0 ./src/core/SPI.o - 0x8 (size before relaxing) - .ARM.exidx.text.startup._GLOBAL__sub_I_SPI - 0x00000000000049d4 0x0 ./src/core/SPI.o - 0x8 (size before relaxing) - .ARM.exidx.text._ZN4SSP1D2Ev - 0x00000000000049d4 0x0 ./src/core/SPI1.o - 0x8 (size before relaxing) - .ARM.exidx.text._ZN4SSP112setBitLengthEi - 0x00000000000049d4 0x0 ./src/core/SPI1.o - 0x8 (size before relaxing) - .ARM.exidx.text._ZN4SSP115setClockDividerE15SSP_CLK_DIVIDER - 0x00000000000049d4 0x0 ./src/core/SPI1.o - 0x8 (size before relaxing) - .ARM.exidx.text.ssp1_begin - 0x00000000000049d4 0x8 ./src/core/SPI1.o - .ARM.exidx.text._ZN4SSP15beginEv - 0x00000000000049dc 0x8 ./src/core/SPI1.o - .ARM.exidx.text._ZN4SSP1C2Ev - 0x00000000000049e4 0x8 ./src/core/SPI1.o - .ARM.exidx.text.ssp1_transfer - 0x00000000000049ec 0x8 ./src/core/SPI1.o - .ARM.exidx.text._ZN4SSP18transferEm - 0x00000000000049f4 0x0 ./src/core/SPI1.o - 0x8 (size before relaxing) - .ARM.exidx.text.startup._GLOBAL__sub_I_SPI1 - 0x00000000000049f4 0x0 ./src/core/SPI1.o - 0x8 (size before relaxing) - .ARM.exidx.text.TIMER16_0_IRQHandler - 0x00000000000049f4 0x8 ./src/core/analogio.o - .ARM.exidx.text.TIMER16_1_IRQHandler - 0x00000000000049fc 0x8 ./src/core/analogio.o - .ARM.exidx.text.__aeabi_atexit - 0x0000000000004a04 0x8 ./src/core/cr_cpp_config.o - .ARM.exidx.after_vectors - 0x000000000000495c 0x18 ./src/core/cr_startup_lpc11.o - 0x48 (size before relaxing) - .ARM.exidx.text.NVIC_SetPriority - 0x0000000000004a0c 0x0 ./src/core/delay.o - 0x8 (size before relaxing) - .ARM.exidx.text.delay - 0x0000000000004a0c 0x0 ./src/core/delay.o - 0x8 (size before relaxing) - .ARM.exidx.text.setup_TIMER32_1 - 0x0000000000004a0c 0x0 ./src/core/delay.o - 0x8 (size before relaxing) - .ARM.exidx.text.attachMicroseconds - 0x0000000000004a0c 0x0 ./src/core/delay.o - 0x8 (size before relaxing) - .ARM.exidx.text.detachMicroseconds - 0x0000000000004a0c 0x0 ./src/core/delay.o - 0x8 (size before relaxing) - .ARM.exidx.text.TIMER32_1_IRQHandler - 0x0000000000004a0c 0x8 ./src/core/delay.o - .ARM.exidx.text.SysTick_Handler - 0x0000000000004a14 0x8 ./src/core/delay.o - .ARM.exidx.text.setup_systick - 0x0000000000004a1c 0x0 ./src/core/delay.o - 0x8 (size before relaxing) - .ARM.exidx.text.pinMode - 0x0000000000004a1c 0x0 ./src/core/gpio.o - 0x8 (size before relaxing) - .ARM.exidx.text.digitalWrite - 0x0000000000004a1c 0x0 ./src/core/gpio.o - 0x8 (size before relaxing) - .ARM.exidx.text.digitalRead - 0x0000000000004a1c 0x0 ./src/core/gpio.o - 0x8 (size before relaxing) - .ARM.exidx.text.GPIOIntStatus - 0x0000000000004a1c 0x0 ./src/core/gpio.o - 0x8 (size before relaxing) - .ARM.exidx.text.GPIOIntClear - 0x0000000000004a1c 0x0 ./src/core/gpio.o - 0x8 (size before relaxing) - .ARM.exidx.text.GPIO_IRQHandler - 0x0000000000004a1c 0x8 ./src/core/gpio_int.o - .ARM.exidx.text.PIOINT0_IRQHandler - 0x0000000000004a24 0x8 ./src/core/gpio_int.o - .ARM.exidx.text.PIOINT1_IRQHandler - 0x0000000000004a2c 0x8 ./src/core/gpio_int.o - .ARM.exidx.text.PIOINT2_IRQHandler - 0x0000000000004a34 0x8 ./src/core/gpio_int.o - .ARM.exidx.text.PIOINT3_IRQHandler - 0x0000000000004a3c 0x8 ./src/core/gpio_int.o - .ARM.exidx.text._ZN8MARYOLEDD2Ev - 0x0000000000004a44 0x8 ./src/core/maryoled.o - .ARM.exidx.text._ZN8MARYOLEDC2Ev - 0x0000000000004a4c 0x0 ./src/core/maryoled.o - 0x8 (size before relaxing) - .ARM.exidx.text.startup._GLOBAL__sub_I_oled - 0x0000000000004a4c 0x0 ./src/core/maryoled.o - 0x8 (size before relaxing) - .ARM.exidx.text.startup.main - 0x0000000000004a4c 0x8 ./src/core/startup_mary.o - .ARM.exidx.text.SystemInit - 0x0000000000004a54 0x8 ./src/core/system_LPC11xx.o - .ARM.exidx.text._ZN7USerialD2Ev - 0x0000000000004a5c 0x0 ./src/core/uart.o - 0x8 (size before relaxing) - .ARM.exidx.text._ZN7USerial5writeEc - 0x0000000000004a5c 0x0 ./src/core/uart.o - 0x8 (size before relaxing) - .ARM.exidx.text._ZN7USerial5beginEi - 0x0000000000004a5c 0x0 ./src/core/uart.o - 0x8 (size before relaxing) - .ARM.exidx.text.startup._GLOBAL__sub_I_Serial - 0x0000000000004a5c 0x0 ./src/core/uart.o - 0x8 (size before relaxing) - .ARM.exidx.text.startup._GLOBAL__sub_I__ZN12XBeeResponseC2Ev - 0x0000000000004a5c 0x0 ./src/XBee/XBee.o - 0x8 (size before relaxing) - .ARM.exidx.text._ZN7PETITFSD2Ev - 0x0000000000004a5c 0x0 ./src/FatFs/SD.o - 0x8 (size before relaxing) - .ARM.exidx.text._ZN7PETITFS5beginEv - 0x0000000000004a5c 0x8 ./src/FatFs/SD.o - .ARM.exidx.text._ZN7PETITFS4openEPKc - 0x0000000000004a64 0x0 ./src/FatFs/SD.o - 0x8 (size before relaxing) - .ARM.exidx.text._ZN7PETITFS5closeEv - 0x0000000000004a64 0x8 ./src/FatFs/SD.o - .ARM.exidx.text.startup._GLOBAL__sub_I_SDFile - 0x0000000000004a6c 0x0 ./src/FatFs/SD.o - 0x8 (size before relaxing) - .ARM.exidx.text._ZL10clust2sectm - 0x0000000000004a6c 0x0 ./src/FatFs/pff.o - 0x8 (size before relaxing) - .ARM.exidx.text._ZL10dir_rewindP5_DIR_ - 0x0000000000004a6c 0x0 ./src/FatFs/pff.o - 0x8 (size before relaxing) - .ARM.exidx.text._ZL7get_fatm - 0x0000000000004a6c 0x8 ./src/FatFs/pff.o - .ARM.exidx.text._ZL8dir_nextP5_DIR_ - 0x0000000000004a74 0x8 ./src/FatFs/pff.o - .ARM.exidx.text._ZL11follow_pathP5_DIR_PKc - 0x0000000000004a7c 0x8 ./src/FatFs/pff.o - .ARM.exidx.text._ZL8check_fsPhm - 0x0000000000004a84 0x8 ./src/FatFs/pff.o - .ARM.exidx.text._Z8pf_mountP7_FATFS_ - 0x0000000000004a8c 0x8 ./src/FatFs/pff.o - .ARM.exidx.text._Z7pf_openPKc - 0x0000000000004a94 0x8 ./src/FatFs/pff.o - .ARM.exidx.text._Z7pf_readPvtPt - 0x0000000000004a9c 0x8 ./src/FatFs/pff.o - .ARM.exidx.text._Z8xmit_spih - 0x0000000000004aa4 0x8 ./src/FatFs/sdcard.o - .ARM.exidx.text._Z7rcv_spiv - 0x0000000000004aac 0x8 ./src/FatFs/sdcard.o - .ARM.exidx.text._ZL8send_cmdhm - 0x0000000000004ab4 0x8 ./src/FatFs/sdcard.o - .ARM.exidx.text._ZL11release_spiv - 0x0000000000004abc 0x8 ./src/FatFs/sdcard.o - .ARM.exidx.text._Z10disk_readpPhmtt - 0x0000000000004ac4 0x8 ./src/FatFs/sdcard.o - .ARM.exidx.text._Z11disk_writepPKhm - 0x0000000000004acc 0x0 ./src/FatFs/sdcard.o - 0x8 (size before relaxing) - .ARM.exidx.text._Z15disk_initializev - 0x0000000000004acc 0x10 ./src/FatFs/sdcard.o - 0x8 (size before relaxing) - .ARM.exidx 0x0000000000004adc 0x98 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(unwind-arm.o) - 0xc0 (size before relaxing) - .ARM.exidx 0x0000000000004b74 0x38 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(pr-support.o) - 0x48 (size before relaxing) - 0x0000000000004bac __exidx_end = . - 0x0000000000004bac _etext = . - -.uninit_RESERVED - *(.bss.$RESERVED*) - -.data 0x0000000010000000 0x84c load address 0x0000000000004bb0 - FILL mask 0xff - 0x0000000010000000 _data = . - *(vtable) - *(.data*) - .data.SystemCoreClock - 0x0000000010000000 0x4 ./src/core/system_LPC11xx.o - 0x0000000010000000 SystemCoreClock - .data 0x0000000010000004 0x410 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-mallocr.o) - 0x0000000010000004 __malloc_av_ - 0x000000001000040c __malloc_sbrk_base - 0x0000000010000410 __malloc_trim_threshold - *fill* 0x0000000010000414 0x4 00 - .data 0x0000000010000418 0x430 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-impure.o) - 0x0000000010000418 _impure_ptr - .data 0x0000000010000848 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtbegin.o - 0x0000000010000848 __dso_handle - 0x000000001000084c . = ALIGN (0x4) - 0x000000001000084c _edata = . - -.jcr 0x000000001000084c 0x0 load address 0x00000000000053fc - .jcr 0x000000001000084c 0x0 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtbegin.o - -.bss 0x000000001000084c 0x5e0 load address 0x00000000000053fc - 0x000000001000084c _bss = . - *(.bss*) - .bss.empty_c 0x000000001000084c 0x2 ./src/user_application.o - 0x000000001000084c empty_c - .bss.br 0x000000001000084e 0x2 ./src/user_application.o - 0x000000001000084e br - .bss.rc 0x0000000010000850 0x1 ./src/user_application.o - 0x0000000010000850 rc - .bss.dac_semp 0x0000000010000851 0x1 ./src/user_application.o - 0x0000000010000851 dac_semp - .bss._ZZ9playSoundvE1i - 0x0000000010000852 0x2 ./src/user_application.o - .bss._ZZ9playSoundvE1j - 0x0000000010000854 0x2 ./src/user_application.o - .bss.AudioBuf 0x0000000010000856 0x400 ./src/user_application.o - 0x0000000010000856 AudioBuf - *fill* 0x0000000010000c56 0x2 00 - .bss.SPI 0x0000000010000c58 0x8 ./src/core/SPI.o - 0x0000000010000c58 SPI - .bss.SPI1 0x0000000010000c60 0x8 ./src/core/SPI1.o - 0x0000000010000c60 SPI1 - .bss._ZL11pwm_pin_num - 0x0000000010000c68 0x10 ./src/core/analogio.o - .bss._ZL14pwm_duty_value - 0x0000000010000c78 0x10 ./src/core/analogio.o - .bss.userfunc 0x0000000010000c88 0x4 ./src/core/delay.o - 0x0000000010000c88 userfunc - .bss._ZL7msTicks - 0x0000000010000c8c 0x4 ./src/core/delay.o - .bss._ZL7intFunc - 0x0000000010000c90 0x58 ./src/core/gpio_int.o - .bss.oled 0x0000000010000ce8 0x28 ./src/core/maryoled.o - 0x0000000010000ce8 oled - .bss.Serial 0x0000000010000d10 0xc ./src/core/uart.o - 0x0000000010000d10 Serial - .bss._ZN22RemoteAtCommandRequest18broadcastAddress64E - 0x0000000010000d1c 0x8 ./src/XBee/XBee.o - 0x0000000010000d1c _ZN22RemoteAtCommandRequest18broadcastAddress64E - .bss.SDFile 0x0000000010000d24 0xa8 ./src/FatFs/SD.o - 0x0000000010000d24 SDFile - .bss._ZL5FatFs - 0x0000000010000dcc 0x4 ./src/FatFs/pff.o - .bss._ZL8CardType - 0x0000000010000dd0 0x1 ./src/FatFs/sdcard.o - *fill* 0x0000000010000dd1 0x1 00 - .bss._ZZ11disk_writepPKhmE2wc - 0x0000000010000dd2 0x2 ./src/FatFs/sdcard.o - .bss 0x0000000010000dd4 0x34 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-mallocr.o) - 0x0000000010000dd4 __malloc_top_pad - 0x0000000010000dd8 __malloc_current_mallinfo - 0x0000000010000e00 __malloc_max_sbrked_mem - 0x0000000010000e04 __malloc_max_total_mem - .bss 0x0000000010000e08 0x1c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtbegin.o - *(COMMON) - COMMON 0x0000000010000e24 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-reent.o) - 0x0000000010000e24 errno - COMMON 0x0000000010000e28 0x4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) - 0x0000000010000e28 __end_of_heap - 0x0000000010000e2c . = ALIGN (0x4) - 0x0000000010000e2c _ebss = . - 0x0000000010000e2c PROVIDE (end, .) - 0x0000000010000e2c PROVIDE (_pvHeapStart, .) - 0x0000000010001fe0 PROVIDE (_vStackTop, (__top_RamLoc8 - 0x0)) -OUTPUT(eXodusino.axf elf32-littlearm) - -.debug_info 0x0000000000000000 0x14f0b - .debug_info 0x0000000000000000 0xd46 ./src/user_application.o - .debug_info 0x0000000000000d46 0x1201 ./src/core/LiquidCrystal.o - .debug_info 0x0000000000001f47 0x545 ./src/core/Print.o - .debug_info 0x000000000000248c 0x12c3 ./src/core/SPI.o - .debug_info 0x000000000000374f 0x12c3 ./src/core/SPI1.o - .debug_info 0x0000000000004a12 0xb6b ./src/core/SoftwareSerial.o - .debug_info 0x000000000000557d 0x27ce ./src/core/Wire.o - .debug_info 0x0000000000007d4b 0xc14 ./src/core/analogio.o - .debug_info 0x000000000000895f 0x3ea ./src/core/arithmetical.o - .debug_info 0x0000000000008d49 0x134 ./src/core/cr_cpp_config.o - .debug_info 0x0000000000008e7d 0x2ae ./src/core/cr_startup_lpc11.o - .debug_info 0x000000000000912b 0xbd5 ./src/core/delay.o - .debug_info 0x0000000000009d00 0x514 ./src/core/gpio.o - .debug_info 0x000000000000a214 0x5d4 ./src/core/gpio_int.o - .debug_info 0x000000000000a7e8 0x1302 ./src/core/maryoled.o - .debug_info 0x000000000000baea 0x2ab ./src/core/startup_mary.o - .debug_info 0x000000000000bd95 0x4f9 ./src/core/system_LPC11xx.o - .debug_info 0x000000000000c28e 0xda5 ./src/core/uart.o - .debug_info 0x000000000000d033 0x4c45 ./src/XBee/XBee.o - .debug_info 0x0000000000011c78 0x1131 ./src/FatFs/SD.o - .debug_info 0x0000000000012da9 0xf7a ./src/FatFs/pff.o - .debug_info 0x0000000000013d23 0xe6b ./src/FatFs/sdcard.o - .debug_info 0x0000000000014b8e 0x104 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) - .debug_info 0x0000000000014c92 0x5c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_exit.o) - .debug_info 0x0000000000014cee 0xa5 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(getpid.o) - .debug_info 0x0000000000014d93 0xc6 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) - .debug_info 0x0000000000014e59 0xb2 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_check_heap.o) - -.debug_abbrev 0x0000000000000000 0x3f84 - .debug_abbrev 0x0000000000000000 0x2a2 ./src/user_application.o - .debug_abbrev 0x00000000000002a2 0x33f ./src/core/LiquidCrystal.o - .debug_abbrev 0x00000000000005e1 0x17c ./src/core/Print.o - .debug_abbrev 0x000000000000075d 0x3a8 ./src/core/SPI.o - .debug_abbrev 0x0000000000000b05 0x384 ./src/core/SPI1.o - .debug_abbrev 0x0000000000000e89 0x3f1 ./src/core/SoftwareSerial.o - .debug_abbrev 0x000000000000127a 0x5c8 ./src/core/Wire.o - .debug_abbrev 0x0000000000001842 0x270 ./src/core/analogio.o - .debug_abbrev 0x0000000000001ab2 0x18a ./src/core/arithmetical.o - .debug_abbrev 0x0000000000001c3c 0xcd ./src/core/cr_cpp_config.o - .debug_abbrev 0x0000000000001d09 0x13e ./src/core/cr_startup_lpc11.o - .debug_abbrev 0x0000000000001e47 0x272 ./src/core/delay.o - .debug_abbrev 0x00000000000020b9 0x1ab ./src/core/gpio.o - .debug_abbrev 0x0000000000002264 0x1ce ./src/core/gpio_int.o - .debug_abbrev 0x0000000000002432 0x3c0 ./src/core/maryoled.o - .debug_abbrev 0x00000000000027f2 0xff ./src/core/startup_mary.o - .debug_abbrev 0x00000000000028f1 0xd8 ./src/core/system_LPC11xx.o - .debug_abbrev 0x00000000000029c9 0x34e ./src/core/uart.o - .debug_abbrev 0x0000000000002d17 0x626 ./src/XBee/XBee.o - .debug_abbrev 0x000000000000333d 0x3b4 ./src/FatFs/SD.o - .debug_abbrev 0x00000000000036f1 0x34b ./src/FatFs/pff.o - .debug_abbrev 0x0000000000003a3c 0x32b ./src/FatFs/sdcard.o - .debug_abbrev 0x0000000000003d67 0x97 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) - .debug_abbrev 0x0000000000003dfe 0x52 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_exit.o) - .debug_abbrev 0x0000000000003e50 0x52 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(getpid.o) - .debug_abbrev 0x0000000000003ea2 0x72 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) - .debug_abbrev 0x0000000000003f14 0x70 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_check_heap.o) - -.debug_loc 0x0000000000000000 0x6aea - .debug_loc 0x0000000000000000 0x145 ./src/user_application.o - .debug_loc 0x0000000000000145 0x92c ./src/core/LiquidCrystal.o - .debug_loc 0x0000000000000a71 0x3c5 ./src/core/Print.o - .debug_loc 0x0000000000000e36 0x205 ./src/core/SPI.o - .debug_loc 0x000000000000103b 0x205 ./src/core/SPI1.o - .debug_loc 0x0000000000001240 0x4ca ./src/core/SoftwareSerial.o - .debug_loc 0x000000000000170a 0xc55 ./src/core/Wire.o - .debug_loc 0x000000000000235f 0x24e ./src/core/analogio.o - .debug_loc 0x00000000000025ad 0x135 ./src/core/arithmetical.o - .debug_loc 0x00000000000026e2 0x79 ./src/core/cr_cpp_config.o - .debug_loc 0x000000000000275b 0x2af ./src/core/cr_startup_lpc11.o - .debug_loc 0x0000000000002a0a 0x1c3 ./src/core/delay.o - .debug_loc 0x0000000000002bcd 0x350 ./src/core/gpio.o - .debug_loc 0x0000000000002f1d 0x1cc ./src/core/gpio_int.o - .debug_loc 0x00000000000030e9 0x92f ./src/core/maryoled.o - .debug_loc 0x0000000000003a18 0x20 ./src/core/startup_mary.o - .debug_loc 0x0000000000003a38 0x98 ./src/core/system_LPC11xx.o - .debug_loc 0x0000000000003ad0 0xd2 ./src/core/uart.o - .debug_loc 0x0000000000003ba2 0x1994 ./src/XBee/XBee.o - .debug_loc 0x0000000000005536 0x281 ./src/FatFs/SD.o - .debug_loc 0x00000000000057b7 0xe30 ./src/FatFs/pff.o - .debug_loc 0x00000000000065e7 0x435 ./src/FatFs/sdcard.o - .debug_loc 0x0000000000006a1c 0x68 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) - .debug_loc 0x0000000000006a84 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_exit.o) - .debug_loc 0x0000000000006aa4 0x13 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) - .debug_loc 0x0000000000006ab7 0x33 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_check_heap.o) - -.debug_aranges 0x0000000000000000 0xed0 - .debug_aranges - 0x0000000000000000 0x38 ./src/user_application.o - .debug_aranges - 0x0000000000000038 0xf8 ./src/core/LiquidCrystal.o - .debug_aranges - 0x0000000000000130 0x58 ./src/core/Print.o - .debug_aranges - 0x0000000000000188 0x80 ./src/core/SPI.o - .debug_aranges - 0x0000000000000208 0x80 ./src/core/SPI1.o - .debug_aranges - 0x0000000000000288 0x88 ./src/core/SoftwareSerial.o - .debug_aranges - 0x0000000000000310 0x128 ./src/core/Wire.o - .debug_aranges - 0x0000000000000438 0x50 ./src/core/analogio.o - .debug_aranges - 0x0000000000000488 0x40 ./src/core/arithmetical.o - .debug_aranges - 0x00000000000004c8 0x30 ./src/core/cr_cpp_config.o - .debug_aranges - 0x00000000000004f8 0x70 ./src/core/cr_startup_lpc11.o - .debug_aranges - 0x0000000000000568 0x70 ./src/core/delay.o - .debug_aranges - 0x00000000000005d8 0x58 ./src/core/gpio.o - .debug_aranges - 0x0000000000000630 0x60 ./src/core/gpio_int.o - .debug_aranges - 0x0000000000000690 0xe8 ./src/core/maryoled.o - .debug_aranges - 0x0000000000000778 0x20 ./src/core/startup_mary.o - .debug_aranges - 0x0000000000000798 0x28 ./src/core/system_LPC11xx.o - .debug_aranges - 0x00000000000007c0 0x58 ./src/core/uart.o - .debug_aranges - 0x0000000000000818 0x468 ./src/XBee/XBee.o - .debug_aranges - 0x0000000000000c80 0xe0 ./src/FatFs/SD.o - .debug_aranges - 0x0000000000000d60 0x80 ./src/FatFs/pff.o - .debug_aranges - 0x0000000000000de0 0x50 ./src/FatFs/sdcard.o - .debug_aranges - 0x0000000000000e30 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) - .debug_aranges - 0x0000000000000e50 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_exit.o) - .debug_aranges - 0x0000000000000e70 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(getpid.o) - .debug_aranges - 0x0000000000000e90 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) - .debug_aranges - 0x0000000000000eb0 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_check_heap.o) - -.debug_ranges 0x0000000000000000 0x15d8 - .debug_ranges 0x0000000000000000 0x28 ./src/user_application.o - .debug_ranges 0x0000000000000028 0xe8 ./src/core/LiquidCrystal.o - .debug_ranges 0x0000000000000110 0x48 ./src/core/Print.o - .debug_ranges 0x0000000000000158 0xd8 ./src/core/SPI.o - .debug_ranges 0x0000000000000230 0x100 ./src/core/SPI1.o - .debug_ranges 0x0000000000000330 0x90 ./src/core/SoftwareSerial.o - .debug_ranges 0x00000000000003c0 0x180 ./src/core/Wire.o - .debug_ranges 0x0000000000000540 0x68 ./src/core/analogio.o - .debug_ranges 0x00000000000005a8 0x60 ./src/core/arithmetical.o - .debug_ranges 0x0000000000000608 0x20 ./src/core/cr_cpp_config.o - .debug_ranges 0x0000000000000628 0x60 ./src/core/cr_startup_lpc11.o - .debug_ranges 0x0000000000000688 0x60 ./src/core/delay.o - .debug_ranges 0x00000000000006e8 0x48 ./src/core/gpio.o - .debug_ranges 0x0000000000000730 0x68 ./src/core/gpio_int.o - .debug_ranges 0x0000000000000798 0x1a0 ./src/core/maryoled.o - .debug_ranges 0x0000000000000938 0x10 ./src/core/startup_mary.o - .debug_ranges 0x0000000000000948 0x48 ./src/core/system_LPC11xx.o - .debug_ranges 0x0000000000000990 0x60 ./src/core/uart.o - .debug_ranges 0x00000000000009f0 0x7f0 ./src/XBee/XBee.o - .debug_ranges 0x00000000000011e0 0xe8 ./src/FatFs/SD.o - .debug_ranges 0x00000000000012c8 0x278 ./src/FatFs/pff.o - .debug_ranges 0x0000000000001540 0x98 ./src/FatFs/sdcard.o - -.debug_line 0x0000000000000000 0x48b6 - .debug_line 0x0000000000000000 0x218 ./src/user_application.o - .debug_line 0x0000000000000218 0x3fb ./src/core/LiquidCrystal.o - .debug_line 0x0000000000000613 0x165 ./src/core/Print.o - .debug_line 0x0000000000000778 0x260 ./src/core/SPI.o - .debug_line 0x00000000000009d8 0x27e ./src/core/SPI1.o - .debug_line 0x0000000000000c56 0x29f ./src/core/SoftwareSerial.o - .debug_line 0x0000000000000ef5 0x9a2 ./src/core/Wire.o - .debug_line 0x0000000000001897 0x227 ./src/core/analogio.o - .debug_line 0x0000000000001abe 0x195 ./src/core/arithmetical.o - .debug_line 0x0000000000001c53 0xe6 ./src/core/cr_cpp_config.o - .debug_line 0x0000000000001d39 0xc9 ./src/core/cr_startup_lpc11.o - .debug_line 0x0000000000001e02 0x249 ./src/core/delay.o - .debug_line 0x000000000000204b 0x1ce ./src/core/gpio.o - .debug_line 0x0000000000002219 0x1cd ./src/core/gpio_int.o - .debug_line 0x00000000000023e6 0x3f9 ./src/core/maryoled.o - .debug_line 0x00000000000027df 0x106 ./src/core/startup_mary.o - .debug_line 0x00000000000028e5 0x16f ./src/core/system_LPC11xx.o - .debug_line 0x0000000000002a54 0x1c4 ./src/core/uart.o - .debug_line 0x0000000000002c18 0xf4d ./src/XBee/XBee.o - .debug_line 0x0000000000003b65 0x30d ./src/FatFs/SD.o - .debug_line 0x0000000000003e72 0x4ff ./src/FatFs/pff.o - .debug_line 0x0000000000004371 0x370 ./src/FatFs/sdcard.o - .debug_line 0x00000000000046e1 0xc2 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) - .debug_line 0x00000000000047a3 0x3e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_exit.o) - .debug_line 0x00000000000047e1 0x43 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(getpid.o) - .debug_line 0x0000000000004824 0x41 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) - .debug_line 0x0000000000004865 0x51 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_check_heap.o) - -.debug_str 0x0000000000000000 0x518f - .debug_str 0x0000000000000000 0x7d5 ./src/user_application.o - 0x982 (size before relaxing) - .debug_str 0x00000000000007d5 0x4bc ./src/core/LiquidCrystal.o - 0x70e (size before relaxing) - .debug_str 0x0000000000000c91 0x106 ./src/core/Print.o - 0x293 (size before relaxing) - .debug_str 0x0000000000000d97 0x7ae ./src/core/SPI.o - 0xbc2 (size before relaxing) - .debug_str 0x0000000000001545 0x42 ./src/core/SPI1.o - 0xbd9 (size before relaxing) - .debug_str 0x0000000000001587 0x393 ./src/core/SoftwareSerial.o - 0x69a (size before relaxing) - .debug_str 0x000000000000191a 0xd61 ./src/core/Wire.o - 0x115b (size before relaxing) - .debug_str 0x000000000000267b 0x11f ./src/core/analogio.o - 0x7e4 (size before relaxing) - .debug_str 0x000000000000279a 0xa4 ./src/core/arithmetical.o - 0x259 (size before relaxing) - .debug_str 0x000000000000283e 0x62 ./src/core/cr_cpp_config.o - 0x18a (size before relaxing) - .debug_str 0x00000000000028a0 0x173 ./src/core/cr_startup_lpc11.o - 0x283 (size before relaxing) - .debug_str 0x0000000000002a13 0x120 ./src/core/delay.o - 0x78a (size before relaxing) - .debug_str 0x0000000000002b33 0x225 ./src/core/gpio.o - 0x42c (size before relaxing) - .debug_str 0x0000000000002d58 0xac ./src/core/gpio_int.o - 0x4cc (size before relaxing) - .debug_str 0x0000000000002e04 0x5a1 ./src/core/maryoled.o - 0xb3c (size before relaxing) - .debug_str 0x00000000000033a5 0x1d ./src/core/startup_mary.o - 0x1d2 (size before relaxing) - .debug_str 0x00000000000033c2 0x4e ./src/core/system_LPC11xx.o - 0x3fe (size before relaxing) - .debug_str 0x0000000000003410 0x13b ./src/core/uart.o - 0x76f (size before relaxing) - .debug_str 0x000000000000354b 0x182c ./src/XBee/XBee.o - 0x1c5d (size before relaxing) - .debug_str 0x0000000000004d77 0x3a ./src/FatFs/SD.o - 0x8fd (size before relaxing) - .debug_str 0x0000000000004db1 0x1d9 ./src/FatFs/pff.o - 0x4eb (size before relaxing) - .debug_str 0x0000000000004f8a 0xcc ./src/FatFs/sdcard.o - 0x9d7 (size before relaxing) - .debug_str 0x0000000000005056 0xb3 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) - 0x143 (size before relaxing) - .debug_str 0x0000000000005109 0x15 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_exit.o) - 0x70 (size before relaxing) - .debug_str 0x000000000000511e 0x18 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(getpid.o) - 0x102 (size before relaxing) - .debug_str 0x0000000000005136 0x14 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) - 0xfe (size before relaxing) - .debug_str 0x000000000000514a 0x45 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_check_heap.o) - 0xcf (size before relaxing) - -.comment 0x0000000000000000 0x9a - .comment 0x0000000000000000 0x70 ./src/user_application.o - 0x71 (size before relaxing) - .comment 0x0000000000000000 0x71 ./src/core/LiquidCrystal.o - .comment 0x0000000000000000 0x71 ./src/core/Print.o - .comment 0x0000000000000000 0x71 ./src/core/SPI.o - .comment 0x0000000000000000 0x71 ./src/core/SPI1.o - .comment 0x0000000000000000 0x71 ./src/core/SoftwareSerial.o - .comment 0x0000000000000000 0x71 ./src/core/Wire.o - .comment 0x0000000000000000 0x71 ./src/core/analogio.o - .comment 0x0000000000000000 0x71 ./src/core/arithmetical.o - .comment 0x0000000000000000 0x71 ./src/core/cr_cpp_config.o - .comment 0x0000000000000000 0x71 ./src/core/cr_startup_lpc11.o - .comment 0x0000000000000000 0x71 ./src/core/delay.o - .comment 0x0000000000000000 0x71 ./src/core/gpio.o - .comment 0x0000000000000000 0x71 ./src/core/gpio_int.o - .comment 0x0000000000000000 0x71 ./src/core/maryoled.o - .comment 0x0000000000000000 0x71 ./src/core/startup_mary.o - .comment 0x0000000000000000 0x71 ./src/core/system_LPC11xx.o - .comment 0x0000000000000000 0x71 ./src/core/uart.o - .comment 0x0000000000000000 0x71 ./src/XBee/XBee.o - .comment 0x0000000000000000 0x71 ./src/FatFs/SD.o - .comment 0x0000000000000000 0x71 ./src/FatFs/pff.o - .comment 0x0000000000000000 0x71 ./src/FatFs/sdcard.o - .comment 0x0000000000000070 0x2a /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) - 0x2b (size before relaxing) - .comment 0x0000000000000000 0x2b /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_exit.o) - .comment 0x0000000000000000 0x2b /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(getpid.o) - .comment 0x0000000000000000 0x2b /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) - .comment 0x0000000000000000 0x2b /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_check_heap.o) - -.ARM.attributes - 0x0000000000000000 0x33 - .ARM.attributes - 0x0000000000000000 0x33 ./src/user_application.o - .ARM.attributes - 0x0000000000000033 0x33 ./src/core/LiquidCrystal.o - .ARM.attributes - 0x0000000000000066 0x33 ./src/core/Print.o - .ARM.attributes - 0x0000000000000099 0x33 ./src/core/SPI.o - .ARM.attributes - 0x00000000000000cc 0x33 ./src/core/SPI1.o - .ARM.attributes - 0x00000000000000ff 0x33 ./src/core/SoftwareSerial.o - .ARM.attributes - 0x0000000000000132 0x33 ./src/core/Wire.o - .ARM.attributes - 0x0000000000000165 0x33 ./src/core/analogio.o - .ARM.attributes - 0x0000000000000198 0x33 ./src/core/arithmetical.o - .ARM.attributes - 0x00000000000001cb 0x33 ./src/core/cr_cpp_config.o - .ARM.attributes - 0x00000000000001fe 0x33 ./src/core/cr_startup_lpc11.o - .ARM.attributes - 0x0000000000000231 0x33 ./src/core/delay.o - .ARM.attributes - 0x0000000000000264 0x33 ./src/core/gpio.o - .ARM.attributes - 0x0000000000000297 0x33 ./src/core/gpio_int.o - .ARM.attributes - 0x00000000000002ca 0x33 ./src/core/maryoled.o - .ARM.attributes - 0x00000000000002fd 0x33 ./src/core/startup_mary.o - .ARM.attributes - 0x0000000000000330 0x33 ./src/core/system_LPC11xx.o - .ARM.attributes - 0x0000000000000363 0x33 ./src/core/uart.o - .ARM.attributes - 0x0000000000000396 0x33 ./src/XBee/XBee.o - .ARM.attributes - 0x00000000000003c9 0x33 ./src/FatFs/SD.o - .ARM.attributes - 0x00000000000003fc 0x33 ./src/FatFs/pff.o - .ARM.attributes - 0x000000000000042f 0x33 ./src/FatFs/sdcard.o - .ARM.attributes - 0x0000000000000462 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_thumb1_case_uqi.o) - .ARM.attributes - 0x0000000000000482 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_udivsi3.o) - .ARM.attributes - 0x00000000000004a2 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_divsi3.o) - .ARM.attributes - 0x00000000000004c2 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_dvmd_tls.o) - .ARM.attributes - 0x00000000000004e2 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(unwind-arm.o) - .ARM.attributes - 0x0000000000000510 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(libunwind.o) - .ARM.attributes - 0x0000000000000530 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(pr-support.o) - .ARM.attributes - 0x000000000000055e 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-abort.o) - .ARM.attributes - 0x000000000000058c 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-init.o) - .ARM.attributes - 0x00000000000005ba 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-malloc.o) - .ARM.attributes - 0x00000000000005e8 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-mallocr.o) - .ARM.attributes - 0x0000000000000616 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-memcpy.o) - .ARM.attributes - 0x0000000000000644 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-mlock.o) - .ARM.attributes - 0x0000000000000672 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-sbrkr.o) - .ARM.attributes - 0x00000000000006a0 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signal.o) - .ARM.attributes - 0x00000000000006ce 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signalr.o) - .ARM.attributes - 0x00000000000006fc 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-strlen.o) - .ARM.attributes - 0x000000000000072a 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-freer.o) - .ARM.attributes - 0x0000000000000758 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-impure.o) - .ARM.attributes - 0x0000000000000786 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-reent.o) - .ARM.attributes - 0x00000000000007b4 0x33 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) - .ARM.attributes - 0x00000000000007e7 0x33 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_exit.o) - .ARM.attributes - 0x000000000000081a 0x33 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(getpid.o) - .ARM.attributes - 0x000000000000084d 0x33 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) - .ARM.attributes - 0x0000000000000880 0x33 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_check_heap.o) - .ARM.attributes - 0x00000000000008b3 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crti.o - .ARM.attributes - 0x00000000000008d3 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtn.o - .ARM.attributes - 0x00000000000008f3 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtbegin.o - .ARM.attributes - 0x0000000000000921 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/crtend.o - .ARM.attributes - 0x000000000000094f 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-errno.o) - -.debug_frame 0x0000000000000000 0x2b28 - .debug_frame 0x0000000000000000 0x88 ./src/user_application.o - .debug_frame 0x0000000000000088 0x2fc ./src/core/LiquidCrystal.o - .debug_frame 0x0000000000000384 0xe4 ./src/core/Print.o - .debug_frame 0x0000000000000468 0x124 ./src/core/SPI.o - .debug_frame 0x000000000000058c 0x128 ./src/core/SPI1.o - .debug_frame 0x00000000000006b4 0x180 ./src/core/SoftwareSerial.o - .debug_frame 0x0000000000000834 0x374 ./src/core/Wire.o - .debug_frame 0x0000000000000ba8 0xb8 ./src/core/analogio.o - .debug_frame 0x0000000000000c60 0x7c ./src/core/arithmetical.o - .debug_frame 0x0000000000000cdc 0x50 ./src/core/cr_cpp_config.o - .debug_frame 0x0000000000000d2c 0x114 ./src/core/cr_startup_lpc11.o - .debug_frame 0x0000000000000e40 0x104 ./src/core/delay.o - .debug_frame 0x0000000000000f44 0xe8 ./src/core/gpio.o - .debug_frame 0x000000000000102c 0xe0 ./src/core/gpio_int.o - .debug_frame 0x000000000000110c 0x284 ./src/core/maryoled.o - .debug_frame 0x0000000000001390 0x28 ./src/core/startup_mary.o - .debug_frame 0x00000000000013b8 0x44 ./src/core/system_LPC11xx.o - .debug_frame 0x00000000000013fc 0xac ./src/core/uart.o - .debug_frame 0x00000000000014a8 0xa0c ./src/XBee/XBee.o - .debug_frame 0x0000000000001eb4 0x1d8 ./src/FatFs/SD.o - .debug_frame 0x000000000000208c 0x1a4 ./src/FatFs/pff.o - .debug_frame 0x0000000000002230 0xd4 ./src/FatFs/sdcard.o - .debug_frame 0x0000000000002304 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_udivsi3.o) - .debug_frame 0x0000000000002324 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(_divsi3.o) - .debug_frame 0x0000000000002344 0x2ac /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(unwind-arm.o) - .debug_frame 0x00000000000025f0 0xfc /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/armv6-m/libgcc.a(pr-support.o) - .debug_frame 0x00000000000026ec 0x28 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-abort.o) - .debug_frame 0x0000000000002714 0x2c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-init.o) - .debug_frame 0x0000000000002740 0x40 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-malloc.o) - .debug_frame 0x0000000000002780 0x3c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-mallocr.o) - .debug_frame 0x00000000000027bc 0x30 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-memcpy.o) - .debug_frame 0x00000000000027ec 0x30 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-mlock.o) - .debug_frame 0x000000000000281c 0x2c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-sbrkr.o) - .debug_frame 0x0000000000002848 0xe4 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signal.o) - .debug_frame 0x000000000000292c 0x44 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-signalr.o) - .debug_frame 0x0000000000002970 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-strlen.o) - .debug_frame 0x0000000000002990 0x54 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-freer.o) - .debug_frame 0x00000000000029e4 0x68 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-reent.o) - .debug_frame 0x0000000000002a4c 0x2c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) - .debug_frame 0x0000000000002a78 0x28 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_exit.o) - .debug_frame 0x0000000000002aa0 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(getpid.o) - .debug_frame 0x0000000000002ac0 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) - .debug_frame 0x0000000000002ae0 0x28 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_check_heap.o) - .debug_frame 0x0000000000002b08 0x20 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libc.a(lib_a-errno.o) - -.debug_pubnames - 0x0000000000000000 0xbe - .debug_pubnames - 0x0000000000000000 0x2e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) - .debug_pubnames - 0x000000000000002e 0x1c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_exit.o) - .debug_pubnames - 0x000000000000004a 0x1e /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(getpid.o) - .debug_pubnames - 0x0000000000000068 0x1c /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) - .debug_pubnames - 0x0000000000000084 0x3a /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_check_heap.o) - -.debug_pubtypes - 0x0000000000000000 0x41 - .debug_pubtypes - 0x0000000000000000 0x1d /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(_cr_sbrk.o) - .debug_pubtypes - 0x000000000000001d 0x12 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(getpid.o) - .debug_pubtypes - 0x000000000000002f 0x12 /Applications/lpcxpresso_4.2.4_267/lpcxpresso/Tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv6-m/libcr_newlib_nohost.a(kill.o) diff --git a/Release/makefile b/Release/makefile deleted file mode 100644 index f885a09..0000000 --- a/Release/makefile +++ /dev/null @@ -1,68 +0,0 @@ -################################################################################ -# Automatically-generated file. Do not edit! -################################################################################ - --include ../makefile.init - -RM := rm -rf - -# All of the sources participating in the build are defined here --include sources.mk --include subdir.mk --include src/subdir.mk --include src/core/subdir.mk --include src/XBee/subdir.mk --include src/FatFs/subdir.mk --include objects.mk - -ifneq ($(MAKECMDGOALS),clean) -ifneq ($(strip $(C++_DEPS)),) --include $(C++_DEPS) -endif -ifneq ($(strip $(C_DEPS)),) --include $(C_DEPS) -endif -ifneq ($(strip $(CC_DEPS)),) --include $(CC_DEPS) -endif -ifneq ($(strip $(CPP_DEPS)),) --include $(CPP_DEPS) -endif -ifneq ($(strip $(CXX_DEPS)),) --include $(CXX_DEPS) -endif -ifneq ($(strip $(C_UPPER_DEPS)),) --include $(C_UPPER_DEPS) -endif -endif - --include ../makefile.defs - -# Add inputs and outputs from these tool invocations to the build variables - -# All Target -all: eXodusino.axf - -# Tool invocations -eXodusino.axf: $(OBJS) $(USER_OBJS) - @echo 'Building target: $@' - @echo 'Invoking: MCU C++ Linker' - arm-none-eabi-c++ -nostdlib -Xlinker -Map="eXodusino.map" -Xlinker --gc-sections -mcpu=cortex-m0 -mthumb -T "eXodusino.ld" -o"eXodusino.axf" $(OBJS) $(USER_OBJS) $(LIBS) - @echo 'Finished building target: $@' - @echo ' ' - $(MAKE) --no-print-directory post-build - -# Other Targets -clean: - -$(RM) $(OBJS)$(C++_DEPS)$(C_DEPS)$(CC_DEPS)$(CPP_DEPS)$(EXECUTABLES)$(CXX_DEPS)$(C_UPPER_DEPS) eXodusino.axf - -@echo ' ' - -post-build: - -@echo 'Performing post-build steps' - -arm-none-eabi-size "eXodusino.axf"; arm-none-eabi-objcopy -O binary "eXodusino.axf" "eXodusino.bin" ; checksum -p LPC1114_301 -d "eXodusino.bin"; - -@echo ' ' - -.PHONY: all clean dependents -.SECONDARY: post-build - --include ../makefile.targets diff --git a/Release/objects.mk b/Release/objects.mk deleted file mode 100644 index 742c2da..0000000 --- a/Release/objects.mk +++ /dev/null @@ -1,8 +0,0 @@ -################################################################################ -# Automatically-generated file. Do not edit! -################################################################################ - -USER_OBJS := - -LIBS := - diff --git a/Release/sources.mk b/Release/sources.mk deleted file mode 100644 index 4a4ce5b..0000000 --- a/Release/sources.mk +++ /dev/null @@ -1,31 +0,0 @@ -################################################################################ -# Automatically-generated file. Do not edit! -################################################################################ - -O_SRCS := -CPP_SRCS := -C_UPPER_SRCS := -C_SRCS := -S_SRCS := -S_UPPER_SRCS := -OBJ_SRCS := -ASM_SRCS := -CXX_SRCS := -C++_SRCS := -CC_SRCS := -OBJS := -C++_DEPS := -C_DEPS := -CC_DEPS := -CPP_DEPS := -EXECUTABLES := -CXX_DEPS := -C_UPPER_DEPS := - -# Every subdirectory with source files must be described here -SUBDIRS := \ -src \ -src/core \ -src/XBee \ -src/FatFs \ - diff --git a/Release/src/FatFs/SD.d b/Release/src/FatFs/SD.d deleted file mode 100644 index adc530d..0000000 --- a/Release/src/FatFs/SD.d +++ /dev/null @@ -1,42 +0,0 @@ -src/FatFs/SD.d: ../src/FatFs/SD.cpp \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/core_cm0.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h \ - ../src/FatFs/SD.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/SPI.h \ - ../src/FatFs/pff.h ../src/FatFs/integer.h - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/core_cm0.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h: - -../src/FatFs/SD.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/SPI.h: - -../src/FatFs/pff.h: - -../src/FatFs/integer.h: diff --git a/Release/src/FatFs/pff.d b/Release/src/FatFs/pff.d deleted file mode 100644 index 4b839ae..0000000 --- a/Release/src/FatFs/pff.d +++ /dev/null @@ -1,39 +0,0 @@ -src/FatFs/pff.d: ../src/FatFs/pff.cpp ../src/FatFs/pff.h \ - ../src/FatFs/integer.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/core_cm0.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h \ - ../src/FatFs/diskio.h - -../src/FatFs/pff.h: - -../src/FatFs/integer.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/core_cm0.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h: - -../src/FatFs/diskio.h: diff --git a/Release/src/FatFs/sdcard.d b/Release/src/FatFs/sdcard.d deleted file mode 100644 index d7d47f5..0000000 --- a/Release/src/FatFs/sdcard.d +++ /dev/null @@ -1,48 +0,0 @@ -src/FatFs/sdcard.d: ../src/FatFs/sdcard.cpp ../src/FatFs/diskio.h \ - ../src/FatFs/integer.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/core_cm0.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/SPI.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/FatFs/SD.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/FatFs/pff.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/FatFs/integer.h - -../src/FatFs/diskio.h: - -../src/FatFs/integer.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/core_cm0.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/SPI.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/FatFs/SD.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/FatFs/pff.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/FatFs/integer.h: diff --git a/Release/src/FatFs/subdir.mk b/Release/src/FatFs/subdir.mk deleted file mode 100644 index c367102..0000000 --- a/Release/src/FatFs/subdir.mk +++ /dev/null @@ -1,30 +0,0 @@ -################################################################################ -# Automatically-generated file. Do not edit! -################################################################################ - -# Add inputs and outputs from these tool invocations to the build variables -CPP_SRCS += \ -../src/FatFs/SD.cpp \ -../src/FatFs/pff.cpp \ -../src/FatFs/sdcard.cpp - -OBJS += \ -./src/FatFs/SD.o \ -./src/FatFs/pff.o \ -./src/FatFs/sdcard.o - -CPP_DEPS += \ -./src/FatFs/SD.d \ -./src/FatFs/pff.d \ -./src/FatFs/sdcard.d - - -# Each subdirectory must supply rules for building sources it contributes -src/FatFs/%.o: ../src/FatFs/%.cpp - @echo 'Building file: $<' - @echo 'Invoking: MCU C++ Compiler' - arm-none-eabi-c++ -D__NEWLIB__ -DNDEBUG -D__CODE_RED -I"/Users/lynxeyed/Documents/workspace/eXodusino/src" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/XBee" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/FatFs" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/core" -Os -Os -g -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -fno-rtti -mcpu=cortex-m0 -mthumb -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<" - @echo 'Finished building: $<' - @echo ' ' - - diff --git a/Release/src/XBee/XBee.d b/Release/src/XBee/XBee.d deleted file mode 100644 index b2f2814..0000000 --- a/Release/src/XBee/XBee.d +++ /dev/null @@ -1,37 +0,0 @@ -src/XBee/XBee.d: ../src/XBee/XBee.cpp \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/core_cm0.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h \ - ../src/XBee/XBee.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/core_cm0.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h: - -../src/XBee/XBee.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h: diff --git a/Release/src/XBee/subdir.mk b/Release/src/XBee/subdir.mk deleted file mode 100644 index 756ed4a..0000000 --- a/Release/src/XBee/subdir.mk +++ /dev/null @@ -1,24 +0,0 @@ -################################################################################ -# Automatically-generated file. Do not edit! -################################################################################ - -# Add inputs and outputs from these tool invocations to the build variables -CPP_SRCS += \ -../src/XBee/XBee.cpp - -OBJS += \ -./src/XBee/XBee.o - -CPP_DEPS += \ -./src/XBee/XBee.d - - -# Each subdirectory must supply rules for building sources it contributes -src/XBee/%.o: ../src/XBee/%.cpp - @echo 'Building file: $<' - @echo 'Invoking: MCU C++ Compiler' - arm-none-eabi-c++ -D__NEWLIB__ -DNDEBUG -D__CODE_RED -I"/Users/lynxeyed/Documents/workspace/eXodusino/src" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/XBee" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/FatFs" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/core" -Os -Os -g -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -fno-rtti -mcpu=cortex-m0 -mthumb -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<" - @echo 'Finished building: $<' - @echo ' ' - - diff --git a/Release/src/core/LiquidCrystal.d b/Release/src/core/LiquidCrystal.d deleted file mode 100644 index ac302ad..0000000 --- a/Release/src/core/LiquidCrystal.d +++ /dev/null @@ -1,27 +0,0 @@ -src/core/LiquidCrystal.d: ../src/core/LiquidCrystal.cpp \ - ../src/core/LiquidCrystal.h ../src/core/Print.h ../src/core/LPC11xx.h \ - ../src/core/core_cm0.h ../src/core/system_LPC11xx.h \ - ../src/core/libmary.h ../src/core/delay.h ../src/core/uart.h \ - ../src/core/gpio.h ../src/core/analogio.h ../src/core/arithmetical.h - -../src/core/LiquidCrystal.h: - -../src/core/Print.h: - -../src/core/LPC11xx.h: - -../src/core/core_cm0.h: - -../src/core/system_LPC11xx.h: - -../src/core/libmary.h: - -../src/core/delay.h: - -../src/core/uart.h: - -../src/core/gpio.h: - -../src/core/analogio.h: - -../src/core/arithmetical.h: diff --git a/Release/src/core/Print.d b/Release/src/core/Print.d deleted file mode 100644 index f5409fa..0000000 --- a/Release/src/core/Print.d +++ /dev/null @@ -1,11 +0,0 @@ -src/core/Print.d: ../src/core/Print.cpp ../src/core/Print.h \ - ../src/core/LPC11xx.h ../src/core/core_cm0.h \ - ../src/core/system_LPC11xx.h - -../src/core/Print.h: - -../src/core/LPC11xx.h: - -../src/core/core_cm0.h: - -../src/core/system_LPC11xx.h: diff --git a/Release/src/core/SPI.d b/Release/src/core/SPI.d deleted file mode 100644 index c306dc3..0000000 --- a/Release/src/core/SPI.d +++ /dev/null @@ -1,13 +0,0 @@ -src/core/SPI.d: ../src/core/SPI.cpp ../src/core/gpio.h \ - ../src/core/LPC11xx.h ../src/core/core_cm0.h \ - ../src/core/system_LPC11xx.h ../src/core/SPI.h - -../src/core/gpio.h: - -../src/core/LPC11xx.h: - -../src/core/core_cm0.h: - -../src/core/system_LPC11xx.h: - -../src/core/SPI.h: diff --git a/Release/src/core/SPI1.d b/Release/src/core/SPI1.d deleted file mode 100644 index 62c5acf..0000000 --- a/Release/src/core/SPI1.d +++ /dev/null @@ -1,15 +0,0 @@ -src/core/SPI1.d: ../src/core/SPI1.cpp ../src/core/gpio.h \ - ../src/core/LPC11xx.h ../src/core/core_cm0.h \ - ../src/core/system_LPC11xx.h ../src/core/SPI1.h ../src/core/SPI.h - -../src/core/gpio.h: - -../src/core/LPC11xx.h: - -../src/core/core_cm0.h: - -../src/core/system_LPC11xx.h: - -../src/core/SPI1.h: - -../src/core/SPI.h: diff --git a/Release/src/core/SoftwareSerial.d b/Release/src/core/SoftwareSerial.d deleted file mode 100644 index 5b744b1..0000000 --- a/Release/src/core/SoftwareSerial.d +++ /dev/null @@ -1,20 +0,0 @@ -src/core/SoftwareSerial.d: ../src/core/SoftwareSerial.cpp \ - ../src/core/SoftwareSerial.h ../src/core/Print.h ../src/core/LPC11xx.h \ - ../src/core/core_cm0.h ../src/core/system_LPC11xx.h ../src/core/gpio.h \ - ../src/core/delay.h ../src/core/uart.h - -../src/core/SoftwareSerial.h: - -../src/core/Print.h: - -../src/core/LPC11xx.h: - -../src/core/core_cm0.h: - -../src/core/system_LPC11xx.h: - -../src/core/gpio.h: - -../src/core/delay.h: - -../src/core/uart.h: diff --git a/Release/src/core/Wire.d b/Release/src/core/Wire.d deleted file mode 100644 index 01dd6e0..0000000 --- a/Release/src/core/Wire.d +++ /dev/null @@ -1,38 +0,0 @@ -src/core/Wire.d: ../src/core/Wire.cpp ../src/core/Wire.h \ - ../src/core/LPC11xx.h ../src/core/core_cm0.h \ - ../src/core/system_LPC11xx.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h - -../src/core/Wire.h: - -../src/core/LPC11xx.h: - -../src/core/core_cm0.h: - -../src/core/system_LPC11xx.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h: diff --git a/Release/src/core/analogio.d b/Release/src/core/analogio.d deleted file mode 100644 index abf5b13..0000000 --- a/Release/src/core/analogio.d +++ /dev/null @@ -1,13 +0,0 @@ -src/core/analogio.d: ../src/core/analogio.cpp ../src/core/analogio.h \ - ../src/core/LPC11xx.h ../src/core/core_cm0.h \ - ../src/core/system_LPC11xx.h ../src/core/gpio.h - -../src/core/analogio.h: - -../src/core/LPC11xx.h: - -../src/core/core_cm0.h: - -../src/core/system_LPC11xx.h: - -../src/core/gpio.h: diff --git a/Release/src/core/arithmetical.d b/Release/src/core/arithmetical.d deleted file mode 100644 index 824993f..0000000 --- a/Release/src/core/arithmetical.d +++ /dev/null @@ -1,34 +0,0 @@ -src/core/arithmetical.d: ../src/core/arithmetical.cpp \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/core_cm0.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/core_cm0.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h: diff --git a/Release/src/core/cr_cpp_config.d b/Release/src/core/cr_cpp_config.d deleted file mode 100644 index 9e5f170..0000000 --- a/Release/src/core/cr_cpp_config.d +++ /dev/null @@ -1 +0,0 @@ -src/core/cr_cpp_config.d: ../src/core/cr_cpp_config.cpp diff --git a/Release/src/core/cr_startup_lpc11.d b/Release/src/core/cr_startup_lpc11.d deleted file mode 100644 index 4f1c291..0000000 --- a/Release/src/core/cr_startup_lpc11.d +++ /dev/null @@ -1,4 +0,0 @@ -src/core/cr_startup_lpc11.d: ../src/core/cr_startup_lpc11.cpp \ - ../src/core/system_LPC11xx.h - -../src/core/system_LPC11xx.h: diff --git a/Release/src/core/delay.d b/Release/src/core/delay.d deleted file mode 100644 index 96e0b43..0000000 --- a/Release/src/core/delay.d +++ /dev/null @@ -1,15 +0,0 @@ -src/core/delay.d: ../src/core/delay.cpp ../src/core/delay.h \ - ../src/core/LPC11xx.h ../src/core/core_cm0.h \ - ../src/core/system_LPC11xx.h ../src/core/uart.h ../src/core/Print.h - -../src/core/delay.h: - -../src/core/LPC11xx.h: - -../src/core/core_cm0.h: - -../src/core/system_LPC11xx.h: - -../src/core/uart.h: - -../src/core/Print.h: diff --git a/Release/src/core/gpio.d b/Release/src/core/gpio.d deleted file mode 100644 index c6c06a3..0000000 --- a/Release/src/core/gpio.d +++ /dev/null @@ -1,11 +0,0 @@ -src/core/gpio.d: ../src/core/gpio.cpp ../src/core/gpio.h \ - ../src/core/LPC11xx.h ../src/core/core_cm0.h \ - ../src/core/system_LPC11xx.h - -../src/core/gpio.h: - -../src/core/LPC11xx.h: - -../src/core/core_cm0.h: - -../src/core/system_LPC11xx.h: diff --git a/Release/src/core/gpio_int.d b/Release/src/core/gpio_int.d deleted file mode 100644 index 83fe2cf..0000000 --- a/Release/src/core/gpio_int.d +++ /dev/null @@ -1,11 +0,0 @@ -src/core/gpio_int.d: ../src/core/gpio_int.cpp ../src/core/gpio.h \ - ../src/core/LPC11xx.h ../src/core/core_cm0.h \ - ../src/core/system_LPC11xx.h - -../src/core/gpio.h: - -../src/core/LPC11xx.h: - -../src/core/core_cm0.h: - -../src/core/system_LPC11xx.h: diff --git a/Release/src/core/maryoled.d b/Release/src/core/maryoled.d deleted file mode 100644 index 9291c21..0000000 --- a/Release/src/core/maryoled.d +++ /dev/null @@ -1,22 +0,0 @@ -src/core/maryoled.d: ../src/core/maryoled.cpp ../src/core/delay.h \ - ../src/core/LPC11xx.h ../src/core/core_cm0.h \ - ../src/core/system_LPC11xx.h ../src/core/uart.h ../src/core/Print.h \ - ../src/core/maryoled.h ../src/core/SPI.h ../src/core/gpio.h - -../src/core/delay.h: - -../src/core/LPC11xx.h: - -../src/core/core_cm0.h: - -../src/core/system_LPC11xx.h: - -../src/core/uart.h: - -../src/core/Print.h: - -../src/core/maryoled.h: - -../src/core/SPI.h: - -../src/core/gpio.h: diff --git a/Release/src/core/startup_mary.d b/Release/src/core/startup_mary.d deleted file mode 100644 index 40dcbc0..0000000 --- a/Release/src/core/startup_mary.d +++ /dev/null @@ -1,25 +0,0 @@ -src/core/startup_mary.d: ../src/core/startup_mary.cpp \ - ../src/core/libmary.h ../src/core/LPC11xx.h ../src/core/core_cm0.h \ - ../src/core/system_LPC11xx.h ../src/core/delay.h ../src/core/uart.h \ - ../src/core/Print.h ../src/core/gpio.h ../src/core/analogio.h \ - ../src/core/arithmetical.h - -../src/core/libmary.h: - -../src/core/LPC11xx.h: - -../src/core/core_cm0.h: - -../src/core/system_LPC11xx.h: - -../src/core/delay.h: - -../src/core/uart.h: - -../src/core/Print.h: - -../src/core/gpio.h: - -../src/core/analogio.h: - -../src/core/arithmetical.h: diff --git a/Release/src/core/subdir.mk b/Release/src/core/subdir.mk deleted file mode 100644 index 7186e01..0000000 --- a/Release/src/core/subdir.mk +++ /dev/null @@ -1,72 +0,0 @@ -################################################################################ -# Automatically-generated file. Do not edit! -################################################################################ - -# Add inputs and outputs from these tool invocations to the build variables -CPP_SRCS += \ -../src/core/LiquidCrystal.cpp \ -../src/core/Print.cpp \ -../src/core/SPI.cpp \ -../src/core/SPI1.cpp \ -../src/core/SoftwareSerial.cpp \ -../src/core/Wire.cpp \ -../src/core/analogio.cpp \ -../src/core/arithmetical.cpp \ -../src/core/cr_cpp_config.cpp \ -../src/core/cr_startup_lpc11.cpp \ -../src/core/delay.cpp \ -../src/core/gpio.cpp \ -../src/core/gpio_int.cpp \ -../src/core/maryoled.cpp \ -../src/core/startup_mary.cpp \ -../src/core/system_LPC11xx.cpp \ -../src/core/uart.cpp - -OBJS += \ -./src/core/LiquidCrystal.o \ -./src/core/Print.o \ -./src/core/SPI.o \ -./src/core/SPI1.o \ -./src/core/SoftwareSerial.o \ -./src/core/Wire.o \ -./src/core/analogio.o \ -./src/core/arithmetical.o \ -./src/core/cr_cpp_config.o \ -./src/core/cr_startup_lpc11.o \ -./src/core/delay.o \ -./src/core/gpio.o \ -./src/core/gpio_int.o \ -./src/core/maryoled.o \ -./src/core/startup_mary.o \ -./src/core/system_LPC11xx.o \ -./src/core/uart.o - -CPP_DEPS += \ -./src/core/LiquidCrystal.d \ -./src/core/Print.d \ -./src/core/SPI.d \ -./src/core/SPI1.d \ -./src/core/SoftwareSerial.d \ -./src/core/Wire.d \ -./src/core/analogio.d \ -./src/core/arithmetical.d \ -./src/core/cr_cpp_config.d \ -./src/core/cr_startup_lpc11.d \ -./src/core/delay.d \ -./src/core/gpio.d \ -./src/core/gpio_int.d \ -./src/core/maryoled.d \ -./src/core/startup_mary.d \ -./src/core/system_LPC11xx.d \ -./src/core/uart.d - - -# Each subdirectory must supply rules for building sources it contributes -src/core/%.o: ../src/core/%.cpp - @echo 'Building file: $<' - @echo 'Invoking: MCU C++ Compiler' - arm-none-eabi-c++ -D__NEWLIB__ -DNDEBUG -D__CODE_RED -I"/Users/lynxeyed/Documents/workspace/eXodusino/src" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/XBee" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/FatFs" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/core" -Os -Os -g -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -fno-rtti -mcpu=cortex-m0 -mthumb -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<" - @echo 'Finished building: $<' - @echo ' ' - - diff --git a/Release/src/core/system_LPC11xx.d b/Release/src/core/system_LPC11xx.d deleted file mode 100644 index 1d0a92c..0000000 --- a/Release/src/core/system_LPC11xx.d +++ /dev/null @@ -1,9 +0,0 @@ -src/core/system_LPC11xx.d: ../src/core/system_LPC11xx.cpp \ - ../src/core/LPC11xx.h ../src/core/core_cm0.h \ - ../src/core/system_LPC11xx.h - -../src/core/LPC11xx.h: - -../src/core/core_cm0.h: - -../src/core/system_LPC11xx.h: diff --git a/Release/src/core/uart.d b/Release/src/core/uart.d deleted file mode 100644 index a19fd82..0000000 --- a/Release/src/core/uart.d +++ /dev/null @@ -1,13 +0,0 @@ -src/core/uart.d: ../src/core/uart.cpp ../src/core/LPC11xx.h \ - ../src/core/core_cm0.h ../src/core/system_LPC11xx.h ../src/core/uart.h \ - ../src/core/Print.h - -../src/core/LPC11xx.h: - -../src/core/core_cm0.h: - -../src/core/system_LPC11xx.h: - -../src/core/uart.h: - -../src/core/Print.h: diff --git a/Release/src/subdir.mk b/Release/src/subdir.mk deleted file mode 100644 index 9196302..0000000 --- a/Release/src/subdir.mk +++ /dev/null @@ -1,24 +0,0 @@ -################################################################################ -# Automatically-generated file. Do not edit! -################################################################################ - -# Add inputs and outputs from these tool invocations to the build variables -CPP_SRCS += \ -../src/user_application.cpp - -OBJS += \ -./src/user_application.o - -CPP_DEPS += \ -./src/user_application.d - - -# Each subdirectory must supply rules for building sources it contributes -src/%.o: ../src/%.cpp - @echo 'Building file: $<' - @echo 'Invoking: MCU C++ Compiler' - arm-none-eabi-c++ -D__NEWLIB__ -DNDEBUG -D__CODE_RED -I"/Users/lynxeyed/Documents/workspace/eXodusino/src" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/XBee" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/FatFs" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/core" -Os -Os -g -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -fno-rtti -mcpu=cortex-m0 -mthumb -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<" - @echo 'Finished building: $<' - @echo ' ' - - diff --git a/Release/src/user_application.d b/Release/src/user_application.d deleted file mode 100644 index 9f0c5dc..0000000 --- a/Release/src/user_application.d +++ /dev/null @@ -1,49 +0,0 @@ -src/user_application.d: ../src/user_application.cpp \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/core_cm0.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/FatFs/SD.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/SPI.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/FatFs/pff.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/FatFs/integer.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/SPI1.h \ - /Users/lynxeyed/Documents/workspace/eXodusino/src/core/SPI.h - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/core_cm0.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/FatFs/SD.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/SPI.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/FatFs/pff.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/FatFs/integer.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/SPI1.h: - -/Users/lynxeyed/Documents/workspace/eXodusino/src/core/SPI.h: diff --git a/src/user_application.cpp b/src/user_application.cpp index 8685658..e2fa04a 100755 --- a/src/user_application.cpp +++ b/src/user_application.cpp @@ -1,18 +1,174 @@ #include +#include +#define RED 2//14 +#define BLU 14 +#define GRE 15 + +#define WAIT_T 150 +#define OFF_POWER 255 +#define HIGH_POWER (0) +#define MID_POWER (255 - 30) + +void hsv2rgb(int hue) +{ + if(hue >= 360) + hsv2rgb(hue - 360); + + double dh = hue * 1.0; + double ds = 0.87; + double dv = 0.53; + + int r = 0; + int g = 0; + int b = 0; + + //int inn = (int)floor( dh / 60.0 ); + int inn = (int)(dh / 60) % 6; + if(inn < 0) + inn *= -1; + + double fl = ( dh / 60.0 ) - (double)inn; + //if((inn & 1)!=0) fl = 1 - fl; // if i is even + if(inn == 2) fl = 1 - fl; // if i is even + + double p = dv * ( 1 - ds ); + double q = dv * ( 1 - ds * fl ); + double t = dv * (1 - (1 - fl) * ds); + + ////計算結果のR,G,Bは0.0~1.0なので255倍 + dv = dv * 255.0; + p = p * 255.0; + q = q * 255.0; + t = t * 255.0; + + if(dv > 255) dv = 255; + if(t > 255) t = 255; + if(p > 255) p = 255; + if(q > 255) q = 255; + + switch( inn ) + { + case 0: r = (int)dv; g = (int) t; b = (int)p; break; + case 1: r = (int)q; g = (int) dv; b = (int)p; break; + case 2: r = (int)p; g = (int) dv; b = (int)q; break; + case 3: r = (int)p; g = (int) q; b = (int)dv; break; + case 4: r = (int)t; g = (int) p; b = (int)dv; break; + default: r = (int)dv; g = (int) p; b = (int)q; break; + } + Serial.print("r = "); + Serial.println(r,DEC); + Serial.print("g = "); + Serial.println(g,DEC); + Serial.print("b = "); + Serial.println(b,DEC); + Serial.println(""); + + analogWrite(RED,255 - r); + analogWrite(GRE,255 - g); + analogWrite(BLU,255 - b); + +} + +void deleteMessage(void) +{ + analogWrite(RED,OFF_POWER); + analogWrite(GRE,OFF_POWER); + analogWrite(BLU,OFF_POWER); + analogWrite(RED,MID_POWER); + delay(WAIT_T); + analogWrite(RED,OFF_POWER); + analogWrite(BLU,HIGH_POWER); + delay(WAIT_T); + analogWrite(RED,OFF_POWER); + analogWrite(BLU,OFF_POWER); +} + +void encodeMessage(int byteString) +{ + int hue; + char ch; + + ch = (char) byteString & 0x0f; + hue = map(ch, 0, 15, 0, 359); + hsv2rgb(hue); +// hsv2rgb(150); + + delay(WAIT_T); + + ch = (char) (byteString >> 4) & 0x0f; + hue = map(ch, 0, 15, 0, 359); + hsv2rgb(hue); +// hsv2rgb(150); + + delay(WAIT_T); + +/* + analogWrite(RED,OFF_POWER); + analogWrite(BLU,OFF_POWER); + + for(int i=8;i!=0;i--) + { + analogWrite(RED,MID_POWER + 15); + analogWrite(BLU,MID_POWER); + delay(WAIT_T); + + if(byteString & 0x80) + { + analogWrite(BLU,OFF_POWER); + analogWrite(RED,MID_POWER); + }else + { + analogWrite(BLU,HIGH_POWER); + analogWrite(RED,OFF_POWER); + } + delay(WAIT_T); + analogWrite(RED,OFF_POWER); + analogWrite(BLU,OFF_POWER); + byteString = byteString << 1; + + } + */ + return; +} void setup() { - Serial.begin(9600); // Setup XBee + Serial.begin(9600); // XBeeのセットアップ + pinMode(RED,OUTPUT); // LEDのピンセットアップ + pinMode(BLU,OUTPUT); + pinMode(GRE,OUTPUT); } void loop() { + Serial.println("\r\nStart...\r\n"); - + digitalWrite(RED,LOW); + digitalWrite(BLU,LOW); + + for(int i=0;i<5;i++) + { + deleteMessage(); + } while(1) + for(int i = 0; i < 360;i = i + 22) { - Serial.println(millis()/1000,DEC); - delay(1000); + hsv2rgb(i); + Serial.print("h = "); + Serial.println(i,DEC); + delay(2000); + } + + while(1) + { + if (Serial.available() > 0) + { // 受信したデータが存在する + int incomingByte = Serial.read(); // 受信データを読み込む + Serial.print(incomingByte,BYTE); + encodeMessage(0/*incomingByte*/); + } + deleteMessage(); // 送信データ無き場合無効データを送出 } } + -- cgit v1.2.3