summaryrefslogtreecommitdiff
path: root/nuttx/configs/open1788
Commit message (Collapse)AuthorAgeFilesLines
* Con't build external memory files if EMC support is not enabledGregory Nutt2013-04-181-0/+2
|
* make oldcoonfig updates to configurationsGregory Nutt2013-04-181-43/+19
|
* Cosmetic updatesGregory Nutt2013-04-181-2/+4
|
* Fix some naming and comments associated with the Open1788 touchscreenGregory Nutt2013-04-151-4/+5
|
* Add SSP2 to list of support SSP interfacesGregory Nutt2013-04-081-1/+1
|
* Minor improvements to comments and debug outputGregory Nutt2013-04-082-13/+14
|
* Fix button interrupt logic for Open1788; Add button test as option to ↵Gregory Nutt2013-04-084-48/+96
| | | | configs/open1788/nsh
* LPC178x SYSCON matrix definitions from Rommel MarceloGregory Nutt2013-04-071-1/+1
|
* Add support for a serial console on UART1 for the Open1788 boardGregory Nutt2013-04-073-111/+173
|
* Back out part of the LPC17xx touchscreen GPIO interrupt logic; they are ↵Gregory Nutt2013-04-071-12/+7
| | | | incorrect
* LPC17xx GPIO interrupt fixes: lpc17_setintedge() must be atomic. Can't ↵Gregory Nutt2013-04-073-25/+76
| | | | disable interrupts from interrupt handlers because they are automatically re-enabled. Try re-configuring pin instead.
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-042-0/+6
|
* 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-0112-29/+638
| | | | | | 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
* 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-274-1/+936
| | | | 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
* binfmt_execmodule() calls to sched_releasttcb() was not updated to use the ↵patacongo2013-03-233-5/+4
| | | | | | 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-232-4/+10
| | | | 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-222-7/+64
| | | | | | 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-224-19/+23
| | | | 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-222-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5774 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
* 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-172-3/+8
| | | | | | 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-162-1/+4
| | | | 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-162-1/+4
| | | | 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-142-1/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5742 42af7a65-404d-4744-a932-0658087f49c3
* itoa() from Ryan Sundbergpatacongo2013-03-141-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5741 42af7a65-404d-4744-a932-0658087f49c3
* Rename g_heapbase to g_idle_topstack; Fix kernel build heap allocation which ↵patacongo2013-03-145-75/+103
| | | | | | 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-131-1/+1
| | | | 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-122-1/+5
| | | | 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-124-33/+86
| | | | 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-1113-25/+1594
| | | | | | 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-111-6/+9
| | | | 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
* More kernel build fixespatacongo2013-03-071-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5716 42af7a65-404d-4744-a932-0658087f49c3
* More LPC1788 changes from Rommel Marcelo + a few kernel build fixespatacongo2013-03-073-31/+36
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5715 42af7a65-404d-4744-a932-0658087f49c3
* Fix some bad syscall dispatching log. This change is not testable until ↵patacongo2013-03-062-2/+2
| | | | | | these is a tested NuttX kernel build. git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5713 42af7a65-404d-4744-a932-0658087f49c3
* Move work queue logic from sched/ to libc/wqueue. It is not core logic and ↵patacongo2013-03-052-4/+8
| | | | | | 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
* File missed in commit r5709patacongo2013-03-051-3/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5710 42af7a65-404d-4744-a932-0658087f49c3
* Updates to the LPC1788 SDIO supportpatacongo2013-03-052-2/+48
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5709 42af7a65-404d-4744-a932-0658087f49c3