| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-05-09 | windows: Add modtime implementation | stijn | |
| 2014-05-03 | Add license header to (almost) all files. | Damien George | |
| Blanket wide to all .c and .h files. Some files originating from ST are difficult to deal with (license wise) so it was left out of those. Also merged modpyb.h, modos.h, modstm.h and modtime.h in stmhal/. | |||
| 2014-05-03 | windows: Argument to () function should be (void). | Damien George | |
| 2014-05-03 | mingw: Fix number of exponent digits in floating point formatting | stijn | |
| By default mingw outputs 3 digits instead of the standard 2 so all float tests using printf fail. Using setenv at the start of the program fixes this. To accomodate calling platform specific initialization a MICROPY_MAIN_INIT_FUNC macro is used which is called in mp_init() | |||
