2007 Commits (ff380c25582f3e2645e9d6204d1f966619d4bdd1)
 

Author SHA1 Message Date
Damien George ff380c2558 Merge pull request #535 from pfalcon/blurb 11 years ago
Damien George 75aebda809 Merge branch 'stinos-mingw-float-printf' 11 years ago
Damien George 3a01840390 windows: Argument to () function should be (void). 11 years ago
Damien George cff638a43a Merge branch 'mingw-float-printf' of github.com:stinos/micropython into stinos-mingw-float-printf 11 years ago
Damien George d5f5b2f766 py, stream: Implement readlines for a stream. 11 years ago
Damien George 5320bff32c Merge pull request #557 from cjbarnes18/device_id_in_deploy 11 years ago
Damien George 349e4c4a2f py: Add --dirty flag to git describe. 11 years ago
Craig Barnes c9f9e547d6 Add device ID to deploy make target for stmhal. 11 years ago
stijn 72521a1c17 mingw: Fix number of exponent digits in floating point formatting 11 years ago
Damien George 6ec835dfef Don't print git hash as well as git tag in banner. 11 years ago
Damien George 1549f17038 Merge branch 'master' of github.com:micropython/micropython 11 years ago
Damien George 977a0ce287 py: Print tag/version/git describe in uPy banner. 11 years ago
Paul Sokolovsky fb9ca7c3aa Merge pull request #554 from stinos/mingw-realpath 11 years ago
Damien George b4bb3fdb9c Merge pull request #555 from lurch/patch-1 11 years ago
Damien George 93e51b594a stmhal: Enable cmath module. 11 years ago
Andrew Scheller 86a9a88632 Fix incorrect fix ;) 11 years ago
Damien George bb8ba7fc90 stmhal: Add .gitignore to ignore the new build dir names. 11 years ago
Damien George 3244123031 tools: pyboard.py now acts as a command-line program to run scripts. 11 years ago
Andrew Scheller e9ff5570c3 Updated doc fix 11 years ago
Damien George aad1204b8e stmhal: Change names: flash to firmware, flashboard to deploy. 11 years ago
Damien George 51315614e1 stmhal: Default build directory now includes board name. 11 years ago
Andrew Scheller b569d690f5 RTC doc fix 11 years ago
Damien George ae8feac598 stmhal: Wrap CC3000 driver in MICROPY_HW_ENABLE_CC3K. 11 years ago
Damien George 9c5fc83e6a py, objtype.c: Rename class_ to instance_ following change of typedef. 11 years ago
Damien George e69b7e8288 unix, file.c: adhere to coding conventions. 11 years ago
Damien George 41f768f3f3 tests: Add a suite of tests specifically for the pyboard. 11 years ago
Damien George baa2afbb58 stmhal: Fix typos in class documentation. 11 years ago
stijn 4cd21deebc mingw: Add implementation of realpath() 11 years ago
Paul Sokolovsky 16d58fc787 Merge pull request #551 from stinos/closed-fd-err 11 years ago
Damien George bff1ff28ee stmhal: Fix bug where negative delay/udelay lead to huge delays. 11 years ago
Damien George c12242e9df Merge pull request #546 from stinos/relax-makeqstrdata 11 years ago
Damien George 5874c1c92b stmhal: Remove #include <stdint.h> from mpconfigport.h. 11 years ago
Damien George e88814a274 Merge pull request #543 from lurch/patch-4 11 years ago
stijn a89e93e050 CPython compatibility: raise an error for operations on a closed file descriptor 11 years ago
Damien George ffaf8be1c6 stmhal: Add example use to RTC doc; add rtc.c to gendoc.py. 11 years ago
Damien George 3119b600d8 Merge branch 'master' of github.com:micropython/micropython 11 years ago
Paul Sokolovsky 5ee1e0f534 windows: alloca.h: Add comment, fix line endings. 11 years ago
Damien George 451f78d156 stmhal: Add documentation for RTC class. 11 years ago
Paul Sokolovsky 7a14022604 Merge pull request #552 from stinos/mingw-alloca 11 years ago
Paul Sokolovsky d51dbeb190 Merge pull request #550 from stinos/mingw-open 11 years ago
Paul Sokolovsky a6cadadd06 Merge pull request #553 from stinos/ignore-exe 11 years ago
Paul Sokolovsky 418aca976c objclosure, objcell: Print detailed representation if was requested. 11 years ago
stijn 5513194273 mingw: Add 'open' as extra builtin and add define MICROPY_MOD_SYS_STDFILES 11 years ago
stijn 1dc7f0427b More relaxed parsing of preprocessed qstr header 11 years ago
stijn cdcd3de53f Ignore .exe files 11 years ago
stijn 98e2ee0ec1 py: Use <alloca.h> for alloca() 11 years ago
Damien George 8f472ad577 Merge pull request #548 from dhylands/fix-pin-defn 11 years ago
Damien George 5d89c4022b Merge pull request #549 from cjbarnes18/autoflash_device 11 years ago
Damien George d9f4deef8c Merge pull request #547 from cjbarnes18/pyboard_module_fixes 11 years ago
Craig Barnes a0ddae86e5 Add device ID to autoflash script. 11 years ago