Skip to content
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

mro ctrl zero classic enable all pwm outs #19593

Merged
merged 6 commits into from
May 6, 2022
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions boards/mro/ctrl-zero-classic/src/board_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
#define GPIO_CAN2_SILENT_S0 /* PF5 */ (GPIO_OUTPUT|GPIO_PUSHPULL|GPIO_SPEED_2MHz|GPIO_OUTPUT_CLEAR|GPIO_PORTF|GPIO_PIN5)

/* PWM */
#define DIRECT_PWM_OUTPUT_CHANNELS 10
#define DIRECT_PWM_OUTPUT_CHANNELS 12

/* Power supply control and monitoring GPIOs */
#define GPIO_nPOWER_IN_A /* PB5 */ (GPIO_INPUT|GPIO_PULLUP|GPIO_PORTB|GPIO_PIN5)
Expand Down Expand Up @@ -156,7 +156,7 @@
#define BOARD_HAS_STATIC_MANIFEST 1


#define BOARD_NUM_IO_TIMERS 4
#define BOARD_NUM_IO_TIMERS 5


#define BOARD_ENABLE_CONSOLE_BUFFER
Expand Down
96 changes: 0 additions & 96 deletions boards/mro/ctrl-zero-classic/src/hw_description.h

This file was deleted.

Loading