index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2014-07-15
Initial commit of Myriad2 board-specific configuration files
blmorris
2014-07-15
Merge https://github.com/micropython/micropython
blmorris
2014-07-13
unix: file: No fsync() on Windows.
Paul Sokolovsky
2014-07-13
stream: Factor out mp_stream_write() method to write a memstring to stream.
Paul Sokolovsky
2014-07-13
unix: file: Implement .flush() method.
Paul Sokolovsky
2014-07-13
test: Add run-tests-exp.sh, script to run testsuite with only sh dependency.
Paul Sokolovsky
2014-07-13
unix: Allow to disable MICROPY_EMIT_X64 from commandline.
Paul Sokolovsky
2014-07-12
run-tests: Add option to write CPython's test results to .exp files.
Paul Sokolovsky
2014-07-12
py: Add generic helper to align a pointer.
Paul Sokolovsky
2014-07-12
emitbc: Fix structure field alignment issue.
Paul Sokolovsky
2014-07-11
Incorporate stylistic changes suggested by @dhylands
blmorris
2014-07-11
Add keyword argument 'memaddr_use_16b' to i2c.mem_read and mem_write methods
blmorris
2014-07-11
moductypes: Add symbolic constants to specify bitfield position/length.
Paul Sokolovsky
2014-07-09
moductypes: Foreign data interface module, roughly based on ctype ideas.
Paul Sokolovsky
2014-07-07
Merge branch 'dhylands-fix-sdcard-read'
Damien George
2014-07-07
stmhal: Protect SD_WriteBlocks by IRQ disable/enable pair.
Damien George
2014-07-06
Disable IRQs around sdcard reads.
Dave Hylands
2014-07-05
binary: Factor out mp_binary_set_int().
Paul Sokolovsky
2014-07-05
tests: Rename test scripts, changing - to _ for consistency.
Damien George
2014-07-05
py: Automatically ake __new__ a staticmethod.
Damien George
2014-07-03
py: Implement sys.maxsize, standard way to check platform "bitness".
Paul Sokolovsky
2014-07-03
parser: Convert (u)int to mp_(u)int_t.
Damien George
2014-07-03
lexer: Convert type (u)int to mp_(u)int_t.
Damien George
2014-07-03
Rename machine_(u)int_t to mp_(u)int_t.
Damien George
2014-07-03
Merge pull request #739 from errordeveloper/patch-1
Damien George
2014-07-02
qemu: fix typo in readme
Ilya Dmitrichenko
2014-07-02
Merge branch 'dhylands-add-timer-deinit'
Damien George
2014-07-02
stmhal: Some reordering of code/functions.
Damien George
2014-07-02
Merge branch 'add-timer-deinit' of github.com:dhylands/micropython into dhyla...
Damien George
2014-07-02
Merge pull request #709 from windelbouwman/master
Damien George
2014-07-02
Merge branch 'dhylands-teensy-new'
Damien George
2014-07-02
Merge branch 'teensy-new' of github.com:dhylands/micropython into dhylands-te...
Damien George
2014-07-01
Merge branch 'dhylands-preserve-except'
Damien George
2014-07-01
py, objexcept: Only check for locked gc if gc is enabled.
Damien George
2014-07-01
Merge branch 'preserve-except' of github.com:dhylands/micropython into dhylan...
Damien George
2014-07-01
Merge pull request #734 from iabdalkader/copysign
Damien George
2014-06-30
Try not to cause a MemoryError when raising an exception during nterrupt hand...
Dave Hylands
2014-07-01
stackctrl: Add "mp_" prefix.
Paul Sokolovsky
2014-07-01
modffi: Add special 'C' code for passing a callback function pointer.
Paul Sokolovsky
2014-06-30
Add timer_deinit and call it just before doing a soft-restart
Dave Hylands
2014-06-30
Add copysignf
mux
2014-06-30
Merge pull request #710 from iabdalkader/assert
Damien George
2014-06-30
py: Improvements to native emitter.
Damien George
2014-06-29
stmhal: pyb.adc: Clarify that buffer with elements of any size can be used.
Paul Sokolovsky
2014-06-29
Merge pull request #730 from stinos/windows-mpconfig
Paul Sokolovsky
2014-06-29
gendoc.py: Support modules w/o functions and/or classes.
Paul Sokolovsky
2014-06-29
modffi: Support short types.
Paul Sokolovsky
2014-06-29
windows: Sync mpconfigport.h with the unix' version
stijn
2014-06-28
stmhal: Include mpconfig.h before all other includes.
Paul Sokolovsky
2014-06-28
py: Make unichar_charlen() accept/return machine_uint_t.
Paul Sokolovsky
[next]