summaryrefslogtreecommitdiff
path: root/nuttx/configs
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of http://git.code.sf.net/p/nuttx/git into integrationLorenz Meier2013-06-0323-2054/+2535
|\
| * Rename sam3u/ architecture directories to sam34/ to include the SAM4LGregory Nutt2013-06-027-9/+9
| |
| * Add missing NSH configuration settings. Correct some conditional logic for ↵Gregory Nutt2013-06-021-1/+1
| | | | | | | | STM32 FALSH pre-fetch settings. From Lorenz Meier
| * Eliminated sam3u_internal.h. Use separate header files instead. More ↵Gregory Nutt2013-06-0213-294/+298
| | | | | | | | renaming from sam3u_ to sam_ to make room in the namespce for the sam4l_
| * Move SAM3U header files to arch/arm/src/sam3u/chip. Some renaming of SAM3U ↵Gregory Nutt2013-06-0220-1759/+2236
| | | | | | | | to SAM to ssupport SAM4. Convert all configs/sam3u-ek configurations to use the kconfig-frontends tool
* | Enable stack checking for FMULorenz Meier2013-06-021-0/+1
| |
* | Merge branch 'kconfig_fixes' into integrationLorenz Meier2013-06-0284-343/+426
|\ \
| * | KConfig fixes for STM32F4 (fixes flash prefetch never being enabled, added ↵Lorenz Meier2013-06-021-1/+1
| |/ | | | | | | two NSH options to KConfig)
| * Fix nRF24L01+ driver integration for the STM32 Tiny. From Laurent Latil.Gregory Nutt2013-06-012-36/+86
| |
| * Add NSRF42L01 driver. From Laurent LatilGregory Nutt2013-06-011-0/+1
| |
| * .dSYM only needs to be in the same .gitignore files as .exeGregory Nutt2013-05-3064-64/+0
| |
| * 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
* | Updated defconfig, now 100% vetted vs. old config AND KConfig cleanLorenz Meier2013-06-022-52/+64
| |
* | Re-enable sys log to work around USB vs. ttyS0 issue - works, but needs ↵Lorenz Meier2013-06-011-2/+3
| | | | | | | | further attention
* | Checkpoint: Board bootingLorenz Meier2013-06-015-18/+115
| |
* | Config improvementsLorenz Meier2013-06-012-6/+17
| |
* | Integration with main Firmware repo, adjusting new-style configsLorenz Meier2013-06-0113-1756/+185
| |
* | Config updatesLorenz Meier2013-06-013-152/+112
| |
* | Updated FMU and IO configsLorenz Meier2013-06-0134-1582/+3406
| |
* | Added stack checkingLorenz Meier2013-05-313-2/+42
| |
* | Almost compiling FMU configLorenz Meier2013-05-316-163/+442
| |
* | Added FMU config, used different name to prevent with px4fmu pre-menuconfig ↵Lorenz Meier2013-05-3027-0/+5597
|/ | | | config
* 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
|