Gregory Nutt
|
4a93c238b6
|
STM32F429i Disco: (1) Fix a bad return value if the LCD driver is already initialized. (2) The LCD driver initialization is now performed during the early boot sequence. (3) Increased the size of the message queue from 32 to 64 in the lcd configuration. From Marco, ocram.lhark@yahoo.com.
|
2015-04-17 07:04:53 -06:00 |
|
Gregory Nutt
|
3bbd9b6f41
|
More renaming: up_lcdinitialize->board_lcd_initialize, up_lcdgetdev->board_lcd_getdev, up_lcduninitialize->board_lcd_uninitialize
|
2015-04-04 11:49:15 -06:00 |
|
Gregory Nutt
|
d8a239d649
|
Use more standard *argv[] instead easier **argv
|
2014-09-06 09:23:23 -06:00 |
|
Gregory Nutt
|
9f7c9b273f
|
With kernel build, entry point to all tasks is main, not some xyz_main
|
2014-09-06 09:19:15 -06:00 |
|
Gregory Nutt
|
b9cf7acb1a
|
More trailing whilespace removal
|
2014-04-13 16:24:28 -06:00 |
|
patacongo
|
9fdb1157ee
|
USB device drivers: Add hooks to to use common, external DMA buffer allocation implementation..
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5142 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-13 14:14:18 +00:00 |
|
patacongo
|
02eb94cd00
|
Add configurable application entry point
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5070 42af7a65-404d-4744-a932-0658087f49c3
|
2012-08-30 20:13:50 +00:00 |
|
patacongo
|
7d0eb845e0
|
Mostly cosmetic, partial fixes for STM3240G-EVAL LCD
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4705 42af7a65-404d-4744-a932-0658087f49c3
|
2012-05-07 01:40:39 +00:00 |
|
patacongo
|
f103a514d1
|
Add a test to determine if you can read data from an LCD correctly
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3974 42af7a65-404d-4744-a932-0658087f49c3
|
2011-09-23 18:45:28 +00:00 |
|