summaryrefslogtreecommitdiff
path: root/nuttx/configs
Commit message (Collapse)AuthorAgeFilesLines
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. ↵Gregory Nutt2013-05-3076-247/+255
| | | | Add some missing .gitignore files
* Optimize request buffer sizes in the serial USB drivers so that we avoid so ↵Gregory Nutt2013-05-292-4/+4
| | | | many NULL packets and so that the OUT request buffer size is exactly the max packet size.
* Fix STM32F1 and F3 USB device driver. It was not handling NULL packets ↵Gregory Nutt2013-05-294-57/+145
| | | | correctly and it prevent use of the driver with the CDC/ACM class
* Add support for the STM32 Tiny development board from Laurent LatilGregory Nutt2013-05-2821-0/+4047
|
* Fix null packet handling in the PIC32 USB device driver. This is a critical ↵Gregory Nutt2013-05-283-29/+69
| | | | bug fix for PIC32. Add support for the USB monitor to the Sure-PIC32MX configuration
* Fix Sure PIC32 LOOPSPERMSECGregory Nutt2013-05-273-3/+3
|
* Verified the sure-pic32mx/usbnsh configurationGregory Nutt2013-05-273-7/+71
|
* The SLCD driver is now fully functional for Sure PIC32MX boardGregory Nutt2013-05-276-93/+335
|
* Rename SLCD geometry tructure to attributes; Move MAX contrast to ↵Gregory Nutt2013-05-273-56/+53
| | | | attributes. Add attribute and ioctl commands to get and set SLCD brightness
* Converted all configurations to use the kconfig-frontends tools, cleaned up ↵Gregory Nutt2013-05-2625-2112/+3117
| | | | the directory structure and naming to match some of the more recent configurations, and added a segment LCD driver for the board. The initial checkin of the LCD driver is just a clone of configs/pcblogic-pic32mx/src/pic32mx_lcd1602 and it not yet expected to be functional.
* Mis SLCD-related cleanup, documentation, bugfixesGregory Nutt2013-05-264-13/+17
|
* More SLCD-related fixesGregory Nutt2013-05-262-157/+280
|
* Extentions SCLD test; SCLD CODEC and LCD1602 driver bug fixesGregory Nutt2013-05-262-13/+12
|
* PCB-Logic PIC32MX LCD1602 driver now supports SLCD CODED; Added an SLCD ↵Gregory Nutt2013-05-253-19/+597
| | | | ioctl command to get cursor position
* Converted configs/pcblogic-pic32mx configurations to use kconfig-frontends. ↵Gregory Nutt2013-05-2511-864/+1477
| | | | Re-organization of files in configs/pcblogic-pic32mx/src
* Minor documentation updateGregory Nutt2013-05-241-0/+32
|
* Additional bug fixes and minor extensions to the STM32L-Disovery segment LCD ↵Gregory Nutt2013-05-242-26/+34
| | | | support and to the apps/examples/slcd segment LCD test.
* Fix bugs in SLCD test and in SLCD CODECGregory Nutt2013-05-241-1/+1
|
* Add apps/examples/slcd, Remove USB from STM32L-Discovery, LSE support for ↵Gregory Nutt2013-05-247-215/+193
| | | | the STM32 L family, some STM32L-Discovery LCD debug changes
* Add SLCD ioctl commandsGregory Nutt2013-05-232-17/+149
|
* Revised SLCD bit manipulation for STM32L-DiscoveryGregory Nutt2013-05-231-131/+181
|
* STM32L-Discovery LCD driver is code compele but untestedGregory Nutt2013-05-235-195/+1051
|
* Beginning of a segment LCD driver for the STM32L-DiscoveryGregory Nutt2013-05-224-16/+491
|
* Add TCP echo example for the LM3S6965-EK. From Max HoltzbergGregory Nutt2013-05-224-0/+879
|
* Audio subystem update from Ken Pettit. Plus moved some header filesGregory Nutt2013-05-216-36/+257
|
* Add UDP discovery example for the LM3S6965-EK. From Max HoltbergGregory Nutt2013-05-213-0/+833
|
* Add STM32L15X segment LCD register definitions; Updated documentatin and ↵Gregory Nutt2013-05-212-46/+14
| | | | README files
* Fix STM32L15X vector definitions; Fix STM32L-Discovery LED controls. The ↵Gregory Nutt2013-05-214-50/+60
| | | | NSH configuration is now fully functional on the STM32L-Discovery board.
* STM32L152: Better LOOPSPERMSEC; Need to set higher performance VOSGregory Nutt2013-05-202-61/+70
|
* Fix STM32L-Discovery clock setup - The X3 crystal is not fitted on the boardGregory Nutt2013-05-205-27/+33
|
* Misc updates to STL32L15X logicGregory Nutt2013-05-203-43/+43
|
* Add audio/ sub-syste, include/nuttx/audio.h interface, and ↵Gregory Nutt2013-05-191-0/+23
| | | | drivers/audio/vs1053.c driver to NuttX. From Ken Pettit
* Add STM32L152X RCC PLL and FLASH support. Now compiles errorfree.Gregory Nutt2013-05-194-29/+37
|
* Add SYSCFG definitions for STM32L152; Add board support STM32L-DiscoveryGregory Nutt2013-05-1922-1/+4198
|
* Add kernel build support and a kernel most OS test example for the Mikroe ↵Gregory Nutt2013-05-179-2/+1745
| | | | STM32 M4 board. From Ken Pettit
* Minor updates to Kconfig and README filesGregory Nutt2013-05-171-5/+10
|
* Add support for R61505U LCD controller on HY-mini STM32v boardGregory Nutt2013-05-164-12/+1033
|
* apps/examples/helloxx entry point name was mangled when built as an NSH ↵Gregory Nutt2013-05-161-10/+56
| | | | builtin; plus some README updates
* Update Pirelli DP-L10 README fileGregory Nutt2013-05-161-1/+108
|
* Fix Pirelli DP-L10 linker scriptGregory Nutt2013-05-152-22/+27
|
* Updated to hymini-stm32v configuration from Laurent LatilGregory Nutt2013-05-152-6/+1
|
* Fix STM32 F1 DMA register definitions. From Laurent Latil.Gregory Nutt2013-05-151-43/+66
|
* Clean up of pirelli-dpl10/nsh_highram configurationGregory Nutt2013-05-154-7/+73
|
* hymini-stm32v: Updated README fileGregory Nutt2013-05-141-157/+130
|
* hymini-stm32v: Remove nx and nxlines configurationsGregory Nutt2013-05-149-1629/+0
|
* hymini-stm32v: Add OS test and USB/NSH configuration; Add card detect ↵Gregory Nutt2013-05-1412-582/+2415
| | | | interrupt support
* configs/hymini-stm32v converted nsh and nsh2 configs to use ↵Gregory Nutt2013-05-1411-2052/+2016
| | | | kconfig-frontends tools; Also converted to use the common SSD1289 driver
* Default NxWidgets and NxWM priorities should be 100 not 50 to be consistent ↵Gregory Nutt2013-05-124-30/+30
| | | | with other default priorities
* Changes to get the Mikroe STM32F4 touchscreen working from Ken PettitGregory Nutt2013-05-114-288/+695
|
* Update Olimex-LPC1766STK scripts to use OpenOCD-0.7.0Gregory Nutt2013-05-102-8/+31
|