2525 Commits (b82f34edde79e14d6b9260b3fddaf36b1354a558)
 

Author SHA1 Message Date
Paul Sokolovsky b82f34edde unix: Allow to disable MICROPY_EMIT_X64 from commandline. 10 years ago
Paul Sokolovsky 2cf381081a run-tests: Add option to write CPython's test results to .exp files. 10 years ago
Paul Sokolovsky 564e46452d py: Add generic helper to align a pointer. 10 years ago
Paul Sokolovsky 58c9586c34 emitbc: Fix structure field alignment issue. 10 years ago
Paul Sokolovsky 2097c8b1e1 moductypes: Add symbolic constants to specify bitfield position/length. 10 years ago
Paul Sokolovsky 8215847b4d moductypes: Foreign data interface module, roughly based on ctype ideas. 11 years ago
Damien George 42b6419056 Merge branch 'dhylands-fix-sdcard-read' 10 years ago
Damien George 594699bc88 stmhal: Protect SD_WriteBlocks by IRQ disable/enable pair. 10 years ago
Dave Hylands 90ba80dc36 Disable IRQs around sdcard reads. 10 years ago
Paul Sokolovsky 5fa5ca40e6 binary: Factor out mp_binary_set_int(). 10 years ago
Damien George 539681fffd tests: Rename test scripts, changing - to _ for consistency. 10 years ago
Damien George 0182385ab0 py: Automatically ake __new__ a staticmethod. 10 years ago
Paul Sokolovsky 4e0eeebdc2 py: Implement sys.maxsize, standard way to check platform "bitness". 11 years ago
Damien George 381618269a parser: Convert (u)int to mp_(u)int_t. 11 years ago
Damien George 54eb4e723e lexer: Convert type (u)int to mp_(u)int_t. 11 years ago
Damien George 40f3c02682 Rename machine_(u)int_t to mp_(u)int_t. 11 years ago
Damien George 065aba5875 Merge pull request #739 from errordeveloper/patch-1 11 years ago
Ilya Dmitrichenko e4e55047b3 qemu: fix typo in readme 11 years ago
Damien George 5e6419cb11 Merge branch 'dhylands-add-timer-deinit' 11 years ago
Damien George e70b5dbe58 stmhal: Some reordering of code/functions. 11 years ago
Damien George 92a47b4dae Merge branch 'add-timer-deinit' of github.com:dhylands/micropython into dhylands-add-timer-deinit 11 years ago
Damien George 9cd96cf25d Merge pull request #709 from windelbouwman/master 11 years ago
Damien George f83debc716 Merge branch 'dhylands-teensy-new' 11 years ago
Damien George 7a37f647a5 Merge branch 'teensy-new' of github.com:dhylands/micropython into dhylands-teensy-new 11 years ago
Damien George 5fc580475f Merge branch 'dhylands-preserve-except' 11 years ago
Damien George f0b29729aa py, objexcept: Only check for locked gc if gc is enabled. 11 years ago
Damien George f065344d3b Merge branch 'preserve-except' of github.com:dhylands/micropython into dhylands-preserve-except 11 years ago
Damien George aa47f3968b Merge pull request #734 from iabdalkader/copysign 11 years ago
Dave Hylands 2fe841d2fa Try not to cause a MemoryError when raising an exception during nterrupt handling. 11 years ago
Paul Sokolovsky caa7334141 stackctrl: Add "mp_" prefix. 11 years ago
Paul Sokolovsky e95b6b5e07 modffi: Add special 'C' code for passing a callback function pointer. 11 years ago
Dave Hylands 0d81c133b3 Add timer_deinit and call it just before doing a soft-restart 11 years ago
mux 5d44e6a92c Add copysignf 11 years ago
Damien George 4039a26679 Merge pull request #710 from iabdalkader/assert 11 years ago
Damien George b601d9574a py: Improvements to native emitter. 11 years ago
Paul Sokolovsky 5813efd634 stmhal: pyb.adc: Clarify that buffer with elements of any size can be used. 11 years ago
Paul Sokolovsky bb35f425f9 Merge pull request #730 from stinos/windows-mpconfig 11 years ago
Paul Sokolovsky c10a4405cd gendoc.py: Support modules w/o functions and/or classes. 11 years ago
Paul Sokolovsky a23475979b modffi: Support short types. 11 years ago
stijn ec6fa8732b windows: Sync mpconfigport.h with the unix' version 11 years ago
Paul Sokolovsky 8139494e54 stmhal: Include mpconfig.h before all other includes. 11 years ago
Paul Sokolovsky 9e215fa4c2 py: Make unichar_charlen() accept/return machine_uint_t. 11 years ago
Paul Sokolovsky a62da515af Merge pull request #729 from stinos/fix-include-order 11 years ago
stijn 5478ed18ea unix: Fix mpconfig.h not being included before misc.h 11 years ago
Damien George b1b840554d Merge branch 'unicode' 11 years ago
Damien George 635b60e299 unix, stmhal: Add option for STR_UNICODE to mpconfigport.h. 11 years ago
Damien George 8546ce1e28 py: Add missing #endif. 11 years ago
Damien George 41736f8201 tests: Write output in byte mode, not text mode. 11 years ago
Damien George e04a44e2f6 py: Small comments, name changes, use of machine_int_t. 11 years ago
Damien George b3a50f0f3e Merge branch 'master' into unicode 11 years ago