10060 Commits (6d82499a487a5f528e268c6d0415393965a75587)
 

Author SHA1 Message Date
Damien George f8f2724297 stm32/qspi: Enable sample shift and disable timeout counter. 6 years ago
Damien George 47e551ba59 cc3200/mpconfigport.h: Disable compiler optimisation of OrderedDict. 6 years ago
Damien George 0779693c23 py/compile: Add optimisation to compile OrderedDict inplace. 6 years ago
Damien George 8ce22662fe esp8266/modmachine: Call ets_event_poll after waiti in machine.idle. 6 years ago
Damien George 9b2a97a903 extmod/modwebrepl: Fix logic to handle a put of file of size 0. 6 years ago
Damien George ed1a88e263 extmod/modlwip: Don't require a port to define concurrency macros. 6 years ago
Damien George 12ce9f2689 py/compile: Fix handling of unwinding BaseException in async with. 6 years ago
Damien George 823b31e528 stm32/boards/NUCLEO_F429ZI: Enable lwIP and Ethernet peripheral. 6 years ago
Damien George ed0a530614 stm32/boards/STM32F769DISC: Enable lwIP and Ethernet peripheral. 6 years ago
Damien George b3513f54d3 stm32/boards/STM32F7DISC: Enable lwIP and Ethernet peripheral. 6 years ago
Damien George 8daec24168 stm32/boards/NUCLEO_F767ZI: Enable lwIP and Ethernet peripheral. 6 years ago
Damien George ac3e2f380d stm32/modnetwork: Don't call NIC callback if it's NULL. 6 years ago
Damien George 08a24c5f41 stm32/mpconfigport.h: Enable lwIP concurrency protection mechanism. 6 years ago
Damien George c55709bf29 stm32/network_lan: Add high-level network.LAN interface to ETH driver. 6 years ago
Damien George c950a1a35d stm32/eth: Add low-level Ethernet MAC driver. 6 years ago
Damien George b6791ffbbe lib/netutils: Add function to print tracing info for Ethernet frames. 6 years ago
Damien George 39ea132e1d extmod/modlwip: Add concurrency protection macros. 6 years ago
Damien George cc63e19332 stm32/mphalport: Add mp_hal_get_mac() helper function. 6 years ago
Damien George 75a35448e1 stm32/boards/NUCLEO_F767ZI: Fix up comments about HCLK computation. 6 years ago
Yonatan Goldschmidt 9521399044 docs/uos: Document extra requirements on stream objs passed to dupterm. 6 years ago
Petr Kracík 21f9329d5d esp32/modnetwork: Fix wifi.isconnected to return False after disconnect. 6 years ago
Damien George 55ff562c70 unix/modffi: Eliminate unused-argument warning when debugging disabled. 6 years ago
Damien George 4ee2c2a4cd py: Eliminate warnings about unused arguments when debugging disabled. 6 years ago
Petr Kracík 5801a003f0 esp32/network_lan: Make power arg to constructor optional. 6 years ago
Petr Kracík 01c1432e32 esp32/modnetwork: Catch and report Ethernet events. 6 years ago
Petr Kracík 7d8c71c222 esp32/network_lan: Add arg to constructor to set clock mode for ETH PHY. 6 years ago
Damien George be41d6d6f9 tests/basics: Add tests for try-except-else and try-except-else-finally. 6 years ago
Stig Bjørlykke c72391c4ce nrf/pwm: Remove superfluous NULL in machine_hard_pwm_instances. 6 years ago
Stig Bjørlykke 6ca03fe8bd nrf/readme: Update make flash command when defining board. 6 years ago
Glenn Ruben Bakke ca2bb66127 nrf/bluetooth: Resolve compilation warning in ble_drv.c. 6 years ago
Glenn Ruben Bakke 0c6f5bc529 nrf/bluetooth: Improve advertisment behavior for nrf52 targets. 6 years ago
Glenn Ruben Bakke ee3a01f25c nrf/readme: Update link to nrfjprog download. 6 years ago
Andrew Leech 8ed4a28dae stm32/sdram: Increase GPIO speed for SDRAM interface to "very high". 6 years ago
Damien George 7bc71f5446 py/objfun: Make fun_data arg of mp_obj_new_fun_asm() a const pointer. 6 years ago
Damien George bf352047de py/obj.h: Remove obsolete mp_obj_new_fun_viper() declaration. 6 years ago
Damien George 2b575418b6 py/qstr: Evaluate find_qstr only once then pass to Q_GET_HASH macro. 6 years ago
Dave Hylands a270cf280b stm32/stm32_it: Fix RTC IRQ handler to handle all EXTI IRQs on F0 MCUs. 6 years ago
Dave Hylands 67b326d97e stm32/extint: Remove unused (and incorrect) EXTI defines. 6 years ago
Dave Hylands 3d17d9b578 stm32/extint: Add non-GPIO EXTI IRQ sources for F0. 6 years ago
Dave Hylands 92fec603d0 stm32/make-stmconst.py: Improve regex to parse more constants. 6 years ago
Dave Hylands 9441f4b682 stm32/extint: Fix RTC Alarm/FS USB EXTI constants for L4. 6 years ago
Dave Hylands 363900be5d stm32/extint: Fix ExtInt to work with non-GPIO pins. 6 years ago
Damien George 303f27f656 esp32/modsocket: Change socket.socket to be socket type rather than fun. 6 years ago
Damien George 42c0e440b9 extmod/modlwip: Fix bug when polling listening socket with backlog=1. 6 years ago
Damien George c65e5c88b8 stm32/boards/stm32f429.ld: Increase uPy heap size by 64k for F429 MCU. 6 years ago
Damien George ed09e13943 esp32/modsocket: Fix usocket.send to accept anything with buffer proto. 6 years ago
Damien George 7ef9482b8a extmod/modlwip: Change #ifdef to #if for check of MICROPY_PY_LWIP. 6 years ago
Damien George c551169bd8 stm32/mboot: Add hook to run board-specific code early on startup. 6 years ago
Damien George 65b1fefa31 stm32/modmachine: Add ability to pass through user data to mboot. 6 years ago
Damien George 3669198403 stm32/mboot: Add support script which can program mboot and application. 6 years ago