1. a9a732a esp8266: Remove pin_id field from C pin object. by Damien George · 9 years ago
  2. 0a2e965 py: Add ability to have frozen persistent bytecode from .mpy files. by Damien George · 10 years ago
  3. 959ed93 esp8266/esp_mphal: call_dupterm_read(): Fix order of deactivating on EOF. by Paul Sokolovsky · 9 years ago
  4. 19e3c9d esp8266/esp_mphal: Don't swallow exceptions in dupterm's read()/write(). by Paul Sokolovsky · 9 years ago
  5. 47442d9 lib/utils/printf: Rework overriding printer of DEBUG_printf(). by Paul Sokolovsky · 9 years ago
  6. 3177ef5 esp8266: In callback helpers, pop nlr_buf on successful call. by Damien George · 9 years ago
  7. e813ea1 esp8266: Enable framebuf module. by Damien George · 9 years ago
  8. a525493 esp8266: Switch from using custom I2C driver to generic extmod one. by Damien George · 9 years ago
  9. ac63ca7 esp8266: Implement basic C-level pin HAL. by Damien George · 9 years ago
  10. 1a65ff1 esp8266: Protect modpyb.h header file from multiple inclusions. by Damien George · 9 years ago
  11. 3a37426 esp8266/scripts/inisetup.py: Use "-" in AP ESSID instead of space. by Damien George · 9 years ago
  12. 260b839 esp8266/scripts/inisetup.py: Set WPA/WPA2 AP mode with a predefined password. by Paul Sokolovsky · 9 years ago
  13. 40f5ecd esp8266: Add Python modules for initial configuration. by Paul Sokolovsky · 9 years ago
  14. 2f59352 esp8266/scripts/main.py: Remove stale file. by Paul Sokolovsky · 9 years ago
  15. 54b8966 esp8266/modnetwork: .config(): Add "password" param (W/O). by Paul Sokolovsky · 9 years ago
  16. 7acc252 esp8266/modnetwork: .config(): Add "authmode" param. by Paul Sokolovsky · 9 years ago
  17. 6f3fc9b esp8266/modnetwork: .config(): Check interface whose config is requested. by Paul Sokolovsky · 9 years ago
  18. f49d63a esp8266: Enable websocket module. by Paul Sokolovsky · 9 years ago
  19. 1cc81ed esp8266/modesp: Add freemem() and meminfo() functions. by Paul Sokolovsky · 9 years ago
  20. c734de4 esp8266/main: mp_builtin_open(): Implement, using vfs_proxy_call(). by Paul Sokolovsky · 9 years ago
  21. 6e87aeb esp8266: Implement multistage bootstrap sequence. by Damien George · 9 years ago
  22. 2c407bc esp8266: Switch from terse error messages to normal ones. by Damien George · 9 years ago
  23. d85439f esp8266/README: Add short troubleshooting section. by Paul Sokolovsky · 9 years ago
  24. 1a0a323 esp8266: Add initial implementation of machine.UART. by Damien George · 9 years ago
  25. 96eca22 esp8266: Make destination for vendor OS debug output soft-configurable. by Damien George · 9 years ago
  26. 2c8356c esp8266/modnetwork: require_if(): Report the actual interface required. by Paul Sokolovsky · 9 years ago
  27. de12502 esp8266: Move pyb.unique_id() to machine.unique_id(). by Paul Sokolovsky · 9 years ago
  28. 81fd568 esp8266: Move pyb.hard_reset() to machine.reset(). by Paul Sokolovsky · 9 years ago
  29. 69256ac esp8266: Bump heap size to 24k. by Paul Sokolovsky · 9 years ago
  30. debbaac esp8266: Update flashing instructions in README. by Paul Sokolovsky · 9 years ago
  31. 919b70b esp8266: Switch back to flashing combined firmware (single file). by Paul Sokolovsky · 9 years ago
  32. 8d2bcaf esp8266: Minimize gap between Inst/DataRAM segments and FlashROM segment. by Paul Sokolovsky · 9 years ago
  33. 9698a60 esp8266/ets_alt_task: Comment out debug output. by Paul Sokolovsky · 9 years ago
  34. fcd6862 esp8266: Bump iROM size to 512k. by Paul Sokolovsky · 9 years ago
  35. ef0c5db esp8266: Move .rodata where it belongs with -mforce-l32 help. by Paul Sokolovsky · 9 years ago
  36. 333a63e esp8266/README: Add link to docs. by Paul Sokolovsky · 9 years ago
  37. a0cb4ed esp8266: Use VM_HOOK to call ets_loop_iter within the VM. by Damien George · 9 years ago
  38. 6a051a8 esp8266/uart: Get ctrl-C working now that event-based REPL is disabled. by Damien George · 9 years ago
  39. fb6cc96 esp8266/uart: Comment out old, unused rx buffering code. by Damien George · 9 years ago
  40. fc4c43a esp8266: Switch to non event-driven REPL to support paste mode. by Paul Sokolovsky · 9 years ago
  41. 785cf9a esp8266: Support dedicated REPL loop (aka pull-style). by Paul Sokolovsky · 9 years ago
  42. 777232c esp8266: Disallow recursive calls to REPL. by Paul Sokolovsky · 9 years ago
  43. 5531437 esp8266: Move PHY mode constants from modesp to modnetwork. by Paul Sokolovsky · 9 years ago
  44. 4b597a1 esp8266: Reset term_obj on reboot. by Damien George · 9 years ago
  45. 98af891 esp8266: Implement input part of dupterm handling. by Paul Sokolovsky · 9 years ago
  46. 61fa7c8 esp8266: Switch back to accumulating input data via ring buffer. by Paul Sokolovsky · 9 years ago
  47. 2e75a17 esp8266: Fix issue when current repl line was garbage-collected. by Paul Sokolovsky · 9 years ago
  48. 9475cc5 esp8266: Support synchronous wifi scanning. by Damien George · 9 years ago
  49. d88250c esp8266: Reduce heap size for now to avoid random segfaults on WiFi connect. by Paul Sokolovsky · 9 years ago
  50. c4506ed esp8266: Let esp8266 "os" messages go to standard (REPL) UART. by Paul Sokolovsky · 9 years ago
  51. 402a743 esp8266/esp_mphal: Add support for debug UART-only output. by Paul Sokolovsky · 9 years ago
  52. 8fc5e56 esp8266: Enable uos.dupterm() method. by Paul Sokolovsky · 9 years ago
  53. c961889 esp8266: Add basic support for duplicating REPL output. by Paul Sokolovsky · 9 years ago
  54. 6ca17c1 esp8266: Implement os.urandom function. by Damien George · 9 years ago
  55. b4070ee esp8266: Allow to build without FatFs support again. by Paul Sokolovsky · 9 years ago
  56. 2f02302 esp8266: Support importing modules from filesystem. by Paul Sokolovsky · 9 years ago
  57. 71d40f1 esp8266: Zero out fs_user_mount state on (soft) reset. by Damien George · 9 years ago
  58. 9edd736 esp8266/moduos: Add os.remove(), proxying to VFS object. by Paul Sokolovsky · 9 years ago
  59. e8e116e esp8266/moduos: Factor out VFS method proxy helper. by Paul Sokolovsky · 9 years ago
  60. 8b08a0d esp8266/moduos: Add listdir() proxy for MP_STATE_PORT(fs_user_mount)[0]. by Paul Sokolovsky · 9 years ago
  61. 61230e0 esp8266/moduos: Use mp_rom_map_elem_t for static const dictionary. by Damien George · 9 years ago
  62. b01a373 esp8266: deploy: Use --flash_size=8m option to esptool.py. by Paul Sokolovsky · 9 years ago
  63. cd6194a esp8266/esp8266.ld: Put FatFs to FlashROM. by Paul Sokolovsky · 9 years ago
  64. 374654f esp8266: Enable FatFs support. by Paul Sokolovsky · 9 years ago
  65. fe9bc0c esp8266/README: Update for the current status of the port. by Paul Sokolovsky · 9 years ago
  66. bbc65d4 esp8266/modesp: flash_read(): Accept buffer to read to as a second argument. by Paul Sokolovsky · 9 years ago
  67. fd86bf5 esp8266/modesp: flash_write(): Writes in multiples of 4 bytes. by Paul Sokolovsky · 9 years ago
  68. 53302f1 esp8266: Set up UART handling task soon into init process. by Paul Sokolovsky · 9 years ago
  69. 935e021 esp8266: Put modpybi2c.o to FlashROM. by Paul Sokolovsky · 9 years ago
  70. c33a760 esp8266/tests: Add neopixel.py test. by Damien George · 9 years ago
  71. 3962766 esp8266: Add esp.neopixel_write function to bit-bang WS2812 data. by Damien George · 9 years ago
  72. b62bead esp8266: Link ADC class into machine module. by Damien George · 9 years ago
  73. f71c069 esp8266: Put utils.o to FlashROM. by Paul Sokolovsky · 9 years ago
  74. 9c7e335 esp8266: Put lexerstr32.o into FlashROM. by Paul Sokolovsky · 9 years ago
  75. ba640bd esp8266/esppwm.c: Fix IRQ handler prototype. by Paul Sokolovsky · 9 years ago
  76. 632d8ef esp8266: Add PWM support. by Damien George · 9 years ago
  77. 82b95f6 esp8266: Implement software SPI class. by Damien George · 9 years ago
  78. ac67154 esp8266/README: Remove outdated reference to initial port heap size. by Paul Sokolovsky · 9 years ago
  79. a5d48b1 esp8266: Add tests/onewire.py as a driver and test code for ds18b20 dev. by Damien George · 10 years ago
  80. 78d0dde esp8266: Add onewire helper functions as C module. by Damien George · 10 years ago
  81. 0cdbd35 esp8266: Implement bit-bang I2C read, and add i2c.readfrom method. by Damien George · 9 years ago
  82. 5b9f361 esp8266: Clean up bit-bang I2C implementation. by Damien George · 9 years ago
  83. 667d64b esp8266/modpybi2c: Add missing include. by Paul Sokolovsky · 9 years ago
  84. dd32f02 esp8266: Add basic I2C driver, with init and writeto methods. by Damien George · 9 years ago
  85. 7059c8c esp8266: Expose pin object as a public structure for use as C pin API. by Damien George · 9 years ago
  86. a1d072d esp8266: Enable auto-indent in REPL. by Paul Sokolovsky · 10 years ago
  87. df1f678 esp8266: Add "socket" and "usocket" aliases for lwip module. by Paul Sokolovsky · 9 years ago
  88. 494aea3 esp8266: Enable non-blocking stream support. by Paul Sokolovsky · 10 years ago
  89. 5bc9398 esp8266: Enable more extmod's: uheapq, ure, uzlib. by Damien George · 9 years ago
  90. 8000d51 esp8266: Add module weak link from json to ujson. by Damien George · 9 years ago
  91. 1a0adf4 esp8266: Enable urandom module. by Paul Sokolovsky · 10 years ago
  92. e673714 esp8266: Make mp_hal_delay_us work with new event framework. by Damien George · 9 years ago
  93. 58e2ad4 esp8266: Update README with the latest features. by Paul Sokolovsky · 9 years ago
  94. 556a1df esp8266/ets_alt_task: Make FIRST_PRIO=0 to cover all task priorities. by Damien George · 9 years ago
  95. 9d7b871 esp8266: Store frozen modules in FlashROM. by Paul Sokolovsky · 9 years ago
  96. e5c39a3 esp8266: Switch to lwIP built from source. by Paul Sokolovsky · 10 years ago
  97. 3d0e3a3 esp8266: Mention git submodule in build instructions for esp8266 port. by Christopher Arndt · 9 years ago
  98. 932f07c esp8266: Rejig Makefile so extmod/modlwip.o is placed under build/. by Damien George · 10 years ago
  99. 4c2cb7e esp8266: Define MICROPY_EVENT_POLL_HOOK for the port. by Paul Sokolovsky · 9 years ago
  100. 6e5c31c esp8266: Be sure to build ets_alt_task. by Paul Sokolovsky · 9 years ago