-
Notifications
You must be signed in to change notification settings - Fork 7.3k
boards: beagle: beagleconnect_freedom: Update capabilities #78667
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
Ayush1325
commented
Sep 18, 2024
•
edited
Loading
edited
- Add PWM, ADC, FLASH and Radio to docs
- Add PWM, ADC to beagleconnect_freedom.yaml for testing
- Do not enable IEEE802154 2.4g by default.
- Mostly just saner defaults.
b9bf683
to
e6f5e36
Compare
- Add PWM support to base devicetree Signed-off-by: Ayush Singh <ayush@beagleboard.org>
- Since PWM config has been moved to base devicetree, it can be safely removed from the sample. Signed-off-by: Ayush Singh <ayush@beagleboard.org>
henrikbrixandersen
requested changes
Sep 30, 2024
- Enable ADC node to the base board. Signed-off-by: Ayush Singh <ayush@beagleboard.org>
- Since ADC node is now enabled in the base dt, this is no longer required Signed-off-by: Ayush Singh <ayush@beagleboard.org>
- Enabling adc testing for beagleconnect_freedom Signed-off-by: Ayush Singh <ayush@beagleboard.org>
- A lot of zephyr networking samples (zperf, http_server, etc) will complain if both 2.4g and subg ieee802154 are enabled simultaneously. - This leads to a lot of new people getting confused with the network code not working without any clear errors. - As we already set the alias `zephyr,ieee802154 = &ieee802154g`, I think it would be best to enable only subg by default. Signed-off-by: Ayush Singh <ayush@beagleboard.org>
- Enable testing for ADC and PWM. Signed-off-by: Ayush Singh <ayush@beagleboard.org>
- Add PWM, ADC, FLASH and Radio to docs Signed-off-by: Ayush Singh <ayush@beagleboard.org>
henrikbrixandersen
approved these changes
Sep 30, 2024
kartben
approved these changes
Sep 30, 2024
Ayush1325
added a commit
to Ayush1325/gsoc-2022-arduino-core
that referenced
this pull request
Oct 7, 2024
- ADC and PWM is now enabled in the base devicetree of beagleconnect freedom [0]. Hence no need to enable it here. [0]: zephyrproject-rtos/zephyr#78667 Signed-off-by: Ayush Singh <ayush@beagleboard.org>
Ayush1325
added a commit
to Ayush1325/gsoc-2022-arduino-core
that referenced
this pull request
Oct 14, 2024
- ADC and PWM is now enabled in the base devicetree of beagleconnect freedom [0]. Hence no need to enable it here. [0]: zephyrproject-rtos/zephyr#78667 Signed-off-by: Ayush Singh <ayush@beagleboard.org>
DhruvaG2000
pushed a commit
to zephyrproject-rtos/gsoc-2022-arduino-core
that referenced
this pull request
Oct 14, 2024
- ADC and PWM is now enabled in the base devicetree of beagleconnect freedom [0]. Hence no need to enable it here. [0]: zephyrproject-rtos/zephyr#78667 Signed-off-by: Ayush Singh <ayush@beagleboard.org>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: ADC
Analog-to-Digital Converter (ADC)
area: Samples
Samples
platform: BeagleBoard
BeagleBoard.org Foundation
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.