You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
369 B
23 lines
369 B
/*
|
|
* Copyright (c) 2006-2021, RT-Thread Development Team
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*
|
|
* Change Logs:
|
|
* Date Author Notes
|
|
* 2011-01-13 weety modified from mini2440
|
|
* 2015-04-27 ArdaFu Port bsp from at91sam9260 to asm9260t
|
|
*/
|
|
|
|
#include <rtthread.h>
|
|
|
|
void machine_reset(void)
|
|
{
|
|
|
|
}
|
|
|
|
void machine_shutdown(void)
|
|
{
|
|
|
|
}
|
|
|
|
|