Gregory Nutt
|
9e990b4cbe
|
Add LED support for the CC3200 Launchpad. From Jim Ewing
|
2014-09-11 14:45:20 -06:00 |
|
Gregory Nutt
|
0fc55d042f
|
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
|
fc35e35165
|
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
|
a0c22020be
|
Refresh NTOSD configurations. Fix some minor bit rot build issues
|
2014-09-11 07:44:16 -06:00 |
|
Gregory Nutt
|
0614f69b72
|
Fix some minor issues with the exampls/udp Makefile
|
2014-09-10 19:49:55 -06:00 |
|
Gregory Nutt
|
9a5640b542
|
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
|
1f2adbd4c3
|
pcDuino: Several fixes so that it still builds after other Cortex-A changes.
|
2014-09-10 06:24:39 -06:00 |
|
Gregory Nutt
|
de7fbf92a0
|
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
|
a9e0e7b41d
|
Update changelog
|
2014-09-09 13:54:56 -06:00 |
|
Gregory Nutt
|
d7a3a2c432
|
SAMA5D4-EK kernel config can now boot from a ROMFS file system
|
2014-09-09 13:51:13 -06:00 |
|
Gregory Nutt
|
a7681312f9
|
Add README.txt file for CC3200 Launchpad
|
2014-09-09 08:14:44 -06:00 |
|
Gregory Nutt
|
42299e4394
|
Update README file
|
2014-09-08 16:00:57 -06:00 |
|
Gregory Nutt
|
4cda2db309
|
Update CC3200 OpenOCD config
|
2014-09-08 16:00:26 -06:00 |
|
Gregory Nutt
|
507a4268db
|
Rename SAMA5D4-EK kernel configuration to knsh for consistency with naming for other platforms
|
2014-09-08 11:05:05 -06:00 |
|
Gregory Nutt
|
31a908ea3a
|
Cosmetic changes to comments/spacing
|
2014-09-08 08:57:25 -06:00 |
|
Gregory Nutt
|
f24072a91b
|
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
|
e57d2e5460
|
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
|
91140ef594
|
Need to call elf_initialize() on bring-up before attempting to load ELF modules
|
2014-09-07 13:47:02 -06:00 |
|
Gregory Nutt
|
5849298be8
|
Refresh configuration
|
2014-09-07 13:46:14 -06:00 |
|
Gregory Nutt
|
f52b92a51f
|
SAMA5D4-EK kernel configurations needs support for task termination clean-up
|
2014-09-06 14:40:39 -06:00 |
|
Gregory Nutt
|
8dffb83c84
|
Several fixes for errors introduced by last check-ins
|
2014-09-06 11:17:05 -06:00 |
|
Gregory Nutt
|
2332d8a736
|
SAMA5D4-EK kernel configuration now builds NSH instead of examples/elf
|
2014-09-06 07:04:14 -06:00 |
|
Gregory Nutt
|
14ed6d0a37
|
Need to add CRT0 to every Makefile in apps/examples/tests
|
2014-09-05 16:05:29 -06:00 |
|
Gregory Nutt
|
ae9ffe21b4
|
Copy more logic from nuttx/tools/Config.mk into the Make.defs file. Plus trivial related changes
|
2014-09-05 11:25:34 -06:00 |
|
Gregory Nutt
|
d573f5a96c
|
Remove the 16z board support from the main source tree. It is still avaialable in the misc/Obsoleted directory
|
2014-09-05 07:59:31 -06:00 |
|
Gregory Nutt
|
e958040269
|
Add capability to perform initial board initialization on a separate worker thread.
|
2014-09-03 18:36:43 -06:00 |
|
Gregory Nutt
|
ee96ed963c
|
SAMA5D4-EK: Add logic to mount an SD card as a boot device
|
2014-09-03 08:34:28 -06:00 |
|
Gregory Nutt
|
a488b10ac4
|
SAMA5D4-EK: Restructure initialization slightly to better support kernel mode
|
2014-09-03 07:29:49 -06:00 |
|
Gregory Nutt
|
9ee4b9e2b1
|
Every defconfig file should now have a valid setting for CONFIG_WDOG_INTRESERVE
|
2014-09-03 06:55:06 -06:00 |
|
Gregory Nutt
|
23147c40a5
|
Remove final traces of the 8015 from the NuttX source tree
|
2014-09-01 13:21:15 -06:00 |
|
Gregory Nutt
|
998740e75a
|
Obsolete support for the 8051 family. Trying to maintain compatibility with this family is too much effort and there has never really been a successful NuttX impplementation on these parts
|
2014-09-01 12:27:17 -06:00 |
|
Gregory Nutt
|
be0a832f65
|
Updates to the CC3200-Launchpad configuration for better compatibility
|
2014-09-01 12:07:59 -06:00 |
|
Gregory Nutt
|
1780810d3d
|
Rename kmalloc to kmm_malloc for consistency
|
2014-08-31 17:26:36 -06:00 |
|
Gregory Nutt
|
54fa3b0b59
|
Rename kfree to kmm_free for consistency with other naming conventions
|
2014-08-31 17:04:02 -06:00 |
|
Gregory Nutt
|
e46f8e090b
|
SAMA5D4-EK: Add a configuration for testing the kernel build configuration (still a work in progress)
|
2014-08-31 11:08:49 -06:00 |
|
Gregory Nutt
|
3c1a70c9dc
|
Remove CONFIG_MM_MULTIHEAP. Non-multiheap operation is no longer supported
|
2014-08-31 10:54:55 -06:00 |
|
Gregory Nutt
|
351d20717d
|
Separate flat, protected, and kernel mode library selected into separate files. The conditional logic as exceed my able to comprehend and maintain the selections.
|
2014-08-30 10:43:58 -06:00 |
|
Gregory Nutt
|
50b6e30c40
|
Cosmetic
|
2014-08-30 09:26:21 -06:00 |
|
Gregory Nutt
|
40375c9cd6
|
Enable SYSCALL interface with address environments in the SAMA5D4-EK ELF configuration
|
2014-08-30 08:48:18 -06:00 |
|
Gregory Nutt
|
38b1f11e57
|
Refresh all configurations that have MMUs
|
2014-08-30 07:51:13 -06:00 |
|
Gregory Nutt
|
c52335fa02
|
Refresh configurations using the MPU
|
2014-08-30 07:25:29 -06:00 |
|
Gregory Nutt
|
b918b4b808
|
Add a tool to make refreshing configurations easier when you wnat to do a lot of them
|
2014-08-29 17:21:24 -06:00 |
|
Gregory Nutt
|
0f5dc2fc65
|
Various changes/fixes to get configs/stm32f4discovery/kostest working after the big configuration renaming (and after a long period of bit rot)
|
2014-08-29 16:23:46 -06:00 |
|
Gregory Nutt
|
faf16f229c
|
Some initial clean-up in verifying the CONFIG_BUILD_PROTECTED configuration change
|
2014-08-29 15:07:35 -06:00 |
|
Gregory Nutt
|
e3ff0689bb
|
Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL
|
2014-08-29 14:47:22 -06:00 |
|
Gregory Nutt
|
660e939d0c
|
Update README file
|
2014-08-28 11:08:26 -06:00 |
|
Gregory Nutt
|
7ba9ddee7f
|
STM32 FLASH fixes: use size_t instead of uint16_t, make interface more generic. From Freddie Chopin
|
2014-08-28 09:11:20 -06:00 |
|
Gregory Nutt
|
0b919b6381
|
CC3200 Lauchpad updates from Jim Ewing
|
2014-08-27 15:39:57 -06:00 |
|
Gregory Nutt
|
355bef617f
|
Updated CC3200 Launchpad defconfig file
|
2014-08-26 16:42:06 -06:00 |
|
Gregory Nutt
|
c3a498264e
|
CC3200 Launchpad updates
|
2014-08-26 16:31:47 -06:00 |
|