Skip to content

Instantly share code, notes, and snippets.

@electronut
Created October 29, 2017 07:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save electronut/5c9fc4548d4a708b4bdbc40c626c43f6 to your computer and use it in GitHub Desktop.
Save electronut/5c9fc4548d4a708b4bdbc40c626c43f6 to your computer and use it in GitHub Desktop.
stm32-returns-1
$ tree -L 2
.
├── Debug
├── Drivers
│   ├── CMSIS
│   └── STM32F1xx_HAL_Driver
├── Inc
│   ├── FreeRTOSConfig.h
│   ├── main.h
│   ├── stm32f1xx_hal_conf.h
│   └── stm32f1xx_it.h
├── Middlewares
│   └── Third_Party
├── NUCLEO-F103RB.xml
├── STM32F103RBTx_FLASH.ld
├── Src
│   ├── BitBuf88.h
│   ├── Conway64.cpp
│   ├── Conway64.h
│   ├── MAX7219.cpp
│   ├── MAX7219.h
│   ├── freertos.c
│   ├── main.cpp
│   ├── stm32f1xx_hal_msp.c
│   ├── stm32f1xx_hal_timebase_TIM.c
│   ├── stm32f1xx_it.c
│   └── system_stm32f1xx.c
├── startup
│   └── startup_stm32f103xb.s
├── stm32f103rb-max7219\ Debug.cfg
└── stm32f103rb-max7219.ioc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment