summaryrefslogtreecommitdiff
path: root/nuttx/configs
Commit message (Collapse)AuthorAgeFilesLines
* Remove extra space in button file. From M. KannanGregory Nutt2013-04-051-1/+1
|
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-0474-0/+337
|
* Several fixes for LPC1788 GPIOpatacongo2013-04-031-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5813 42af7a65-404d-4744-a932-0658087f49c3
* SSP driver fixes for the LPC178x; Fixes for Open1788 touchscreen driverpatacongo2013-04-024-38/+73
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5812 42af7a65-404d-4744-a932-0658087f49c3
* More naming changes associated with earlier renaming of LP17xx ↵patacongo2013-04-0127-69/+678
| | | | | | up_spiinitialize; LPC178x SSP support; Open1788 SSP and touchscreen support git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5811 42af7a65-404d-4744-a932-0658087f49c3
* LPC17xx: Hold off sleep mode while DMA is in progress. Open1788: Reverse ↵patacongo2013-04-015-10/+12
| | | | | | sense of the IDLE LED git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5810 42af7a65-404d-4744-a932-0658087f49c3
* LPC17xx SPI and SSP initialization functions both called up_spiinitialize(); ↵patacongo2013-04-0115-35/+37
| | | | | | Changed to lpc17_spinitialize() and lpc17_sspinitialize(). git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5809 42af7a65-404d-4744-a932-0658087f49c3
* Add support for CAN1 and CAN2 to zkit-arm-1769. From M. Kannanpatacongo2013-04-012-20/+32
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5808 42af7a65-404d-4744-a932-0658087f49c3
* In LPC1788 24-bit color mode, we need to tell NX that the resolution if 32 ↵patacongo2013-03-285-20/+123
| | | | | | bpp; Add interfaces to control Open1788 backlight git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5798 42af7a65-404d-4744-a932-0658087f49c3
* Fix Open1788 EMC clockingpatacongo2013-03-282-9/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5796 42af7a65-404d-4744-a932-0658087f49c3
* Add nxlines configuratin for the Open1788patacongo2013-03-276-39/+1098
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5795 42af7a65-404d-4744-a932-0658087f49c3
* Fixes to get SDRAM working on the Open1788. Works but is not reliablepatacongo2013-03-278-19/+25
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5794 42af7a65-404d-4744-a932-0658087f49c3
* Misc fixes to get SDRAM support and RAM test to build for the Open1788 platformpatacongo2013-03-274-85/+84
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5793 42af7a65-404d-4744-a932-0658087f49c3
* LPC17 LCD driver is code complete and in need of testingpatacongo2013-03-264-2/+22
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5788 42af7a65-404d-4744-a932-0658087f49c3
* Some initial LCD logic for the lpc1788 (still a work-in-progress)patacongo2013-03-261-8/+68
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5786 42af7a65-404d-4744-a932-0658087f49c3
* twr-k60n512 configurations converted to use the kconfig-frontends toolspatacongo2013-03-257-845/+1093
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5785 42af7a65-404d-4744-a932-0658087f49c3
* convert Kwikstik K40 configurations to use kconfig-frontends toolspatacongo2013-03-2510-426/+517
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5784 42af7a65-404d-4744-a932-0658087f49c3
* Fix configured SRAM size for LM4F120 LaunchPad; add an NSH configurationpatacongo2013-03-245-2/+823
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5783 42af7a65-404d-4744-a932-0658087f49c3
* Fix LM4F120 LaunchPad serial output. Add support for all 7 LM4F120 UARTspatacongo2013-03-242-0/+52
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5782 42af7a65-404d-4744-a932-0658087f49c3
* Add kernel build support for Stellaris, Kinetis, LPC43, and NUC1xx MCUspatacongo2013-03-241-2/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5781 42af7a65-404d-4744-a932-0658087f49c3
* binfmt_execmodule() calls to sched_releasttcb() was not updated to use the ↵patacongo2013-03-235-7/+8
| | | | | | second, thread type parameter git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5779 42af7a65-404d-4744-a932-0658087f49c3
* Rework of kernel build signal dispatch to user-space handlerspatacongo2013-03-236-16/+33
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5778 42af7a65-404d-4744-a932-0658087f49c3
* Fix some errors in stm32_allocateheap.c for STM32 F1 and F3 that crept in ↵patacongo2013-03-228-27/+201
| | | | | | recently git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5776 42af7a65-404d-4744-a932-0658087f49c3
* Add a OS test kernel build configuration for the STM32F4Discovery boardpatacongo2013-03-2215-71/+1043
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5775 42af7a65-404d-4744-a932-0658087f49c3
* Add kernel build support to the STM32 family and to the STM32F4Discovery boardpatacongo2013-03-228-2/+768
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5774 42af7a65-404d-4744-a932-0658087f49c3
* Add an ST7567 LCD driver for ZKIT-ARM-1769patacongo2013-03-226-5/+1036
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5772 42af7a65-404d-4744-a932-0658087f49c3
* Fix various typos assocated with LM4Fpatacongo2013-03-204-10/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5763 42af7a65-404d-4744-a932-0658087f49c3
* More LPC1788 updates from Rommel Marcelopatacongo2013-03-194-16/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5759 42af7a65-404d-4744-a932-0658087f49c3
* Add support for ram vectors to the ARMv7-M architecturepatacongo2013-03-181-28/+92
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5756 42af7a65-404d-4744-a932-0658087f49c3
* LPC1788 SD Card driver updates from Rommel Marcelopatacongo2013-03-171-5/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5753 42af7a65-404d-4744-a932-0658087f49c3
* Add support for calling to and returning from signal handlers in in ↵patacongo2013-03-174-5/+16
| | | | | | user-mode threads git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5750 42af7a65-404d-4744-a932-0658087f49c3
* Fix bad conditional logic in mkconfig.c; Add user-mode pthread start-up logicpatacongo2013-03-164-2/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5748 42af7a65-404d-4744-a932-0658087f49c3
* Add OpenOCD support for LM4F120 LaunchPad. From JP Carballopatacongo2013-03-166-13/+170
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5747 42af7a65-404d-4744-a932-0658087f49c3
* Switch to user-mode before starting a new taskpatacongo2013-03-143-2/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5742 42af7a65-404d-4744-a932-0658087f49c3
* itoa() from Ryan Sundbergpatacongo2013-03-142-91/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5741 42af7a65-404d-4744-a932-0658087f49c3
* Add button support for zkit-arm-1769 boardpatacongo2013-03-142-5/+218
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5740 42af7a65-404d-4744-a932-0658087f49c3
* Rename g_heapbase to g_idle_topstack; Fix kernel build heap allocation which ↵patacongo2013-03-1413-148/+288
| | | | | | cannot use g_heapbase git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5739 42af7a65-404d-4744-a932-0658087f49c3
* Fixe to kernel build and syscalls.patacongo2013-03-132-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5738 42af7a65-404d-4744-a932-0658087f49c3
* SD fixes from Rommel + SD card detect GPIO logic for Open1788patacongo2013-03-125-18/+102
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5737 42af7a65-404d-4744-a932-0658087f49c3
* Fix some ARMv7-M syscall logicpatacongo2013-03-124-17/+26
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5736 42af7a65-404d-4744-a932-0658087f49c3
* A few early fixes in kernel build testingpatacongo2013-03-125-47/+122
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5734 42af7a65-404d-4744-a932-0658087f49c3
* Updated LPC1788 SDCARD logic from Rommel Marcelopatacongo2013-03-121-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5733 42af7a65-404d-4744-a932-0658087f49c3
* Reorganize some AT91SAM3U files; Add an NSH kernel build configuration to ↵patacongo2013-03-1119-36/+1605
| | | | | | the WaveSahhare Open1788 board git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5732 42af7a65-404d-4744-a932-0658087f49c3
* Add MPU support for the LPC17xx familypatacongo2013-03-115-13/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5731 42af7a65-404d-4744-a932-0658087f49c3
* Open1788 OpenOCD supportpatacongo2013-03-113-2/+296
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5730 42af7a65-404d-4744-a932-0658087f49c3
* Remove user_map.h; replace with a header at the beginning of the user-space ↵patacongo2013-03-105-45/+152
| | | | | | blob. User work queue no started by os_brinup() on behalf of the application git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5727 42af7a65-404d-4744-a932-0658087f49c3
* AT91SAM3 now supports kernel-mode heap; SAM3U-EK knsh configuration ↵patacongo2013-03-104-476/+571
| | | | | | converted to use kconfig-frontends tool git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5726 42af7a65-404d-4744-a932-0658087f49c3
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-09158-332/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5724 42af7a65-404d-4744-a932-0658087f49c3
* ZKIT-ARM-1769 support for ADC and DAC from Rashidpatacongo2013-03-093-0/+231
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5723 42af7a65-404d-4744-a932-0658087f49c3
* With these fixes, the kernel build is basically functional (but there is ↵patacongo2013-03-092-8/+8
| | | | | | more to be done) git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5722 42af7a65-404d-4744-a932-0658087f49c3