.. |
atexit.c
|
Add STM32 FLASH driver
|
2011-05-07 16:59:20 +00:00 |
clock_abstime2ticks.c
|
|
|
clock_getres.c
|
|
|
clock_gettime.c
|
Fix typos that cause compilations errors with CONFIG_RTC
|
2011-10-03 18:50:53 +00:00 |
clock_gettimeofday.c
|
|
|
clock_initialize.c
|
The lo-res RTC now seems to work
|
2011-10-02 14:53:24 +00:00 |
clock_internal.h
|
Remove support for UTC time; add support for 64-bit time
|
2011-10-02 14:16:30 +00:00 |
clock_settime.c
|
Fix typos that cause compilations errors with CONFIG_RTC
|
2011-10-03 18:50:53 +00:00 |
clock_systimer.c
|
Remove support for UTC time; add support for 64-bit time
|
2011-10-02 14:16:30 +00:00 |
clock_ticks2time.c
|
|
|
clock_time2ticks.c
|
|
|
env_clearenv.c
|
|
|
env_dup.c
|
Move memory manager into user space
|
2011-04-03 20:41:49 +00:00 |
env_dupenv.c
|
Move memory manager into user space
|
2011-04-03 20:41:49 +00:00 |
env_findvar.c
|
|
|
env_getenv.c
|
|
|
env_getenvironptr.c
|
|
|
env_internal.h
|
|
|
env_putenv.c
|
Add a layer to redirect kernel-mode memory manager accesses
|
2011-04-05 15:50:01 +00:00 |
env_release.c
|
|
|
env_removevar.c
|
|
|
env_setenv.c
|
Add a layer to redirect kernel-mode memory manager accesses
|
2011-04-05 15:50:01 +00:00 |
env_share.c
|
|
|
env_unsetenv.c
|
Move memory manager into user space
|
2011-04-03 20:41:49 +00:00 |
errno_get.c
|
Kernel build mostly successful
|
2011-04-02 15:25:22 +00:00 |
errno_getptr.c
|
Kernel build mostly successful
|
2011-04-02 15:25:22 +00:00 |
errno_set.c
|
Kernel build mostly successful
|
2011-04-02 15:25:22 +00:00 |
exit.c
|
atexit() functions now called when task killed by task delete; For MCUs with <= 64Kb of SRAM, CONFIG_MM_SMALL can be defined to reduce the memory allocation overhead
|
2011-05-28 21:42:18 +00:00 |
getpid.c
|
|
|
irq_attach.c
|
|
|
irq_dispatch.c
|
|
|
irq_initialize.c
|
|
|
irq_internal.h
|
|
|
irq_unexpectedisr.c
|
|
|
kmm_addregion.c
|
More separation of kernel- and user-memory management
|
2011-04-05 17:33:50 +00:00 |
kmm_initialize.c
|
More separation of kernel- and user-memory management
|
2011-04-05 17:33:50 +00:00 |
kmm_kfree.c
|
More separation of kernel- and user-memory management
|
2011-04-05 17:33:50 +00:00 |
kmm_kmalloc.c
|
More separation of kernel- and user-memory management
|
2011-04-05 17:33:50 +00:00 |
kmm_krealloc.c
|
More separation of kernel- and user-memory management
|
2011-04-05 17:33:50 +00:00 |
kmm_kzalloc.c
|
More separation of kernel- and user-memory management
|
2011-04-05 17:33:50 +00:00 |
kmm_semaphore.c
|
More separation of kernel- and user-memory management
|
2011-04-05 17:33:50 +00:00 |
Makefile
|
Fix for sem_timedwait.c
|
2011-07-20 13:19:07 +00:00 |
mq_close.c
|
|
|
mq_descreate.c
|
|
|
mq_findnamed.c
|
|
|
mq_initialize.c
|
|
|
mq_internal.h
|
Fix important bugs in mq_timedreceived() and mq_timedsend()
|
2011-09-21 13:28:16 +00:00 |
mq_msgfree.c
|
|
|
mq_msgqfree.c
|
|
|
mq_notify.c
|
|
|
mq_open.c
|
Move memory manager into user space
|
2011-04-03 20:41:49 +00:00 |
mq_rcvinternal.c
|
|
|
mq_receive.c
|
|
|
mq_send.c
|
More TIFF logic
|
2011-09-20 23:10:25 +00:00 |
mq_sndinternal.c
|
Fix important bugs in mq_timedreceived() and mq_timedsend()
|
2011-09-21 13:28:16 +00:00 |
mq_timedreceive.c
|
Fix important bugs in mq_timedreceived() and mq_timedsend()
|
2011-09-21 13:28:16 +00:00 |
mq_timedsend.c
|
Fix important bugs in mq_timedreceived() and mq_timedsend()
|
2011-09-21 13:28:16 +00:00 |
mq_unlink.c
|
|
|
mq_waitirq.c
|
Fix important bugs in mq_timedreceived() and mq_timedsend()
|
2011-09-21 13:28:16 +00:00 |
os_bringup.c
|
Add logic to initialize SAM3U user applications
|
2011-04-08 15:24:50 +00:00 |
os_internal.h
|
Fix message queue/signal handling bugs
|
2011-08-07 12:58:54 +00:00 |
os_start.c
|
Add support for kernel-mode threads
|
2011-04-07 14:39:55 +00:00 |
pg_internal.h
|
Remove executable property from many files
|
2011-08-19 14:51:08 +00:00 |
pg_miss.c
|
|
|
pg_worker.c
|
Remove executable property from many files
|
2011-08-19 14:51:08 +00:00 |
pthread_barrierdestroy.c
|
|
|
pthread_barrierinit.c
|
|
|
pthread_barrierwait.c
|
|
|
pthread_cancel.c
|
|
|
pthread_completejoin.c
|
|
|
pthread_condbroadcast.c
|
|
|
pthread_conddestroy.c
|
|
|
pthread_condinit.c
|
|
|
pthread_condsignal.c
|
|
|
pthread_condtimedwait.c
|
|
|
pthread_condwait.c
|
|
|
pthread_create.c
|
Add support for kernel-mode threads
|
2011-04-07 14:39:55 +00:00 |
pthread_detach.c
|
|
|
pthread_exit.c
|
|
|
pthread_findjoininfo.c
|
|
|
pthread_getschedparam.c
|
|
|
pthread_getspecific.c
|
|
|
pthread_initialize.c
|
|
|
pthread_internal.h
|
Move more files into subdirectories under lib/
|
2011-03-31 01:42:50 +00:00 |
pthread_join.c
|
|
|
pthread_keycreate.c
|
|
|
pthread_keydelete.c
|
|
|
pthread_kill.c
|
|
|
pthread_mutexdestroy.c
|
|
|
pthread_mutexinit.c
|
|
|
pthread_mutexlock.c
|
|
|
pthread_mutextrylock.c
|
|
|
pthread_mutexunlock.c
|
|
|
pthread_once.c
|
|
|
pthread_removejoininfo.c
|
|
|
pthread_setcancelstate.c
|
|
|
pthread_setschedparam.c
|
|
|
pthread_setschedprio.c
|
|
|
pthread_setspecific.c
|
|
|
pthread_sigmask.c
|
|
|
pthread_yield.c
|
|
|
sched_addblocked.c
|
|
|
sched_addprioritized.c
|
|
|
sched_addreadytorun.c
|
|
|
sched_foreach.c
|
|
|
sched_free.c
|
More separation of kernel- and user-memory management
|
2011-04-05 17:33:50 +00:00 |
sched_garbage.c
|
Remove executable property from many files
|
2011-08-19 14:51:08 +00:00 |
sched_getfiles.c
|
|
|
sched_getparam.c
|
|
|
sched_getscheduler.c
|
|
|
sched_getsockets.c
|
|
|
sched_getstreams.c
|
|
|
sched_gettcb.c
|
Move core of fdopen() logic from lib/stdio to fs/
|
2011-04-04 23:02:00 +00:00 |
sched_lock.c
|
|
|
sched_lockcount.c
|
Kernel build mostly successful
|
2011-04-02 15:25:22 +00:00 |
sched_mergepending.c
|
|
|
sched_processtimer.c
|
|
|
sched_releasefiles.c
|
|
|
sched_releasetcb.c
|
Fix AVR build, Add hooks for kernel threads
|
2011-04-07 01:54:59 +00:00 |
sched_removeblocked.c
|
|
|
sched_removereadytorun.c
|
|
|
sched_reprioritize.c
|
|
|
sched_rrgetinterval.c
|
|
|
sched_self.c
|
Move core of fdopen() logic from lib/stdio to fs/
|
2011-04-04 23:02:00 +00:00 |
sched_setparam.c
|
|
|
sched_setpriority.c
|
|
|
sched_setscheduler.c
|
|
|
sched_setupidlefiles.c
|
|
|
sched_setuppthreadfiles.c
|
|
|
sched_setupstreams.c
|
Move core of fdopen() logic from lib/stdio to fs/
|
2011-04-04 23:02:00 +00:00 |
sched_setuptaskfiles.c
|
|
|
sched_unlock.c
|
|
|
sched_verifytcb.c
|
|
|
sched_waitpid.c
|
|
|
sched_yield.c
|
|
|
sem_close.c
|
|
|
sem_destroy.c
|
Add mksyscall tool
|
2011-03-31 04:23:17 +00:00 |
sem_findnamed.c
|
|
|
sem_holder.c
|
|
|
sem_initialize.c
|
|
|
sem_internal.h
|
Fix for sem_timedwait.c
|
2011-07-20 13:19:07 +00:00 |
sem_open.c
|
|
|
sem_post.c
|
|
|
sem_timedwait.c
|
Fix for sem_timedwait.c
|
2011-07-20 13:19:07 +00:00 |
sem_trywait.c
|
|
|
sem_unlink.c
|
|
|
sem_wait.c
|
Add a NuttX logo image example
|
2011-07-21 00:01:41 +00:00 |
sem_waitirq.c
|
Fix for sem_timedwait.c
|
2011-07-20 13:19:07 +00:00 |
sig_action.c
|
|
|
sig_allocatependingsigaction.c
|
|
|
sig_cleanup.c
|
|
|
sig_deliver.c
|
|
|
sig_findaction.c
|
|
|
sig_initialize.c
|
Fix message queue/signal handling bugs
|
2011-08-07 12:58:54 +00:00 |
sig_internal.h
|
|
|
sig_kill.c
|
|
|
sig_lowest.c
|
|
|
sig_mqnotempty.c
|
|
|
sig_pending.c
|
|
|
sig_procmask.c
|
|
|
sig_queue.c
|
|
|
sig_received.c
|
Fix important bugs in mq_timedreceived() and mq_timedsend()
|
2011-09-21 13:28:16 +00:00 |
sig_releasependingsigaction.c
|
|
|
sig_releasependingsignal.c
|
|
|
sig_removependingsignal.c
|
|
|
sig_suspend.c
|
|
|
sig_timedwait.c
|
|
|
sig_unmaskpendingsignal.c
|
|
|
sig_waitinfo.c
|
|
|
sleep.c
|
|
|
task_activate.c
|
|
|
task_create.c
|
Add support for kernel-mode threads
|
2011-04-07 14:39:55 +00:00 |
task_delete.c
|
atexit() functions now called when task killed by task delete; For MCUs with <= 64Kb of SRAM, CONFIG_MM_SMALL can be defined to reduce the memory allocation overhead
|
2011-05-28 21:42:18 +00:00 |
task_deletecurrent.c
|
|
|
task_exithook.c
|
atexit() functions now called when task killed by task delete; For MCUs with <= 64Kb of SRAM, CONFIG_MM_SMALL can be defined to reduce the memory allocation overhead
|
2011-05-28 21:42:18 +00:00 |
task_init.c
|
|
|
task_restart.c
|
|
|
task_setup.c
|
Add support for kernel-mode threads
|
2011-04-07 14:39:55 +00:00 |
task_start.c
|
|
|
timer_create.c
|
Move memory manager into user space
|
2011-04-03 20:41:49 +00:00 |
timer_delete.c
|
Add a layer to redirect kernel-mode memory manager accesses
|
2011-04-05 15:50:01 +00:00 |
timer_getoverrun.c
|
|
|
timer_gettime.c
|
|
|
timer_initialize.c
|
|
|
timer_internal.h
|
|
|
timer_release.c
|
|
|
timer_settime.c
|
|
|
usleep.c
|
|
|
wd_cancel.c
|
|
|
wd_create.c
|
|
|
wd_delete.c
|
|
|
wd_gettime.c
|
|
|
wd_initialize.c
|
|
|
wd_internal.h
|
|
|
wd_start.c
|
|
|
work_cancel.c
|
Remove executable property from many files
|
2011-08-19 14:51:08 +00:00 |
work_internal.h
|
Remove executable property from many files
|
2011-08-19 14:51:08 +00:00 |
work_queue.c
|
Remove executable property from many files
|
2011-08-19 14:51:08 +00:00 |
work_thread.c
|
Remove executable property from many files
|
2011-08-19 14:51:08 +00:00 |