Feature enabling syscfg cleanup
Open
enhancement
- Dominant language
- C
- Stars
- 893
- Forks
- 512
- Avg merge
- 13d 31m
- Merged PRs (30d)
- 7
Description
Features enabling syscfgs should follow this:
nimble/syscfg.yml: BLE_FOO
nimble/controller/syscfg.yml: BLE_LL_FOO (defaults to BLE_FOO)
nimble/host/syscfg.yml: BLE_HS_FOO (defaults to BLE_FOO)
This will make it easier to properly configure host and controller.
Contributor guide
No contributing guide indexed for this repository
Research direction
Review nimble/syscfg.yml, nimble/controller/syscfg.yml, and nimble/host/syscfg.yml first, then identify the features whose syscfg names need cleanup. Done means the base feature uses BLE_FOO, while controller and host variants use BLE_LL_FOO and BLE_HS_FOO with the stated BLE_FOO default.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- build-system, embedded-iot
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100