mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 01:58:32 -04:00
Update the SmartFusion SoftConsole source code to be the same as the IAR and Keil versions.
This commit is contained in:
parent
2aef3e3cfe
commit
eadd0048c4
19 changed files with 482 additions and 6925 deletions
|
@ -148,6 +148,7 @@
|
|||
#include "mss_gpio.h"
|
||||
#include "mss_watchdog.h"
|
||||
#include "mss_timer.h"
|
||||
#include "mss_ace.h"
|
||||
#include "oled.h"
|
||||
|
||||
/* Common demo includes. */
|
||||
|
@ -551,6 +552,9 @@ static void prvSetupHardware( void )
|
|||
|
||||
/* Configure the GPIO for the LEDs. */
|
||||
vParTestInitialise();
|
||||
|
||||
/* ACE Initialization */
|
||||
ACE_init();
|
||||
|
||||
/* Setup the GPIO and the NVIC for the switch used in this simple demo. */
|
||||
NVIC_SetPriority( GPIO8_IRQn, configLIBRARY_MAX_SYSCALL_INTERRUPT_PRIORITY );
|
||||
|
@ -628,6 +632,7 @@ const unsigned long ulMax32BitValue = 0xffffffffUL;
|
|||
MSS_TIM64_start();
|
||||
}
|
||||
/*-----------------------------------------------------------*/
|
||||
|
||||
unsigned long ulGetRunTimeCounterValue( void )
|
||||
{
|
||||
unsigned long long ullCurrentValue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue