devboard/

directory
v0.1.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 24, 2019 License: BSD-3-Clause

README

Support for STM32 development boards

The idea

The idea is to simplyfy the use of popular STM32 development boards.

Every board directory contains the board package that provides the interface to the peripherals available on the board (for now the support is modest: only LEDs and buttons). The provided interface tries to be simple and uniform accros all development boards with the same or similar peripherals. For example, the Setup function allows to configure the whole system for typical usage without going into details about available clock sources and their parameters.

The examples subdirectory as the name suggests includes sample code, but also scripts and configuration that help to build, load and debug.

There is also doc subdirectory that contain useful information and other resources about this development board.

Supported boards

emw3162: MXCHIP EMW3162 (STM32F205RGT6 + BCM43362), website

EMW3162

f4-discovery: STM32F4-Discovery, website

STM32F4-Discovery

nucleo-l476rg: NUCLEO-L476RG, website

NUCLEO-L476RG

nucleo-l496zg: NUCLEO-L496ZG, website

NUCLEO-L496ZG

Directories

Path Synopsis
emw3162
examples/blinky
This example shows the basic usage of available LEDs.
This example shows the basic usage of available LEDs.
examples/dma
This example tests different ways of coping memory.
This example tests different ways of coping memory.
f4-discovery
examples/blinky
This example shows the basic usage of available LEDs and button.
This example shows the basic usage of available LEDs and button.
examples/dma
This example tests different ways of coping memory.
This example tests different ways of coping memory.
examples/gctest
This example forces the garbage collector to work hard and periodically prints statistics of the memory allocator.
This example forces the garbage collector to work hard and periodically prints statistics of the memory allocator.
examples/irqbtn
This example shows how to handle the push-button with interrupts and with the software debouncing done right.
This example shows how to handle the push-button with interrupts and with the software debouncing done right.
examples/timetest
This example tesets setting the time.
This example tesets setting the time.
nucleo-l476rg
examples/blinky
This example shows the basic usage of available LED and button.
This example shows the basic usage of available LED and button.
examples/dma
This example tests different ways of coping memory.
This example tests different ways of coping memory.
examples/irqbtn
This example shows how to handle the push-button with interrupts and with the software debouncing done right.
This example shows how to handle the push-button with interrupts and with the software debouncing done right.
nucleo-l496zg
examples/blinky
This example shows the basic usage of available LEDs and button.
This example shows the basic usage of available LEDs and button.
examples/dma
This example tests different ways of coping memory.
This example tests different ways of coping memory.
examples/irqbtn
This example shows how to handle the push-button with interrupts and with the software debouncing done right.
This example shows how to handle the push-button with interrupts and with the software debouncing done right.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL