summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* Trick the top-level makefiles into building the SYSCALL proxy library but the...Gregory Nutt2014-08-282-2/+4
* Update ChangeLogGregory Nutt2014-08-281-0/+9
* include/sys/syscall.h: System definitions should depend on CONFIG_LIB_SYSCALL...Gregory Nutt2014-08-282-4/+3
* g_system_timer must be handler in a special way if there are external modulesGregory Nutt2014-08-281-8/+34
* errno must be handled in a special way if there are external modulesGregory Nutt2014-08-281-6/+13
* nuttx/sched: Remove explicit references to errno. That is a problem from wi...Gregory Nutt2014-08-284-15/+15
* nuttx/sched: Remove explicit references to errno. That is a problem from wi...Gregory Nutt2014-08-2815-25/+26
* In some configurations, g_system_tmer must be extern'ed as a private variableGregory Nutt2014-08-281-3/+14
* nuttx/drivers: Remove explicity references to errno. That is a problem from...Gregory Nutt2014-08-288-34/+34
* nuttx/fs: Remove explicity references to errno. That is a problem from with...Gregory Nutt2014-08-2811-30/+33
* Fix syscall library selection in top-level MakefilesGregory Nutt2014-08-282-0/+6
* Update ChangeLogGregory Nutt2014-08-281-0/+3
* ARMv7-A: Add SYSCALL handling logicGregory Nutt2014-08-2810-31/+401
* Update ChangeLogGregory Nutt2014-08-281-0/+2
* Add an ARMv7-A system call definition header fileGregory Nutt2014-08-285-14/+145
* Update ChangeLogGregory Nutt2014-08-281-0/+4
* The system call library can now be built with CONFIG_NUTTX_KERNEL. New selec...Gregory Nutt2014-08-288-35/+84
* Update README fileGregory Nutt2014-08-281-4/+13
* Cortex-A address environments: Fix issue with page privilegesGregory Nutt2014-08-282-9/+57
* Remove a warningGregory Nutt2014-08-281-3/+0
* Update ChangeLogsGregory Nutt2014-08-281-1/+4
* STM32 FLASH fixes: use size_t instead of uint16_t, make interface more generi...Gregory Nutt2014-08-284-48/+178
* Fix an error introduced into ALL implmentations of interrupt dispatch logicGregory Nutt2014-08-2813-13/+22
* Add address environment support to ALL implementatins of up_release_pending()Gregory Nutt2014-08-289-16/+125
* Add address environment support to ALL implementatins of up_reprioritize_rtr()Gregory Nutt2014-08-2810-22/+132
* Z80: Move address environment switch from the task switchers to the interrupt...Gregory Nutt2014-08-283-33/+41
* x86: Move address environment switch from the task switchers to the interrupt...Gregory Nutt2014-08-283-36/+41
* SH: Move address environment switch from the task switchers to the interrupt ...Gregory Nutt2014-08-283-60/+64
* MIPS: Move address environment switch from the task switchers to the interrup...Gregory Nutt2014-08-284-49/+82
* AVR32: Move address environment switch from the task switchers to the interru...Gregory Nutt2014-08-283-38/+43
* AVR32: Move address environment switch from the task switchers to the interru...Gregory Nutt2014-08-283-38/+45
* ARM: Move address environment switch from the task switchers to the interrupt...Gregory Nutt2014-08-285-29/+112
* ARM: Move address environment switch from the task switchers to the interrupt...Gregory Nutt2014-08-286-63/+68
* Update ChangeLogGregory Nutt2014-08-271-0/+4
* Add ADDRENV support to ALL implmentations of _exit()Gregory Nutt2014-08-278-7/+94
* Add ADDRENV support to ALL implementations of up_unblock_task()Gregory Nutt2014-08-279-22/+200
* CC3200 Lauchpad updates from Jim EwingGregory Nutt2014-08-272-3/+10
* Add ADDRENV support to all implementations of up_block_task()Gregory Nutt2014-08-279-14/+189
* Minor address environment clean-up. Cannot generate debug contexts in certai...Gregory Nutt2014-08-273-6/+3
* Can't used task_create() if address environments enabledGregory Nutt2014-08-273-6/+16
* ADDRENV: Use a group flag to determine if there is an address environment (in...Gregory Nutt2014-08-274-8/+24
* Updated CC3200 Launchpad defconfig fileGregory Nutt2014-08-261-0/+11
* CC3200 Launchpad updatesGregory Nutt2014-08-2610-28/+231
* Updates to CC3200 board config. Does not quite build yetGregory Nutt2014-08-264-6/+12
* Update ChangeLogGregory Nutt2014-08-261-0/+4
* Add basic support for the CC3200 Launchpad. From Jim EwingGregory Nutt2014-08-2614-0/+2272
* Support the the TC3200 from Jim EwingGregory Nutt2014-08-2616-4/+2781
* Add group_addrenv() which will be called during context switches in order to ...Gregory Nutt2014-08-261-0/+168
* Add group_addrenv() which will be called during context switches in order to ...Gregory Nutt2014-08-266-16/+49
* Add up_addrenv_coherent which will be called before address environment switchesGregory Nutt2014-08-264-2/+108