- Jul 23, 2013
-
-
Gregory Nutt authored
ARMv7-A: Need 8-byte stack alignment when callign C code from interrupt handlers. This change needs to be ported to other ARM architectures as well
-
- Jun 23, 2013
-
-
Gregory Nutt authored
-
- Jun 20, 2013
-
-
Gregory Nutt authored
-
- Jun 14, 2013
-
-
Gregory Nutt authored
-
- May 30, 2013
-
-
Gregory Nutt authored
Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add some missing .gitignore files
-
- May 29, 2013
-
-
Gregory Nutt authored
Fix STM32F1 and F3 USB device driver. It was not handling NULL packets correctly and it prevent use of the driver with the CDC/ACM class
-
- May 18, 2013
-
-
Gregory Nutt authored
-
- May 14, 2013
-
-
Gregory Nutt authored
configs/hymini-stm32v converted nsh and nsh2 configs to use kconfig-frontends tools; Also converted to use the common SSD1289 driver
-
- Apr 30, 2013
-
-
Gregory Nutt authored
-
- Apr 12, 2013
-
-
Gregory Nutt authored
Convert olimex-lpc17stk configuration to use the kconfig-frontends tools; Fix some compile errors in the pl2303 USB device driver
-
- Apr 11, 2013
-
-
Gregory Nutt authored
-
- Apr 07, 2013
-
-
Gregory Nutt authored
LPC17xx GPIO interrupt fixes: lpc17_setintedge() must be atomic. Can't disable interrupts from interrupt handlers because they are automatically re-enabled. Try re-configuring pin instead.
-
- Mar 24, 2013
-
-
patacongo authored
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5781 42af7a65-404d-4744-a932-0658087f49c3
-
- Mar 23, 2013
-
-
patacongo authored
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5780 42af7a65-404d-4744-a932-0658087f49c3
-
patacongo authored
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5778 42af7a65-404d-4744-a932-0658087f49c3
-
- Mar 11, 2013
-
-
patacongo authored
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5729 42af7a65-404d-4744-a932-0658087f49c3
-
- Mar 08, 2013
-
-
patacongo authored
Move all memory manager globals to a structure. Pass structure pointer as a handler because MM APIs git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5719 42af7a65-404d-4744-a932-0658087f49c3
-
- Mar 06, 2013
-
-
patacongo authored
Fix some bad syscall dispatching log. This change is not testable until these is a tested NuttX kernel build. git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5713 42af7a65-404d-4744-a932-0658087f49c3
-
patacongo authored
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5712 42af7a65-404d-4744-a932-0658087f49c3
-
- Feb 11, 2013
-
-
patacongo authored
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5640 42af7a65-404d-4744-a932-0658087f49c3
-
- Feb 05, 2013
-
-
patacongo authored
Moving pending signals to task group; Logic to recover some MQ resources on pthread_cacancel or task_delete; Now obeys rules for delivering signals to a process with threads git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5613 42af7a65-404d-4744-a932-0658087f49c3
-
- Feb 04, 2013
-
-
patacongo authored
Bugfix: whenever a thread it must report the PID of the main task (even it is not the main task) with SIGCHLD git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5612 42af7a65-404d-4744-a932-0658087f49c3
-
patacongo authored
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5610 42af7a65-404d-4744-a932-0658087f49c3
-
patacongo authored
Move atexit/on_exit data structures to task group; Now callbacks only occur when the final member of the task group exits git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5607 42af7a65-404d-4744-a932-0658087f49c3
-
- Feb 02, 2013
-
-
patacongo authored
New interface task_spawn(); exec_builtin() now uses task_spawn(); All argv types should be char * const * not const char ** git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5598 42af7a65-404d-4744-a932-0658087f49c3
-
- Jan 30, 2013
-
-
patacongo authored
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5588 42af7a65-404d-4744-a932-0658087f49c3
-
- Jan 28, 2013
-
-
patacongo authored
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5578 42af7a65-404d-4744-a932-0658087f49c3
-
- Jan 27, 2013
-
-
patacongo authored
Add a start hook that can be setup to call a function in the context of a new thread before the new threads main() has been called. git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5571 42af7a65-404d-4744-a932-0658087f49c3
-
- Jan 26, 2013
-
-
patacongo authored
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5567 42af7a65-404d-4744-a932-0658087f49c3
-
- Jan 24, 2013
-
-
patacongo authored
Fix some missing logic and inconsistencies in child status logic; Fix a bug introduced into sigaction() git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5560 42af7a65-404d-4744-a932-0658087f49c3
-
patacongo authored
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5559 42af7a65-404d-4744-a932-0658087f49c3
-
- Jan 23, 2013
-
-
patacongo authored
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5554 42af7a65-404d-4744-a932-0658087f49c3
-
- Jan 22, 2013
-
-
patacongo authored
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5547 42af7a65-404d-4744-a932-0658087f49c3
-
- Jan 17, 2013
-
-
patacongo authored
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5528 42af7a65-404d-4744-a932-0658087f49c3
-
- Jan 16, 2013
-
-
patacongo authored
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5522 42af7a65-404d-4744-a932-0658087f49c3
-
- Jan 15, 2013
-
-
patacongo authored
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5520 42af7a65-404d-4744-a932-0658087f49c3
-
- Jan 14, 2013
-
-
patacongo authored
Finish dup logic for open files; fix bug in sigtimedwait(), would return wrong signo value if the signal was already pending git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5517 42af7a65-404d-4744-a932-0658087f49c3
-
patacongo authored
Add support for dup2'ing files. Infrastructure and ROMFS done. Still need FAT, BINFS, NXFFS, and NFS git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5516 42af7a65-404d-4744-a932-0658087f49c3
-
- Jan 13, 2013
-
-
patacongo authored
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5515 42af7a65-404d-4744-a932-0658087f49c3
-
- Jan 11, 2013
-
-
patacongo authored
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5512 42af7a65-404d-4744-a932-0658087f49c3
-