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
/
ports
Age
Commit message (
Expand
)
Author
2018-01-31
esp8266/modules: Move dht.py driver to drivers/dht directory.
Damien George
2018-01-31
windows: Add Appveyor CI builds for windows mingw port
stijn
2018-01-31
stm32/modmachine: Handle case of no MICROPY_PY_MACHINE_I2C.
Peter D. Gray
2017-12-29
py/nlr: Fix nlr functions for 64bit ports built with gcc on Windows
stijn
2017-12-29
windows/mpconfigport: Enable some features, including the Python stack
stijn
2017-12-29
windows/mpconfigport: Provide off_t definition for MSVC port
stijn
2017-12-28
stm32/spi: If MICROPY_HW_SPIn_MISO undefined, do not claim pin on init.
Peter D. Gray
2017-12-26
zephyr/main: Remove unused do_str() function.
Paul Sokolovsky
2017-12-26
zephyr/Makefile: clean: Clean libmicropython.a too.
Paul Sokolovsky
2017-12-23
stm32/i2c: Support more I2C baudrates for F746, and more F7 MCUs.
Damien George
2017-12-23
stm32/i2c: Fix bug with I2C4 initialisation.
Damien George
2017-12-23
stm32/uart: Support board configs with CTS/RTS on UART6.
Damien George
2017-12-22
esp8266/Makefile: Remove commented-out unused lines.
Damien George
2017-12-22
esp32/README: Update toolchain setup.
Ayke van Laethem
2017-12-22
stm32/uart: Add support for 7-bit modes: 7N1 and 7N2.
Peter D. Gray
2017-12-22
stm32: Allow to build a board without any hardware I2C ports defined.
Damien George
2017-12-22
stm32: Use corrected capitalization of HAL_SD_CardStateTypedef.
Peter D. Gray
2017-12-20
qemu-arm/test_main: Include setjmp.h because it's used by gc_collect.
Damien George
2017-12-19
unix/mpconfigport_coverage.h: Enable MICROPY_PY_IO_RESOURCE_STREAM.
Damien George
2017-12-19
tests/unix: Add test for printf with %lx format.
Damien George
2017-12-18
esp32/machine_hw_spi: Remove unnecessary white space for consistency.
Damien George
2017-12-18
esp32/machine_hw_spi: Fix large HW SPI transfers by splitting them up.
Eric Poulsen
2017-12-16
unix/mpconfigport.h: Allow to override stackless options from commandline.
Paul Sokolovsky
2017-12-16
unix/Makefile: coverage: Allow user to pass CFLAGS_EXTRA.
Paul Sokolovsky
2017-12-15
zephyr/prj_base.conf: Bump MAIN_STACK_SIZE to let builtin testsuite run.
Paul Sokolovsky
2017-12-15
zephyr: Add support for binary with builtin testsuite.
Paul Sokolovsky
2017-12-14
esp8266/machine_hspi: After an SPI write wait for last byte to transfer.
Damien George
2017-12-13
stm32/usbdev: Pass thru correct val for SCSI PreventAllowMediumRemoval.
Damien George
2017-12-13
ports/qemu-arm: Rework "test" target using upytesthelper.
Paul Sokolovsky
2017-12-13
esp32: Add custom partitions.csv file with uPy specific size.
Eric Poulsen
2017-12-13
esp32/Makefile: Support using IDF_PATH as the env var to the IDF source.
Damien George
2017-12-13
esp32/modesp: Add osdebug() function to disable or change IDF logging.
Alex King
2017-12-13
esp32/mpconfigport.h: Enable websocket module.
Damien George
2017-12-13
esp32: Implement wired Ethernet via network.LAN().
Eric Poulsen
2017-12-13
esp32/mpconfigport.h: Enable ussl finaliser.
Damien George
2017-12-13
esp32/modnetwork.c: Fix for setting DNS with network.WLAN.ifconfig().
Eric Poulsen
2017-12-13
esp32/modules: Symlink in ntptime.py from esp8266/modules.
Damien George
2017-12-13
esp32: Update to latest ESP IDF.
Damien George
2017-12-13
esp32/machine_pwm: Always set the channel in the PWM object.
Damien George
2017-12-13
esp32/modutime.c: Add localtime and mktime functions.
Nick Moore
2017-12-13
esp32/README: Update general description of port to add avail features.
Damien George
2017-12-13
esp32: Implement machine.WDT() class.
Eric Poulsen
2017-12-13
esp32: Call initialization function on sha1 and sha256.
Nick Moore
2017-12-13
esp32/mphalport.h: Make mp_hal_pin_<dir> select gpio on the pad.
Eric Poulsen
2017-12-13
esp32/mpconfigport.h: Add missing uhashlib.
Nick Moore
2017-12-13
esp32/modsocket: Implement setsockopt(IP_ADD_MEMBERSHIP).
Timmenem
2017-12-13
esp32/modnetwork: Give better error msgs for AP timeout and not-found.
Damien George
2017-12-13
esp32: Add new port to Espressif ESP32 SoC.
Damien George
2017-12-11
stm32: Add support for using the Python stack.
Damien George
2017-12-11
unix: Add support for using the Python stack.
Damien George
[next]