11325 Commits (b909e8b2dd007d8e7d61547768518b29bb4f833c)
 

Author SHA1 Message Date
David Lechner b1066a9f96 unix: Remove custom definition of MP_PLAT_PRINT_STRN. 5 years ago
Damien George 9fa32169e9 esp8266/modnetwork: Add support for wlan.ifconfig('dhcp'). 5 years ago
Damien George feb2577585 all: Remove spaces between nested paren and inside function arg paren. 5 years ago
stijn f62cc41fac windows/msvc: Fix warnings regarding function declarations. 5 years ago
stijn 1b3e0e10b9 tools/codeformat.py: Include all msvc C code in auto-format. 5 years ago
Maureen Helm 76a5b3a97a zephyr: Update machine.Pin class to use new zephyr gpio api. 5 years ago
Damien George 40255aff23 stm32/mboot: Remove unnecessary test for led being 1 in led_state. 5 years ago
Andrew Leech 9dd470b768 stm32/mboot: Update LED0 state from systick handler. 5 years ago
Andrew Leech 38ccb4c643 tools/pydfu.py: Display any error strings from device/mboot. 5 years ago
Andrew Leech f7130a99b6 stm32/mboot: Protect against invalid address flash writes. 5 years ago
Andrew Leech b41d08cf15 stm32/mboot: Update dfu state/status flags to better match standard. 5 years ago
Andrew Leech 03b1ed80e7 stm32/mboot: Allow overriding led_init and led_state in board folder. 5 years ago
Andrew Leech 2966d83a65 tools/pydfu.py: Add args for VID/PID & exit with cleaner error handling. 5 years ago
Jim Mussared 9715905b18 esp32/README.md: Update build instructions for newer toolchain. 5 years ago
Jim Mussared 0cd13081df esp8266/README.md: Add docker build instructions. 5 years ago
Damien George 8d34344dce esp8266/modmachine: Implement machine.soft_reset(). 5 years ago
Damien George 19ea30bdd5 tests/run-multitests.py: Print test summary and do exit(1) on failure. 5 years ago
Damien George 2cdf1d25f5 unix: Remove custom file implementation to use extmod's VFS POSIX one. 5 years ago
Damien George 68b1bc2042 extmod/vfs_posix_file: Lock GIL when writing and allow stdio flush. 5 years ago
Damien George ad9a0ec8ab all: Convert exceptions to use mp_raise_XXX helpers in remaining places. 5 years ago
Damien George 8f0778b209 extmod/modlwip: Properly handle non-blocking and timeout on UDP recv. 5 years ago
Damien George 00267aae0b extmod/modlwip: Fix polling of UDP socket so it doesn't return HUP. 5 years ago
Damien George eae495a714 stm32/main: Fix bug mounting 3rd SD partition. 5 years ago
Thomas Friebel baf8aa286a examples/bluetooth: Replace "connectable" parameter with "adv_type". 5 years ago
Maureen Helm 110a610f70 zephyr: Execute main.py file if it exists. 5 years ago
Maureen Helm 78c7e4a859 zephyr: Enable usb mass storage class on mimxrt1050_evk. 5 years ago
Maureen Helm 5feb54afbb zephyr: Mount a file system during init. 5 years ago
Damien George f552451cba travis: For unix tests use Makefile target instead of explicit commands. 5 years ago
Damien George ea1ea909d7 tests/run-tests: Consider all tests as native when emit=native is used. 5 years ago
Damien George 359213fbe1 unix/Makefile: Detect and pass thru mpy-cross flags when running tests. 5 years ago
Andrew Leech 86bfabec11 py/modmicropython: Add heap_locked function to test state of heap. 5 years ago
Jim Mussared 7eea0d8b6c mimxrt: Add MIMXRT1010 board. 5 years ago
Jim Mussared f46782dde9 mimxrt: Add new, minimal port to NXP i.MX RT series CPUs. 5 years ago
Jim Mussared 211032a5c9 samd: Fix to build with latest tinyusb. 5 years ago
Jim Mussared 6cea369b89 lib/tinyusb: Update to a6b916ba for i.MX support. 5 years ago
Andrew Leech ed93778e00 py/objstringio: Expose tell() on StringIO and BytesIO objects. 5 years ago
David Lechner 8a4ce6b79a tools/codeformat.py: Eliminate need for sizeof fixup. 5 years ago
Tom Collins fccf17521a py/objstr: Remove duplicate % in error string. 5 years ago
Damien George ed848553b4 extmod/vfs: Factor out vfs mount-and-chdir helper from stm32. 5 years ago
Damien George 554c01fc25 tools/metrics.py: Use check_call instead of run to error out on error. 5 years ago
Damien George 7bf62562ce extmod/nimble: When getting BLE MAC try public address if random fails. 5 years ago
Damien George dd0bc26e65 extmod/modbluetooth: Change scan result's "connectable" to "adv_type". 5 years ago
Thomas Friebel bd746a4630 esp32: Deinitialize Bluetooth on soft reset. 5 years ago
Thomas Friebel 41a9f1dec8 extmod/modbluetooth: Unify error handling in remaining places. 5 years ago
Jim Mussared 1937fb22ab extmod/nimble: Clarify active state and check for active in all methods. 5 years ago
Damien George a017576706 esp8266/machine_pin: Disable ets_loop_iter during hard IRQ handler. 5 years ago
Damien George 4fda7a5b44 tests/multi_bluetooth: Add initial tests for bluetooth BLE. 5 years ago
Damien George bd50651567 travis: Run multi_net tests as part of coverage job. 5 years ago
Damien George 8f44c0dd16 tests/multi_net: Add initial set of multi-instance tests for network. 5 years ago
Damien George df9a949891 tests/run-multitests.py: Add new test runner for multiple Py instances. 5 years ago