-
Couldn't load subscription status.
- Fork 8.2k
boards: arm: Add support for Actinius Icarus Bee and SoM (nRF9160) #31275
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
boards: arm: Add support for Actinius Icarus Bee and SoM (nRF9160) #31275
Conversation
75d1778 to
02b94bd
Compare
|
@MaureenHelm @galak @nordic-krch @jakub-uC @nashif Could you please let me know if there is something I could do to get this merged soon? Thanks a lot in advance! |
@alextsam, the merge window is currently closed to new features until the v2.5.0 release is complete, which is scheduled for 12 Feb. We'll have some more bandwidth to review this after that. |
@MaureenHelm Ah I was not aware of the feature window, thank you so much for the information! |
This gets announced on the mailing lists. I recommend subscribing to devel or announcements to receive future updates. |
|
This pull request has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 14 days. Note, that you can always re-open a closed pull request at any time. |
|
Could you please remove the stale label? Thank you! |
|
will take a look |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fine with me. @alextsam you might want to align this with the latest version of nrf1960dk_nrf9160 board definition, but that's not mandatory.
|
I would also like @anangl to take a quick look. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why enable these HW instances without assigning any pins to them? The PWM driver will consume (when enabled in Kconfig) some RAM and flash for data structures related to those (not much but still), but they will not be very useful (pwm_pin_set_* functions will fail for them, regardless of the supplied pwm parameter).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nacking temporarily, until the changes are applied
|
@alextsam any updates here. Code freeze for getting this in is on Friday May 7th. |
Add support for the Actinius Icarus Bee (nRF9160). Signed-off-by: Alex Tsamakos <[email protected]>
02b94bd to
090ba30
Compare
Add configuration for the Actinius Icarus Bee in the spi_flash and fs samples. Signed-off-by: Alex Tsamakos <[email protected]>
Add support for the Actinius Icarus SoM (nRF9160). Signed-off-by: Alex Tsamakos <[email protected]>
Also update the name of sram0_bsd to sram0_modem Signed-off-by: Alex Tsamakos <[email protected]>
090ba30 to
cc3065e
Compare
|
Thank you for your patience, should be good to go now! |
This PR adds support for 2 new boards based on the nRF9160.
These two board definitions are largely similar and they are derived from the boards/arm/actinius_icarus board
Signed-off-by: Alex Tsamakos [email protected]