Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add BLE Support for nRF52832 #8

Merged
merged 4 commits into from
Mar 14, 2024
Merged

Conversation

lonesometraveler
Copy link
Contributor

This pull request introduces BLE support for the nrf52832 microcontroller, resolving issue #7.

Changes:

  • Added support for nRF52832.
  • Introduced new features named nrf52840 and nrf52832. These features enable specific configurations tailored to each microcontroller.

As a result of these changes, modifications have been made in Cargo.toml under boards/nrf52840_ble:

[dependencies]
rmk = { version = "0.1.5", path = "../../rmk", features = [
    "ble",
    "nrf52840",
    "eeprom",
    "col2row",
] }

Testing:

  • Verified the firmware's functionality on nRF52832 hardware.

@HaoboGu
Copy link
Owner

HaoboGu commented Mar 14, 2024

LGTM, thanks!

@HaoboGu HaoboGu merged commit 6a530b4 into HaoboGu:main Mar 14, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants