11344 Commits (d6243568a05d423b58522435c3779975acbf56dd)
 

Author SHA1 Message Date
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
Damien George fbefcef1df extmod/btstack: Add empty modbluetooth implementation. 5 years ago
Damien George d35fefe30a lib: Add BlueKitchen BTstack submodule. 5 years ago
Damien George 0ac06a510a extmod/modbluetooth: Extract out gatts_db functionality from nimble. 5 years ago
Damien George 894c550c86 stm32: Refactor bluetooth stack/hci/driver bindings. 5 years ago
Damien George c44d52f33e extmod/modbluetooth_nimble: Move nimble specific code, factor nimble.mk. 5 years ago
Damien George 44aa5b2200 stm32/modnetwork: Remove redundant call to nimble_poll in lwip poll. 5 years ago
MikeTeachman 8db5d2d1f1 tools/makemanifest.py: Fix build on Windows by adding .exe to mpy-cross. 5 years ago
Damien George 3e0b46b9af unix/file: Don't raise OSError(EINVAL) on sys.stdin/out/err.flush(). 5 years ago
Damien George 9c07c973c1 examples/natmod: Add .gitignore to ignore generated example .mpy files. 5 years ago
Damien George 1993c8cf9a py/builtinevex: Support passing in a bytearray/buffer to eval/exec. 5 years ago
Damien George 54a54f5872 CODECONVENTIONS.md: Update to reflect use of new tools/codeformat.py. 5 years ago
Damien George f6375ac3eb travis: Add CI job to check code formatting. 5 years ago
Damien George 69661f3343 all: Reformat C and Python source code with tools/codeformat.py. 5 years ago
Damien George 3f39d18c2b all: Add *FORMAT-OFF* in various places. 5 years ago
Damien George b86075ef1f py/parse: Add parenthesis around calculated bit-width in struct. 5 years ago
Damien George 3c58d9a1a5 examples/bluetooth/ble_temperature_central.py: Shorten comment. 5 years ago
Damien George a0441fc15d examples/accellog.py: Shift long comments to their own line. 5 years ago
Damien George 17aeb43e18 py: Un-nest configuration #if/#endif's for selection of complex code. 5 years ago
Damien George 7768a8c38d py/malloc: Put { on separate line for funcs that have selective sigs. 5 years ago
Damien George 73670ef281 unix/unix_mphal: Adjust #if in mp_hal_stdin_rx_chr to improve format. 5 years ago
Damien George a642241a12 py/builtinimport: Adjust if-block order in find_file to clean up #if's. 5 years ago
Damien George 2b50afaee4 py/bc0.h: Shift comment to start of line to improve format consistency. 5 years ago