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 |
|
Gregory Nutt
|
53438bcb1e
|
Refresh NTOSD configurations. Fix some minor bit rot build issues
|
2014-09-11 07:44:16 -06:00 |
|
Gregory Nutt
|
371f0f182b
|
Fix some minor issues with the exampls/udp Makefile
|
2014-09-10 19:49:55 -06:00 |
|
Gregory Nutt
|
663b145789
|
SAMA5D4-EK: These configurations now use the fixed DRAM mapping for manipulating the page memory pool.
|
2014-09-10 08:44:09 -06:00 |
|
Gregory Nutt
|
f05031311b
|
pcDuino: Several fixes so that it still builds after other Cortex-A changes.
|
2014-09-10 06:24:39 -06:00 |
|
Gregory Nutt
|
6a897a6d71
|
Add logic that will permit us to build user libraries with different CFLAGS than kernel code. This is needed because we need the -fno-common option when building ELF code to prevent SHN_COMMON relocations
|
2014-09-09 15:45:37 -06:00 |
|
Gregory Nutt
|
a3e85c0b87
|
Update changelog
|
2014-09-09 13:54:56 -06:00 |
|
Gregory Nutt
|
f397eeaec4
|
SAMA5D4-EK kernel config can now boot from a ROMFS file system
|
2014-09-09 13:51:13 -06:00 |
|
Gregory Nutt
|
b18ff36433
|
Add README.txt file for CC3200 Launchpad
|
2014-09-09 08:14:44 -06:00 |
|
Gregory Nutt
|
0e01bce287
|
Update README file
|
2014-09-08 16:00:57 -06:00 |
|
Gregory Nutt
|
e79e29e9b1
|
Update CC3200 OpenOCD config
|
2014-09-08 16:00:26 -06:00 |
|
Gregory Nutt
|
8c7600687f
|
Rename SAMA5D4-EK kernel configuration to knsh for consistency with naming for other platforms
|
2014-09-08 11:05:05 -06:00 |
|
Gregory Nutt
|
a6a5dff2c9
|
Cosmetic changes to comments/spacing
|
2014-09-08 08:57:25 -06:00 |
|
Gregory Nutt
|
b6a377b74d
|
SAM3X/Arduino Due: Fix typo in sam3x_periphclks.h; add SCLK definitions to board.h header file. From Fabien Comte
|
2014-09-08 06:16:35 -06:00 |
|
Gregory Nutt
|
08e961316e
|
SAM3X/Arduino Due: Fix typo in sam3x_periphclks.h; add SCLK definitions to board.h header file. From Fabien Comte
|
2014-09-08 06:14:59 -06:00 |
|
Gregory Nutt
|
f74e69083c
|
Need to call elf_initialize() on bring-up before attempting to load ELF modules
|
2014-09-07 13:47:02 -06:00 |
|
Gregory Nutt
|
90c411653f
|
Refresh configuration
|
2014-09-07 13:46:14 -06:00 |
|
Gregory Nutt
|
3629b710ae
|
SAMA5D4-EK kernel configurations needs support for task termination clean-up
|
2014-09-06 14:40:39 -06:00 |
|
Gregory Nutt
|
a4d7737e2d
|
Several fixes for errors introduced by last check-ins
|
2014-09-06 11:17:05 -06:00 |
|
Gregory Nutt
|
a0fa9f87cf
|
SAMA5D4-EK kernel configuration now builds NSH instead of examples/elf
|
2014-09-06 07:04:14 -06:00 |
|