- 03 May, 2014 15 commits
-
-
Damien George authored
More relaxed parsing of preprocessed qstr header
-
Damien George authored
Make include dependencies neater, and adheres to the coding convention that headers should not include headers.
-
Damien George authored
Make pyboard.enter_raw_repl more robust
-
Damien George authored
-
Damien George authored
-
Paul Sokolovsky authored
-
Damien George authored
-
Paul Sokolovsky authored
py: Use <alloca.h> for alloca()
-
Paul Sokolovsky authored
mingw: Add 'open' as extra builtin
-
Paul Sokolovsky authored
Ignore .exe files
-
Paul Sokolovsky authored
Well, it is bound to "detailed error reporting", but that's closest what we have now without creating new entities.
-
stijn authored
This one was probable missed when creating mpconfigport.h, but the underlying code (file.c) gets compiled and works perfectly so no reason to omit it.
-
stijn authored
The original parsing would error out on any C declarations that are not typedefs or extern variables. This limits what can go in mpconfig.h and mpconfigport.h, as they are included in qstr.h. For instance even a function declaration would be rejected and including system headers is a complete no-go. That seems too limiting for a global config header, so makeqstrdata now ignores everything that does not match a qstr definition.
-
stijn authored
-
stijn authored
alloca() is declared in alloca.h which als happens to be included by stdlib.h. On mingw however it resides in malloc.h only. So if we include alloca.h directly, and add an alloca.h for mingw in it's port directory we can get rid of the mingw-specific define to include malloc.h and the other ports are happy as well.
-
- 02 May, 2014 14 commits
-
-
Damien George authored
Fix PB0 ADC typo.
-
Damien George authored
Add device ID to autoflash script.
-
Damien George authored
Fix pyboard.py tests.
-
Craig Barnes authored
-
Dave Hylands authored
This also adds a bunch of slashes separating pin that have multiple functions.
-
Craig Barnes authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
Specifically, nlr.h does.
-
Paul Sokolovsky authored
-
Damien George authored
-
- 01 May, 2014 11 commits
-
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
TODO: Rename methods.
-
Paul Sokolovsky authored
This is ugly, just as expected.
-
Damien George authored
Fix pin initialization when a mode argument is provided
-
Damien George authored
Add flashboard target to the stmhal Makefile to run dfu-util
-
Paul Sokolovsky authored
Fix the builtin min() and max() functions (and add tests).
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Andrew Scheller authored
Fixes #539
-