index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-5
origin/dependabot/github_actions/actions/upload-artifact-6
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2015-11-13
unix: Use standard mphalport.h header.
Paul Sokolovsky
2015-11-13
main.c: Switch stderr printing from ANSI C to native POSIX.
Paul Sokolovsky
2015-11-13
unix: Allow to override MICROPY_PY_MATH_SPECIAL_FUNCTIONS from command-line.
Paul Sokolovsky
2015-11-13
unix/mpconfigport: Move log2() definition to modmath.c.
Paul Sokolovsky
2015-11-13
py: Allow to import compiled bytecode files.
Damien George
2015-11-13
py: Add MICROPY_PERSISTENT_CODE_LOAD/SAVE to load/save bytecode.
Damien George
2015-11-13
py: Add MICROPY_PERSISTENT_CODE so code can persist beyond the runtime.
Damien George
2015-11-13
py: Add constant table to bytecode.
Damien George
2015-11-13
py: Put all bytecode state (arg count, etc) in bytecode.
Damien George
2015-11-13
py: Reorganise bytecode layout so it's more structured, easier to edit.
Damien George
2015-11-13
unix/main: Use builtin unichar_isdigit() in preference if libc's.
Paul Sokolovsky
2015-11-13
tests/jni: Add test for working with container of List interface.
Paul Sokolovsky
2015-11-11
unix/modjni: Add missing get_jclass_name() function.
Paul Sokolovsky
2015-11-10
docs: Fix a typo in the REPL documentation.
Dave Hylands
2015-11-10
lib/utils/printf: Move from stmhal/ .
Paul Sokolovsky
2015-11-10
windows: Allow specifying the python executable to use for msvc builds
stijn
2015-11-10
Fix project file for Visual Studio 2015
omtinez
2015-11-09
docs/select: Document POLLIN/OUT/ERR/HUP.
Paul Sokolovsky
2015-11-09
stmhal/moduselect: Expose POLLIN/OUT/ERR/HUP constants.
Paul Sokolovsky
2015-11-09
py/emitinlinethumb: Allow to compile with -Wsign-compare.
Damien George
2015-11-09
py/asmthumb: Allow to compile with -Wsign-compare and -Wunused-parameter.
Damien George
2015-11-09
lib/pyexec: Move header pyexec.h from stmhal directory.
Damien George
2015-11-09
py/objint_longlong: Instead of assert, throw OverflowError.
Paul Sokolovsky
2015-11-08
cc3200: FatFS configuration moved to the library folder.
Alex March
2015-11-08
stmhal: FatFS configuration moved to the library folder.
Alex March
2015-11-08
lib/fatfs: Unify fatfs configuration.
Alex March
2015-11-08
unix/gccollect: Fallback to setjmp-based register fetching automatically.
Paul Sokolovsky
2015-11-07
stmhal: Fix RTC code to work on the F7
Dave Hylands
2015-11-07
py: Clear finalizer flag when calling gc_free.
Dave Hylands
2015-11-07
stmhal: Print more information at HardFault time.
Dave Hylands
2015-11-07
tools/pyboard.py: Don't add terminating \x04 character to stdout output.
Paul Sokolovsky
2015-11-07
lib/mp-readline: Make it easy to exit auto-indent mode by pressing enter.
Damien George
2015-11-07
tools/pyboard.py: Make -c (inline Python code) option compatible with python2.
Paul Sokolovsky
2015-11-06
stmhal: Add missing regex property for parsing header comments
Tony Abboud
2015-11-06
py: Adjust object repr C (30-bit stuffed float) to reduce code size.
Damien George
2015-11-06
stmhal/rtc: LSx oscillator is only initialized upon initial power up.
T S
2015-11-07
minimal: Clarify comments.
Paul Sokolovsky
2015-11-06
cc3200: Force SSL method to be TLSV1.
danicampora
2015-11-05
cc3200: Make telnet server ignore NULL characters.
danicampora
2015-11-04
extmod/lwip: Change void pointers to unions, include new mphal.h file
Galen Hazelwood
2015-11-04
teensy: Switch over to using frozen modules instead of memzip
Dave Hylands
2015-11-04
lib/memzip: Factor out memzip from teensy/ into lib/memzip.
Dave Hylands
2015-11-03
docs: Add docs about REPL paste-mode and Control-C
Dave Hylands
2015-11-03
docs: Move instructions on generating the documentation to docs/README.md
Dave Hylands
2015-11-04
minimal: Add an explicit comment on the gchelper.s line in the Makefile.
Dave Hylands
2015-11-04
README: Fix typo in package name.
Mike Bryant
2015-11-03
lib/pyexec: For paste mode use "Ctrl" as the name of the key, not "CTRL".
Damien George
2015-11-02
windows: Update build instructions in the README
stijn
2015-11-02
stmhal/can: Fix a bug in filter handling.
Henrik Sölver
2015-11-03
unix/unix_mphal: Typo fix in comment.
Paul Sokolovsky
[next]