diff options
| author | Josh Rahm <joshuarahm@gmail.com> | 2020-11-24 13:46:41 -0700 |
|---|---|---|
| committer | Josh Rahm <joshuarahm@gmail.com> | 2020-11-24 13:46:41 -0700 |
| commit | 93b063fedfcf7409a67df035170ea5670cad22e1 (patch) | |
| tree | a23321a7465d966b1ccf196ca00e65a70c9f9110 /00-hello/README | |
| parent | b040195d31df6ad759f16ea3456471897f55daa1 (diff) | |
| download | stm32l4-93b063fedfcf7409a67df035170ea5670cad22e1.tar.gz stm32l4-93b063fedfcf7409a67df035170ea5670cad22e1.tar.bz2 stm32l4-93b063fedfcf7409a67df035170ea5670cad22e1.zip | |
Moved action to top level.
Removed old iterations of the project and moved the files from 02-usart
to the root directory since that's the sole place where the action is
and that subproject has outgrown its initial title.
Diffstat (limited to '00-hello/README')
| -rw-r--r-- | 00-hello/README | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/00-hello/README b/00-hello/README deleted file mode 100644 index b9d0788..0000000 --- a/00-hello/README +++ /dev/null @@ -1,19 +0,0 @@ -Welcome to Level 1 ------------------- - -This is a VERY simple program for the STM32L432 Nucleo-32 board. It simply -iterates turning on the status led (LD3) and the pin D6. - -There is NO clock setting or anything, everything is the default bootup. - -There is a single source file, main.c, which defines all the code needed. - -There is a linker script which sets up the binary format properly ready to -be flashed. - -This code can be flashed with - - $ make flash - -this requires the program `st-flash` which is a part of the stlink programmer, -which can be found at https://github.com/texane/stlink.git. |