Commit Graph

8 Commits (128efd50b3e84260fd60fca0d1d23fa5f57ad5dc)

Author SHA1 Message Date
Rohit Grover 306c5939af move #include <stdint.h> after module-specific includes 2016-06-10 11:42:50 +01:00
Rohit Grover 20e945874b adding missing include for <stdint.h> to allow use of the likes of uint32_t 2016-06-10 10:03:54 +01:00
Rohit Grover 683dccd1df introduce flash-journal
This depends on the pull request https://github.com/mbedmicro/mbed/pull/1867,
which introduces the Storage abstraction.

@0xc0170 @sg- @meriac
@simonqhughes
2016-06-10 10:02:35 +01:00
Russ Butler 194d3ef2cb Move arg types into function declaration
The args to rangematch didn't have any types specified.  This patch
adds a type to the args.
2016-06-09 14:53:27 +01:00
Simon D Hughes 88b3d838f2 Corrected order of #include files to include local header files first, and minimized cfstore_fnmatch.h content 2016-06-09 12:32:46 +01:00
Simon D Hughes 837f0baa37 Fix for GCC 5.0 which appears not to define _GNU_SOURCE, define _ANSI_SOURCE and define _POSIX_SOURCE 2016-06-09 12:32:44 +01:00
Simon D Hughes 34f3c5da35 Fix warnings to remove unused variables 2016-06-08 16:28:02 +01:00
Simon D Hughes 7744b715b7 Integrating configuration-store into mbed-os 2016-06-08 15:45:12 +01:00