|
os_alarm.c
|
デバッグプリント関数追加。
|
2008-12-26 04:06:25 +00:00 |
|
os_cache.c
|
キャッシュライブラリ追加。
|
2008-12-19 08:38:35 +00:00 |
|
os_context.c
|
コンテキスト初期化時にVFPレジスタバッファを全クリア。
|
2009-01-07 03:07:55 +00:00 |
|
os_exception.c
|
ユーザモードとシステムモードのみVFPを使用可能に。
|
2008-12-25 12:01:35 +00:00 |
|
os_init.c
|
ARM11未定義命令例外ハンドラ追加。
|
2008-12-25 10:34:43 +00:00 |
|
os_interrupt.c
|
スピンロックライブラリ追加。
|
2009-01-13 07:03:40 +00:00 |
|
os_irqHandler.c
|
small arrange.
|
2009-01-06 12:10:01 +00:00 |
|
os_irqThreadSwitch.c
|
small arrange.
|
2009-01-06 12:10:01 +00:00 |
|
os_message.c
|
message追加。
|
2009-01-05 09:14:17 +00:00 |
|
os_mutex.c
|
mutex追加。
|
2009-01-05 09:04:05 +00:00 |
|
os_printf.c
|
デバッグプリント関数追加。
|
2008-12-26 04:06:25 +00:00 |
|
os_spinLock.c
|
スピンロックを8バイト単位から2バイト単位へ変更。
|
2009-01-13 07:31:53 +00:00 |
|
os_system.c
|
os_interrupt_common.cをos_interrupt.cへマージ。
|
2008-12-19 09:16:29 +00:00 |
|
os_thread.c
|
スレッド使用時のみスレッドスイッチ関数がリンクされるように対応。
|
2009-01-06 06:47:56 +00:00 |
|
os_tick.c
|
割り込みヘッダファイルのマージ。
|
2008-12-19 06:59:07 +00:00 |
|
os_timer.c
|
threadデモのosSleep時間表示。
|
2009-01-06 12:02:19 +00:00 |