libopencm3-examples icon indicating copy to clipboard operation
libopencm3-examples copied to clipboard

Simple example projects showing how to use libopencm3.

Results 62 libopencm3-examples issues
Sort by recently updated
recently updated
newest added

Based on snippets I was using while developing libopencm3 code on a stm32f030 chip in a breadboard setup and playing around with the library. Each project comes with a readme...

I assume many libopencm3 users are taking rules.mk from these examples. BTW, is there any reason to not enable LTO by default for libopencm3 itself? An LTO-enabled library can be...

Hi, please consider to add a simple demo example of the LIS3DSH accelerometer for STM32F4 Discovery board. Instructions and demo behaviour could be found in the README file. Thanks.

In reference to issue #55 Multithreading example. This example shows the simplest way to do cooperative multithreading and context switches on an ARM Cortex-M core without involving an entire RTOS....

Hi there, I was trying out the libopemcm3 library and I needed tho modify the examples so that they work with the STM32L100C-DISCO board. Thought you may want to add...

Here is a port of the STM32F4 USB MIDI examples to the STM32F103 on the Olimex STM32-H103 board. It also lights up the LED when you press the button.

It will be more convenient to flash a USB development board with DFU support.

Thoughts welcome. This is already in use for the "tests" directory of the library repo Pros: - about 5% speedup on multicore builds. - wayyyy less noise in make -d...

This fixes the example to use real rgb565 colors by converting the byte-order to big-endian

Some samples are slightly rough around the corners. I think they can be made a little bit more self-descriptive. Here's clean up of f4-discovery usb_cdcacm sample. Things modified: - Named...