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
2017-11-20
stm32/led: Remove unused LED enum constants.
Damien George
2017-11-20
stm32/boards: Remove obsolete and unused board-specific defines.
Damien George
2017-11-20
stm32/boards: Add support for NUCLEO-F746ZG evaluation board.
Jaroslav Sykora
2017-11-20
stm32/boards/stm32f746_af.csv: Fix typos in AF table.
Damien George
2017-11-16
py/objstr: Remove "make_qstr_if_not_already" arg from mp_obj_new_str.
Damien George
2017-11-15
stm32/boards/NUCLEO_F429ZI: Incr CPU freq to 168MHz to get USB working.
Damien George
2017-11-14
esp8266/esp8266_common.ld: Put .text of more libs into .irom0.text .
Paul Sokolovsky
2017-11-12
extmod/moduhashlib: Enable SHA1 hashing when using "mbedtls" library.
Christopher Cooper
2017-11-12
esp8266/README: Add section on using upip.
Paul Sokolovsky
2017-11-12
esp8266/README: Emphasize the need to change default WiFi password.
Paul Sokolovsky
2017-11-12
py/objnamedtuple: Add _asdict function if OrderedDict is supported
stijn
2017-11-08
py/mpconfig: Introduce reusable MP_HTOBE32(), etc. macros.
Paul Sokolovsky
2017-11-07
unix/moduselect: Fix nanbox build after adding .dump() method.
Paul Sokolovsky
2017-11-07
unix/moduselect: Add .dump() method for debugging.
Paul Sokolovsky
2017-11-05
esp8266/etshal.h: Make function prototypes compatible with ESP SDK 2.1.0+.
Paul Sokolovsky
2017-11-01
zephyr/README: "make qemu" was replaced with "make run".
Paul Sokolovsky
2017-11-01
teensy: Get port compiling without any warnings.
Damien George
2017-10-28
unix: Enable MICROPY_PY_REVERSE_SPECIAL_METHODS.
Paul Sokolovsky
2017-10-24
unix/modusocket: Remove #if MICROPY_SOCKET_EXTRA code blocks.
Paul Sokolovsky
2017-10-24
all: Use NULL instead of "" when calling mp_raise exception helpers.
Damien George
2017-10-23
unix: Rename modsocket.c to modusocket.c.
Paul Sokolovsky
2017-10-19
stm32: Make uos.dupterm() conform to specs by using extmod version.
Damien George
2017-10-19
stm32/mphalport: Improve efficiency of mp_hal_stdout_tx_strn_cooked.
Damien George
2017-10-17
stm32/modnwwiznet5k: Implement stream ioctl for the Wiznet driver.
Damien George
2017-10-17
stm32/modnwwiznet5k: Increase SPI bus speed to 42MHz.
Damien George
2017-10-16
stm32/modnwwiznet5k: Add support for W5500 Ethernet chip.
Damien George
2017-10-16
stm32/mpconfigport.h: Add MICROPY_THREAD_YIELD() macro.
Li Weiwei
2017-10-16
stm32/modusocket: Return OSError(-2) if getaddrinfo fails.
Damien George
2017-10-16
stm32/modusocket: Make getaddrinfo() work when passed an IP address.
Damien George
2017-10-16
stm32/modnwwiznet5k: Implement WIZNET5K.isconnected() method.
Damien George
2017-10-13
extmod/uos_dupterm: Update uos.dupterm() and helper funcs to have index.
Damien George
2017-10-13
stm32/usbd_cdc_interface.h: Fix code comments after recent refactor.
Li Weiwei
2017-10-13
stm32/usbd_cdc_interface: Don't reset CDC output buf on initialisation.
Damien George
2017-10-11
esp8266/modules/webrepl_setup: Add info about allowed password length.
Vitor Massaru Iha
2017-10-10
lib/libm: Remove implementation of log2f, use MP_NEED_LOG2 instead.
Damien George
2017-10-09
esp8266/modnetwork: Add "bssid" keyword arg to WLAN.connect() method.
Damien George
2017-10-07
zephyr: Switch to interrupt-driven pull-style console.
Paul Sokolovsky
2017-10-07
zephyr: Use CONFIG_NET_APP_SETTINGS to setup initial network addresses.
Paul Sokolovsky
2017-10-06
stm32/boards: Fix typos in stm32f767_af.csv table.
Damien George
2017-10-05
stm32/modnwwiznet5k: Get the IP address of an established socket.
Li Weiwei
2017-10-05
py/persistentcode: Bump .mpy version number to version 3.
Damien George
2017-10-04
all: Remove inclusion of internal py header files.
Damien George
2017-10-03
esp8266/esp_mphal: Send data in chunks to mp_uos_dupterm_tx_strn.
Damien George
2017-09-26
py: Add config option to print warnings/errors to stderr.
David Lechner
2017-09-25
stm32/timer: Enable ARPE so that timer freq can be changed smoothly.
Damien George
2017-09-22
stm32/usbdev: Move all the USB device descriptor state into its struct.
Damien George
2017-09-22
stm32/usbdev: Make device descriptor callbacks take a state pointer.
Damien George
2017-09-21
stm32/usbdev: Merge all global USB device state into a single struct.
Damien George
2017-09-21
stm32/usbdev: Simplify pointers to MSC state and block dev operations.
Damien George
2017-09-21
stm32/usbdev: Put all state for the USB device driver in a struct.
Damien George
[next]