From c8cac5b184feeed74bdc956cc26c99055e48e6ab Mon Sep 17 00:00:00 2001 From: Huaqi Fang <578567190@qq.com> Date: Thu, 12 Mar 2020 21:50:56 +0800 Subject: [PATCH] env: bump version to v1.0.2 Signed-off-by: Huaqi Fang <578567190@qq.com> --- examples/freertos_demo/src/FreeRTOSConfig.h | 11 +++-------- platform.json | 4 ++-- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/examples/freertos_demo/src/FreeRTOSConfig.h b/examples/freertos_demo/src/FreeRTOSConfig.h index a456511..659b77c 100644 --- a/examples/freertos_demo/src/FreeRTOSConfig.h +++ b/examples/freertos_demo/src/FreeRTOSConfig.h @@ -82,7 +82,7 @@ your application. */ #define configUSE_TICKLESS_IDLE 0 #define configCPU_CLOCK_HZ SystemCoreClock #define configRTC_CLOCK_HZ 32768 -#define configTICK_RATE_HZ 150 +#define configTICK_RATE_HZ 100 #define configMAX_PRIORITIES 4 #define configMINIMAL_STACK_SIZE 256 #define configMAX_TASK_NAME_LEN 16 @@ -127,13 +127,8 @@ your application. */ #define configTIMER_QUEUE_LENGTH 5 #define configTIMER_TASK_STACK_DEPTH configMINIMAL_STACK_SIZE -/* Interrupt nesting behaviour configuration. -#define configKERNEL_INTERRUPT_PRIORITY [dependent of processor] -#define configMAX_SYSCALL_INTERRUPT_PRIORITY [dependent on processor and application] -#define configMAX_API_CALL_INTERRUPT_PRIORITY [dependent on processor and application] -*/ -#define configMAX_SYSCALL_INTERRUPT_PRIORITY 6 -//#define portCRITICAL_NESTING_IN_TCB 1 +#define configKERNEL_INTERRUPT_PRIORITY 1 +#define configMAX_SYSCALL_INTERRUPT_PRIORITY 7 /* Define to trap errors during development. */ #define configASSERT( x ) if( ( x ) == 0 ) {taskDISABLE_INTERRUPTS(); for( ;; );} diff --git a/platform.json b/platform.json index 5a126f7..aaecdf2 100644 --- a/platform.json +++ b/platform.json @@ -12,7 +12,7 @@ "type": "git", "url": "https://github.com/Nuclei-Software/platform-nuclei.git" }, - "version": "1.0.1", + "version": "1.0.2", "packageRepositories": [ "https://dl.bintray.com/platformio/dl-packages/manifest.json", "http://dl.platformio.org/packages/manifest.json", @@ -32,7 +32,7 @@ "framework-nuclei-sdk": { "optional": true, "type": "framework", - "version": "~0.2.0" + "version": "~0.2.1" }, "tool-openocd-nuclei": { "optional": true,