Skip to content

Commit

Permalink
FMUK66 update socketcan configs
Browse files Browse the repository at this point in the history
  • Loading branch information
PetervdPerk-NXP authored and davids5 committed May 28, 2021
1 parent 0de0709 commit ed0b5a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions boards/nxp/fmuk66-e/nuttx-config/socketcan/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ CONFIG_DEBUG_HARDFAULT_ALERT=y
CONFIG_DEBUG_SYMBOLS=y
CONFIG_DEV_FIFO_SIZE=0
CONFIG_DEV_PIPE_SIZE=70
CONFIG_DISABLE_MQUEUE=y
CONFIG_DISABLE_POSIX_TIMERS=y
CONFIG_ETH0_PHY_TJA1100=y
CONFIG_FAT_DMAMEMORY=y
CONFIG_FAT_LCNAMES=y
Expand All @@ -64,7 +62,7 @@ CONFIG_HAVE_CXXINITIALIZE=y
CONFIG_I2C_RESET=y
CONFIG_IDLETHREAD_STACKSIZE=750
CONFIG_IOB_NBUFFERS=48
CONFIG_IOB_NCHAINS=16
CONFIG_IOB_NCHAINS=18
CONFIG_KINETIS_ADC0=y
CONFIG_KINETIS_ADC1=y
CONFIG_KINETIS_CRC=y
Expand Down Expand Up @@ -113,6 +111,7 @@ CONFIG_LPUART0_SERIAL_CONSOLE=y
CONFIG_MEMSET_64BIT=y
CONFIG_MEMSET_OPTSPEED=y
CONFIG_MMCSD=y
CONFIG_MMCSD_MULTIBLOCK_DISABLE=y
CONFIG_MMCSD_SDIO=y
CONFIG_MTD=y
CONFIG_MTD_BYTE_WRITE=y
Expand Down
3 changes: 1 addition & 2 deletions boards/nxp/fmuk66-e/socketcan.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ px4_add_board(
ARCHITECTURE cortex-m4
CONSTRAINED_MEMORY
ROMFSROOT px4fmu_common
UAVCAN_INTERFACES 2
SERIAL_PORTS
GPS1:/dev/ttyS3
TEL1:/dev/ttyS4
Expand Down Expand Up @@ -47,7 +46,7 @@ px4_add_board(
safety_button
telemetry # all available telemetry drivers
tone_alarm
#uavcannode_v1
uavcan_v1
MODULES
airspeed_selector
attitude_estimator_q
Expand Down
1 change: 1 addition & 0 deletions boards/nxp/fmuk66-v3/nuttx-config/socketcan/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ CONFIG_LPUART0_SERIAL_CONSOLE=y
CONFIG_MEMSET_64BIT=y
CONFIG_MEMSET_OPTSPEED=y
CONFIG_MMCSD=y
CONFIG_MMCSD_MULTIBLOCK_DISABLE=y
CONFIG_MMCSD_SDIO=y
CONFIG_MTD=y
CONFIG_MTD_BYTE_WRITE=y
Expand Down

0 comments on commit ed0b5a7

Please sign in to comment.