aboutsummaryrefslogtreecommitdiff
path: root/ports/stm32/rfcore.c
AgeCommit message (Expand)Author
2021-04-12stm32/rfcore: Intercept addr-resolution HCI cmd to work around BLE bug.Damien George
2021-04-12stm32/rfcore: Fix race condition with C2 accessing free buffer list.Damien George
2021-03-02stm32/rfcore: Allow BLE settings to be changed by a board.Damien George
2021-01-30stm32/rfcore: Fix flow control for IPCC RX IRQ.Jim Mussared
2020-11-18stm32/rfcore: Depend on NimBLE only when BLE enabled.Jim Mussared
2020-11-16stm32/rfcore: Don't send HCI ACL cmds while another is pending.Jim Mussared
2020-11-16stm32/flash: Implement WB55 flash locking.Jim Mussared
2020-11-16stm32/rfcore: Make RX IRQ schedule the NimBLE handler.Jim Mussared
2020-11-13extmod/nimble: Make stm32 and unix NimBLE ports use synchronous events.Jim Mussared
2020-10-16stm32/boards/NUCLEO_WB55/rfcore_firmware.py: Increase GET_STATE timeout.Jim Mussared
2020-10-09stm32/rfcore: Update to support WS=1.9.0.0.4.Jim Mussared
2020-10-08stm32/rfcore: Add Python API for basic rfcore operations.Jim Mussared
2020-09-22stm32/rfcore: Fix FUS layout and size of ipcc_device_info_table_t.Damien George
2020-09-08stm32/rfcore: Enable RX IRQ on BLE IPCC channel for better performance.Jim Mussared
2020-09-08stm32/rfcore: Refactor some helper funcs, and remove some magic numbers.Jim Mussared
2020-09-08stm32/rfcore: Fix length matching in HCI parser.Jim Mussared
2020-09-08stm32/rfcore: Update rfcore.c to match how ST examples work.Jim Mussared
2020-06-17stm32/rfcore: Leave txpower level as default when initialising rfcore.Damien George
2020-04-23all: Format code to add space after C++-style comment start.stijn
2020-03-10stm32: Refactor Bluetooth HCI RX to be independent of transport layer.Damien George
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2019-11-01stm32: Add support for RF coprocessor on WB55 MCUs.Damien George