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 7f94a1b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/configs/atmega328p.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Base config file for atmega328p
CONFIG_MACH_AVR=y
CONFIG_MACH_atmega328p=y
CONFIG_CLOCK_FREQ=16000000
CONFIG_WANT_GPIO_BUTTONS=y
CONFIG_WANT_DISPLAYS=y
CONFIG_WANT_DISPLAYS_ST7920=y

0 comments on commit 7f94a1b

Please sign in to comment.