2699 Commits (ad4c014d461cf325712d961c547f461746f52408)
 

Author SHA1 Message Date
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
Paul Sokolovsky 4f9ebade60 modtermios: Add "termios" unix module, subset of CPython's. 10 years ago
Damien George 72b115cbaa extmod, zlibd: Make some simple ROM and RAM savings. 10 years ago
Damien George 26a0d4f4f1 py: Change hash and len members of str from 16 bit to full word. 10 years ago
Damien George 69b7dae362 py: Small cleanup in stream.c. 10 years ago
Damien George d5e7f6e37e py: Speed up GC allocation. 10 years ago
Paul Sokolovsky 13ec400f28 Merge pull request #796 from turbinenreiter/makeinstall 10 years ago
Damien George 7fe2191c9b py: Code clean-up in native emitter; improve thumb native calls. 10 years ago
Damien George 86de21b810 py: Viper can call functions with native types, and raise exceptions. 10 years ago
Damien George 339bdccc58 Merge pull request #803 from dhylands/ld-opt 10 years ago
Dave Hylands 3688414d9d Put some code into the first 16K of flash 10 years ago
Damien George 8f81b5cb4b py: Put SystemExit in builtin namespace. 10 years ago
Damien George b63be37be1 stmhal: In safe mode, still mount SD card and present as MSD over USB. 10 years ago
Damien George b0accc8571 stmhal: Fix printing of pin name in error message. 10 years ago
Damien George d779b9642f tests: Wait for just over 1 sec when testing RTC. 10 years ago
Damien George 244476e3e6 stmhal: For non-debug compile, enable CC/LD opt to remove dead code. 10 years ago
Damien George c84aa41990 Merge branch 'danpeirce-master' 10 years ago
Dan Peirce f0c3a7e781 teensy/README.md (corrected typo) 10 years ago
Dan Peirce 6009309c33 modified: teensy/README.md 10 years ago
Damien George e6c0dff967 py: Viper can now store to global. 10 years ago