Commits
User selector
Commit History
Commits on Aug 26, 2017
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
Show description for ef61b5ecommitted
Commits on Aug 21, 2017
Commits on Aug 13, 2017
all: Raise exceptions via mp_raise_XXX
Show description for 35a1feacommitted
Commits on Aug 11, 2017
all: Make use of $(TOP) variable in Makefiles, instead of "..".
Show description for 7d4a2f7committed
Commits on Aug 2, 2017
py,extmod,stmhal: Use "static inline" for funcs that should be inline.
Show description for 0f12082committed
Commits on Jul 31, 2017
all: Use the name MicroPython consistently in comments
Show description for 55f3324authored andcommitted
Commits on Jul 19, 2017
Commits on Jul 18, 2017
all: Unify header guard usage.
Show description for 299bc62authored andcommitted
Commits on Jul 14, 2017
- committed
stmhal/pin_named_pins: Remove unreachable print function.
Show description for 9cca14acommittedstmhal/servo: Make pyb.Servo(n) map to Pin('Xn') on all MCUs.
Show description for 2b70757committed
Commits on Jul 12, 2017
stmhal: Reduce size of ESPRUINO_PICO build so it fits in flash.
Show description for f1d260dcommitted
Commits on Jul 4, 2017
stmhal/boards/NUCLEO_F429ZI: Change USB config from HS to FS peripheral.
Show description for d5ec46acommitted
Commits on Jul 3, 2017
- committed
- authored andcommitted
Commits on Jun 28, 2017
- committed
- committed
stmhal/Makefile: Rename FLOAT_IMPL to MICROPY_FLOAT_IMPL to match C name
Show description for 703370ecommitted- committed
- committed
stmhal: Add possibility to build with double-precision floating point.
Show description for ebfdd96committed
Commits on Jun 27, 2017
- authored andcommitted
Commits on Jun 26, 2017
stmhal/boards/stm32f405.ld: Increase FLASH_TEXT to end of 1MiB flash.
Show description for 1181730committed
Commits on Jun 22, 2017
- committed
- committed
stmhal: Add "quiet timing" enter/exit functions.
Show description for 8ed7155committed
Commits on Jun 20, 2017
Merge tag 'v1.9.1'
Show description for 30ee701committed
Commits on Jun 15, 2017
stmhal: Move pybstdio.c to lib/utils/sys_stdio_mphal.c for common use.
Show description for 4f9858ecommitted- committed
stmhal: Add initial implementation of Pin.irq() method.
Show description for 4abe373committed- committed
- committed
Commits on Jun 14, 2017
stmhal/mpconfigport.h: Remove config of PY_THREAD_GIL to use default.
Show description for c064f0acommitted
Commits on Jun 8, 2017
stmhal/usbdev: For MSC implement SCSI SYNCHRONIZE_CACHE command.
Show description for 22cedefcommitted