# STM8-Launcher **Repository Path**: lbing2002/STM8-Launcher ## Basic Information - **Project Name**: STM8-Launcher - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-29 - **Last Updated**: 2025-04-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README STM8-Launcher ============= A simple IDE for STM8S with hairBoot, based on chrome apps. Content ======= STM8-Launcher is a Chrome App, and it follow chrome app's rule. **stm8.html**: app's content **css**: cascading style sheets **img**: image files **js**: javascripts for this app, mainly contain: * *codemirror*: code editor * *jquery-ui*: simple ui * *flasher.js*: main function for this app. Note: the code is in a mess yet... Usage ===== in chrome://extensions/, click "加载正在开发的扩展程序"(load unpacked), and import it. Read http://www.uclink.org/?p=26 for detail.