-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
We need a hardware profile for the Nordic nRF52832 Bluetooth SoC. This is a great first issue for embedded developers familiar with Nordic's SoftDevice.
Task
Create a new file profiles/nrf52832.yaml.
Required Constraints
- SoftDevice Timing: Warn against disabling global interrupts (
__disable_irq()) for long periods (>50µs) as it kills Bluetooth connections. - Power: Flag busy-wait loops (
while(flag);). Suggest__WFE()orsd_app_evt_wait(). - Flash: Warn about writing to internal Flash directly while the radio is active.
Example
See profiles/stm32_f103.yaml for the format.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers