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