6703 Commits (f64e806f50606902323c62cf7b479922724022b6)
 

Author SHA1 Message Date
Erik Moqvist f64e806f50 lib/utils/pyhelp.c: Use mp_printf() instead of printf() 8 years ago
Damien George 571e6f26db py: Specialise builtin funcs to use separate type for fixed arg count. 8 years ago
Damien George 4ebdb1f2b2 py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros. 8 years ago
Paul Sokolovsky 5d0735b93a README: "MicroPython board" is much more commonly known as PyBoard. 8 years ago
Paul Sokolovsky 3967ca7390 stmhal/Makefile: Use standard rules for frozen module generation. 8 years ago
Paul Sokolovsky b440307b4a py/py.mk: Automatically add frozen.c to source list if FROZEN_DIR is defined. 8 years ago
Paul Sokolovsky 3f251efb9b esp8266/modules/webrepl: Enforce only one concurrent WebREPL connection. 8 years ago
Alex March 84679e0c06 extmod/vfs_fat_file: Check fatfs f_sync() and f_close() returns for errors. 8 years ago
Damien George 17ba6ef5fa cc3200: Fix thread mutex's so threading works with interrupts. 8 years ago
Paul Sokolovsky 204222653e esp8266/main: Mark nlr_jump_fail() as MP_FASTCODE. 8 years ago
Paul Sokolovsky 9514d847fe esp8266: Add MP_FASTCODE modifier to put a function to iRAM. 8 years ago
Paul Sokolovsky 462748de0c esp8266/esp8266.ld: Move main.o to iROM. 8 years ago
Paul Sokolovsky e7e0d91be8 esp8266/esp8266.ld: Move modmachine.o to iROM. 8 years ago
Paul Sokolovsky 6566e3f6a8 esp8266/esp8266.ld: Move help.o to iROM. 8 years ago
Paul Sokolovsky 20d0271863 esp8266/esp_init_data: Auto-initialize system params with vendor SDK 2.0.0. 8 years ago
Damien George 542f05d228 teensy: Update to provide new mp_hal_pin_XXX functions following stmhal. 8 years ago
Damien George b4cc68e4a4 stmhal/led: Refactor LED to use mp_hal_pin_output() init function. 8 years ago
Damien George d49d81b167 stmhal: Refactor pin usage to use mp_hal_pin API. 8 years ago
Damien George cd9b14bb11 stmhal/modutime: Refactor to use extmod's version of ticks_cpu. 8 years ago
Damien George 5c93d0b916 cc3200: Enable loading of precompiled .mpy files. 8 years ago
Damien George 628799cd36 cc3200/mods/pybspi: Allow "write" arg of read/readinto to be positional. 8 years ago
Damien George f12047f66d docs/machine.SPI: Improve descriptions of xfer methods. 8 years ago
Damien George 50ddaafa6a cc3200: Use mp_raise_XXX helper functions to reduce code size. 8 years ago
Paul Sokolovsky 4d45f286eb esp8266/Makefile: Use latest esptool.py flash size auto-detection. 8 years ago
Paul Sokolovsky a0b2f48c2f docs/machine.SPI: Bring up to date with Hardware API, make vendor-neutral. 8 years ago
Damien George c8d31585a0 docs: Bump version to 1.8.5. 8 years ago
Damien George 1e3a7c4ac5 tests/run-tests: Enable extmod/machine1.py on pyboard. 8 years ago
Damien George 48feb8ac6e stmhal: Enable str.center(), str.[r]partition() and builtin compile(). 8 years ago
Damien George 57226a2b7f stmhal: Implement machine.soft_reset(). 8 years ago
Damien George ad3724e0bc lib/utils/pyexec: Allow behaviour of SystemExit to be configurable. 8 years ago
Damien George 7d0d7215d2 py: Use mp_raise_msg helper function where appropriate. 8 years ago
Damien George 6caca3259f tests: Add test to print full KeyError exc from failed dict lookup. 8 years ago
Damien George 2750a7b38e py/objdict: Actually provide the key that failed in KeyError exception. 8 years ago
Damien George a3edeb9ea5 py/objdict: Fix optimisation for allocating result in fromkeys. 8 years ago
Damien George e9404e5f5f tests: Improve coverage of array, range, dict, slice, exc, unicode. 8 years ago
Damien George 453c2e8f55 tests/cmdline: Improve coverage test for printing bytecode. 8 years ago
Paul Sokolovsky 799ccdc789 esp8266, stmhal, unix: MAKE_FROZEN is consistently defined in mkenv.mk. 8 years ago
Paul Sokolovsky 06234a6115 extmod/modussl_mbedtls: Add dummy setblocking() method. 8 years ago
Paul Sokolovsky 36f97f19b4 extmod/utime_mphal: sleep_us/ms(): Don't wait on negative argument. 8 years ago
Paul Sokolovsky f059563507 stmhal/modutime: Refactor to use extmod/utime_mphal.c. 8 years ago
Paul Sokolovsky a97284423e extmod/utime_mphal: Factor out implementations in terms of mp_hal_* for reuse. 8 years ago
Damien George 824f5c5a32 py/vstr: Combine vstr_new_size with vstr_new since they are rarely used. 8 years ago
Damien George ed878275b0 esp8266: Enable micropython.alloc_emergency_exception_buf(). 8 years ago
Damien George 34d0b3f85c tests/micropython: Add tests for heap_lock, and emergency exceptions. 8 years ago
Damien George 6a4c6fc023 qemu-arm: Remove SRC_TEST_C from SRC_QSTR list, it's not needed. 8 years ago
Damien George b0a15aa735 qemu-arm: Enable lots of extmods and enable tests for them. 8 years ago
Damien George 8298251215 stmhal/pybstdio: Use size_t instead of mp_uint_t. 8 years ago
Alex March e42186d356 tests/extmod/vfs_fat: Replace asserts with prints and expected outputs. 8 years ago
Damien George f2f8ae110b extmod/modujson: Fix nanbox build. 8 years ago
Damien George 11ab807d76 tests/extmod: Add test for ujson.load(). 8 years ago