1 # Atmel Studio 6 Project Template {#md_as6}
5 It might of some help, if a preconfigured Atmel Studio 6 template can be used
6 as base for an the own µracoli software project.
8 Therefore we added the _halimbawa_ to the source code package
9 The tagalog word _Halimbawa_ means _example_ according to the
10 [Tagalog Dictionary](http://www.tagalog-dictionary.com/cgi-bin/search.pl?s=halimbawa Tagalog Dictionary)
14 ### Step 1: copy the project and rename it.
16 - Change into the directory `uracoli-src-<version>/as6/`
17 - Copy the entire directory `halimbawa` and rename it to e.g. `testproject`
18 - Change to the directory `testproject` and rename the file
19 `halimbawa.cproj` to `testproject.cproj`
21 
23 ### Step 2: open the copied project with AS6
25 - Double click on `testproject.cproj` and wait until Atmel-Studio has started.
27 
29 - Do a right click on _testproject_ in the _solution explorer window_ and
32 
34 ### Step 3: Configure the project
36 - Find your board on <http://uracoli.nongnu.org/hwlist.html>.
37 - The yellow marked text is needed to update the AS6 configuration.
39 
41 - In the properties dialogue select the _Toolchain_ tab.
42 - Adapt the the F_CPU value and enter the _target name_ of the board.
43 The preconfigured values are `F_CPU` set to 8MHz and target name `rbb128rfa1`.
45 
47 - Select the _Device_ tab in the _Properties_ dialogue.
48 - Press the _Change Device_ button to select the MCU for your board.
50 
52 ### Step 4: add your code
54 Finally you can start with programming your own project.
55 Just edit in the file `main.c`, and leave the other source files untouched
56 ... unless you find a bug.