mbed-os/libraries
Adam Green c1307163b3 Fixes to get LPC4330 GCC based builds to run
I was getting Hard Faults in even the simplest of samples before I made
these fixes.

* WaitUs() did nothing on optimized builds.  I added the volatile
  qualifier to the cyc variable to make sure that the delay loop
  doesn't get optimized out.
* I removed the #ifdef which skipped the fpuInit() call when building
  with GCC.
2015-01-16 15:58:55 -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 Fixes to get LPC4330 GCC based builds to run 2015-01-16 15:58:55 -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 Commit upstream changes. 2015-01-09 13:54:55 +09:00
tests Refactored SD card basic test 2015-01-12 08:39:34 +00:00