Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fpoussin committed Feb 12, 2016
1 parent 1ab1870 commit c12a8ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ Includes some digital (RPM, VSS) and analog inputs (TPS, Wideband), as well as a

**├── Board** *Eagle board files*
**├── Code**
**│   ├── App** *Motolink code*
**│   ├── App** *Motolink's MCU code*
**│   ├── Bootloader** *STM32 Bootloader*
**│   ├── ChibiOS-RT** *ChibiOS/RT submodule*
**│   ├── ChibiOS-Drivers** *ChibiOS extra Drivers submodule*
**│   ├── ChibiOS-Contrib** *ChibiOS extra Drivers submodule*
**│   └── Common** *Common files for bootloader and Motolink*
**├── Drivers** *Windows drivers installer*
**├── GUI** *Motolink's graphical user interface*
**│   └── QtUsb** *Qt USB submodule*
**├── LICENSE** *GPL Licence file*
**└── README.md** *This readme file*

You will need to init and update the git submodules (QtUsb, ChibiOS-RT, ChibiOS-Drivers) to build the projects.
You will need to init and update the git submodules (QtUsb, ChibiOS-RT, ChibiOS-Contrib) to build the projects.

0 comments on commit c12a8ee

Please sign in to comment.