2718 Commits (d182b98a37bde34c06ae705624da03cf381eb4dc)
 

Author SHA1 Message Date
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
Damien George a75b02ea9b py: Improve efficiency of MP_OBJ_IS_STR_OR_BYTES. 10 years ago
Damien George ad4c014d46 Merge branch 'int-bytes' of https://github.com/dhylands/micropython into dhylands-int-bytes 10 years ago
Dave Hylands b7f7c655ed Make int(b'123') work properly. 10 years ago
Paul Sokolovsky f3c3010ffc pip-micropython: Revert to using PIP_MICROPY_DEST environment var. 10 years ago
Damien George b427d6ae86 py: Fix line number printing for file with 1 line. 10 years ago
Damien George f05b87bd63 Merge pull request #824 from dhylands/sdcard-power 10 years ago
Damien George 3b72da674e stmhal, STM32F4DISC: Small changes to ST accel driver. 10 years ago
Damien George 6cf8dd4f51 Merge branch 'siorpaes-master' 10 years ago
Damien George e00fb08f99 stmhal, staccel.py: Style cleanup. 10 years ago
David Siorpaes f4ce26de5c Added LIS302DL ID check 10 years ago
Damien George db63660c19 Add pip-micropython to unix make install. 10 years ago
Damien George 3bb7efc943 stmhal: Hookup USB_VCP.any(). 10 years ago
Damien George cd021bfe56 stmhal: Fix build issues with (old) CC3000 driver. 10 years ago
Damien George 779794a680 py: Add dispatch for user defined ==, >, <=, >=. 10 years ago
Damien George fa1a9bc9fd tests: Add test for pyb.disable_irq and pyb.enable_irq. 10 years ago
Dave Hylands 994bb4a839 Fix sdcard_power_on to not do anything if the card is already powered on. 10 years ago
Damien George 34e43c7ee9 stmhal: Improve efficiency of SysTick IRQ and HAL_Delay. 10 years ago
Damien George 3475b04101 teensy: Fix multiple definition of irq functions. 10 years ago
Damien George 29c92a407c stmhal: Use MP_OBJ_NEW_SMALL_INT directly in pyb.micros/millis. 10 years ago
Dave Hylands 2bf044442e Add support for pyb.micros() by using the systick timer. 10 years ago
Dave Hylands 8c0add4eee Add save/restore_irq 10 years ago
Damien George e5cbb70328 stmhal: Make enable_irq and disable_irq inline functions. 10 years ago
Dave Hylands 9480138f0c Add save/restore_irq 10 years ago
Damien George 7310fd469a py: Consolidate min/max functions into one, and add key= argument. 10 years ago
Damien George 1d8a06406a examples: Added pins.py example script to list pin config/af. 10 years ago
Damien George 2c4e67e32d stmhal, pin: Update documentation. 10 years ago
Dave Hylands 3d945559d4 Added python script to map AF to a pin name 10 years ago
Damien George c668d51b08 Merge branch 'dhylands-localtime' 10 years ago
Damien George 8ba832456e stmhal, modtime: Small changes, reduced code size by around 80 bytes. 10 years ago
Dave Hylands 6678595e7e Add time.mktime and enhance time.localtime (for stmhal) 10 years ago
Damien George 3c658a4e75 py: Fix bug where GC collected native/viper/asm function data. 10 years ago
Damien George 25fc41dd31 unix, modtermios: Make it properly configurable; fix spelling mistake. 10 years ago