forked from open-bldc/obldc2-firmware
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
30 lines (22 loc) · 1.02 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
This project aims to create a fully open-source Brushless Drive Controller.
Where is the hardware
---------------------
The hardware design files got split into a separate repository on github called
open-bldc-hardware.
Goal of obldc2
--------------
The old codebase is quite stale and convoluted. In an effort of cleanup and simplification obldc2 is starting on a rather clean slate.
Supporting only the strip hardware but reusing some of the features and tools contained in open-bldc repository.
This repository only contains the firmwre for the motor controller. If there are libraries used they will be included as submodules in the future. (just like libopencm3 is included currently).
How to build
------------
1) Build external modules
$ ./scripts/buildext.sh
2) Build firmware
$ make
Licensing
---------
All sourcecode is licensed under GPL version 3 or later, all circuitry designs
and pcb layouts are available as original source files and licensed under
CreativeCommons BY-SA 3.0.
Feel free to use everything here as you wish! :)