From 11f2b4e710aed6c4621e9613a379ebaa10299846 Mon Sep 17 00:00:00 2001 From: Dave Hylands Date: Tue, 21 Jul 2015 12:23:38 -0700 Subject: [PATCH] Created Board G30HDR (markdown) --- Board-G30HDR.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Board-G30HDR.md diff --git a/Board-G30HDR.md b/Board-G30HDR.md new file mode 100644 index 0000000..2f25129 --- /dev/null +++ b/Board-G30HDR.md @@ -0,0 +1,14 @@ +STM32F401RET6 (smaller version of the processor used on the pyboard) +* Home - https://www.ghielectronics.com/catalog/product/535 + +###Features### +* 84 MHz +* 512K Flash +* 96K RAM + +###Building### +There currently isn't a board definition for this. + +The board should boot up in DFU mode. Once flashed with Micropython firmware, I find using the pyb.bootloader() command from the REPL to be a more convenient way of entering DFU mode. + +