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-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
2020-11-24
docs/library/ubluetooth.rst: Add docs for L2CAP channels.
Jim Mussared
2020-11-24
extmod/modbluetooth: Add API for L2CAP channels.
Jim Mussared
2020-11-23
extmod/machine_i2c: Add init protocol method for generic I2C bindings.
Damien George
2020-11-22
nrf/README: Describe Pin numbering scheme for nRF52840.
JPFrancoia
2020-11-18
esp32,esp8266: Remove "FAT" from warning message in inisetup.py.
robert
2020-11-18
stm32/rfcore: Depend on NimBLE only when BLE enabled.
Jim Mussared
2020-11-16
stm32/rfcore: Don't send HCI ACL cmds while another is pending.
Jim Mussared
2020-11-16
stm32/flash: Implement WB55 flash locking.
Jim Mussared
2020-11-16
stm32/rfcore: Make RX IRQ schedule the NimBLE handler.
Jim Mussared
2020-11-16
tests/multi_bluetooth: Add a test for WB55 concurrent flash access.
Jim Mussared
2020-11-16
tests/multi_bluetooth: Change dict index-and-del to pop, to clear event.
Jim Mussared
2020-11-13
extmod/nimble: Make stm32 and unix NimBLE ports use synchronous events.
Jim Mussared
2020-11-13
extmod/modbluetooth: Re-instate optional no-ringbuf modbluetooth.
Jim Mussared
2020-11-13
extmod/nimble: Poll startup directly rather than using NimBLE sem.
Jim Mussared
2020-11-13
extmod/modbluetooth: Combine gattc-data-available callbacks into one.
Jim Mussared
2020-11-13
unix: Make mp_hal_delay_ms run MICROPY_EVENT_POLL_HOOK.
Jim Mussared
2020-11-13
unix: Handle pending events/scheduler in MICROPY_EVENT_POLL_HOOK.
Andrew Leech
2020-11-13
extmod/modbluetooth: Make UUID type accessible outside modbluetooth.c.
Jim Mussared
2020-11-13
tests/run-multitests.py: Add a -p flag to run permutations of instances.
Jim Mussared
2020-11-13
tests/multi_bluetooth: Improve reliability of event waiting.
Jim Mussared
2020-11-13
tests/run-multitests.py: Fix diff order, show changes relative to truth.
Jim Mussared
2020-11-13
stm32/rtc: Validate the RTC prescaler on boot and change if incorrect.
Damien George
[next]