Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alberto Ruiz Garcia
Firmware
Commits
5076ba00
Commit
5076ba00
authored
8 years ago
by
Henry Zhang
Committed by
Lorenz Meier
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
MindPX: Disable second CAN bus.
parent
99ad8f46
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cmake/configs/nuttx_mindpx-v2_default.cmake
+1
-1
1 addition, 1 deletion
cmake/configs/nuttx_mindpx-v2_default.cmake
nuttx-configs/mindpx-v2/include/board.h
+1
-4
1 addition, 4 deletions
nuttx-configs/mindpx-v2/include/board.h
with
2 additions
and
5 deletions
cmake/configs/nuttx_mindpx-v2_default.cmake
+
1
−
1
View file @
5076ba00
...
...
@@ -2,7 +2,7 @@ include(nuttx/px4_impl_nuttx)
set
(
CMAKE_TOOLCHAIN_FILE
${
PX4_SOURCE_DIR
}
/cmake/toolchains/Toolchain-arm-none-eabi.cmake
)
set
(
config_uavcan_num_ifaces
2
)
set
(
config_uavcan_num_ifaces
1
)
set
(
config_module_list
#
...
...
This diff is collapsed.
Click to expand it.
nuttx-configs/mindpx-v2/include/board.h
+
1
−
4
View file @
5076ba00
...
...
@@ -93,7 +93,7 @@
*
* PLL source is HSE
* PLL_VCO = (STM32_HSE_FREQUENCY / PLLM) * PLLN
* = (
25
,000,000 /
25
) * 336
* = (
8
,000,000 /
8
) * 336
* = 336,000,000
* SYSCLK = PLL_VCO / PLLP
* = 336,000,000 / 2 = 168,000,000
...
...
@@ -231,12 +231,9 @@
* CAN
*
* CAN1 is routed to the onboard transceiver.
* CAN2 is routed to the expansion connector.
*/
#define GPIO_CAN1_RX GPIO_CAN1_RX_3
#define GPIO_CAN1_TX GPIO_CAN1_TX_3
#define GPIO_CAN2_RX GPIO_CAN2_RX_1
#define GPIO_CAN2_TX GPIO_CAN2_TX_2
/*
* I2C
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment