12071 Commits (85ea4ac0e56faca680aa03c41eb4009464401f07)
 

Author SHA1 Message Date
iabdalkader ce9197eb20 stm32/Makefile: Disable text compression in debug builds. 4 years ago
iabdalkader 849748873c stm32/modmachine: Add device and revision ids to machine.info(). 4 years ago
Damien George c8b0557178 tests/multi_bluetooth: Add multitests for BLE pairing and bonding. 4 years ago
Jim Mussared d79b9c6c7c extmod/nimble: Generate and persist a unique IRK. 4 years ago
Jim Mussared 68136eb4ba docs/library/ubluetooth.rst: Add passkey docs. 4 years ago
Jim Mussared f6fd46c402 examples/bluetooth: Add bonding/passkey demo. 4 years ago
Jim Mussared e4f27cbee7 extmod/modbluetooth: Add support for passkey authentication. 4 years ago
Jim Mussared 4bcbbfdb6c extmod/modbluetooth: Simplify synchronous invoke_irq_handler signature. 4 years ago
Jim Mussared b799fe1421 docs/library/ubluetooth.rst: Add bonding docs. 4 years ago
Jim Mussared c4d08aa4e3 extmod/modbluetooth: Add support for bonding (key persistence). 4 years ago
Jim Mussared fff634e031 docs/library/ubluetooth.rst: Add gap_pair() docs. 4 years ago
Jim Mussared 801e8ffacf extmod/modbluetooth: Add gap_pair(conn_handle) func to intiate pairing. 4 years ago
Jim Mussared f822557cbb docs/library/ubluetooth.rst: Add pairing/bonding config docs. 4 years ago
Jim Mussared a1fcf30121 extmod/modbluetooth: Allow configuration of pairing/bonding parameters. 4 years ago
Andrew Leech 05fef8c6a4 extmod/modbluetooth: Add _IRQ_ENCRYPTION_UPDATE event. 4 years ago
Jim Mussared ac89267fef extmod/modbluetooth: Add compile-config flag to enable pairing/bonding. 4 years ago
Jim Mussared 5e20f689ad docs/library/ubluetooth.rst: Update read request IRQ docs. 4 years ago
Jim Mussared 60830bcba4 extmod/modbluetooth: Allow user-specified reason in read request IRQ. 4 years ago
Jim Mussared 89553997b8 docs/library/ubluetooth.rst: Update char/desc flags. 4 years ago
Andrew Leech 1697ff335d extmod/modbluetooth: Allow setting char/desc enc/auth options. 4 years ago
Jim Mussared 7a9aa49595 docs/library/ubluetooth.rst: Add _IRQ_CONNECTION_UDPATE docs. 4 years ago
Andrew Leech c70665fb0b extmod/modbluetooth: Add _IRQ_CONNECTION_UPDATE event. 4 years ago
Jim Mussared f2a9a0ac41 extmod/nimble: Fail read if the characteristic is too big. 4 years ago
Damien George b505971069 extmod/uasyncio: Fix cancellation handling of wait_for. 4 years ago
Damien George 309dfe39e0 extmod/uasyncio: Add Task.done() method. 4 years ago
Damien George ca40eb0fda extmod/uasyncio: Delay calling Loop.call_exception_handler by 1 loop. 4 years ago
Damien George a14ca31e85 docs/reference/repl.rst: Add information about new raw-paste mode. 4 years ago
Damien George a59282b9bf tools/pyboard.py: Add fast raw-paste mode. 4 years ago
Damien George bb24c69b90 lib/utils/pyexec: Add stdin-reader on raw REPL with flow control. 4 years ago
Damien George f7225d1c95 github/workflows: Run unix and qemu-arm workflows when tests change. 4 years ago
Damien George 2f723d83c0 README: Update badges for new GitHub Actions workflows. 4 years ago
Damien George 02b44a0154 tests/run-tests: Update skipped tests on CI for GitHub Actions. 4 years ago
Damien George ee3706f4bd travis: Stop using Travis for CI. 4 years ago
Damien George a598ae5b4d github/workflows: Add workflows for all CI tasks, builds and tests. 4 years ago
Damien George 547e8a9fe7 tools/ci.sh: Add helper script to run CI tasks. 4 years ago
Damien George be24e6a53f py/mpprint: Prevent case fall-through when assert is disabled. 4 years ago
Damien George 6a3d70db96 tests/extmod: Add vfs_posix.py test for uos.VfsPosix class. 4 years ago
Jim Mussared 5a7027915c extmod/nimble/modbluetooth_nimble: Fix build when l2cap unavailable. 4 years ago
Jim Mussared 23fad2526d tests/multi_bluetooth: Add L2CAP channels multi-test. 4 years ago
Jim Mussared 3795c71271 docs/library/ubluetooth.rst: Add docs for L2CAP channels. 4 years ago
Jim Mussared 0e8af2b370 extmod/modbluetooth: Add API for L2CAP channels. 4 years ago
Damien George 64180f0742 extmod/machine_i2c: Add init protocol method for generic I2C bindings. 4 years ago
JPFrancoia 3dcb551d89 nrf/README: Describe Pin numbering scheme for nRF52840. 4 years ago
robert 5af3c046c7 esp32,esp8266: Remove "FAT" from warning message in inisetup.py. 4 years ago
Jim Mussared 240b3de8bc stm32/rfcore: Depend on NimBLE only when BLE enabled. 4 years ago
Jim Mussared 21c293fbcd stm32/rfcore: Don't send HCI ACL cmds while another is pending. 4 years ago
Jim Mussared 119c88ef17 stm32/flash: Implement WB55 flash locking. 4 years ago
Jim Mussared a64121b0d4 stm32/rfcore: Make RX IRQ schedule the NimBLE handler. 4 years ago
Jim Mussared efc0800132 tests/multi_bluetooth: Add a test for WB55 concurrent flash access. 4 years ago
Jim Mussared 7e75245d54 tests/multi_bluetooth: Change dict index-and-del to pop, to clear event. 4 years ago