1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/devel/libopencm3/pkg-descr
Lev A. Serebryakov f689221dd6 Add libopencmp3 -- LGPL3 runtime for Cortex-Mx microcontrollers.
Now it supports only devel/gcc-arm-embedded toolchain.
2014-02-15 19:16:24 +00:00

19 lines
663 B
Plaintext

The libopencm3 project aims to create an open-source firmware library for
various ARM Cortex-M3 microcontrollers.
Currently (at least partly) supported microcontrollers:
- ST STM32F1 series
- ST STM32F2 series
- ST STM32F4 series
- NXP LPC1311/13/42/43
The library is written completely from scratch based on the vendor datasheets,
programming manuals, and application notes. The code is meant to be used
with a GCC toolchain for ARM (arm-elf or arm-none-eabi), flashing of the
code to a microcontroller can be done using the OpenOCD ARM JTAG software.
This port depends on devel/gcc-arm-embedded toolchain.
WWW: https://github.com/libopencm3/libopencm3