mbed-os/platform
James Wang 7b5da6a30f accept Amanda Butler's review. change to "This function always spins to get the exact number of microseconds, which potentially affects power (such as preventing deep sleep) and multithread performance. You can avoid it by using Thread::wait()." 2018-05-18 12:37:11 +01:00
..
ATCmdParser.cpp typos 2018-03-26 18:52:24 +01:00
ATCmdParser.h Fix doxygen comments to reflect the deprecated functions 2018-04-09 15:00:48 +01:00
CThunk.h [M23] Fix CThunk error on Cortex-M23 2018-02-07 15:45:54 +08:00
CallChain.cpp Deprecate CallChain 2017-10-27 14:55:49 -05:00
CallChain.h Fix doxygen comments to reflect the deprecated functions 2018-04-09 15:00:48 +01:00
Callback.h typos 2018-03-26 18:52:24 +01:00
CircularBuffer.h Fix PR5578 2017-12-21 12:22:11 +02:00
CriticalSectionLock.h Fix doxygen comments to reflect the deprecated functions 2018-04-09 15:00:48 +01:00
DeepSleepLock.h Add system_reset() function to Mbed OS 2018-02-28 16:42:34 +00:00
DirHandle.h Fix Travis CI docs issues 2018-04-20 15:31:55 +01:00
FileBase.cpp Filesystem: Moved retarget related file interfaces into platform 2017-03-14 11:02:34 -05:00
FileBase.h Doxygen comment updates and fixes 2017-10-26 15:36:26 -05:00
FileHandle.cpp Rework retarget opening 2018-02-06 11:07:21 +02:00
FileHandle.h Fix Travis CI docs issues 2018-04-20 15:31:55 +01:00
FileLike.h Doxygen comment updates and fixes 2017-10-26 15:36:26 -05:00
FilePath.cpp retarget: Fix path behaviour without leading slash 2018-02-21 14:43:53 -06:00
FilePath.h Doxygen comment updates and fixes 2017-10-26 15:36:26 -05:00
FileSystemHandle.cpp Added statvfs API to get storage statistics 2017-12-29 16:42:31 -06:00
FileSystemHandle.h Added statvfs API to get storage statistics 2017-12-29 16:42:31 -06:00
FileSystemLike.h Doxygen comment updates and fixes 2017-10-26 15:36:26 -05:00
FunctionPointer.h Doxygen comment updates and fixes 2017-10-26 15:36:26 -05:00
LocalFileSystem.cpp LocalFileSystem: Moved away from deprecated open functions 2017-06-03 13:18:02 -05:00
LocalFileSystem.h Doxygen comment updates and fixes 2017-10-26 15:36:26 -05:00
NonCopyable.h typos 2018-03-26 18:52:24 +01:00
PlatformMutex.h Doxygen comment updates and fixes 2017-10-26 15:36:26 -05:00
ScopedLock.h Copy edit ScopedLock.h 2018-01-17 16:56:28 -06:00
SingletonPtr.h Doxygen comment updates and fixes 2017-10-26 15:36:26 -05:00
Stream.cpp Stream class should use mbed::fdopen() to attach a stream 2017-05-31 15:02:11 +03:00
Stream.h Doxygen comment updates and fixes 2017-10-26 15:36:26 -05:00
Transaction.h Doxygen comment updates and fixes 2017-10-26 15:36:26 -05:00
critical.h Renamed files in platform to match source names 2017-02-22 18:17:54 -06:00
mbed_alloc_wrappers.cpp platform: Fix C++ allocation wrappers for GCC compilation 2018-01-08 16:09:39 +02:00
mbed_application.c Fix ISR powerdown in mbed_application.c 2017-08-22 10:54:18 -05:00
mbed_application.h Doxygen comment updates and fixes 2017-10-26 15:36:26 -05:00
mbed_assert.c Renamed files in platform to match source names 2017-02-22 18:17:54 -06:00
mbed_assert.h Fix comments on mbed_assert.h 2017-10-27 15:38:44 -05:00
mbed_board.c Unified the LED error pattern for all boards 2017-08-16 11:55:24 +01:00
mbed_critical.c Add volatile qualifiers to atomic functions 2018-03-26 18:52:24 +01:00
mbed_critical.h Add volatile qualifiers to atomic functions 2018-03-26 18:52:24 +01:00
mbed_debug.h Doxygen comment updates and fixes 2017-10-26 15:36:26 -05:00
mbed_error.c Prevent recursive call to error() 2017-06-02 23:50:35 -05:00
mbed_error.h Doxygen comment updates and fixes 2017-10-26 15:36:26 -05:00
mbed_interface.c Add system_reset() function to Mbed OS 2018-02-28 16:42:34 +00:00
mbed_interface.h Doxygen comment updates and fixes 2017-10-26 15:36:26 -05:00
mbed_lib.json Make stdin/stdout/stderr be FileHandles 2018-02-06 11:07:23 +02:00
mbed_mem_trace.cpp platform: fix mem_trace trace_level guard 2017-12-23 09:20:35 +01:00
mbed_mem_trace.h platform: fix mem_trace trace_level guard 2017-12-23 09:20:35 +01:00
mbed_mktime.c Add support for extended RTC. 2017-12-01 17:07:34 +01:00
mbed_mktime.h Add support for extended RTC. 2017-12-01 17:07:34 +01:00
mbed_poll.cpp Make poll() use wait(1) rather than yield() 2017-10-03 10:56:19 +03:00
mbed_poll.h Doxygen comment updates and fixes 2017-10-26 15:36:26 -05:00
mbed_power_mgmt.h Fix doxygen comments to reflect the deprecated functions 2018-04-09 15:00:48 +01:00
mbed_preprocessor.h Added macro: 1. string length and 2. variable argument count 2018-01-31 14:06:16 -06:00
mbed_retarget.cpp Fix compile error with DirectSerial in serial-less build 2018-05-18 12:37:11 +01:00
mbed_retarget.h typos 2018-03-26 18:52:24 +01:00
mbed_rtc_time.cpp Move clock() function from mbed_rtc_time.cpp to mbed_retarget.cpp. 2017-09-27 15:32:41 +02:00
mbed_rtc_time.h Doxygen comment updates and fixes 2017-10-26 15:36:26 -05:00
mbed_sdk_boot.c Update mbed 2 discriminator 2017-09-11 13:20:33 -05:00
mbed_semihost_api.c Modify semihost_disabledebug() to support more interface FW revs 2017-03-31 13:33:55 -07:00
mbed_semihost_api.h Doxygen comment updates and fixes 2017-10-26 15:36:26 -05:00
mbed_sleep.h Fix merge conflict mishap 2018-03-01 17:33:21 +00:00
mbed_stats.c Update codebase for CMSIS5/RTX5 2017-05-30 18:55:52 +01:00
mbed_stats.h Doxygen comment updates and fixes 2017-10-26 15:36:26 -05:00
mbed_toolchain.h Fix issues with __FILENAME__ macro 2018-03-26 18:52:24 +01:00
mbed_wait_api.h accept Amanda Butler's review. change to "This function always spins to get the exact number of microseconds, which potentially affects power (such as preventing deep sleep) and multithread performance. You can avoid it by using Thread::wait()." 2018-05-18 12:37:11 +01:00
mbed_wait_api_no_rtos.c Remove direct use of us ticker from platform 2017-09-29 09:21:00 +01:00
mbed_wait_api_rtos.cpp Add system_reset() function to Mbed OS 2018-02-28 16:42:34 +00:00
platform.h Updated includes of renamed platform header files 2017-03-01 16:45:55 -06:00
rtc_time.h Renamed files in platform to match source names 2017-02-22 18:17:54 -06:00
semihost_api.h Renamed files in platform to match source names 2017-02-22 18:17:54 -06:00
sleep.h Add system_reset() function to Mbed OS 2018-02-28 16:42:34 +00:00
toolchain.h [platform] fix doxygen group close 2017-04-26 09:14:36 -05:00
wait_api.h Renamed files in platform to match source names 2017-02-22 18:17:54 -06:00