6724 Commits (f7aa692093f1f6b34fbf2e4ad0f8178b1c4ebedb)
 

Author SHA1 Message Date
Paul Sokolovsky f7aa692093 tools/check_code_size.sh: Code size validation script for CI. 8 years ago
Radomir Dopieralski 984a867341 esp8266/scripts: Make neopixel/apa102 handle 4bpp LEDs with common code. 8 years ago
Damien George f1b2b1b600 docs/library/builtins: Add docs for delattr and slice. 8 years ago
Paul Sokolovsky 2550d7dfd2 esp8266: Add support for building firmware version for 512K modules. 8 years ago
Paul Sokolovsky b78144c64d tools/pip-micropython: Remove deprecated wrapper tool. 8 years ago
Paul Sokolovsky e6af94d13b esp8266/modesp: Add flash_user_start() function. 8 years ago
Damien George 266e4acdc2 docs/library/machine.SPI: Remove spurious "of". 8 years ago
Damien George 25c6fc731b tests/basics: Add test for builtin "delattr". 8 years ago
Damien George 5076e5c339 py: Add "delattr" builtin, conditional on MICROPY_CPYTHON_COMPAT. 8 years ago
Damien George bc5b896f24 tests/basics/builtin_slice: Add test for "slice" builtin name. 8 years ago
Damien George bdb0d2d0bc py/modbuiltins: Add builtin "slice", pointing to existing slice type. 8 years ago
Damien George 5694201930 extmod/vfs_fat_file: Make file.close() a no-op if file already closed. 8 years ago
Alex March 06e7032906 qemu-arm: Exclude extmod/vfs_fat_fileio.py test. 8 years ago
Alex March cb20d999bc tests/extmod/vfs_fat: Improve VFS test coverage. 8 years ago
Paul Sokolovsky b6c22c42ab esp8266/etshal.h: Add few more ESP8266 vendor lib prototypes. 8 years ago
Paul Sokolovsky a4dbb4230a minimal/Makefile: Split rule for firmware.bin generation. 8 years ago
Paul Sokolovsky 197a5724d8 tools: Upgrade upip to 1.1.4. 8 years ago
Daniel Thompson 479b961d39 zephyr: Implement utime module. 8 years ago
Paul Sokolovsky 1b76614d41 esp8266/Makefile: deploy: Remove deprecated line. 8 years ago
Fabricio Biazzotto 979e9a45d8 ACKNOWLEDGEMENTS: Change backer 905 info, replace city with name. 8 years ago
Paul Sokolovsky 3730090d8f py/{modbuiltins,obj}: Use MP_PYTHON_PRINTER where possible. 8 years ago
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