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
Age
Commit message (
Expand
)
Author
2016-06-01
esp8266/quickref: Use local image of Adafruit Huzzah board.
Paul Sokolovsky
2016-06-01
docs: math, cmath: Add port availability information.
Paul Sokolovsky
2016-06-01
docs/math: Typo fix.
Paul Sokolovsky
2016-06-01
esp8266: Provide a dedicated variable to disable ets_loop_iter.
Damien George
2016-06-01
esp8266/rtc: Set RTC user memory length to 0 on first boot.
Damien George
2016-05-31
esp8266/moduos.c: Add stat() to the module uos of esp8266.
Robert HH
2016-05-31
esp8266: Enable MICROPY_PY_IO_FILEIO to get compliant text/binary streams.
Paul Sokolovsky
2016-05-31
extmod/machine: Add MICROPY_PY_MACHINE_PULSE config for time_pulse_us.
Damien George
2016-05-31
esp8266/modmachine: Add machine.time_pulse_us function.
Damien George
2016-05-31
docs/library/machine: Add documentation for machine.time_pulse_us.
Damien George
2016-05-31
extmod: Add machine time_pulse_us function (at C and Python level).
Damien George
2016-05-31
extmod/vfs_fat: Mark anused "self" arg for fat_vfs_stat().
Paul Sokolovsky
2016-05-31
stmhal/dac: DAC deinit() method added.
Peter Hinch
2016-05-31
extmod/vfs_fat.c: Add vfs.stat().
Robert HH
2016-05-30
docs/esp8266/general: Remove duplicate phrase.
Tomas R
2016-05-30
esp8266/scripts/ntptime: Allow to override NTP server.
Paul Sokolovsky
2016-05-29
extmod/vfs_fat: getcwd(): Use mp_obj_new_exception_arg1().
Paul Sokolovsky
2016-05-29
stmhal/moduos: getcwd(): Use mp_obj_new_exception_arg1().
Paul Sokolovsky
2016-05-29
esp8266/moduos: Add chdir() and getcwd() functions.
Paul Sokolovsky
2016-05-29
tests/extmod/vfs_fat_ramdisk: Add testcases for chdir(), getcwd().
Paul Sokolovsky
2016-05-29
extmod/vfs_fat: chdir(), getcwd() methods should accept VFS object (self).
Paul Sokolovsky
2016-05-29
extmod/vfs_fat: Add getcwd() method.
Paul Sokolovsky
2016-05-29
extmod/vfs_fat: Add chdir() method.
Paul Sokolovsky
2016-05-29
esp8266/uart: Properly initialise UART0 RXD pin in uart_config.
Damien George
2016-05-29
esp8266/modnetwork: Allow to press ctrl-C while scan() is running.
Damien George
2016-05-29
esp8266/modnetwork: Protect scan() callback against memory errors.
Damien George
2016-05-29
esp8266/modnetwork: scan() is only supported by STA when it's enabled.
Damien George
2016-05-28
py/modstruct: Allow to have "0s" in struct format.
Damien George
2016-05-28
README: "quick build": Use "make axtls" after all.
Paul Sokolovsky
2016-05-28
unix/Makefile: "make axtls": Automatically fetch submodules if missing.
Paul Sokolovsky
2016-05-28
README: Add "make deplibs" to quick build section.
Paul Sokolovsky
2016-05-28
unix/mpconfigport.mk: Document MICROPY_STANDALONE make-level option.
Paul Sokolovsky
2016-05-28
tools: Upgrade upip to 0.7.
Paul Sokolovsky
2016-05-28
py/moduerrno: Add ECONNREFUSED, one of frequent networking errors.
Paul Sokolovsky
2016-05-27
extmod/vfs_fat*: Replace text error messages by POSIX error numbers.
Robert HH
2016-05-27
extmod/virtpin: Initial implementation of open-ended C-level Pin interface.
Paul Sokolovsky
2016-05-27
esp8266/Makefile: Document "disable" value for UART_OS.
Paul Sokolovsky
2016-05-26
esp8266: Add dht.py script for high-level control of DHT11/DHT22 sensor.
Damien George
2016-05-26
esp8266: Enable DHT C-level driver.
Damien George
2016-05-26
drivers: Add C-level function to read DHT11 and DHT22 devices.
Damien George
2016-05-26
extmod/machine_i2c: Redo mp_hal_pin macros to use open_drain and od_low.
Damien George
2016-05-26
docs/machine: Make disable_irq and enable_irq docs available for all.
Damien George
2016-05-26
esp8266/modmachine: Add disable_irq and enable_irq functions.
Damien George
2016-05-26
esp8266/ets_alt_task: Don't run ets_loop_iter if irqs are disabled.
Damien George
2016-05-26
esp8266/xtirq: Add xtirq.h for controlling xtensa irqs.
Damien George
2016-05-26
esp8266/modpybspi: Configure pins when initialising an SPI object.
Damien George
2016-05-26
esp8266: Add mp_hal_pin_input() and mp_hal_pin_output() functions.
Damien George
2016-05-26
.travis.yml: Install gcc-arm-none-eabi with --force-yes for now.
Paul Sokolovsky
2016-05-26
unix: Enable "ussl" module.
Paul Sokolovsky
2016-05-26
extmod/modussl: Coverage build fixes.
Paul Sokolovsky
[next]