JohnDoneth / hd44780-driver

Implementation of the embedded-hal traits for the HD44780.
MIT License
37 stars 40 forks source link

Add example for stm32f30x #5

Closed robinkrahl closed 5 years ago

robinkrahl commented 5 years ago

This patch adds an example using the stm32f30x HAL. It was tested on a STM32F303 on a STM32F3 Discovery board. It includes the OpenOCD configuration and the GDB script required to flash the program on the MCU. The Cargo project is based on the cortex-m-quickstart project by the Cortex-M team.

JohnDoneth commented 5 years ago

Thanks for the device contribution!