mirror of
https://github.com/magnus919/agent-skills.git
synced 2026-09-17 06:26:31 +03:00
* feat: add portable ESP32 development skill Add source-backed workflows, safe templates, native CLI routing, and a read-only preflight for ESP32 hardware and firmware work.\n\nAI assistance: research, drafting, implementation, and review used OpenAI Codex and delegated DeepSeek agents under human direction. * docs: harden ESP32 family and security guidance Add source-backed family traps, brownout, calibration, USB recovery, and security-mode boundaries found during independent review.\n\nAI assistance: independent audits and drafting used delegated DeepSeek agents and OpenAI Codex under human direction.
13 lines
450 B
INI
13 lines
450 B
INI
; Replace placeholders after checking the exact board definition.
|
|
[env:esp32]
|
|
platform = platformio/espressif32
|
|
board = REPLACE_WITH_BOARD_ID
|
|
framework = arduino
|
|
monitor_speed = 115200
|
|
|
|
; Pin platform to a tested release before sharing or releasing the project:
|
|
; platform = platformio/espressif32@X.Y.Z
|
|
;
|
|
; Add upload_port only when a stable device identity is known. Do not assume
|
|
; /dev/ttyUSB0 or a COM number remains attached to the same board.
|