Skip to content

Commit

Permalink
Compilation issues with latest version of Freertos (#429)
Browse files Browse the repository at this point in the history
Fixes #428
  • Loading branch information
peterharperuk authored May 2, 2024
1 parent 7115bdd commit cac4498
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pico_w/bt/config/FreeRTOSConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,11 @@
#if FREE_RTOS_KERNEL_SMP // set by the RP2040 SMP port of FreeRTOS
/* SMP port only */
#define configNUM_CORES 2
#define configNUMBER_OF_CORES configNUM_CORES
#define configTICK_CORE 0
#define configRUN_MULTIPLE_PRIORITIES 1
#define configUSE_CORE_AFFINITY 1
#define configUSE_PASSIVE_IDLE_HOOK 0
#endif

/* RP2040 specific */
Expand Down
2 changes: 2 additions & 0 deletions pico_w/wifi/freertos/iperf/FreeRTOSConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,11 @@
#if FREE_RTOS_KERNEL_SMP // set by the RP2040 SMP port of FreeRTOS
/* SMP port only */
#define configNUM_CORES 2
#define configNUMBER_OF_CORES configNUM_CORES
#define configTICK_CORE 0
#define configRUN_MULTIPLE_PRIORITIES 1
#define configUSE_CORE_AFFINITY 1
#define configUSE_PASSIVE_IDLE_HOOK 0
#endif

/* RP2040 specific */
Expand Down
2 changes: 2 additions & 0 deletions pico_w/wifi/freertos/ping/FreeRTOSConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,11 @@
#if FREE_RTOS_KERNEL_SMP // set by the RP2040 SMP port of FreeRTOS
/* SMP port only */
#define configNUM_CORES 2
#define configNUMBER_OF_CORES configNUM_CORES
#define configTICK_CORE 0
#define configRUN_MULTIPLE_PRIORITIES 1
#define configUSE_CORE_AFFINITY 1
#define configUSE_PASSIVE_IDLE_HOOK 0
#endif

/* RP2040 specific */
Expand Down

0 comments on commit cac4498

Please sign in to comment.