Skip to content

Commit

Permalink
env: bump version to v1.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Huaqi Fang <[email protected]>
  • Loading branch information
fanghuaqi committed Mar 12, 2020
1 parent 189fc4e commit c8cac5b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
11 changes: 3 additions & 8 deletions examples/freertos_demo/src/FreeRTOSConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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( ;; );}
Expand Down
4 changes: 2 additions & 2 deletions platform.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -32,7 +32,7 @@
"framework-nuclei-sdk": {
"optional": true,
"type": "framework",
"version": "~0.2.0"
"version": "~0.2.1"
},
"tool-openocd-nuclei": {
"optional": true,
Expand Down

0 comments on commit c8cac5b

Please sign in to comment.