Skip to content

Commit

Permalink
Add test for atmega328p
Browse files Browse the repository at this point in the history
Signed-off-by: Links2004 <[email protected]>
  • Loading branch information
Links2004 committed Dec 13, 2024
1 parent d427226 commit 6ce09c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,6 @@ config WANT_MPU9250
bool
depends on WANT_GPIO_I2C
default y
config WANT_HX71X
bool
depends on WANT_GPIO_BITBANGING
default y
config WANT_ADS1220
bool
depends on WANT_GPIO_SPI
Expand Down
4 changes: 4 additions & 0 deletions test/configs/atmega328p.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Base config file for atmega328p
CONFIG_MACH_AVR=y
CONFIG_MACH_atmega328p=y
CONFIG_CLOCK_FREQ=16000000

0 comments on commit 6ce09c2

Please sign in to comment.