2800 Commits (1fae7874931d07c4cfa08fa447b6d9c3805e40af)
 

Author SHA1 Message Date
Paul Sokolovsky 722e562736 py: Correctly set sys.maxsize value for 64-bit. 10 years ago
Damien George 17598d49e1 unix: Don't use -Wno-error=cpp or #warning; fix strict alias warning. 10 years ago
Damien George 8002d5d2b9 py: Fix definition of sys.maxsize with mpz changes. 10 years ago
Damien George 9a21d2e070 py: Make mpz able to use 16 bits per digit; and 32 on 64-bit arch. 10 years ago
Damien George afb1cf75dd py: Convert (u)int to mp_(u)int_t in mpz, and remove unused function. 10 years ago
Damien George e191d42188 py: Use % str formatting instead of {} in makeqstrdata.py. 10 years ago
Damien George b534e1b9f1 py: Use variable length encoded uints in more places in bytecode. 10 years ago
Damien George dda46460ff Code style/whitespace cleanup; remove obsolete headers. 10 years ago
Damien George a669cbc690 unix: Auto-detect MICROPY_EMIT_X64 and MICROPY_GCREGS_SETJMP. 10 years ago
Damien George 91fbea2c1e Merge pull request #845 from Vogtinator/master 10 years ago
Fabian Vogt b7235b8412 Add cache flush in py/asmarm.c and add new MP_PLAT_ALLOC_EXEC and MP_PLAT_FREE_EXEC macros 10 years ago
Damien George fc54250d31 Merge pull request #844 from chrisdearman/do_str 10 years ago
Damien George 27dd910c44 Merge branch 'stinos-msvc-extmod' 10 years ago
Damien George e875e3882d extmod: Fix type-punned-ptr error. 10 years ago
Damien George bc9f34860b Merge branch 'msvc-extmod' of github.com:stinos/micropython into stinos-msvc-extmod 10 years ago
stijn 759138caee msvc: Exclude modtermios, include extmod and fix compilation error 10 years ago
Chris Dearman 8c56241c82 Declare do_str() function before the implementation 10 years ago
Damien George bad2df3e95 stmhal, modwiznet5k: Add very minimal documentation. 10 years ago
Damien George bcf041f1a3 stmhal: Add wiznet5k module, to control WIZnet ethernet adaptor. 10 years ago
Damien George cdd40f149a drivers, wiznet5k: Make DNS service use HAL sys tick. 10 years ago
Damien George 9091e84454 drivers, wiznet5k: Add HAL_Delay(1) to "infinite" loops. 10 years ago
Damien George 7da9145e47 drivers, wiznet5k: Properly fix ARP bug with W5200 chipset. 10 years ago
Damien George 0c0550bff0 drivers, wiznet5k: Add W5200 support. 10 years ago
Damien George 79d17e3e7d drivers, wiznet5k: Change SPI interface to read/write multiple bytes. 10 years ago
Damien George 812cf62f43 drivers, wiznet5k: Fix IP addr verification. 10 years ago
Damien George 71224cb8db drivers: Initial import of WIZnet5x000 driver. 10 years ago
Damien George e07737d202 Added 'drivers' directory, intended to hold code for specific hardware. 10 years ago
Damien George 90fad65d2f Merge pull request #841 from dhylands/teensy-README 10 years ago
Dave Hylands 76dd7e180f Update teensy README.md file 10 years ago
Damien George ca6d75f16d py: Small simplifications in tuple and list accessors. 10 years ago
Damien George 4abff7500f py: Change uint to mp_uint_t in runtime.h, stackctrl.h, binary.h. 10 years ago
Damien George 4d91723587 py: Remove use of int type in obj.h. 10 years ago
Damien George d182b98a37 py: Change all uint to mp_uint_t in obj.h. 10 years ago
Damien George 9c4cbe2ac0 py: Make tuple and list use mp_int_t/mp_uint_t. 10 years ago
Damien George 93965e726f py: Make map, dict, set use mp_int_t/mp_uint_t exclusively. 10 years ago
Damien George 1c70cbf151 py: Save about 200 bytes of ROM by using smaller type for static table. 10 years ago
Damien George ecc88e949c Change some parts of the core API to use mp_uint_t instead of uint/int. 10 years ago
Damien George 4d3fc46326 lib, libm: Add back dummy definition of tanf. 10 years ago
Damien George 8707ea3421 lib: Add lib and libm, moving current files from stmhal. 10 years ago
Damien George 17ae2395c2 py: Use memmove instead of memcpy when appropriate. 10 years ago
Damien George 02d95d7ce9 py: Fix 2 bugs in native emitter: jump_or_pop and stack settling. 10 years ago
Damien George eb4e18f057 py: Add compiler optimisation for conditions in parenthesis. 10 years ago
Damien George 15d2fe8da4 tests: Add option to run-tests to enable native emitter. 10 years ago
Damien George 110ba35980 py: Move native glue code from runtime.c to new file nativeglue.c. 10 years ago
Damien George 1ac6faa732 Merge pull request #833 from Vogtinator/arm-native 10 years ago
Damien George 516b09efc3 py, gc: Further reduce heap fragmentation with new, faster gc alloc. 10 years ago
Damien George b796e3d848 py: Reduce fragmentation of GC heap. 10 years ago
Fabian Vogt 16ee30c6fa Clarify copyright on asmarm files 10 years ago
Fabian Vogt fe3d16e8c2 Basic native ARM emitter 10 years ago
Damien George a97e091d4e Merge branch 'dhylands-int-bytes' 10 years ago