| .. |
|
Kconfig
|
Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation
|
2015-06-28 08:08:57 -06:00 |
|
up_allocateheap.c
|
Make some file section headers more consistent with standard
|
2015-04-08 08:04:12 -06:00 |
|
up_arch.h
|
Various changes for a clean ZNEO ZDS-II build
|
2013-12-19 10:01:52 -06:00 |
|
up_assert.c
|
Add support for dumping board-specific information on assertion. From David Sidrane
|
2015-03-04 07:00:29 -06:00 |
|
up_blocktask.c
|
Make some file section headers more consistent with standard
|
2015-04-08 08:04:12 -06:00 |
|
up_createstack.c
|
arch/: board function prototypes are now in include/nuttx/board.h. Remove from architecture header file; Add inclusion of nuttx/board.h to all files referencing board functions
|
2015-02-27 17:19:38 -06:00 |
|
up_doirq.c
|
arch/: board function prototypes are now in include/nuttx/board.h. Remove from architecture header file; Add inclusion of nuttx/board.h to all files referencing board functions
|
2015-02-27 17:19:38 -06:00 |
|
up_exit.c
|
Make some file section headers more consistent with standard
|
2015-04-08 08:04:12 -06:00 |
|
up_idle.c
|
Make some file section headers more consistent with standard
|
2015-04-08 08:04:12 -06:00 |
|
up_initialize.c
|
Add CONFIG_NETDEV_LATEINIT that can be used to suppress calls to up_netinitialize() from early initialization
|
2015-07-17 07:20:16 -06:00 |
|
up_internal.h
|
Clean up and review of header files for conformance to standards
|
2015-06-12 19:17:42 -06:00 |
|
up_interruptcontext.c
|
Email address change in nuttx/
|
2012-09-13 18:32:24 +00:00 |
|
up_mdelay.c
|
Make some file section headers more consistent with standard
|
2015-04-08 08:04:12 -06:00 |
|
up_puts.c
|
Make some file section headers more consistent with standard
|
2015-04-08 08:04:12 -06:00 |
|
up_releasepending.c
|
Make some file section headers more consistent with standard
|
2015-04-08 08:04:12 -06:00 |
|
up_releasestack.c
|
Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL
|
2014-08-29 14:47:22 -06:00 |
|
up_reprioritizertr.c
|
Make some file section headers more consistent with standard
|
2015-04-08 08:04:12 -06:00 |
|
up_stackdump.c
|
Update everything under nuttx/arch to use the corrected syslog interfaces
|
2014-10-08 12:48:47 -06:00 |
|
up_stackframe.c
|
There used to be two ways to pass parameters to new tasks, depending upon the configuration: Either (1) argv[] as created as an array with each string strdup'ed. Or (1) argv[] array and strings were created on the stack before the new task was started. Now, there is only one way, way (1). Way (2) might be slightly more compact, but this is not worth carry the complexity of two different ways of doing the same thing.
|
2014-09-01 15:39:34 -06:00 |
|
up_udelay.c
|
Make some file section headers more consistent with standard
|
2015-04-08 08:04:12 -06:00 |
|
up_unblocktask.c
|
Make some file section headers more consistent with standard
|
2015-04-08 08:04:12 -06:00 |
|
up_usestack.c
|
Add a up_stack_frame() interface to allocate a frame of data on a task's stack.
|
2013-03-21 17:35:08 +00:00 |