Fork of the official mbed C/C SDK provides the software platform and libraries to build your applications for RenBED.
Dependents: 1-RenBuggyTimed RenBED_RGB RenBED_RGB_PWM RenBED_RGB
Fork of mbed by
TARGET_LPC4088/sys_helper.h@84:0b3ab51c8877, 2014-05-19 (annotated)
- Committer:
- bogdanm
- Date:
- Mon May 19 18:14:09 2014 +0100
- Revision:
- 84:0b3ab51c8877
- Parent:
- 76:824293ae5e43
Release 84 of the mbed library
Main changes:
- added LPC11U68 to the official build
- Bug fixes and new features for ST Nucleo boards
- I2C fixes for Freescale targets
- Added nRF51822 exporters
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
bogdanm | 76:824293ae5e43 | 1 | #ifndef SYS_HELPER_H |
bogdanm | 76:824293ae5e43 | 2 | #define SYS_HELPER_H |
bogdanm | 76:824293ae5e43 | 3 | |
bogdanm | 76:824293ae5e43 | 4 | #include <stdint.h> |
bogdanm | 76:824293ae5e43 | 5 | |
bogdanm | 76:824293ae5e43 | 6 | #ifdef __cplusplus |
bogdanm | 76:824293ae5e43 | 7 | extern "C" { |
bogdanm | 76:824293ae5e43 | 8 | #endif |
bogdanm | 76:824293ae5e43 | 9 | |
bogdanm | 76:824293ae5e43 | 10 | uint32_t __reserved_stack_size(); |
bogdanm | 76:824293ae5e43 | 11 | |
bogdanm | 76:824293ae5e43 | 12 | #ifdef __cplusplus |
bogdanm | 76:824293ae5e43 | 13 | } |
bogdanm | 76:824293ae5e43 | 14 | #endif |
bogdanm | 76:824293ae5e43 | 15 | |
bogdanm | 76:824293ae5e43 | 16 | #endif |