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

[Firmware] Implement mcu-nrf52840 such that things compile. #86

Closed
TheButlah opened this issue Dec 3, 2022 · 0 comments · Fixed by #87
Closed

[Firmware] Implement mcu-nrf52840 such that things compile. #86

TheButlah opened this issue Dec 3, 2022 · 0 comments · Fixed by #87
Labels
Area: Firmware Relating to the firmware subprojct Difficulty: Good for Newcomers Good issue for newcomers to tackle Status: Help Wanted Requires help from another person to progress

Comments

@TheButlah
Copy link
Collaborator

We should add a new feature flag called mcu-nrf52840 to the existing mcu-* feature flag set. If active, we will not have any esp-hal or esp-wifi dependencies, and will only have nrf-hal related stuff.

To make matters easier, I suggest we start by using defmt-rtt as the global logger, and net-stubbed as the network transport. This will ensure that we only need to focus on getting the right setup done for the HAL, passing it to the imu driver, configuring the right feature flags, and setting up embassy.

@TheButlah TheButlah added Status: Help Wanted Requires help from another person to progress Difficulty: Good for Newcomers Good issue for newcomers to tackle Area: Firmware Relating to the firmware subprojct labels Dec 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Firmware Relating to the firmware subprojct Difficulty: Good for Newcomers Good issue for newcomers to tackle Status: Help Wanted Requires help from another person to progress
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant