3 个仓库
Installing and managing Python packages on MicroPython devices using mip and mpremote tools for constrained hardware.
Distinct from Python Package Managers: Distinct from Python Package Managers: specifically targets MicroPython devices with constrained hardware, not general Python environments.
Explore 3 awesome GitHub repositories matching development tools & productivity · MicroPython Managers. Refine with filters or upvote what's useful.
This is the official documentation repository for Raspberry Pi hardware and software. It covers the complete range of Raspberry Pi single-board computers, the RP-series microcontrollers, and the Raspberry Pi operating system. The documentation provides reference material for setting up devices, configuring hardware, and using the system for tasks including AI inference, camera and video capture, embedded development, and remote access. The documentation covers the full boot chain from the GPU firmware and EEPROM bootloader through to kernel loading, with detailed guidance on boot configuratio
Ships MicroPython firmware for programming Pico-series microcontrollers.
CircuitPython 是 MicroPython 运行时的专门衍生版本,设计为微控制器的嵌入式 Python 解释器。它提供了一个高级语言环境,允许通过专用的硬件抽象层和 Python 微控制器运行时直接访问硬件。 该项目以将微控制器暴露为原生 USB 大容量存储设备的固件而著称。这允许用户直接在设备上编辑代码,就像它是可移动驱动器一样,消除了对专用烧录工具的需求,并实现了文件系统触发的代码重载。 该系统涵盖了广泛的能力,包括用于控制不同板卡电子元件的统一硬件 API 访问、通过 REPL 和 WebUSB 进行的串行通信,以及用于板卡特定固件编译的基于端口的系统。它还包括开发者工具,例如用于静态分析的类型存根生成,以及在故障排除期间保持设备可访问性的崩溃恢复模式。
Provides a specialized Python runtime optimized for ease of use on small hardware devices.
micropython-lib is the official package repository for MicroPython, providing a collection of modules and libraries designed to run on microcontrollers and other constrained devices. It implements a reduced subset of CPython's standard library, adapting familiar Python interfaces to fit within the limited memory and processing power of embedded systems. The project enables developers to reuse existing Python knowledge on MicroPython hardware by offering minimalist implementations of core modules. The library supports multiple methods for getting code onto devices, including copying single-fil
Installs and manages Python packages on MicroPython devices using mip and mpremote tools.