Skip to content

NFC to GPIO target.json comprehension issue #465

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
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
Prev Previous commit
Updated String Text
Changed text to used repeatedly on other variables facing the same issue.
  • Loading branch information
Joseph-Tasker committed Feb 18, 2025
commit d0435110c796a99d24b7a36d5ab6a70167ee682f
2 changes: 1 addition & 1 deletion target.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"config":{
"MBED_CONF_NORDIC_NRF_LF_CLOCK_SRC": "NRF_LF_SRC_XTAL",
"CONFIG_GPIO_AS_PINRESET": 1,
"CONFIG_NFCT_PINS_AS_GPIOS": "TO ENABLE THE NFC ANTENNA PLEASE DELETE/COMMENT OUT THIS LINE",
"CONFIG_NFCT_PINS_AS_GPIOS": "ENABLED - Delete entire line to Disable",
"DEVICE_SRAM_BASE":"0x20000000",
"DEVICE_SRAM_END":"0x20020000",
"DEVICE_STACK_BASE":"DEVICE_SRAM_END",
Expand Down