diff --git a/Microcontrollers/.vs/Microcontrollers/v14/.atsuo b/Microcontrollers/.vs/Microcontrollers/v14/.atsuo index e91e23b..7f9f3c3 100644 Binary files a/Microcontrollers/.vs/Microcontrollers/v14/.atsuo and b/Microcontrollers/.vs/Microcontrollers/v14/.atsuo differ diff --git a/Microcontrollers/XC8Application1/main.c b/Microcontrollers/XC8Application1/main.c new file mode 100644 index 0000000..660d5eb --- /dev/null +++ b/Microcontrollers/XC8Application1/main.c @@ -0,0 +1,16 @@ +/* + * main.c + * + * Created: 2/10/2021 9:26:01 AM + * Author: User + */ + +#include + +int main(void) +{ + while(1) + { + //TODO:: Please write your application code + } +} \ No newline at end of file diff --git a/Microcontrollers/XC8Application1/opdracht B.5.componentinfo.xml b/Microcontrollers/XC8Application1/opdracht B.5.componentinfo.xml new file mode 100644 index 0000000..bbcc667 --- /dev/null +++ b/Microcontrollers/XC8Application1/opdracht B.5.componentinfo.xml @@ -0,0 +1,42 @@ + + + + + + + Device + Startup + + + Atmel + 1.6.0 + C:/Program Files (x86)\Atmel\Studio\7.0\Packs + + + + + C:/Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\ATmega_DFP\1.6.364\xc8\avr\include\avr\iom128.h + + header + XC + JdJ7J9I/SJh965SEyyyVYw== + + xc8/avr/include/avr/iom128.h + + + + + ATmega_DFP + C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATmega_DFP/1.6.364/Atmel.ATmega_DFP.pdsc + 1.6.364 + true + ATmega128 + + + + Resolved + Fixed + true + + + \ No newline at end of file diff --git a/Microcontrollers/XC8Application1/opdracht B.5.cproj b/Microcontrollers/XC8Application1/opdracht B.5.cproj new file mode 100644 index 0000000..c3b682a --- /dev/null +++ b/Microcontrollers/XC8Application1/opdracht B.5.cproj @@ -0,0 +1,99 @@ + + + + 2.0 + 7.0 + com.microchip.xc8 + {b2ced75e-444e-40d3-8db2-1e83ebfa08ba} + ATmega128 + none + Executable + C + $(MSBuildProjectName) + .elf + $(MSBuildProjectDirectory)\$(Configuration) + XC8Application1 + opdracht B.5 + XC8Application1 + XC8_2.31 + true + false + true + true + + + true + + 2 + 0 + 0 + + + + + + + + + + + + + + + + + + True + True + True + + + (%24DeviceMacro) + NDEBUG + + + Optimize for size (-Os) + True + True + True + + + libm + + + + + + + + + True + True + + + (%24DeviceMacro) + DEBUG + + + Optimize debugging experience (-Og) + True + True + Default (-g2) + True + + + libm + + + Default (-Wa,-g) + + + + + + compile + + + + \ No newline at end of file