573 Commits (850f79e552a170912cfd88f5001a9ac343a22f5d)

Author SHA1 Message Date
Paul Sokolovsky fbe7a81e30 esp8266/README: Add notice about 512K version. 8 years ago
Paul Sokolovsky 40acbc2e10 esp8266/README: Replace reference of alpha status to beta status. 8 years ago
Paul Sokolovsky 605ff91efd extmod/machine_signal: Support all Pin's arguments to the constructor. 8 years ago
Damien George 7df4558df8 esp8266: Remove unused entry in port root pointers. 8 years ago
Damien George 4c307bfba1 all: Move BYTES_PER_WORD definition from ports to py/mpconfig.h 8 years ago
Damien George b6c7e4b143 all: Use full path name when including mp-readline/timeutils/netutils. 8 years ago
Damien George 1145dd35f2 esp8266: Update for changes to mp_obj_str_get_data. 8 years ago
Damien George 1d7e3113db esp8266: Update to use size_t for tuple/list accessors. 8 years ago
Damien George f648e5442b esp8266/modesp: Remove long-obsolete and unused espconn bindings. 8 years ago
Damien George 9c388f66cf esp8266/modesp: Use mp_obj_str_get_str instead of mp_obj_str_get_data. 8 years ago
Damien George 125eae1ba3 py/modbuiltins: For round() builtin use nearbyint instead of round. 8 years ago
Krzysztof Blazewicz 75589272ef all/Makefile: Remove -ansi from GCC flags, its ignored anyway. 8 years ago
Damien George 5d05ff1406 esp8266/machine_pin: Fix pin.irq() to work when all args are keywords. 8 years ago
Damien George b16c35486f esp8266/machine_pin: Fix memset size for zeroing of pin_irq_is_hard. 8 years ago
Damien George 9ee4641850 esp8266/machine_pin: Make pin.irq arguments positional. 8 years ago
Damien George 2507c83b0e esp8266/machine_pin: Add "hard" parameter to pin.irq, soft by default. 8 years ago
Damien George 31ea158557 esp8266: Change machine.Timer callback to soft callback. 8 years ago
Damien George 1b7d67266d esp8266: Enable micropython.schedule() with locking in pin callback. 8 years ago
Damien George 4f29b315a6 esp8266: Only execute main.py if in friendly REPL mode. 8 years ago
Damien George 52f8f5666a esp8266: Update lexer constructors so they can raise exceptions. 8 years ago
Damien George 6771adc75f esp8266/mpconfigport.h: Enable help('modules') feature. 8 years ago
Damien George ae8d867586 py: Add iter_buf to getiter type method. 9 years ago
Damien George 39100dc377 esp8266/moduos: Populate release field of uname in case it was GC'd. 8 years ago
marc hoffman 91eb0153d3 esp8266/uart: Add support for polling uart device. 8 years ago
Damien George 0bd61d23b9 extmod/vfs_fat: Remove MICROPY_FATFS_OO config option. 8 years ago
Damien George c95c583857 esp8266/mpconfigport.h: Remove obsolete MICROPY_FATFS_VOLUMES config. 8 years ago
Paul Sokolovsky 287180a0a8 esp8266/modmachine: Add Signal class. 8 years ago
Paul Sokolovsky 18b6835a92 esp8266/machine_pin: Implement pin ioctl protocol. 8 years ago
Damien George 4565d42e70 esp8266/fatfs_port: Include new oofatfs header. 8 years ago
Damien George f9ecd484bb esp8266: Change to use new generic VFS sub-system. 8 years ago
Damien George 32a1138b9f extmod: Rename vfs_fat_file.h to vfs_fat.h. 8 years ago
Damien George 8d5c6332c0 esp8266: Switch to use OO version of FatFs library. 8 years ago
Damien George b32a38e373 esp8266: Factor out common linker code to esp8266_common.ld. 8 years ago
Damien George 4ccd899e65 esp8266: Convert to use builtin help function. 8 years ago
Damien George e343bea6e7 esp8266/modules/flashbdev: Change RESERVED_SECS to 0. 8 years ago
Damien George cc7e48fdc8 esp8266/modules/flashbdev: Remove now-unused function set_bl_flash_size. 8 years ago
Paul Sokolovsky 4a72294d7d esp8266/modules/flashbdev: Remove code to patch bootloader flash size. 8 years ago
Paul Sokolovsky eac22e29a5 all: Consistently update signatures of .make_new and .call methods. 8 years ago
Damien George bae7798f1e esp8266/modules/flashbdev: Add RESERVED_SECS before the filesystem. 8 years ago
Paul Sokolovsky b0f23786da esp8266/Makefile: Put firmware-ota.bin in build/, for consistency. 8 years ago
TheSpooler 3d96201165 esp8266/modesp: Fix a typo, print -> printf. 8 years ago
Paul Sokolovsky 714a59ab64 esp8266/modesp: Make check_fw() work with OTA firmware. 8 years ago
Paul Sokolovsky f5750e88c5 esp8266/Makefile: Produce OTA firmware as firmware-ota.bin. 8 years ago
Paul Sokolovsky 86d210951f esp8266/scripts/inisetup: Dump FS starting sector/size on error. 8 years ago
Paul Sokolovsky 1328833663 stmhal, esp8266: Enable utimeq module. 8 years ago
Paul Sokolovsky 9af73bda33 esp8266: Force relinking OTA firmware image if built after normal one. 8 years ago
Paul Sokolovsky c1e94b77a4 esp8266/modesp: flash_user_start(): Support configuration with yaota8266. 8 years ago
Damien George 0d32f1aeb3 esp8266: When doing GC be sure to trace the memory holding native code. 8 years ago
Mike Causer 87e426c7c7 esp8266: Add "erase" target to Makefile, to erase entire flash. 8 years ago
Damien George 48d81c6900 esp8266: Use core-provided keyboard exception object. 8 years ago