11216 Commits (f7130a99b614e5ce94c472fdb73d15c34b47a49e)
 

Author SHA1 Message Date
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
Damien George ecee6f2877 travis: Build stm32 PYBD_SF6 with BTstack as bluetooth stack. 5 years ago
Damien George e965363b6b stm32: Refactor Bluetooth HCI RX to be independent of transport layer. 5 years ago
Damien George d7259f6b1c extmod/btstack: Implement notifications/indications for GATT clients. 5 years ago
Damien George 018ce122ca extmod/btstack: Implement scan and gatt client, connect and disconnect. 5 years ago
Damien George 372e5a280e extmod/btstack: Implement gatts_db for btstack. 5 years ago
Damien George 86c26db3ff extmod/btstack: Implement service registration. 5 years ago
Damien George 0674917bc5 extmod/btstack: Implement advertising. 5 years ago
Damien George 51f8591097 stm32/boards/PYBD: Allow building with BTstack (via make command line). 5 years ago
Damien George 0e95815bfb stm32: Add bindings for BTstack implementation. 5 years ago