-
Notifications
You must be signed in to change notification settings - Fork 1.3k
/
Copy pathREADME.txt
29 lines (20 loc) · 1.08 KB
/
README.txt
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
mcuoneclipse
============
Please see the readme files inside the folders. Don't forget to read the Wiki pages.
To follow on this project (and beyond): follow my blog on http://mcuoneclipse.com
Erich
Cloning:
This repository uses the McuLib repo (https://github.com/ErichStyger/McuLib) as sub-repository in Examples/McuLib.
Clone this repo with submodules with:
git clone --recurse-submodules <path to repo>
If you missed itd, update it with:
git submodule update --init --recursive
NOTES:
- The content of the 'EclipsePlugins' folder has been move to SourceForge:
https://sourceforge.net/projects/mcuoneclipse/files/Eclipse%20Plugins
- The releases of the Processor Expert components can be found on SourceForge:
https://sourceforge.net/projects/mcuoneclipse/files/PEx%20Components/
- The content of the 'Beans' and 'Drivers' folder have been moved to a separate
GitHub repository (https://github.com/ErichStyger/McuOnEclipse_PEx), see
http://mcuoneclipse.com/2014/11/16/mcuoneclipse-component-sources-in-dedicated-github-repository/
NOTE: everything is provided 'as is', with no warranty!