diff --git a/vendors/renesas/configuration/AWS_kernel_v0.1.8_extend.mdf b/vendors/renesas/configuration/AWS_kernel_v0.1.8_extend.mdf
index cd51a67ecae..52edeb8dec9 100644
--- a/vendors/renesas/configuration/AWS_kernel_v0.1.8_extend.mdf
+++ b/vendors/renesas/configuration/AWS_kernel_v0.1.8_extend.mdf
@@ -129,11 +129,9 @@ Disable: disable record stack high address
Disable: omit a a daemon task startup hook.
- ("${configCPU_CLOCK_HZ}" == BSP_ICLK_HZ)
Enter the frequency in Hz at which the internal clock that driver the peripheral used to generate the tick interrupt will be executing - this is normally the same clock that drives the internal CPU clock. This value is required in order to correctly configure timer peripherals.
- ("${configPERIPHERAL_CLOCK_HZ}" == BSP_PCLK_HZ)
Enter the frequency of the PERIPHERAL clock.
@@ -188,7 +186,6 @@ Disable: omit software timer functionality.
Sets the length of the software timer command queue. See the FreeRTOS software timers page for a full description.
- ("${configTIMER_TASK_STACK_DEPTH}" == configMINIMAL_STACK_SIZE)
Sets the stack depth allocated to the software timer service/daemon task. See the FreeRTOS software timers page for a full description.
@@ -358,15 +355,12 @@ Disable: exclude the xTaskAbortDelay() from your build
Disable: disable stats formatting function
- ("${configPRINTF ( X )}" == vLoggingPrintf X)
The function that implements FreeRTOS printf style output, and the macro that maps the configPRINTF() macros to that function.
- ("${configPRINT( X )}" == vLoggingPrint( X ))
Non-format version thread-safe print
- ("${configPRINT_STRING( x )}" == uart_string_printf( x ))
Map the logging task's printf to the board specific output function.
@@ -392,7 +386,6 @@ Disable: omit demo debug stats.
The size of the global output buffer that is available for use when there are multiple command interpreters running at once (for example, one on a UART and one on TCP/IP). This is done to prevent an output buffer being defined by each implementation - which would waste RAM. In this case, there is only one command interpreter running, and it has its own local output buffer, so the global buffer is just set to be one byte long as it is not used and should not take up unnecessary RAM.
- ("${configMAC_ISR_SIMULATOR_PRIORITY}" == (configMAX_PRIORITIES - 1))
Only used when running in the FreeRTOS Windows simulator. Defines the priority of the task used to simulate Ethernet interrupts.
@@ -581,4 +574,4 @@ Disable: omit demo debug stats.
Disable: omit platform.h
-
+
\ No newline at end of file