Skip to content

Adding Core Clock 16MHz/20MHz menu #136

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

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all 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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
# this folder point to the repo below, and note not "master" but "api-release-cpp"
# https://github.com/arduino/ArduinoCore-api/tree/api-release-cpp
api
platform.local.txt
8 changes: 8 additions & 0 deletions boards.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,12 @@ nona4809.menu.mode.on.build.328emulation=-DAVR_NANO_4809_328MODE
nona4809.menu.mode.off=None (ATMEGA4809)
nona4809.menu.mode.off.build.328emulation=

menu.freq=Core Frequency
nona4809.menu.freq.on=20 MHz
nona4809.menu.freq.on.build.f_cpu=20000000L
nona4809.menu.freq.on.bootloader.OSCCFG=0x02
nona4809.menu.freq.off=16 MHz
nona4809.menu.freq.off.build.f_cpu=16000000L
nona4809.menu.freq.off.bootloader.OSCCFG=0x01

##############################################################
Loading