7100 Commits (c3f70c603efcb053810dbee8d5cc9f23ed62d01f)
 

Author SHA1 Message Date
Damien George c3f70c603e docs/library/esp: Document esp.set_native_code_location() function. 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
Paul Sokolovsky 52c19875a4 esp8266/general: Add "Scarcity of runtime resources" section. 8 years ago
Damien George 54ea10a76a tests/pyb/uart: Update test to match recent change to UART timeout_char. 8 years ago
Max e1f495a4bd docs/esp8266/tutorial: Close socket after reading page content. 8 years ago
Dave Hylands 3c84197f17 drivers/onewire: Enable pull up on data pin. 8 years ago
TheSpooler 3d96201165 esp8266/modesp: Fix a typo, print -> printf. 8 years ago
Damien George 3f9c45efd1 py/asmarm: Fix assembler's PASS_EMIT constant name. 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 5efd6508ec unix/moduselect: Fix nanbox build with recent changes. 8 years ago
Paul Sokolovsky 093a8f5fa2 unix/moduselect: If file object passed to .register(), return it in .poll(). 8 years ago
Damien George d377c83794 docs/library/machine.I2C: Fix I2C constructor docs to match impl. 8 years ago
Andrew Mulholland 71ff0b549d docs/esp8266/tutorial: Update intro to add Getting the firmware section. 8 years ago
Paul Sokolovsky b315d76b6b cc3200/README: Reorganize and update to the current state of affairs. 8 years ago
Paul Sokolovsky 0748143a4c cc3200: Add targets to erase flash, deploy firmware using cc3200tool. 8 years ago
Rami Ali 75aa7befec tests/unix: Improve runtime_utils.c test coverage. 8 years ago
Rami Ali b7024f0f64 tests/cmdline: Improve repl.c autocomplete test coverage. 8 years ago
Rami Ali f397e1fdf0 tests/thread: Improve modthread.c test coverage. 8 years ago
Rami Ali c15ebf7c8c tests/extmod: Improve ubinascii.c test coverage. 8 years ago
Paul Sokolovsky 45a8cc8f0b cc3200: make: Rename "deploy" target to "deploy-ota". 8 years ago
Paul Sokolovsky 514b82900c cc3200/README: (Re)add information about accessing REPL on serial. 8 years ago
Paul Sokolovsky 076b80467b cc3200: Enable UART REPL by default. 8 years ago
Damien George afc5063539 py/unicode: Comment-out unused function unichar_isprint. 8 years ago
Rami Ali eae819c0ed tests/micropython: Add test for micropython.stack_use() function. 8 years ago
Damien George e81116d07d stmhal/uart: Increase inter-character timeout by 1ms. 8 years ago
Damien George 16a584d7cf stmhal/uart: Provide a custom function to transmit over UART. 8 years ago
Rami Ali 65574f817a tests/basics: Add tests to improve coverage of binary.c. 8 years ago
Damien George ea6a958393 py/objint: Simplify mp_int_format_size and remove unreachable code. 8 years ago
Damien George 44bf8e1f2b py/mpprint: Add assertion for, and comment about, valid base values. 8 years ago
Damien George ca7af9a778 py/parsenum: Fix warning for signed/unsigned comparison. 8 years ago
Damien George 43384ad7e7 tests/basics: Add tests for parsing of ints with base 36. 8 years ago
Damien George 2d9440e2d1 py/mpz: Fix assertion in mpz_set_from_str which checks value of base. 8 years ago
Damien George c2dd494bd9 py/parsenum: Simplify and generalise decoding of digit values. 8 years ago
Paul Sokolovsky 25f44c19f1 cc3200: Re-add support for UART REPL (MICROPY_STDIO_UART setting). 8 years ago
Paul Sokolovsky cf96be60dc py/misc.h: Typo fix in comment. 8 years ago
Paul Sokolovsky 05aebb9206 tests/heapalloc_inst_call: Test for no alloc for simple object calls. 8 years ago
Paul Sokolovsky 492c612f9d tests/utimeq_stable: Test for partial stability of utimeq queuing. 8 years ago
Paul Sokolovsky 7327966da7 extmod/modutimeq: Make time_less_than be actually "less than", not less/eq. 8 years ago
Paul Sokolovsky 18f12caafc extmod/modutimeq: Fix printf in dump(). 8 years ago
Paul Sokolovsky 1e9093f8cb examples/hwapi/hwconfig_console: Don't alloc memory in value(). 8 years ago
Paul Sokolovsky 1328833663 stmhal, esp8266: Enable utimeq module. 8 years ago
sergiuszm ea426dd9ef stmhal: Add support for STM32 Nucleo64 L476RG. 8 years ago
Damien George e202b6f586 stmhal/sdcard: Use mp_hal_pin_config function instead of HAL_GPIO_Init. 8 years ago
Damien George ed559de063 stmhal/led: Use mp_hal_pin_config function instead of HAL_GPIO_Init. 8 years ago
Damien George ffa30898cc stmhal/usrsw: Use mp_hal_pin_config function instead of HAL_GPIO_Init. 8 years ago
Damien George 425150040c stmhal/mphalport.h: Explicitly use HAL's GPIO constants for pull modes. 8 years ago
Damien George b14abab9cd stmhal/led: Properly initialise timer handle to zero before using it. 8 years ago