summaryrefslogtreecommitdiff
path: root/nuttx/configs
Commit message (Expand)AuthorAgeFilesLines
...
* CC3200 Launchpad updatesGregory Nutt2014-08-267-25/+147
* Updates to CC3200 board config. Does not quite build yetGregory Nutt2014-08-264-6/+12
* Add basic support for the CC3200 Launchpad. From Jim EwingGregory Nutt2014-08-2614-0/+2272
* 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
* Resolve ChangeLog conflictsGregory Nutt2014-08-2518-66/+524
|\
| * Add build support for ELF modules. Useless at the moment because there is no...Gregory Nutt2014-08-2516-0/+343
| * Update some sim/ defconfig files. This now automatically switches them to x8...Gregory Nutt2014-08-252-66/+181
* | 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-243-0/+387
* Add ELF CFLAGS and LDFLAGS in some Make.defs filesGregory Nutt2014-08-2415-2/+197
* Fix some SAMA5 configuration dependency problems that are only visible when n...Gregory Nutt2014-08-241-3/+3
* Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- th...Gregory Nutt2014-08-24235-235/+235
* gran_reserve(): Add a new function to reserve unallocatable regions in the g...Gregory Nutt2014-08-231-1/+2
* A few fixes for compilation errors due to recent address environment fixesGregory Nutt2014-08-221-1/+3
* Update some STM32F4Discovery configurationsGregory Nutt2014-08-222-0/+2
* Update some STM32F4Discovery configurationsGregory Nutt2014-08-227-56/+172
* Update ChangeLog and README.txtGregory Nutt2014-08-221-0/+12
* Changes to try to get P112 to compile with laster SDCC (it still does not)Gregory Nutt2014-08-222-6/+10
* wdog.h does not contain any application interface, only internal OS interface...Gregory Nutt2014-08-212-6/+6
* Viewtool STM32F107: Turn on ARP request logic and TCP write bufferingGregory Nutt2014-08-211-3/+6
* Refresh some configurationsGregory Nutt2014-08-211-0/+2
* Refresh some configurationsGregory Nutt2014-08-214-0/+16
* SAM4E-EK: Add an NxWM configurationGregory Nutt2014-08-205-4/+1727
* SAM4E-EK LCD finally worksGregory Nutt2014-08-201-23/+29
* SAM4E-EK: Add ILI9341-based LCD driverGregory Nutt2014-08-204-41/+1343
* Add a register definition header file for the ILI9341 LCDGregory Nutt2014-08-193-3/+7
* Trivial typo fixGregory Nutt2014-08-191-1/+1
* Refresh SAM4E-EK configurationsGregory Nutt2014-08-195-139/+358
* Change all Spark configurations to use SPI mode 1. From Alan Carvalho de AssisGregory Nutt2014-08-184-4/+4
* Update README files, Kconfig help comments, and make the network monitor not ...Gregory Nutt2014-08-184-18/+240
* Change the way PHY interrupts work: disable automatically. Then we have to r...Gregory Nutt2014-08-173-27/+207
* SAMA5 PHY: Add more debug instrumentation; Fix logic that would be used to di...Gregory Nutt2014-08-173-12/+150
* KSZ80x1 PHY interrupts are active low and should trigger on the falling edgeGregory Nutt2014-08-173-45/+52
* More of the PHY event notification logic change: Fix some compile errors whe...Gregory Nutt2014-08-1610-71/+80
* Refresh configurationGregory Nutt2014-08-161-0/+11
* Convert existing board specific PHY interrupt interfaces to use newly defined...Gregory Nutt2014-08-169-79/+226
* SAMA5 setenv.sh: Add another CodeSourcery install pathGregory Nutt2014-08-1614-7/+21
* When reading the system timer, don't read a struct timespec, convert it to a ...Gregory Nutt2014-08-151-6/+2
* Update README filesGregory Nutt2014-08-123-4/+10
* SAMA5: Enable the 32.768 crystal if SCHED_TICKLESS is selectedGregory Nutt2014-08-1111-11/+58
* Fix a computation error in the fix for the last computational errorGregory Nutt2014-08-111-2914/+0
* Updated README filesGregory Nutt2014-08-103-0/+15
* Cosmetic changed, updated README files, improved commentsGregory Nutt2014-08-103-0/+69
* Update README filesGregory Nutt2014-08-103-0/+171
* Remove os_internal.h it has been replace by several new header files under sc...Gregory Nutt2014-08-086-6/+0
* Move clock functions from sched/ to sched/clockGregory Nutt2014-08-082-2/+2