remove dependency on mbed.h from ble
Open
enhancement
- Dominant language
- C++
- Stars
- 81
- Forks
- 71
- PR merge metrics
- No merged PRs in 30d
Description
BLE_API needs very little from mbed (uses only error()). It would be good to make BLE independent of mbed.h. It can then be used on non-mbed platforms.
this is a nice-to-have.
Contributor guide
Research direction
Start by locating BLE_API's dependency on mbed.h and its sole use of error(); then trace the BLE abstraction and available build entry points. Done means the BLE API builds without mbed.h and can be used on non-mbed platforms.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- embedded-iot
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100