Add PN532 toolkit firmware, web UI, and embedded SPIFFS assets
Includes ESP-IDF NFC stack (deep capture, 4K Classic geometry, UL write API, open SoftAP), React dashboard with live tag diagnostics, and docs. README updated for APIs and lab Wi-Fi defaults. Made-with: Cursor
This commit is contained in:
7
firmware/components/pn532_host/CMakeLists.txt
Normal file
7
firmware/components/pn532_host/CMakeLists.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
idf_component_register(
|
||||
SRCS
|
||||
"pn532_transport.c"
|
||||
"pn532_core.c"
|
||||
INCLUDE_DIRS "include"
|
||||
REQUIRES driver esp_timer freertos
|
||||
)
|
||||
Reference in New Issue
Block a user