mbed-os/hal/common
Vincent Coubard f4f8b491d1 Override exit and atexit functions from newlib.
This change simplify the exit and initialization process.
It also reduce the number of hidden memory allocation made by atexit.
2016-09-19 15:17:39 +01:00
..
AnalogIn.cpp Create singleton class and update code to use it 2016-07-15 14:37:43 -05:00
BusIn.cpp Remove macro for operators. Enable these as default behavior 2016-07-10 13:47:13 -05:00
BusInOut.cpp Remove macro for operators. Enable these as default behavior 2016-07-10 13:47:13 -05:00
BusOut.cpp Remove macro for operators. Enable these as default behavior 2016-07-10 13:47:13 -05:00
CAN.cpp Updated minor functionality of the Callback class 2016-08-26 09:54:02 -05:00
CallChain.cpp Make core mbed API thread safe 2016-06-11 17:33:02 +01:00
Ethernet.cpp Simplify layout: 2016-05-23 09:13:59 +01:00
FileBase.cpp Create singleton class and update code to use it 2016-07-15 14:37:43 -05:00
FileLike.cpp Simplify layout: 2016-05-23 09:13:59 +01:00
FilePath.cpp Simplify layout: 2016-05-23 09:13:59 +01:00
FileSystemLike.cpp Make core mbed API thread safe 2016-06-11 17:33:02 +01:00
I2C.cpp Create singleton class and update code to use it 2016-07-15 14:37:43 -05:00
I2CSlave.cpp Simplify layout: 2016-05-23 09:13:59 +01:00
InterruptIn.cpp Updated minor functionality of the Callback class 2016-08-26 09:54:02 -05:00
InterruptManager.cpp Add virtual lock for thread safe classes 2016-06-11 17:33:12 +01:00
LocalFileSystem.cpp Make core mbed API thread safe 2016-06-11 17:33:02 +01:00
RawSerial.cpp Make core mbed API thread safe 2016-06-11 17:33:02 +01:00
SPI.cpp [HAL] Modified SPI to use shared mutex 2016-07-28 08:57:59 -06:00
SPISlave.cpp Simplify layout: 2016-05-23 09:13:59 +01:00
Serial.cpp Make core mbed API thread safe 2016-06-11 17:33:02 +01:00
SerialBase.cpp Updated minor functionality of the Callback class 2016-08-26 09:54:02 -05:00
Stream.cpp Make core mbed API thread safe 2016-06-11 17:33:02 +01:00
Ticker.cpp Make core mbed API thread safe 2016-06-11 17:33:02 +01:00
Timeout.cpp Simplify layout: 2016-05-23 09:13:59 +01:00
Timer.cpp Remove macro for operators. Enable these as default behavior 2016-07-10 13:47:13 -05:00
TimerEvent.cpp Simplify layout: 2016-05-23 09:13:59 +01:00
mbed_alloc_wrappers.cpp Merge pull request #2596 from neilt6/neilt6-memory-tracer-patch 2016-09-10 11:42:04 -05:00
mbed_assert.c prepend common .c files with mbed_ 2016-07-22 23:36:25 -05:00
mbed_board.c prepend common .c files with mbed_ 2016-07-22 23:36:25 -05:00
mbed_critical.c Fixed compiler warning suppression 2016-08-31 13:30:45 -06:00
mbed_error.c prepend common .c files with mbed_ 2016-07-22 23:36:25 -05:00
mbed_gpio.c prepend common .c files with mbed_ 2016-07-22 23:36:25 -05:00
mbed_interface.c Simplify layout: 2016-05-23 09:13:59 +01:00
mbed_lp_ticker_api.c prepend common .c files with mbed_ 2016-07-22 23:36:25 -05:00
mbed_mem_trace.c Runtime dynamic memory tracing 2016-08-26 09:42:39 -05:00
mbed_pinmap_common.c prepend common .c files with mbed_ 2016-07-22 23:36:25 -05:00
mbed_rtc_time.cpp Fix RTC test failures by removing critical sect 2016-07-28 14:35:51 -05:00
mbed_semihost_api.c prepend common .c files with mbed_ 2016-07-22 23:36:25 -05:00
mbed_ticker_api.c prepend common .c files with mbed_ 2016-07-22 23:36:25 -05:00
mbed_us_ticker_api.c prepend common .c files with mbed_ 2016-07-22 23:36:25 -05:00
mbed_wait_api_no_rtos.c Unification of wait functions 2016-07-27 17:30:59 +03:00
mbed_wait_api_rtos.cpp Improved accuracy for microsecond delays 2016-08-08 19:04:38 +03:00
retarget.cpp Override exit and atexit functions from newlib. 2016-09-19 15:17:39 +01:00