aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-07zephyr: Guard I2C code with appropriate ifdef config.Jonathan Bruchim
2020-12-07zephyr: Replace broken shell_net_iface() with more general shell_exec().Maureen Helm
2020-12-07stm32/Makefile: Change -O0 to -Og for DEBUG=1 builds.Damien George
2020-12-07stm32: Add support for a board to reserve certain peripherals.Damien George
2020-12-07stm32/i2c: Factor I2C finding code to i2c_find_peripheral function.Damien George
2020-12-07stm32/powerctrl: Ensure SysTick is disabled on STOP mode entry for H7.iabdalkader
2020-12-07stm32/powerctrl: Set H7 RTC wakeup flags.iabdalkader
2020-12-07stm32/powerctrl: Disable RTC write protection before changing flags.iabdalkader
2020-12-07stm32/powerctrl: On H7, re-enable disabled OSCs/PLLs on exit from STOP.iabdalkader
2020-12-07stm32/powerctrl: Fix STOP mode voltage scaling on H7 REV V devices.iabdalkader
2020-12-07stm32/powerctrl: Define RCC_SR_SFTRSTF flag for H747.iabdalkader
2020-12-07stm32/Makefile: Disable text compression in debug builds.iabdalkader
2020-12-07stm32/modmachine: Add device and revision ids to machine.info().iabdalkader
2020-12-02tests/multi_bluetooth: Add multitests for BLE pairing and bonding.Damien George
2020-12-02extmod/nimble: Generate and persist a unique IRK.Jim Mussared
2020-12-02docs/library/ubluetooth.rst: Add passkey docs.Jim Mussared
2020-12-02examples/bluetooth: Add bonding/passkey demo.Jim Mussared
2020-12-02extmod/modbluetooth: Add support for passkey authentication.Jim Mussared
2020-12-02extmod/modbluetooth: Simplify synchronous invoke_irq_handler signature.Jim Mussared
2020-12-02docs/library/ubluetooth.rst: Add bonding docs.Jim Mussared
2020-12-02extmod/modbluetooth: Add support for bonding (key persistence).Jim Mussared
2020-12-02docs/library/ubluetooth.rst: Add gap_pair() docs.Jim Mussared
2020-12-02extmod/modbluetooth: Add gap_pair(conn_handle) func to intiate pairing.Jim Mussared
2020-12-02docs/library/ubluetooth.rst: Add pairing/bonding config docs.Jim Mussared
2020-12-02extmod/modbluetooth: Allow configuration of pairing/bonding parameters.Jim Mussared
2020-12-02extmod/modbluetooth: Add _IRQ_ENCRYPTION_UPDATE event.Andrew Leech
2020-12-02extmod/modbluetooth: Add compile-config flag to enable pairing/bonding.Jim Mussared
2020-12-02docs/library/ubluetooth.rst: Update read request IRQ docs.Jim Mussared
2020-12-02extmod/modbluetooth: Allow user-specified reason in read request IRQ.Jim Mussared
2020-12-02docs/library/ubluetooth.rst: Update char/desc flags.Jim Mussared
2020-12-02extmod/modbluetooth: Allow setting char/desc enc/auth options.Andrew Leech
2020-12-02docs/library/ubluetooth.rst: Add _IRQ_CONNECTION_UDPATE docs.Jim Mussared
2020-12-02extmod/modbluetooth: Add _IRQ_CONNECTION_UPDATE event.Andrew Leech
2020-12-02extmod/nimble: Fail read if the characteristic is too big.Jim Mussared
2020-12-02extmod/uasyncio: Fix cancellation handling of wait_for.Damien George
2020-12-02extmod/uasyncio: Add Task.done() method.Damien George
2020-12-02extmod/uasyncio: Delay calling Loop.call_exception_handler by 1 loop.Damien George
2020-12-01docs/reference/repl.rst: Add information about new raw-paste mode.Damien George
2020-12-01tools/pyboard.py: Add fast raw-paste mode.Damien George
2020-11-30lib/utils/pyexec: Add stdin-reader on raw REPL with flow control.Damien George
2020-11-30github/workflows: Run unix and qemu-arm workflows when tests change.Damien George
2020-11-30README: Update badges for new GitHub Actions workflows.Damien George
2020-11-30tests/run-tests: Update skipped tests on CI for GitHub Actions.Damien George
2020-11-29travis: Stop using Travis for CI.Damien George
2020-11-29github/workflows: Add workflows for all CI tasks, builds and tests.Damien George
2020-11-29tools/ci.sh: Add helper script to run CI tasks.Damien George
2020-11-29py/mpprint: Prevent case fall-through when assert is disabled.Damien George
2020-11-29tests/extmod: Add vfs_posix.py test for uos.VfsPosix class.Damien George
2020-11-24extmod/nimble/modbluetooth_nimble: Fix build when l2cap unavailable.Jim Mussared
2020-11-24tests/multi_bluetooth: Add L2CAP channels multi-test.Jim Mussared