commit | dc60f86d89af48ba321e59511ccda1a686ae08ea | [log] [tgz] |
---|---|---|
author | Alexander Polleti <metapsycholo@gmail.com> | Tue Aug 28 17:21:50 2018 +0200 |
committer | Kumar Gala <kumar.gala@gmail.com> | Tue Sep 11 11:41:14 2018 -0500 |
tree | be996cfc0c4c242c6d9edaf9a60555d841785e6c | |
parent | 15d1f20320c46f898bd2d1bd6dd191e7137eaf6c [diff] |
boards: add usb to stm32f4_disco This patch adds USB capabilities to the stm32f4 discovery board. As the board has a MicroUSB port that I would like to use as stdout I just added USB. The needed entry within pinmux.c is already there but USB was missing in the dts file and documentation. I tested it with the upcomming commit. Signed-off-by: Alexander Polleti <metapsycholo@gmail.com>