Skip to content

Commit

Permalink
sbus driver add
Browse files Browse the repository at this point in the history
  • Loading branch information
ttwards committed Nov 30, 2024
1 parent 5d1dbe0 commit c154159
Show file tree
Hide file tree
Showing 42 changed files with 57,369 additions and 1,653 deletions.
Binary file added 1599115279962725.pdf
Binary file not shown.
Binary file added 1663296746649528.pdf
Binary file not shown.
18 changes: 14 additions & 4 deletions Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,28 @@
# rsource "drivers/Kconfig"
# rsource "lib/Kconfig"

config MOTOR_M3508
bool "Enable MOTOR_M3508"
config MOTOR_DJI
bool "Enable MOTOR_DJI"
default n

config ARES_SBUS
bool "Enable SBUS"
default n

config ARES_SBUS_INIT_PRIORITY
int "SBUS init priority"
default 90
help
fuck

config MOTOR_LOG_LEVEL
int "Motor log level"
default 4
help
The log level of motor driver
The log level of motor driver

config MOTOR_INIT_PRIORITY
int "Motor init priority"
default 90
help
The init priority of motor driver
The init priority of motor driver
Loading

0 comments on commit c154159

Please sign in to comment.