- Aug 29, 2014
-
-
Gregory Nutt authored
-
- Aug 26, 2014
-
-
Gregory Nutt authored
Rename up_addrenv_assign() to up_addrenv_clone() and generalize its arguments so that can be used for other purposes
-
- Aug 25, 2014
-
-
Gregory Nutt authored
-
- Aug 24, 2014
-
-
Gregory Nutt authored
addrenv interface changes: up_addrenv_create() may need to create .text and .bss/.data separately because of differing access privileges (read/execute vs read/write). And, as a consequence, up_addrenv_vaddr() needs to be split into up_addrenv_vtext(0 and up_addrenv_vdata().
-
Gregory Nutt authored
Add addrenv.h; First cut at Cortex-A address environment structures; Add configuration options to setup address enviornment
-
Gregory Nutt authored
Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- the architecure must first declare support
-
- Aug 22, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Aug 21, 2014
-
-
Gregory Nutt authored
wdog.h does not contain any application interface, only internal OS interface. Further, it is non-standard. Move wdog.h from include/ to include/nuttx. For the same reason, move the description of the watchdog timer interfaces from the Users Guide to the Porting Guide.
-
- Aug 14, 2014
-
-
Gregory Nutt authored
-
- Aug 12, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Aug 10, 2014
-
-
Gregory Nutt authored
-
- Aug 09, 2014
-
-
Gregory Nutt authored
-
- Aug 08, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Aug 07, 2014
-
-
Gregory Nutt authored
Change CONFIG_MSEC_PER_TICK to CONFIG_USEC_PER_TICK. This gives more options for system timers in general, but more importantly, let's us realize higher resolution for the case of CONFIG_SCHED_TICKLESS=y -- of course, at the risk of some new interger overvflow problems
-
Gregory Nutt authored
-
- Jul 16, 2014
-
-
Gregory Nutt authored
Rename CONFIG_NX_MOUSE to CONFIG_NX_INPUT, then add CONFIG_NX_XYINPUT_MOUSE and CONFIG_XYINPUT_TOUCHSCREEN
-
- Jul 13, 2014
-
-
Gregory Nutt authored
Documentation: Update all images. I think they were all damaged by a wild in place sed in some recent change
-
- Jul 11, 2014
-
-
Gregory Nutt authored
-
- Jul 08, 2014
-
-
Gregory Nutt authored
-
- Jul 07, 2014
-
-
Gregory Nutt authored
-
- Jul 02, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Jun 29, 2014
-
-
Gregory Nutt authored
-
- Jun 28, 2014
-
-
Gregory Nutt authored
-
- Jun 27, 2014
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Jun 25, 2014
-
-
Gregory Nutt authored
-
- Jun 24, 2014
-
-
Gregory Nutt authored
-
- Jun 12, 2014
-
-
Gregory Nutt authored
-
- Jun 06, 2014
-
-
Gregory Nutt authored
-
- Jun 03, 2014
-
-
Gregory Nutt authored
-
- May 08, 2014
-
-
Gregory Nutt authored
P-code BINFMT: Add logic to pass information from the binfmt logic to the P-code interpreter. This includes some extension to the binfmt interfaces.
-
Gregory Nutt authored
-
Gregory Nutt authored
Add serial method so that lower half driver can provide RX flow control information. From Jussi Kivilinna
-
- May 05, 2014
-
-
Gregory Nutt authored
The alternate console device CONFIG_NSH_CONDEV must not be defined unconditionally. This causes errors when using Telnet sessions. This was solved by adding CONFIG_NSH_ALTCONDEV: CONFIG_NSH_ALTCONDEV enables or disables the feature then, if enabled, CONFIG_NSH_CONDEV provides the alternative console device name
-