summaryrefslogtreecommitdiff
path: root/nuttx/configs/sama5d4-ek
Commit message (Expand)AuthorAgeFilesLines
...
* Enable kernel stack in SAMA5D4-EK knsh configurationsGregory Nutt2014-09-152-2/+4
* Update README, TODO, and make some unfinished configuration options dependent...Gregory Nutt2014-09-131-1/+5
* Add a configuration option for dynamic stack managementGregory Nutt2014-09-133-6/+3
* Update TODO list and READMEGregory Nutt2014-09-131-0/+14
* Fix one more dependency upon having a symbol tableGregory Nutt2014-09-121-0/+4
* Enable NSH file applications in thise configureationGregory Nutt2014-09-122-2/+8
* ARMv7-A: Modify up_fullcontextrestore() for CONFIG_BUILD_KERNEL. It changed ...Gregory Nutt2014-09-122-2/+2
* Misc fixes to repair some of the breakage to the SAMA5D4-EK elf configuration...Gregory Nutt2014-09-112-6/+12
* Refresh NTOSD configurations. Fix some minor bit rot build issuesGregory Nutt2014-09-111-1/+1
* SAMA5D4-EK: These configurations now use the fixed DRAM mapping for manipulat...Gregory Nutt2014-09-103-5/+16
* Add logic that will permit us to build user libraries with different CFLAGS t...Gregory Nutt2014-09-091-0/+5
* Update changelogGregory Nutt2014-09-091-0/+3
* SAMA5D4-EK kernel config can now boot from a ROMFS file systemGregory Nutt2014-09-097-32/+1177
* Update README fileGregory Nutt2014-09-081-1/+8
* Rename SAMA5D4-EK kernel configuration to knsh for consistency with naming fo...Gregory Nutt2014-09-084-5/+10
* Cosmetic changes to comments/spacingGregory Nutt2014-09-081-0/+2
* Need to call elf_initialize() on bring-up before attempting to load ELF modulesGregory Nutt2014-09-072-5/+29
* SAMA5D4-EK kernel configurations needs support for task termination clean-upGregory Nutt2014-09-062-4/+10
* Several fixes for errors introduced by last check-insGregory Nutt2014-09-061-1/+3
* SAMA5D4-EK kernel configuration now builds NSH instead of examples/elfGregory Nutt2014-09-062-12/+135
* Need to add CRT0 to every Makefile in apps/examples/testsGregory Nutt2014-09-051-1/+1
* Copy more logic from nuttx/tools/Config.mk into the Make.defs file. Plus triv...Gregory Nutt2014-09-051-2/+0
* Add capability to perform initial board initialization on a separate worker t...Gregory Nutt2014-09-031-0/+3
* SAMA5D4-EK: Add logic to mount an SD card as a boot deviceGregory Nutt2014-09-035-34/+189
* SAMA5D4-EK: Restructure initialization slightly to better support kernel modeGregory Nutt2014-09-036-138/+211
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-018-16/+2
* SAMA5D4-EK: Add a configuration for testing the kernel build configuration (...Gregory Nutt2014-08-314-0/+1165
* Remove CONFIG_MM_MULTIHEAP. Non-multiheap operation is no longer supportedGregory Nutt2014-08-316-6/+0
* Separate flat, protected, and kernel mode library selected into separate file...Gregory Nutt2014-08-301-0/+5
* CosmeticGregory Nutt2014-08-302-2/+2
* Enable SYSCALL interface with address environments in the SAMA5D4-EK ELF conf...Gregory Nutt2014-08-302-2/+17
* Refresh all configurations that have MMUsGregory Nutt2014-08-305-26/+157
* Some initial clean-up in verifying the CONFIG_BUILD_PROTECTED configuration c...Gregory Nutt2014-08-291-1/+6
* Update README fileGregory Nutt2014-08-281-4/+13
* Bugfixes.. still integrating SAMA5 ELF with address environmentGregory Nutt2014-08-251-1/+1
* SAMA5 ELF configuration with address environments finally builds without errorsGregory Nutt2014-08-252-1/+8
* Misc changed to get the SAMA5 ELF configuration with address environments wor...Gregory Nutt2014-08-252-3/+28
* Update configs/sama5d4-ek/elf/defconfigGregory Nutt2014-08-251-3/+7
* After cached related fix, the ELF example is now functionalGregory Nutt2014-08-241-0/+31
* Add a SAMA5 ELF configuration that is buing used to test the address environm...Gregory Nutt2014-08-243-0/+1115
* Add linker scripts needed to build ELF modulesGregory Nutt2014-08-241-0/+129
* Add ELF CFLAGS and LDFLAGS in some Make.defs filesGregory Nutt2014-08-246-2/+72
* Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- th...Gregory Nutt2014-08-245-5/+5
* Update README files, Kconfig help comments, and make the network monitor not ...Gregory Nutt2014-08-181-16/+72
* Change the way PHY interrupts work: disable automatically. Then we have to r...Gregory Nutt2014-08-171-9/+69
* SAMA5 PHY: Add more debug instrumentation; Fix logic that would be used to di...Gregory Nutt2014-08-171-3/+49
* KSZ80x1 PHY interrupts are active low and should trigger on the falling edgeGregory Nutt2014-08-171-3/+6
* More of the PHY event notification logic change: Fix some compile errors whe...Gregory Nutt2014-08-166-31/+34
* Refresh configurationGregory Nutt2014-08-161-0/+11
* Convert existing board specific PHY interrupt interfaces to use newly defined...Gregory Nutt2014-08-162-25/+73