#include <errno.h>
#include <arch.h>
#include "cons.h"
#include "pm.h"
#include "pit.h"
#include "pic.h"
Go to the source code of this file.
Function Documentation
Definition at line 26 of file bsp.c.
Definition at line 35 of file bsp.c.
Definition at line 42 of file bsp.c.
void* pok_bsp_mem_alloc |
( |
size_t |
size | ) |
|
Allocate data. At this time, the pok_pm_sbrk function only increment size each time we allocate memory and was not designed to free previously allocated memory.
Definition at line 58 of file bsp.c.
Init time. freq is the frequency of the oscillator.
Definition at line 67 of file bsp.c.