index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
ports
/
stm32
/
rfcore.c
Commit message (
Expand
)
Author
Age
*
stm32/mpbthciport: Change from systick to soft-timer for BT scheduling.
Damien George
2021-06-23
*
stm32/rfcore: Intercept addr-resolution HCI cmd to work around BLE bug.
Damien George
2021-04-12
*
stm32/rfcore: Fix race condition with C2 accessing free buffer list.
Damien George
2021-04-12
*
stm32/rfcore: Allow BLE settings to be changed by a board.
Damien George
2021-03-02
*
stm32/rfcore: Fix flow control for IPCC RX IRQ.
Jim Mussared
2021-01-30
*
stm32/rfcore: Depend on NimBLE only when BLE enabled.
Jim Mussared
2020-11-18
*
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
*
extmod/nimble: Make stm32 and unix NimBLE ports use synchronous events.
Jim Mussared
2020-11-13
*
stm32/boards/NUCLEO_WB55/rfcore_firmware.py: Increase GET_STATE timeout.
Jim Mussared
2020-10-16
*
stm32/rfcore: Update to support WS=1.9.0.0.4.
Jim Mussared
2020-10-09
*
stm32/rfcore: Add Python API for basic rfcore operations.
Jim Mussared
2020-10-08
*
stm32/rfcore: Fix FUS layout and size of ipcc_device_info_table_t.
Damien George
2020-09-22
*
stm32/rfcore: Enable RX IRQ on BLE IPCC channel for better performance.
Jim Mussared
2020-09-08
*
stm32/rfcore: Refactor some helper funcs, and remove some magic numbers.
Jim Mussared
2020-09-08
*
stm32/rfcore: Fix length matching in HCI parser.
Jim Mussared
2020-09-08
*
stm32/rfcore: Update rfcore.c to match how ST examples work.
Jim Mussared
2020-09-08
*
stm32/rfcore: Leave txpower level as default when initialising rfcore.
Damien George
2020-06-17
*
all: Format code to add space after C++-style comment start.
stijn
2020-04-23
*
stm32: Refactor Bluetooth HCI RX to be independent of transport layer.
Damien George
2020-03-10
*
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2020-02-28
*
stm32: Add support for RF coprocessor on WB55 MCUs.
Damien George
2019-11-01