- May 03, 2014
-
-
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
-
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.
-
- May 02, 2014
-
-
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
-
- May 01, 2014
-
-
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
-
Andrew Scheller authored
In case there's a program in the microcontroller's main.py running in an infinite loop
-
Dave Hylands authored
-