1494 Commits (f62cc41fac007f38b661e09d638385241084a540)

Author SHA1 Message Date
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
Damien George a3dc1b1957 all: Remove inclusion of internal py header files. 7 years ago
Damien George b00040c43c esp8266/esp_mphal: Send data in chunks to mp_uos_dupterm_tx_strn. 7 years ago
David Lechner 62849b7010 py: Add config option to print warnings/errors to stderr. 7 years ago
Damien George d29b709642 stm32/timer: Enable ARPE so that timer freq can be changed smoothly. 7 years ago
Damien George f7f4bf0321 stm32/usbdev: Move all the USB device descriptor state into its struct. 7 years ago
Damien George db7f4aa2cb stm32/usbdev: Make device descriptor callbacks take a state pointer. 7 years ago
Damien George dbff0164b3 stm32/usbdev: Merge all global USB device state into a single struct. 7 years ago
Damien George 0ea73d2da7 stm32/usbdev: Simplify pointers to MSC state and block dev operations. 7 years ago
Damien George f8f17f48c5 stm32/usbdev: Put all state for the USB device driver in a struct. 7 years ago
Damien George 35e3435f6e stm32/usbdev/core: Add state parameter to all callback functions. 7 years ago
Damien George b3b922f177 stm32/usbdev: Simplify HID tx/rx buffer passing. 7 years ago
Damien George e04b478050 stm32/usbdev: Simplify CDC tx/rx buffer passing. 7 years ago
Damien George 77e1da40e2 stm32/usbdev: Put all HID state in a struct. 7 years ago
Damien George 980b33177b stm32/usbdev: Put all CDC state in a struct. 7 years ago
Damien George ede8a0235b py/vstr: Raise a RuntimeError if fixed vstr buffer overflows. 7 years ago
Damien George 347de3e218 stm32/usbdev: Change static function variable to non-static. 7 years ago
Damien George 78602a217f stm32/usbdev: Make the USBD callback struct const so it can go in ROM. 7 years ago
Damien George aca498c2b0 stm32/mpconfigport.h: Add configuration for max periphs on L4 series. 7 years ago
Damien George d7cd1d2027 stm32/timer: Make pyb.Timer() instances persistent. 7 years ago
Damien George da8c4c2653 py/builtinhelp: Change signature of help text var from pointer to array. 7 years ago
Damien George eea5fcc442 stm32/make-stmconst.py: Make sure mpz const data lives in ROM. 7 years ago
Paul Sokolovsky c46d480adc zephyr/Makefile: Revamp "test" target after ports were moved to ports/. 7 years ago
Paul Sokolovsky d6f9d64d97 tests/class_reverse_op: Test for reverse arith ops special methods. 7 years ago
Paul Sokolovsky eb84a830df py/runtime: Implement dispatch for "reverse op" special methods. 7 years ago
Paul Sokolovsky 9355cca610 esp8266: Set DEFPSIZE=1024, MINCACHE=3 for "btree" module. 7 years ago
Paul Sokolovsky 9b4666dad5 esp8266/posix_helpers: Set ENOMEM on memory alloc failure. 7 years ago
Paul Sokolovsky 5671a11b81 esp8266: Rename axtls_helpers.c to posix_helpers.c. 7 years ago
Tobias Badertscher bd71b3252a stm32/boards: Add new board B_L475E_IOT01A based on STM32L475. 7 years ago
Damien George cc7fece309 stm32/modnwwiznet5k: Release the GIL on blocking network operations. 7 years ago
Damien George 19f1b39d6f stm32/i2c: When scanning for I2C devices only do 1 probe per address. 7 years ago
Damien George 069fc48bf6 stm32/boards: Fix I2C1 pin mapping on NUCLEO_F401RE/F411RE boards. 7 years ago
Damien George 21c889baeb stm32/boards: Change linker scripts to use "K" instead of hex byte size. 7 years ago
Damien George 81375eb470 stm32/boards: Change remaining stm32f4xx_hal_conf.h to unix line ending. 7 years ago
Damien George 3101a8fe32 stm32: Replace stray tabs with spaces. 7 years ago
Damien George f1dd0fd7df stm32: Remove unused usbd_msc.c file. 7 years ago
Damien George 4a93801c12 all: Update Makefiles and others to build with new ports/ dir layout. 7 years ago
Damien George 01dd7804b8 ports: Make new ports/ sub-directory and move all ports there. 7 years ago