16 Commits (0bd3f3291d3ea0252a91653a1edcbfa83d524834)

Author SHA1 Message Date
danicampora d67ea6b29f cc3200: Add comment about micropython extensions to standard modules. 9 years ago
Daniel Campora ef369249cb cc3200: Implement support for os.dupterm(). 9 years ago
Daniel Campora dffa9f6da6 cc3200: New SD and RTC API plus os and time modules' extensions. 9 years ago
Daniel Campora 11d21081b4 cc3200: Rework SD API. Increase heap to avoid malloc failures. 9 years ago
Daniel Campora b630de1103 cc3200: Rename os.mkdisk() to os.mkfs(). 10 years ago
Daniel Campora 2ffb6e1b15 cc3200: Fix 'MP_QSTR_sd' undeclared error when building for the LAUNCHXL. 10 years ago
Daniel Campora 2b62707051 cc3200: Add os.rename() 10 years ago
Josef Gajdusek 1db4253886 lib: Move time utility functions to common library. 10 years ago
Damien George 95f53461c2 py: Replace py-version.sh with makeversionhdr.py, written in Python. 10 years ago
Daniel Campora f81684141e cc3200: Implement os.uname() to get details of the OS and hardware. 10 years ago
Damien George 259eaab9a9 cc3200: Clean up and reduce use/include of std.h. 10 years ago
Daniel Campora 6e25d955f4 cc3200: Enable long filename support in FatFS. 10 years ago
Daniel Campora 3f42f32648 cc3200: Remove duplicated code from moduos. 10 years ago
danicampora 9e44383e3f cc3200: Add power management framework. Add mpcallback class. 10 years ago
Damien George 4a23a01945 cc3200: Add explicit py/ path-prefix for py includes. 10 years ago
danicampora 8785645a95 cc3200: Add cc3200 port of MicroPython. 10 years ago
Damien George 05005f679e py: Remove mp_obj_str_builder and use vstr instead. 10 years ago
Damien George 2cf6dfa280 stmhal: Prefix includes with py/; remove need for -I../py. 10 years ago
Damien George 7690b13953 stmhal: Add ability to mount custom block device. 10 years ago
Damien George 3b603f29ec Use MP_DEFINE_CONST_DICT macro to define module dicts. 10 years ago
Damien George 136b5cbd76 stmhal: Rename module files to keep consistency with module name. 10 years ago
Damien George 0107e90328 stmhal: Enable module weak links. 10 years ago
Damien George ecc88e949c Change some parts of the core API to use mp_uint_t instead of uint/int. 10 years ago
Damien George ea439e59d9 stmhal: Start of documentation for modos and modtime. 10 years ago
Damien George 8a11d693cf stmhal: Ability to stat /flash and /sd. 10 years ago
Damien George 7cc20e7e99 stmhal: Wrap DAC module and os.urandom in relevant #if's. 10 years ago
Dave Hylands f8f963a14a Fix modos.c to compile for the STM32F4Discovery board (which doesn't have an sdcard) 10 years ago
Damien George 65dd7bc13d stmhal: Change 0:/ and 1:/ to /flash and /sd; add CWD support. 10 years ago
Damien George 02bc882c3d stmhal: Add file.flush and os.stat. 10 years ago
Damien George 40f3c02682 Rename machine_(u)int_t to mp_(u)int_t. 11 years ago
Emmanuel Blot f6932d6506 Prefix ARRAY_SIZE with micropython prefix MP_ 11 years ago
Damien George 04b9147e15 Add license header to (almost) all files. 11 years ago
Damien George 5874c1c92b stmhal: Remove #include <stdint.h> from mpconfigport.h. 11 years ago
Paul Sokolovsky 9b71b16a94 unix,stmhal: Make "mpconfig.h" be first included, as other headers depend on it. 11 years ago
Damien George 6d3c5e4301 Add ARRAY_SIZE macro, and use it where possible. 11 years ago
Damien George 8b0535e23f py: Change module globals from mp_map_t* to mp_obj_dict_t*. 11 years ago
Damien George ea13f407a3 py: Change nlr_jump to nlr_raise, to aid in debugging. 11 years ago
Damien George df6567e634 Merge map.h into obj.h. 11 years ago
Damien George 3e1a5c10c5 py: Rename old const type objects to mp_type_* for consistency. 11 years ago
Damien George caac542b23 Proper support for registering builtin modules in ROM. 11 years ago
Damien George ad7b84a7b9 stmhal: Add os module with a few basic functions. 11 years ago