summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SAM4L GPIO port addressing fixes; SAM4L Xplained LED support; minor ↵Gregory Nutt2013-06-055-125/+430
| | | | documentation updates
* Add configs/sam4l-xplained/src/up_userleds.cGregory Nutt2013-06-049-13/+180
|
* More changes that should have gone with the last commitGregory Nutt2013-06-043-434/+432
|
* Add SAM4L GPIO driverGregory Nutt2013-06-046-41/+609
|
* Create SAM4L GPIO driver header fileGregory Nutt2013-06-045-111/+566
|
* Add SAM4L (and 4S) GPIO register definitionsGregory Nutt2013-06-046-266/+1067
|
* If CONFIG_STM32_DMACAPABLE is defined, use stm32_dmacapable to workaround ↵Gregory Nutt2013-06-042-19/+42
| | | | attempt SPI DMAs from the CCM stack
* Add stm32_dmacapable interface to determine is it is possible to perform DMA ↵Gregory Nutt2013-06-047-26/+174
| | | | from a given address.
* NxWM::CTaskbar: Add a method to redraw the task bar and the top ↵Gregory Nutt2013-06-043-9/+21
| | | | application. From Petteri Aimonen
* Change auto-increment timing in NxWidgets::CNumericEdit. From Petteri AimonenGregory Nutt2013-06-042-3/+14
|
* NxWidgets::CImage: Allow NULL bitmaps. From Petteri AimonenGregory Nutt2013-06-042-33/+46
|
* SAM4L alternate pin mapping header file; Use USART1 for virtual COM port consoleGregory Nutt2013-06-035-11/+620
|
* Add a skeleton configuration that will eventually support the SAM4L Xplained ↵Gregory Nutt2013-06-0326-17/+2638
| | | | Pro board
* Add vector and chip cability definitions for the SAM4L familyGregory Nutt2013-06-038-22/+310
|
* Add interrupt and memory map definitions for the AT91SAM4LGregory Nutt2013-06-037-206/+803
|
* Fix an assertionGregory Nutt2013-06-024-5/+18
|
* Add dprintf() and vdprintf()Gregory Nutt2013-06-026-8/+140
|
* Rename sam3u/ architecture directories to sam34/ to include the SAM4LGregory Nutt2013-06-0265-177/+180
|
* Add missing NSH configuration settings. Correct some conditional logic for ↵Gregory Nutt2013-06-026-3/+27
| | | | STM32 FALSH pre-fetch settings. From Lorenz Meier
* Eliminated sam3u_internal.h. Use separate header files instead. More ↵Gregory Nutt2013-06-0244-1892/+2723
| | | | 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-0286-7084/+7686
| | | | to SAM to ssupport SAM4. Convert all configs/sam3u-ek configurations to use the kconfig-frontends tool
* Updates to README filesGregory Nutt2013-06-019-572/+600
|
* Add NRF24L01 terminal example. From Laurent Latil.Gregory Nutt2013-06-018-8/+494
|
* 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-0117-757/+3415
|
* Fix that way that NxWight UnitTests are reigistered as NSH builtin appsGregory Nutt2013-05-3040-115/+176
|
* The Makefile in every directory that can generate a .dSYM should also clean ↵Gregory Nutt2013-05-309-4/+8
| | | | .dSYM files
* .dSYM only needs to be in the same .gitignore files as .exeGregory Nutt2013-05-30199-201/+11
|
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. ↵Gregory Nutt2013-05-30225-1807/+1727
| | | | Add some missing .gitignore files
* Optimize request buffer sizes in the serial USB drivers so that we avoid so ↵Gregory Nutt2013-05-296-57/+64
| | | | 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-297-76/+164
| | | | 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-2823-1/+4055
|
* STM32F103C4 and F103C8 chip support from Laurent LatilGregory Nutt2013-05-284-2/+349
|
* Fix null packet handling in the PIC32 USB device driver. This is a critical ↵Gregory Nutt2013-05-286-38/+102
| | | | bug fix for PIC32. Add support for the USB monitor to the Sure-PIC32MX configuration
* Fix Sure PIC32 LOOPSPERMSECGregory Nutt2013-05-274-11/+11
|
* Verified the sure-pic32mx/usbnsh configurationGregory Nutt2013-05-274-11/+80
|
* The SLCD driver is now fully functional for Sure PIC32MX boardGregory Nutt2013-05-2711-102/+372
|
* Rename SLCD geometry tructure to attributes; Move MAX contrast to ↵Gregory Nutt2013-05-278-86/+101
| | | | 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-2627-2113/+3125
| | | | 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-265-183/+304
|
* Extentions SCLD test; SCLD CODEC and LCD1602 driver bug fixesGregory Nutt2013-05-267-46/+111
|
* PCB-Logic PIC32MX LCD1602 driver now supports SLCD CODED; Added an SLCD ↵Gregory Nutt2013-05-258-68/+750
| | | | ioctl command to get cursor position
* Converted configs/pcblogic-pic32mx configurations to use kconfig-frontends. ↵Gregory Nutt2013-05-2519-874/+1532
| | | | Re-organization of files in configs/pcblogic-pic32mx/src
* Minor documentation updateGregory Nutt2013-05-244-1/+60
|
* Additional bug fixes and minor extensions to the STM32L-Disovery segment LCD ↵Gregory Nutt2013-05-246-34/+58
| | | | support and to the apps/examples/slcd segment LCD test.
* Fix bugs in SLCD test and in SLCD CODECGregory Nutt2013-05-244-32/+113
|
* Add apps/examples/slcd, Remove USB from STM32L-Discovery, LSE support for ↵Gregory Nutt2013-05-2419-237/+643
| | | | the STM32 L family, some STM32L-Discovery LCD debug changes
* Add SLCD ioctl commandsGregory Nutt2013-05-235-23/+209
|
* Revised SLCD bit manipulation for STM32L-DiscoveryGregory Nutt2013-05-231-131/+181
|