Skip to content

Commit

Permalink
fixes & debug
Browse files Browse the repository at this point in the history
Signed-off-by: Jukka Laitinen <[email protected]>
  • Loading branch information
Jukka Laitinen committed Oct 9, 2024
1 parent d97355d commit aa82a4b
Show file tree
Hide file tree
Showing 2 changed files with 311 additions and 237 deletions.
12 changes: 6 additions & 6 deletions arch/arm64/src/imx9/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1094,7 +1094,7 @@ config IMX9_FLEXCAN1_BITRATE
config IMX9_FLEXCAN1_SAMPLEP
int "CAN sample point"
depends on !NET_CAN_CANFD
default 80
default 75

config IMX9_FLEXCAN1_ARBI_BITRATE
int "CAN FD Arbitration phase bitrate"
Expand All @@ -1104,7 +1104,7 @@ config IMX9_FLEXCAN1_ARBI_BITRATE
config IMX9_FLEXCAN1_ARBI_SAMPLEP
int "CAN FD Arbitration phase sample point"
depends on NET_CAN_CANFD
default 80
default 75

config IMX9_FLEXCAN1_DATA_BITRATE
int "CAN FD Data phase bitrate"
Expand All @@ -1114,7 +1114,7 @@ config IMX9_FLEXCAN1_DATA_BITRATE
config IMX9_FLEXCAN1_DATA_SAMPLEP
int "CAN FD Data phase sample point"
depends on NET_CAN_CANFD
default 90
default 75

endmenu # IMX9_FLEXCAN1

Expand All @@ -1129,7 +1129,7 @@ config IMX9_FLEXCAN2_BITRATE
config IMX9_FLEXCAN2_SAMPLEP
int "CAN sample point"
depends on !NET_CAN_CANFD
default 80
default 75

config IMX9_FLEXCAN2_ARBI_BITRATE
int "CAN FD Arbitration phase bitrate"
Expand All @@ -1139,7 +1139,7 @@ config IMX9_FLEXCAN2_ARBI_BITRATE
config IMX9_FLEXCAN2_ARBI_SAMPLEP
int "CAN FD Arbitration phase sample point"
depends on NET_CAN_CANFD
default 80
default 75

config IMX9_FLEXCAN2_DATA_BITRATE
int "CAN FD Data phase bitrate"
Expand All @@ -1149,7 +1149,7 @@ config IMX9_FLEXCAN2_DATA_BITRATE
config IMX9_FLEXCAN2_DATA_SAMPLEP
int "CAN FD Data phase sample point"
depends on NET_CAN_CANFD
default 90
default 75

endmenu # IMX9_FLEXCAN2

Expand Down
Loading

0 comments on commit aa82a4b

Please sign in to comment.