# Geehy APM32 modules for ZephyrRTOS **Repository Path**: quincyzh/geehy-apm32-hal ## Basic Information - **Project Name**: Geehy APM32 modules for ZephyrRTOS - **Description**: Zephyr RTOS module,极海 APM32 MCU 的移植。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: https://gitee.com/quincyzh/geehy-apm32-hal - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-01-13 - **Last Updated**: 2023-09-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 谢谢关注本仓库。 仓库的代码是之前按个人的理解搭建的,可以正常运行。但是在深入理解 ZephyrRTOS 后了解到官方是规定了在 zephyr 源码之外(out-of-tree)创建驱动、DTS 等功能的方法。 新仓库把之前的代码按 Zephyr Module 规范重新组织,因为变动非常巨大,新开了个仓库,欢迎移步访问: https://gitee.com/quincyzh/zephyr_modules_apm32