-
Notifications
You must be signed in to change notification settings - Fork 13.7k
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
[WIP] Add S23K1XX and rddrone uavcan146 #14082
Conversation
@dinomani Could you please give this a go Monday? |
Codecov Report
@@ Coverage Diff @@
## master #14082 +/- ##
===========================================
- Coverage 52.6% 36.39% -16.22%
===========================================
Files 613 545 -68
Lines 51634 47000 -4634
===========================================
- Hits 27162 17105 -10057
- Misses 24472 29895 +5423
|
@LowOrbitIonCannon - there was a python update to master PX4. Most commands to update are emitted during the the Cmake configure step on a clean build. FYI @dagar but the jinga2 one is not,
will fix it. |
Cool! @LowOrbitIonCannon what does `i2cdetect -b n' for n = 0,1,2,4 show? |
i tried building code with a simple adjustment of the boards/nxp/rddrone-uavcan146/default.cmake
But got an error during building
I guess the available memory configuration settings need to be adjusted according S32K146. @davids5 ? |
c1acd85
to
fc9894d
Compare
@dk7xe - I have created branches https://github.com/PX4/NuttX/tree/master_nxp_drone_boards These are equal to upstream NuttX what had the S32K PR (et al) merged today. These branches will be rebased on upstream NuttX and can have the NXP commits on top. That we can submit upstream and then rebase. This branch is pointing to master_nxp_drone_boards in the PX4 Nuttx and Apps I will also backport the imx ,Kinetis and S32K PR to px4_firmware_nuttx-8.2 When that is done the team can work on the stable px4_firmware_nuttx-8.2 or the master_nxp_drone_boards version of nuttx. |
Closing this PR as the board and architecture support have been merged to PX4 master. We can keep the branch around for a while if anyone would like to continue working with newer NuttX. |
Untested
FYI @LorenzMeier, @igalloway
Do not MERGE!
This is built on current Nuttx master + han1raaijmakers-nxpDroneBoards pending PR to upstream.
han1raaijmakers-nxpDroneBoards PR will need to go upstream and be backported or PX4 nuttx will have to be updated.