*
* $WIZ$ type = "autoenabled"
*/
-#define CONFIG_KERN 1
+#define CONFIG_KERN 0
/**
* Kernel interrupt supervisor. WARNING: Experimental, still incomplete!
* Inter-process signals.
* $WIZ$ type = "autoenabled"
*/
-#define CONFIG_KERN_SIGNALS 1
+#define CONFIG_KERN_SIGNALS 0
#endif /* CFG_SIGNAL_H */
#include <hw/hw_led.h>
#include <drv/timer.h>
#include <drv/ser.h>
-#include <kern/proc.h>
-#include <drv/ser.h>
static Serial out;
ser_setbaudrate(&out, 115200);
/* Initialize LED driver */
LED_INIT();
-
- /*
- * Kernel initialization: processes (allow to create and dispatch
- * processes using proc_new()).
- */
- proc_init();
}
int main(void)
(lp23
S'ser'
p24
-aS'kernel'
-p25
aS'formatwr'
+p25
+aS'debug'
p26
aS'kfile'
p27
aS'heap'
p28
-aS'signal'
-p29
aS'timer'
-p30
-aS'debug'
-p31
+p29
asS'CPU_NAME'
-p32
+p30
VATmega328P
-p33
+p31
sS'PROJECT_HW_PATH'
-p34
+p32
S'../..'
-p35
+p33
sS'PROJECT_SRC_PATH'
-p36
+p34
S'.'
-p37
+p35
sS'PRESET'
-p38
+p36
I01
sS'OUTPUT'
-p39
-(lp40
+p37
+(lp38
s.
\ No newline at end of file
*
* $WIZ$ type = "autoenabled"
*/
-#define CONFIG_KERN 1
+#define CONFIG_KERN 0
/**
* Kernel interrupt supervisor. WARNING: Experimental, still incomplete!
* Re-entrant mutual exclusion primitives.
* $WIZ$ type = "autoenabled"
*/
-#define CONFIG_KERN_SEMAPHORES 1
+#define CONFIG_KERN_SEMAPHORES 0
#endif /* CFG_SEM_H */
* Inter-process signals.
* $WIZ$ type = "autoenabled"
*/
-#define CONFIG_KERN_SIGNALS 1
+#define CONFIG_KERN_SIGNALS 0
#endif /* CFG_SIGNAL_H */
#include <hw/hw_led.h>
#include <drv/timer.h>
#include <drv/ser.h>
-#include <kern/proc.h>
static Serial out;
ser_setbaudrate(&out, 115200);
/* Initialize LED driver */
LED_INIT();
-
- /*
- * Kernel initialization: processes (allow to create and dispatch
- * processes using proc_new()).
- */
- proc_init();
}
int main(void)
(lp23
S'ser'
p24
-aS'kernel'
+aS'formatwr'
p25
-aS'semaphores'
+aS'kfile'
p26
-aS'formatwr'
+aS'heap'
p27
-aS'debug'
+aS'timer'
p28
-aS'kfile'
+aS'debug'
p29
-aS'heap'
-p30
-aS'signal'
-p31
-aS'timer'
-p32
asS'CPU_NAME'
-p33
+p30
VAT91SAM7S256
-p34
+p31
sS'PROJECT_HW_PATH'
-p35
+p32
S'../..'
-p36
+p33
sS'PROJECT_SRC_PATH'
-p37
+p34
S'.'
-p38
+p35
sS'PRESET'
-p39
+p36
I01
sS'OUTPUT'
-p40
-(lp41
+p37
+(lp38
s.
\ No newline at end of file
*
* $WIZ$ type = "autoenabled"
*/
-#define CONFIG_KERN 1
+#define CONFIG_KERN 0
/**
* Kernel interrupt supervisor. WARNING: Experimental, still incomplete!
* Inter-process signals.
* $WIZ$ type = "autoenabled"
*/
-#define CONFIG_KERN_SIGNALS 1
+#define CONFIG_KERN_SIGNALS 0
#endif /* CFG_SIGNAL_H */
#include <hw/hw_led.h>
#include <drv/timer.h>
#include <drv/ser.h>
-#include <kern/proc.h>
-#include <drv/ser.h>
static Serial out;
ser_setbaudrate(&out, 115200);
/* Initialize LED driver */
LED_INIT();
-
- /*
- * Kernel initialization: processes (allow to create and dispatch
- * processes using proc_new()).
- */
- proc_init();
}
int main(void)
(lp23
S'ser'
p24
-aS'kernel'
-p25
aS'formatwr'
+p25
+aS'debug'
p26
aS'kfile'
p27
aS'heap'
p28
-aS'signal'
-p29
aS'timer'
-p30
-aS'debug'
-p31
+p29
asS'CPU_NAME'
-p32
+p30
VAT91SAM7X256
-p33
+p31
sS'PROJECT_HW_PATH'
-p34
+p32
S'../..'
-p35
+p33
sS'PROJECT_SRC_PATH'
-p36
+p34
S'.'
-p37
+p35
sS'PRESET'
-p38
+p36
I01
sS'OUTPUT'
-p39
-(lp40
+p37
+(lp38
s.
\ No newline at end of file
*
* $WIZ$ type = "autoenabled"
*/
-#define CONFIG_KERN 1
+#define CONFIG_KERN 0
/**
* Kernel interrupt supervisor. WARNING: Experimental, still incomplete!
* Re-entrant mutual exclusion primitives.
* $WIZ$ type = "autoenabled"
*/
-#define CONFIG_KERN_SEMAPHORES 1
+#define CONFIG_KERN_SEMAPHORES 0
#endif /* CFG_SEM_H */
* Inter-process signals.
* $WIZ$ type = "autoenabled"
*/
-#define CONFIG_KERN_SIGNALS 1
+#define CONFIG_KERN_SIGNALS 0
#endif /* CFG_SIGNAL_H */
#include <hw/hw_led.h>
#include <drv/timer.h>
#include <drv/ser.h>
-#include <kern/proc.h>
#include <drv/lcd_rit128x96.h>
#include <drv/kbd.h>
rit128x96_blitBitmap(&lcd_bitmap);
/* Initialize the keypad driver */
kbd_init();
-
- /*
- * Kernel initialization: processes (allow to create and dispatch
- * processes using proc_new()).
- */
- proc_init();
}
int main(void)
p24
aS'ser'
p25
-aS'kernel'
-p26
aS'kbd'
+p26
+aS'formatwr'
p27
-aS'semaphores'
+aS'kfile'
p28
-aS'formatwr'
+aS'lcd_rit128x96'
p29
-aS'debug'
+aS'heap'
p30
-aS'kfile'
+aS'timer'
p31
-aS'lcd_rit128x96'
+aS'debug'
p32
-aS'heap'
-p33
-aS'signal'
-p34
-aS'timer'
-p35
aS'lm3s_ssi'
-p36
+p33
asS'CPU_NAME'
-p37
+p34
VLM3S1968
-p38
+p35
sS'PROJECT_HW_PATH'
-p39
+p36
S'../..'
-p40
+p37
sS'PROJECT_SRC_PATH'
-p41
+p38
S'.'
-p42
+p39
sS'PRESET'
-p43
+p40
I01
sS'OUTPUT'
-p44
-(lp45
+p41
+(lp42
s.
\ No newline at end of file
*
* $WIZ$ type = "autoenabled"
*/
-#define CONFIG_KERN 1
+#define CONFIG_KERN 0
/**
* Kernel interrupt supervisor. WARNING: Experimental, still incomplete!
* Re-entrant mutual exclusion primitives.
* $WIZ$ type = "autoenabled"
*/
-#define CONFIG_KERN_SEMAPHORES 1
+#define CONFIG_KERN_SEMAPHORES 0
#endif /* CFG_SEM_H */
* Inter-process signals.
* $WIZ$ type = "autoenabled"
*/
-#define CONFIG_KERN_SIGNALS 1
+#define CONFIG_KERN_SIGNALS 0
#endif /* CFG_SIGNAL_H */
#include <hw/hw_led.h>
#include <drv/timer.h>
#include <drv/ser.h>
-#include <kern/proc.h>
-#include <drv/ser.h>
static Serial out;
ser_setbaudrate(&out, 115200);
/* Initialize LED driver */
LED_INIT();
-
- /*
- * Kernel initialization: processes (allow to create and dispatch
- * processes using proc_new()).
- */
- proc_init();
}
int main(void)
(lp23
S'ser'
p24
-aS'kernel'
-p25
aS'formatwr'
+p25
+aS'debug'
p26
-aS'msg'
-p27
-aS'semaphores'
-p28
aS'kfile'
-p29
+p27
aS'heap'
-p30
-aS'signal'
-p31
+p28
aS'timer'
-p32
-aS'debug'
-p33
+p29
asS'CPU_NAME'
-p34
+p30
VLPC2378
-p35
+p31
sS'PROJECT_HW_PATH'
-p36
+p32
S'../..'
-p37
+p33
sS'PROJECT_SRC_PATH'
-p38
+p34
S'.'
-p39
+p35
sS'PRESET'
-p40
+p36
I01
sS'OUTPUT'
-p41
-(lp42
+p37
+(lp38
s.
\ No newline at end of file
*
* $WIZ$ type = "autoenabled"
*/
-#define CONFIG_KERN 1
+#define CONFIG_KERN 0
/**
* Kernel interrupt supervisor. WARNING: Experimental, still incomplete!
* Re-entrant mutual exclusion primitives.
* $WIZ$ type = "autoenabled"
*/
-#define CONFIG_KERN_SEMAPHORES 1
+#define CONFIG_KERN_SEMAPHORES 0
#endif /* CFG_SEM_H */
* Inter-process signals.
* $WIZ$ type = "autoenabled"
*/
-#define CONFIG_KERN_SIGNALS 1
+#define CONFIG_KERN_SIGNALS 0
#endif /* CFG_SIGNAL_H */
#include <cpu/irq.h>
#include <hw/hw_led.h>
#include <drv/timer.h>
-#include <kern/proc.h>
static void init(void)
{
timer_init();
/* Initialize LED driver */
LED_INIT();
-
- /*
- * Kernel initialization: processes (allow to create and dispatch
- * processes using proc_new()).
- */
- proc_init();
}
int main(void)
ssS'ENABLED_MODULES'
p22
(lp23
-S'kernel'
+S'formatwr'
p24
-aS'formatwr'
-p25
-aS'semaphores'
-p26
aS'kfile'
-p27
+p25
aS'heap'
-p28
-aS'signal'
-p29
+p26
aS'timer'
-p30
+p27
aS'debug'
-p31
+p28
asS'CPU_NAME'
-p32
+p29
VSTM32P103
-p33
+p30
sS'PROJECT_HW_PATH'
-p34
+p31
S'../..'
-p35
+p32
sS'PROJECT_SRC_PATH'
-p36
+p33
S'.'
-p37
+p34
sS'PRESET'
-p38
+p35
I01
sS'OUTPUT'
-p39
-(lp40
+p36
+(lp37
s.
\ No newline at end of file
*
* $WIZ$ type = "autoenabled"
*/
-#define CONFIG_KERN 1
+#define CONFIG_KERN 0
/**
* Kernel interrupt supervisor. WARNING: Experimental, still incomplete!
* Re-entrant mutual exclusion primitives.
* $WIZ$ type = "autoenabled"
*/
-#define CONFIG_KERN_SEMAPHORES 1
+#define CONFIG_KERN_SEMAPHORES 0
#endif /* CFG_SEM_H */
* Inter-process signals.
* $WIZ$ type = "autoenabled"
*/
-#define CONFIG_KERN_SIGNALS 1
+#define CONFIG_KERN_SIGNALS 0
#endif /* CFG_SIGNAL_H */
#include <hw/hw_led.h>
#include <drv/timer.h>
#include <drv/ser.h>
-#include <kern/proc.h>
-#include <drv/ser.h>
static Serial out;
ser_setbaudrate(&out, 115200);
/* Initialize LED driver */
LED_INIT();
-
- /*
- * Kernel initialization: processes (allow to create and dispatch
- * processes using proc_new()).
- */
- proc_init();
}
int main(void)
(lp23
S'ser'
p24
-aS'kernel'
-p25
aS'formatwr'
+p25
+aS'debug'
p26
-aS'msg'
-p27
-aS'semaphores'
-p28
aS'kfile'
-p29
+p27
aS'heap'
-p30
-aS'signal'
-p31
+p28
aS'timer'
-p32
-aS'debug'
-p33
+p29
asS'CPU_NAME'
-p34
+p30
VATmega1281
-p35
+p31
sS'PROJECT_HW_PATH'
-p36
+p32
S'../..'
-p37
+p33
sS'PROJECT_SRC_PATH'
-p38
+p34
S'.'
-p39
+p35
sS'PRESET'
-p40
+p36
I01
sS'OUTPUT'
-p41
-(lp42
+p37
+(lp38
s.
\ No newline at end of file