mbed-os/libraries
Adam Green a1653f2708 Fix KL05Z GCC_ARM linker script
Issue originally reported on mbed site here:
https://developer.mbed.org/questions/5695/FRDM-KL05z-hardfault-when-compiled-with-/

The RAM base address was incorrectly set to the beginning of RAM
instead of at a 0xC0 byte offset to reserve room for the interrupt
vectors. Without this fix, the global variables and the interrupt
vectors were occupying the same space in RAM once the user enabled the
timer interrupt.

The user who originally reported the issue on the mbed site has tested
this fix and verified that it corrected the hard fault issue that they
were encountering.
2014-12-23 19:03:09 -08:00
..
USBDevice Fixed baudrate calculation issue in serial_api.c, arduino compatible pins name and USB device for Freescale KL43Z Target 2014-12-18 22:37:11 +01:00
USBHost Added count argument to disk read/write 2014-08-13 09:12:12 -06:00
doc Initial commit of the mbed libraries and tools 2013-02-18 15:32:11 +00:00
dsp Fix compiler warning (signed vs. unsigned comparison). 2014-06-19 19:18:21 +02:00
fs Added MemFileSystem.h from repo on mbed.org 2014-08-28 09:55:01 +01:00
mbed Fix KL05Z GCC_ARM linker script 2014-12-23 19:03:09 -08:00
net Add Ethernet functionality 2014-10-31 17:01:59 +09:00
rpc [KLXX] Added RPC + RTOS support 2014-05-25 18:03:50 +09:00
rtos Modify some settings of OS and Ether 2014-12-18 18:41:33 +09:00
tests [LPC11XX_11CXX] Fix SPI slave issue 2014-12-03 14:49:23 +09:00