Start a new AK project
start_ak_projectInitialize a new firmware project from the AK base kit. Returns commands to download, extract, and customize the project.
Instructions
Begin a new firmware project from the AK base kit. Resolves the LATEST ak-base-kit-stm32l151 release (or a given tag) and returns the exact commands to download, extract, and lay out the project, plus the steps to customize it. Call this when an engineer wants to start/create/bootstrap a new AK-based project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | Specific release tag, e.g. 'v1.3'. Omit to use the latest release. | |
| project_name | No | Folder name for the new project (default 'my-ak-app'). |