index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
esp8266
/
Makefile
Age
Commit message (
Expand
)
Author
2016-10-07
esp8266: Add FLASH_MODE,FLASH_SIZE options for make deploy target.
dmanso
2016-09-29
lib/interrupt_char: Factor out typical Ctrl+C handling from esp8266 port.
Paul Sokolovsky
2016-09-17
py: Move frozen modules rules from esp8266 port for reuse across ports.
Paul Sokolovsky
2016-09-17
esp8266/Makefile: Rename SCRIPTDIR to FROZEN_DIR for consistency.
Paul Sokolovsky
2016-09-05
unix,stmhal,esp8266: When find'ing frozen files follow symbolic links.
Damien George
2016-09-05
py: Add MICROPY_USE_INTERNAL_PRINTF option, defaults to enabled.
Delio Brignoli
2016-09-04
esp8266/modmachine: Simplify SPI class implementation multiplexing.
Paul Sokolovsky
2016-08-31
unix,stmhal,esp8266: When find'ing frozen files don't use extra slash.
Damien George
2016-08-28
esp8266/modmachinewdt: Implement machine.WDT class.
Paul Sokolovsky
2016-08-19
esp8266/modmachinespi: Add a factory method for SoftSPI/HSPI
Radomir Dopieralski
2016-08-19
esp8266/modpybhspi: Add a HSPI module for hardware SPI support
Radomir Dopieralski
2016-07-31
esp8266: Enable btree module.
Paul Sokolovsky
2016-07-16
esp8266: Cache Xtensa-built libaxtls.a in local build dir.
Paul Sokolovsky
2016-07-13
esp8266: Select axTLS for SSL implementation, following recent refactor.
Paul Sokolovsky
2016-06-29
esp8266: Enable frozen bytecode, with scripts in modules/ subdir.
Damien George
2016-06-12
esp8266/Makefile: Enable --verify option for esptool.py write_flash.
Paul Sokolovsky
2016-05-27
esp8266/Makefile: Document "disable" value for UART_OS.
Paul Sokolovsky
2016-05-26
esp8266: Enable DHT C-level driver.
Damien George
2016-05-19
esp8266: Add APA102 serial individually controllable LEDs support.
misterdanb
2016-05-02
esp8266/Makefile: Be sure to pass cross-compiling AR when building axtls.
Paul Sokolovsky
2016-04-29
esp8266/help: Implement help() builtin.
Paul Sokolovsky
2016-04-28
esp8266: Set suitable values for axtls's RT_MAX_PLAIN_LENGTH & RT_EXTRA.
Paul Sokolovsky
2016-04-28
esp8266: Move pyb.info() function to esp module and remove pyb module.
Damien George
2016-04-28
esp8266/Makefile: Enable "ussl" module.
Paul Sokolovsky
2016-04-28
esp8266/Makefile: Support linking with axTLS built from source.
Paul Sokolovsky
2016-04-27
esp8266/axtls_helpers: Helper/wrapper functions for axTLS.
Paul Sokolovsky
2016-04-27
esp8266/Makefile: Override abort() when building axtls.
Paul Sokolovsky
2016-04-27
esp8266/Makefile: Add target to build axTLS.
Paul Sokolovsky
2016-04-25
py: Move call_function_*_protected() functions to py/ for reuse.
Paul Sokolovsky
2016-04-16
esp8266: Adapt port to use new auto-qstr generation.
Damien George
2016-04-15
esp8266: Enable input() builtin.
Paul Sokolovsky
2016-04-14
esp8266: Separate 1-wire timing funcs from Python module to save iRAM.
Damien George
2016-04-14
esp8266: Add hard IRQ callbacks for pin change on GPIO0-15.
Damien George
2016-04-12
esp8266: Switch from using custom I2C driver to generic extmod one.
Damien George
2016-04-06
esp8266: Add initial implementation of machine.UART.
Damien George
2016-04-03
esp8266: Switch back to flashing combined firmware (single file).
Paul Sokolovsky
2016-04-03
esp8266: Minimize gap between Inst/DataRAM segments and FlashROM segment.
Paul Sokolovsky
2016-04-03
esp8266: Move .rodata where it belongs with -mforce-l32 help.
Paul Sokolovsky
2016-03-29
esp8266: Let esp8266 "os" messages go to standard (REPL) UART.
Paul Sokolovsky
2016-03-28
esp8266: deploy: Use --flash_size=8m option to esptool.py.
Paul Sokolovsky
2016-03-27
esp8266: Enable FatFs support.
Paul Sokolovsky
2016-03-26
esp8266: Add esp.neopixel_write function to bit-bang WS2812 data.
Damien George
2016-03-26
esp8266: Add PWM support.
Damien George
2016-03-25
esp8266: Implement software SPI class.
Damien George
2016-03-24
esp8266: Add onewire helper functions as C module.
Damien George
2016-03-24
esp8266: Add basic I2C driver, with init and writeto methods.
Damien George
2016-03-17
esp8266: Store frozen modules in FlashROM.
Paul Sokolovsky
2016-03-12
esp8266: Switch to lwIP built from source.
Paul Sokolovsky
2016-03-11
esp8266: Rejig Makefile so extmod/modlwip.o is placed under build/.
Damien George
2016-03-11
esp8266: Be sure to build ets_alt_task.
Paul Sokolovsky
[next]