restructuring test sw project

stable
Penguin 4 years ago
parent 3d08c69662
commit 60bf20d4c7

@ -1,11 +0,0 @@
#include <atmel_start.h>
int main(void)
{
/* Initializes MCU, drivers and middleware */
atmel_start_init();
/* Replace with your application code */
while (1) {
}
}

@ -0,0 +1,6 @@
/*
* project.h
*
* Created: 4/19/2020 6:56:39 PM
* Author: Penguin
*/

@ -30,15 +30,15 @@
<EraseKey /> <EraseKey />
<AsfFrameworkConfig> <AsfFrameworkConfig>
<framework-data xmlns=""> <framework-data xmlns="">
<options /> <options />
<configurations /> <configurations />
<files /> <files />
<documentation help="" /> <documentation help="" />
<offline-documentation help="" /> <offline-documentation help="" />
<dependencies> <dependencies>
<content-extension eid="atmel.asf" uuidref="Atmel.ASF" version="3.47.0" /> <content-extension eid="atmel.asf" uuidref="Atmel.ASF" version="3.47.0" />
</dependencies> </dependencies>
</framework-data> </framework-data>
</AsfFrameworkConfig> </AsfFrameworkConfig>
<atStartFilePath>.atmelstart\atmel_start_config.atstart</atStartFilePath> <atStartFilePath>.atmelstart\atmel_start_config.atstart</atStartFilePath>
<GpdscFilePath>.atmelstart\AtmelStart.gpdsc</GpdscFilePath> <GpdscFilePath>.atmelstart\AtmelStart.gpdsc</GpdscFilePath>