287 Commits (b4f814c9b75939a33caa769e87b8d1e9c82227f3)

Author SHA1 Message Date
Paul Sokolovsky 3a431fba50 esp8266/modnetwork: Make sure to intern string passed to .config("param"). 7 years ago
Paul Sokolovsky bb047558da zephyr/Makefile: syscall_macros.h generation was moved from CMake to make. 7 years ago
Damien George 6515acca70 stm32/boards/*_af.csv: Make consistent use of JTMS, JTCK, SWDIO, SWCLK. 7 years ago
Damien George 8f20231909 stm32/boards/stm32f767_af.csv: Update AF table based on datasheet. 7 years ago
Damien George 4e056d82cc esp8266/modules/webrepl_setup: Fix first-time enable of WebREPL. 7 years ago
Paul Sokolovsky b369c1bb96 zephyr/Makefile: Make prj_$(BOARD).conf optional, again. 7 years ago
Paul Sokolovsky a036554a77 zephyr/Makefile: Convert to new CMake-based Zephyr build system. 7 years ago
Paul Sokolovsky 25b7c7d7c6 zephyr/prj_base.conf: Force zephyr.bin build output. 7 years ago
Paul Sokolovsky 53e06e05c9 zephyr/Makefile: clean: Remove generated prj_*_merged.conf. 7 years ago
Damien George 811ddcc65f stm32/led: Remove unused LED enum constants. 7 years ago
Damien George 6906255dcd stm32/boards: Remove obsolete and unused board-specific defines. 7 years ago
Jaroslav Sykora 3e9e9b07ba stm32/boards: Add support for NUCLEO-F746ZG evaluation board. 7 years ago
Damien George bbac2df0cf stm32/boards/stm32f746_af.csv: Fix typos in AF table. 7 years ago
Damien George 4601759bf5 py/objstr: Remove "make_qstr_if_not_already" arg from mp_obj_new_str. 7 years ago
Damien George 2cafef857e stm32/boards/NUCLEO_F429ZI: Incr CPU freq to 168MHz to get USB working. 7 years ago
Paul Sokolovsky 964bf935a3 esp8266/esp8266_common.ld: Put .text of more libs into .irom0.text . 7 years ago
Christopher Cooper 7413b3ce3e extmod/moduhashlib: Enable SHA1 hashing when using "mbedtls" library. 7 years ago
Paul Sokolovsky 0535d03370 esp8266/README: Add section on using upip. 7 years ago
Paul Sokolovsky 9c209e4d09 esp8266/README: Emphasize the need to change default WiFi password. 7 years ago
stijn 79ed58f87b py/objnamedtuple: Add _asdict function if OrderedDict is supported 7 years ago
Paul Sokolovsky 1b146e9de9 py/mpconfig: Introduce reusable MP_HTOBE32(), etc. macros. 7 years ago
Paul Sokolovsky b9580b85a8 unix/moduselect: Fix nanbox build after adding .dump() method. 7 years ago
Paul Sokolovsky cb910c6a0c unix/moduselect: Add .dump() method for debugging. 7 years ago
Paul Sokolovsky e766a4af4a esp8266/etshal.h: Make function prototypes compatible with ESP SDK 2.1.0+. 7 years ago
Paul Sokolovsky 3a9b15fd79 zephyr/README: "make qemu" was replaced with "make run". 7 years ago
Damien George 5ae9586541 teensy: Get port compiling without any warnings. 7 years ago
Paul Sokolovsky 24c8eda744 unix: Enable MICROPY_PY_REVERSE_SPECIAL_METHODS. 7 years ago
Paul Sokolovsky 9a7e3469b2 unix/modusocket: Remove #if MICROPY_SOCKET_EXTRA code blocks. 7 years ago
Damien George f4059dcc0c all: Use NULL instead of "" when calling mp_raise exception helpers. 7 years ago
Paul Sokolovsky cfff12612f unix: Rename modsocket.c to modusocket.c. 7 years ago
Damien George d6bf3658f4 stm32: Make uos.dupterm() conform to specs by using extmod version. 7 years ago
Damien George 0eb333e3cf stm32/mphalport: Improve efficiency of mp_hal_stdout_tx_strn_cooked. 7 years ago
Damien George 8fa3d2996c stm32/modnwwiznet5k: Implement stream ioctl for the Wiznet driver. 7 years ago
Damien George 285ac58532 stm32/modnwwiznet5k: Increase SPI bus speed to 42MHz. 7 years ago
Damien George e36821a766 stm32/modnwwiznet5k: Add support for W5500 Ethernet chip. 7 years ago
Li Weiwei 5c437963d7 stm32/mpconfigport.h: Add MICROPY_THREAD_YIELD() macro. 7 years ago
Damien George 0a30ad96c8 stm32/modusocket: Return OSError(-2) if getaddrinfo fails. 7 years ago
Damien George 5d7b0b237b stm32/modusocket: Make getaddrinfo() work when passed an IP address. 7 years ago
Damien George 65ba481cb0 stm32/modnwwiznet5k: Implement WIZNET5K.isconnected() method. 7 years ago
Damien George 37282f8fc1 extmod/uos_dupterm: Update uos.dupterm() and helper funcs to have index. 7 years ago
Li Weiwei e39fcda8eb stm32/usbd_cdc_interface.h: Fix code comments after recent refactor. 7 years ago
Damien George 7c7c7b161d stm32/usbd_cdc_interface: Don't reset CDC output buf on initialisation. 7 years ago
Vitor Massaru Iha 1b7d6a7951 esp8266/modules/webrepl_setup: Add info about allowed password length. 7 years ago
Damien George 81a06d2c9c lib/libm: Remove implementation of log2f, use MP_NEED_LOG2 instead. 7 years ago
Damien George 6db132e130 esp8266/modnetwork: Add "bssid" keyword arg to WLAN.connect() method. 7 years ago
Paul Sokolovsky 4514f073c1 zephyr: Switch to interrupt-driven pull-style console. 7 years ago
Paul Sokolovsky 58ea239510 zephyr: Use CONFIG_NET_APP_SETTINGS to setup initial network addresses. 7 years ago
Damien George 6f1a615427 stm32/boards: Fix typos in stm32f767_af.csv table. 7 years ago
Li Weiwei 8c7db42ee3 stm32/modnwwiznet5k: Get the IP address of an established socket. 7 years ago
Damien George ff93fd4f50 py/persistentcode: Bump .mpy version number to version 3. 7 years ago