diff --git a/configs/README.txt b/configs/README.txt index 77d41e13192..a123a1f0157 100644 --- a/configs/README.txt +++ b/configs/README.txt @@ -132,6 +132,11 @@ defconfig -- This is a configuration file similar to the Linux regions of memory to allocate from, this specifies the number of memory regions that the memory manager must handle and enables the API mm_addregion(start, end); + CONFIG_TICKS_PER_MSEC - The default system timer is 100Hz + or TICKS_PER_MSEC=10. This setting may be defined to + inform NuttX that the processor hardware is providing + system timer interrupts at some interrupt interval other + than 10 msec. CONFIG_RR_INTERVAL - The round robin timeslice will be set this number of milliseconds; Round robin scheduling can be disabled by setting this value to zero. diff --git a/configs/c5471evm/defconfig b/configs/c5471evm/defconfig index a534ae283fc..e247d9e87ce 100644 --- a/configs/c5471evm/defconfig +++ b/configs/c5471evm/defconfig @@ -109,6 +109,11 @@ CONFIG_UART_MODEM_2STOP=0 # handle and enables the API mm_addregion(start, end); # CONFIG_HAVE_LOWPUTC - architecture supports low-level, boot # time console output +# CONFIG_TICKS_PER_MSEC - The default system timer is 100Hz +# or TICKS_PER_MSEC=10. This setting may be defined to +# inform NuttX that the processor hardware is providing +# system timer interrupts at some interrupt interval other +# than 10 msec. # CONFIG_RR_INTERVAL - The round robin timeslice will be set # this number of milliseconds; Round robin scheduling can # be disabled by setting this value to zero. diff --git a/configs/m68332evb/defconfig b/configs/m68332evb/defconfig index 2df6f2e516d..2185e760a24 100644 --- a/configs/m68332evb/defconfig +++ b/configs/m68332evb/defconfig @@ -98,6 +98,11 @@ CONFIG_UART1_2STOP=0 # handle and enables the API mm_addregion(start, end); # CONFIG_HAVE_LOWPUTC - architecture supports low-level, boot # time console output +# CONFIG_TICKS_PER_MSEC - The default system timer is 100Hz +# or TICKS_PER_MSEC=10. This setting may be defined to +# inform NuttX that the processor hardware is providing +# system timer interrupts at some interrupt interval other +# than 10 msec. # CONFIG_RR_INTERVAL - The round robin timeslice will be set # this number of milliseconds; Round robin scheduling can # be disabled by setting this value to zero. diff --git a/configs/mcu123-lpc214x/defconfig b/configs/mcu123-lpc214x/defconfig index e9e97326b25..ca0c9a15337 100644 --- a/configs/mcu123-lpc214x/defconfig +++ b/configs/mcu123-lpc214x/defconfig @@ -122,6 +122,11 @@ CONFIG_UART1_2STOP=0 # handle and enables the API mm_addregion(start, end); # CONFIG_HAVE_LOWPUTC - architecture supports low-level, boot # time console output +# CONFIG_TICKS_PER_MSEC - The default system timer is 100Hz +# or TICKS_PER_MSEC=10. This setting may be defined to +# inform NuttX that the processor hardware is providing +# system timer interrupts at some interrupt interval other +# than 10 msec. # CONFIG_RR_INTERVAL - The round robin timeslice will be set # this number of milliseconds; Round robin scheduling can # be disabled by setting this value to zero. diff --git a/configs/ntosd-dm320/defconfig b/configs/ntosd-dm320/defconfig index aa6270250f3..640783cf1df 100644 --- a/configs/ntosd-dm320/defconfig +++ b/configs/ntosd-dm320/defconfig @@ -107,6 +107,11 @@ CONFIG_UART1_2STOP=0 # handle and enables the API mm_addregion(start, end); # CONFIG_HAVE_LOWPUTC - architecture supports low-level, boot # time console output +# CONFIG_TICKS_PER_MSEC - The default system timer is 100Hz +# or TICKS_PER_MSEC=10. This setting may be defined to +# inform NuttX that the processor hardware is providing +# system timer interrupts at some interrupt interval other +# than 10 msec. # CONFIG_RR_INTERVAL - The round robin timeslice will be set # this number of milliseconds; Round robin scheduling can # be disabled by setting this value to zero. diff --git a/configs/pjrc-8051/defconfig b/configs/pjrc-8051/defconfig index bc6084f0bfa..c9b8a481a33 100644 --- a/configs/pjrc-8051/defconfig +++ b/configs/pjrc-8051/defconfig @@ -95,6 +95,11 @@ CONFIG_LED_DEBUG=n # handle and enables the API mm_addregion(start, end); # CONFIG_HAVE_LOWPUTC - architecture supports low-level, boot # time console output +# CONFIG_TICKS_PER_MSEC - The default system timer is 100Hz +# or TICKS_PER_MSEC=10. This setting may be defined to +# inform NuttX that the processor hardware is providing +# system timer interrupts at some interrupt interval other +# than 10 msec. # CONFIG_RR_INTERVAL - The round robin timeslice will be set # this number of milliseconds; Round robin scheduling can # be disabled by setting this value to zero. diff --git a/configs/sim/defconfig b/configs/sim/defconfig index 59f05d4ac1d..e5940848ea2 100644 --- a/configs/sim/defconfig +++ b/configs/sim/defconfig @@ -63,6 +63,11 @@ CONFIG_ARCH_BOARD_SIM=y # handle and enables the API mm_addregion(start, end); # CONFIG_HAVE_LOWPUTC - architecture supports low-level, boot # time console output +# CONFIG_TICKS_PER_MSEC - The default system timer is 100Hz +# or TICKS_PER_MSEC=10. This setting may be defined to +# inform NuttX that the processor hardware is providing +# system timer interrupts at some interrupt interval other +# than 10 msec. # CONFIG_RR_INTERVAL - The round robin timeslice will be set # this number of milliseconds; Round robin scheduling can # be disabled by setting this value to zero.