Commit Graph

3314 Commits

Author SHA1 Message Date
Gregory Nutt
403d7f380b Update the TODO list and a README 2014-09-30 14:48:31 -06:00
Gregory Nutt
2248a20224 Repartition some message queue logic: sched/mqueue should have all mqueue knowledge; fs/mqueue should deal only with inodes 2014-09-30 08:03:39 -06:00
Gregory Nutt
bee22181f4 Fix some comments: Remove button description from GPIO interrupt handlers that derive from the button interrupt handler 2014-09-29 12:22:31 -06:00
Gregory Nutt
0cdd0bf667 Refresh STM32F4Discovery kosest configuration file 2014-09-29 08:00:51 -06:00
Gregory Nutt
9041a95605 STM32F4-Discovery: Fix some backwad conditional compilation 2014-09-29 06:49:55 -06:00
Gregory Nutt
091b11bfdf More testing, bugfixes and integration of VFS-based named semaphores 2014-09-28 17:30:42 -06:00
Gregory Nutt
edfa127034 Create a build structure that will (eventually) support using the VFS to manage named semaphores 2014-09-28 12:19:01 -06:00
Gregory Nutt
0e29e06524 Updated README.txt files 2014-09-27 09:50:07 -06:00
Gregory Nutt
5cd7f93173 Refresh configuration 2014-09-26 07:03:25 -06:00
Gregory Nutt
0256026199 Update README 2014-09-26 05:49:05 -06:00
Gregory Nutt
f3d3cafc46 Fixes for compile of rwbuffer.c 2014-09-25 11:02:30 -06:00
Gregory Nutt
d746eee6d7 Refresh sim/mtdpart configuration 2014-09-25 09:57:11 -06:00
Gregory Nutt
8712ae6e9e Trivial refresh of some SAMA5D4-EK configurations 2014-09-24 10:26:04 -06:00
Gregory Nutt
7939ff50d9 Move include/nuttx/mm.h to include/nuttx/mm/mm.h 2014-09-24 07:29:09 -06:00
Gregory Nutt
436b122544 Move include/nuttx/gran.h to include/nuttx/mm/gran.h 2014-09-24 06:55:26 -06:00
Gregory Nutt
7d9970d4f4 Add the build framework and skeleton files for the shared memory feature (no logic yet provided) 2014-09-22 14:53:56 -06:00
Gregory Nutt
d18d451ed6 Fix a few compile bugs and minor corrections to the mikroe-stm32f4 configuration source. From Ken Pettit 2014-09-22 11:23:02 -06:00
Gregory Nutt
5003b20d0d Document SAMA5D3x-EK/nxwm build problem 2014-09-20 17:20:10 -06:00
Gregory Nutt
099a00f098 More NxWM build fixes 2014-09-20 16:47:00 -06:00
Gregory Nutt
a52b6a005e Changes to get an NxWM configuration building correctly after all of the naming changes 2014-09-20 16:19:06 -06:00
Gregory Nutt
8ce391bdae Refresh/fix all nxterm (aka nxconsole) configuration files 2014-09-20 16:06:21 -06:00
Gregory Nutt
6bebfca54d More naming changes to get the stm3240g-eval/nxterm configuration building again 2014-09-20 15:53:28 -06:00
Gregory Nutt
0d4e873f9b Change all occurrences of NxConsole to NxTerm 2014-09-20 15:01:50 -06:00
Gregory Nutt
4aa785a503 Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename CONFIG_NXWM_NXCONSOLE to CONFIG_NXWM_NXTERM 2014-09-20 14:25:51 -06:00
Gregory Nutt
1a1ed4a112 Rename CONFIG_NXCONSOLE* to CONFIG_NXTERM* 2014-09-20 14:18:08 -06:00
Gregory Nutt
822208a3be Fix nsh_archinitialize return value 2014-09-20 13:36:29 -06:00
Gregory Nutt
0e9d155c76 STM32F4Discovery: Add support for the microSD card slot on the STM32F4DIS-BB base board 2014-09-20 12:55:23 -06:00
Gregory Nutt
741750869c Add microSD card detect pin definition for the STM32F4DIS-BB board 2014-09-19 13:43:35 -06:00
Gregory Nutt
ae00013b74 Update README files 2014-09-19 10:12:03 -06:00
Gregory Nutt
e2331ce415 SAMA5D4-EK/nsh: WM8904 support enabled; README updated 2014-09-18 14:29:20 -06:00
Gregory Nutt
033d1b1fdc SAMA5D4-EK: Correct WM8904 PCK output selection 2014-09-18 08:35:15 -06:00
Gregory Nutt
2e955d2ce4 SAMA5D4-EK: Add documentation/support for Rev E. board. Refresh NSH configuration. Fix some build errors/warnings introduced with recent work with the knsh configuration 2014-09-17 11:47:00 -06:00
Gregory Nutt
fe9c1d1c35 Fix errors in apps/examplex/helloxx and cxxtext Makefiles; update SAMA5D3x-EK/hello defconfig 2014-09-17 07:32:55 -06:00
Gregory Nutt
f4099cf225 Update README 2014-09-16 16:12:00 -06:00
Gregory Nutt
aac5139ba8 Update TODO and a README 2014-09-16 13:58:55 -06:00
Gregory Nutt
02c3e834d5 Update README 2014-09-16 13:26:10 -06:00
Gregory Nutt
55f4c89098 Enable kernel stack in SAMA5D4-EK knsh configurations 2014-09-15 17:00:02 -06:00
Gregory Nutt
5320430570 Update README, TODO, and make some unfinished configuration options dependent on EXPERIMENTAL 2014-09-13 15:45:26 -06:00
Gregory Nutt
e55b722ccd Add a configuration option for dynamic stack management 2014-09-13 12:25:32 -06:00
Gregory Nutt
f3c615a5b0 Add STM32F4DIS-BB GPIO pin usage 2014-09-13 12:25:01 -06:00
Gregory Nutt
d3c09af3c2 Add the network enabled NSH configuration for the STM32F4Discovery board with the STM32F4DIS-BB base board 2014-09-13 08:37:07 -06:00
Gregory Nutt
842f8fb051 Add STM32F4Discovery configuration with the STM32F4DIS-BB base board 2014-09-13 07:28:14 -06:00
Gregory Nutt
3fffd4affe Update TODO list and README 2014-09-13 06:10:23 -06:00
Gregory Nutt
73de6e53c9 Fix one more dependency upon having a symbol table 2014-09-12 13:03:10 -06:00
Gregory Nutt
cb92a62dba Having a symbol table is an option. There are no symbol tables with CONFIG_BUILD_KERNEL, for example. 2014-09-12 12:48:22 -06:00
Gregory Nutt
3a5611521b Enable NSH file applications in thise configureation 2014-09-12 12:46:06 -06:00
Gregory Nutt
79fa2a7b09 ARMv7-A: Modify up_fullcontextrestore() for CONFIG_BUILD_KERNEL. It changed CPSR while in kernel. That will crash is the new CPSR is user mode while executing in kernel space. Fixed by adding a SYS_context_restore system call. There is an alternative, simpler modification to up_fullcontextrestore() that could have been done: It might have been possible to use the SPSR instead of the CPRSR and then do an exception return from up_fullcontextrestore(). That would be more efficient, but I never tried it. 2014-09-12 08:04:27 -06:00
Gregory Nutt
e7fc0a315e Add LED support for the CC3200 Launchpad. From Jim Ewing 2014-09-11 14:45:20 -06:00
Gregory Nutt
5527e0df9f Misc fixes to repair some of the breakage to the SAMA5D4-EK elf configuration caused by changes for the knsh configuration 2014-09-11 10:31:12 -06:00
Gregory Nutt
e327840ae2 When a privileged thread exits, we have to use the kernel alloctor to free memory; when an unprivileged thread exits, we don't have to do anything... heap memory will be cleaned up when the address environment is torn down 2014-09-11 09:00:10 -06:00