First task starting - woohoo!

This commit is contained in:
Richard Barry 2008-08-08 09:40:41 +00:00
parent 78d3b371fd
commit 3f2375c020
4 changed files with 4 additions and 2047 deletions

View File

@ -94,10 +94,9 @@ to exclude the API function. */
#define INCLUDE_vTaskDelay 1
#define INCLUDE_uxTaskGetStackHighWaterMark 1
#define configKERNEL_INTERRUPT_PRIORITY 1
#define configMAX_SYSCALL_INTERRUPT_PRIORITY 191 /* equivalent to 0xa0, or priority 5. */
#define configMAX_SYSCALL_INTERRUPT_PRIORITY 4
void vApplicationSetupInterrupts( void );
#endif /* FREERTOS_CONFIG_H */

View File

@ -54,7 +54,7 @@
#define portPIT_INTERRUPT_ENABLED ( 0x08 )
#define configPIT0_INTERRUPT_VECTOR ( 55 )
static void vApplicationSetupInterrupts( void )
void vApplicationSetupInterrupts( void )
{
const unsigned portSHORT usCompareMatchValue = ( ( configCPU_CLOCK_HZ / portPRESCALE_VALUE ) / configTICK_RATE_HZ );

View File

@ -28,7 +28,7 @@ OBJS = $(OUTPUT_DIR)/portasm.o \
$(OUTPUT_DIR)/tasks.o \
$(OUTPUT_DIR)/queue.o \
$(OUTPUT_DIR)/heap_2.o \
$(OUTPUT_DIR)/FreeRTOS_Timer.o
$(OUTPUT_DIR)/FreeRTOS_Tick_Setup.o
C_DEPS = $(OBJS:.o=.d)

File diff suppressed because it is too large Load Diff