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