summaryrefslogtreecommitdiff
path: root/nuttx/configs/zkit-arm-1769
Commit message (Collapse)AuthorAgeFilesLines
* .dSYM only needs to be in the same .gitignore files as .exeGregory Nutt2013-05-301-1/+0
|
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. ↵Gregory Nutt2013-05-301-4/+3
| | | | Add some missing .gitignore files
* Changes to remove some warning sduring compilation for ZKit-arm-1769 Board.Gregory Nutt2013-05-026-4/+21
|
* zkit-arm-1769 ADC and SPI/USB MSC updates from MKannanGregory Nutt2013-04-232-4/+20
|
* Add missing #endif that was lost in the last checkinGregory Nutt2013-04-111-0/+1
|
* Zkit-arm-1769 board uses SSP0 to LCD and SPI to SD-CardGregory Nutt2013-04-104-29/+203
|
* Remove extra space in button file. From M. KannanGregory Nutt2013-04-051-1/+1
|
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-041-0/+4
|
* More naming changes associated with earlier renaming of LP17xx ↵patacongo2013-04-014-10/+10
| | | | | | 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 SPI and SSP initialization functions both called up_spiinitialize(); ↵patacongo2013-04-014-6/+9
| | | | | | 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
* Add kernel build support to the STM32 family and to the STM32F4Discovery boardpatacongo2013-03-221-0/+195
| | | | 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
* 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-143-2/+8
| | | | | | cannot use g_heapbase git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5739 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
* Move work queue logic from sched/ to libc/wqueue. It is not core logic and ↵patacongo2013-03-054-4/+4
| | | | | | will be extended to support user-space work queues git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5711 42af7a65-404d-4744-a932-0658087f49c3
* Bugs reported by Mike Smith fixed; ZKIT-ARM-1769 CAN support from Rashid Fatahpatacongo2013-03-042-0/+154
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5703 42af7a65-404d-4744-a932-0658087f49c3
* Fix for compilation issues reported by Mike Smithpatacongo2013-03-041-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5702 42af7a65-404d-4744-a932-0658087f49c3
* Add interrupt vector logic for the LM4F120patacongo2013-03-011-6/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5693 42af7a65-404d-4744-a932-0658087f49c3
* Add a configuration to begin development of an LM4F120 LaunchPad portpatacongo2013-03-011-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5692 42af7a65-404d-4744-a932-0658087f49c3
* Add NSH configuration for the zkit-arm-1769 boardpatacongo2013-02-285-0/+946
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5685 42af7a65-404d-4744-a932-0658087f49c3
* Fix NuTiny-SDK-NUC120 LEDspatacongo2013-02-273-4/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5679 42af7a65-404d-4744-a932-0658087f49c3
* Another Cortex-M0 fixpatacongo2013-02-261-15/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5676 42af7a65-404d-4744-a932-0658087f49c3
* Add a THTTPD configuratin for zkit-arm-1769patacongo2013-02-268-86/+888
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5675 42af7a65-404d-4744-a932-0658087f49c3
* Add a hello world example for the ZKIT-ARM-1769 boardpatacongo2013-02-265-8/+1061
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5674 42af7a65-404d-4744-a932-0658087f49c3
* Add port to Zilogic Systems ZKIT-ARM-1769 board (more coming)patacongo2013-02-2610-0/+2039
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5673 42af7a65-404d-4744-a932-0658087f49c3