Skip to content

Add nfc - #106

Merged
bigjosh merged 8 commits into
devfrom
add-NFC
Apr 25, 2022
Merged

bigjosh merged 8 commits into
devfrom
add-NFC

Conversation

@bigjosh

@bigjosh bigjosh commented Apr 25, 2022

Copy link
Copy Markdown
Owner

Bring dev up to date with new NFC stuff, also add supercolor demo.

josh added 8 commits October 2, 2021 10:13
You really need the `.data` section or any program that has initialized data in it (nost!) will not work because the data will not be inside the binary image.
Note that you still do need to *remove* the `.bss` section since that really should not be in there (it is not even the correct kind of memory since bss in in SRAM), so change the command line to *exclude* bss rather than *include* data since if we only include `.text` (yep, the command is "include *only*" so you can not explicitly include multiple sections.   the we do not get the `.data` section.  So we just got lucky that there is only one section we need to exclude.
Add latest blinkbios that supports working NFC .
Includes all the new NFC stuff as well can corrected flash size for MAX blinks.
Shows a hack to get brighter RED or GREEN.
Stupid Arduino.
@bigjosh
bigjosh merged commit d8a9d2a into dev Apr 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant