]> git.sur5r.net Git - freertos/blob - Demo/CORTEX_AT91SAM3U256_IAR/system/at91sam3u-ek-flash.mac
Start to re-arrange files to include FreeRTOS+ in main download.
[freertos] / Demo / CORTEX_AT91SAM3U256_IAR / system / at91sam3u-ek-flash.mac
1 // ---------------------------------------------------------\r
2 //   ATMEL Microcontroller Software Support  -  ROUSSET  -\r
3 // ---------------------------------------------------------\r
4 // The software is delivered "AS IS" without warranty or\r
5 // condition of any  kind, either express, implied or\r
6 // statutory. This includes without limitation any warranty\r
7 // or condition with respect to merchantability or fitness\r
8 // for any particular purpose, or against the infringements of\r
9 // intellectual property rights of others.\r
10 // ---------------------------------------------------------\r
11 //  File: at91sam3u-ek-flash.mac\r
12 //  User setup file for CSPY debugger.\r
13 // ---------------------------------------------------------\r
14 __var __mac_i;\r
15 __var __mac_pt;\r
16 \r
17 /*********************************************************************\r
18 *\r
19 *       execUserReset()\r
20 */\r
21 execUserReset()\r
22 {\r
23     __message "------------------------------ execUserReset ---------------------------------";\r
24     __message "-------------------------------Set PC Reset ----------------------------------";\r
25 }\r
26 \r
27 /*********************************************************************\r
28 *\r
29 *       execUserPreload()\r
30 */\r
31 execUserPreload()\r
32 {\r
33     __message "------------------------------ execUserPreload ---------------------------------";\r
34     __hwReset(0);                          //* Hardware Reset: CPU is automatically halted after the reset\r
35 }\r