summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix STM32L15X vector definitions; Fix STM32L-Discovery LED controls. The ↵Gregory Nutt2013-05-2110-228/+304
| | | | NSH configuration is now fully functional on the STM32L-Discovery board.
* STM32L152: Better LOOPSPERMSEC; Need to set higher performance VOSGregory Nutt2013-05-208-75/+170
|
* Internal FLASH MTD driver for TI/Stellaris from Max HoltzbergGregory Nutt2013-05-206-3/+412
|
* Fix STM32L-Discovery clock setup - The X3 crystal is not fitted on the boardGregory Nutt2013-05-207-35/+75
|
* Misc updates to STL32L15X logicGregory Nutt2013-05-206-57/+143
|
* Add audio/ sub-syste, include/nuttx/audio.h interface, and ↵Gregory Nutt2013-05-1918-1/+1896
| | | | drivers/audio/vs1053.c driver to NuttX. From Ken Pettit
* Fixes for typos and errors in audio.h from Ken PettitGregory Nutt2013-05-192-29/+31
|
* Add STM32L152X RCC PLL and FLASH support. Now compiles errorfree.Gregory Nutt2013-05-1913-95/+703
|
* STM32L15X UART, DMA, and heap initialization supportGregory Nutt2013-05-198-13/+330
|
* Add SYSCFG definitions for STM32L152; Add board support STM32L-DiscoveryGregory Nutt2013-05-1931-22/+4394
|
* Add PWR and RCC register definitions for the STM32F152Gregory Nutt2013-05-196-42/+515
|
* Add STM32L15X memory mapGregory Nutt2013-05-183-2/+148
|
* Add support for STM32L15X GPIOsGregory Nutt2013-05-189-149/+610
|
* Support for STM32L15xx interrupt vectorsGregory Nutt2013-05-186-10/+551
|
* Begnning of support for the STM32L15X familyGregory Nutt2013-05-186-7/+1048
|
* Add NxWidgets::CGlyphSliderHorizontal unit test; Fix ↵Gregory Nutt2013-05-177-1/+829
| | | | NxWidgets::CGlyphSliderHorizontal drawing error. From Ken Pettit
* Add kernel build support and a kernel most OS test example for the Mikroe ↵Gregory Nutt2013-05-1710-2/+1748
| | | | STM32 M4 board. From Ken Pettit
* More references to SYS_oneixt vs SYS_on_exit noted by Ken PettitGregory Nutt2013-05-171-7/+7
|
* Fix compile errors when the on_exit() interface is enabled in the kernel ↵Gregory Nutt2013-05-174-130/+149
| | | | build. From Ken Pettit
* Minor updates to Kconfig and README filesGregory Nutt2013-05-173-7/+12
|
* Add support for R61505U LCD controller on HY-mini STM32v boardGregory Nutt2013-05-166-12/+1040
|
* apps/examples/helloxx entry point name was mangled when built as an NSH ↵Gregory Nutt2013-05-166-35/+82
| | | | 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
|
* Add NxWdigets::CGlyphSliderHorizontal and associated grip widgets. From Ken ↵Gregory Nutt2013-05-1513-7/+1748
| | | | Pettit.
* Updated to hymini-stm32v configuration from Laurent LatilGregory Nutt2013-05-153-6/+3
|
* Fix STM32 F1 DMA register definitions. From Laurent Latil.Gregory Nutt2013-05-153-52/+77
|
* Add a copy of the Osmocom-BB osmocon toolGregory Nutt2013-05-1528-0/+8259
|
* Clean up of pirelli-dpl10/nsh_highram configurationGregory Nutt2013-05-156-8/+90
|
* hymini-stm32v: Updated README fileGregory Nutt2013-05-141-157/+130
|
* hymini-stm32v: Remove nx and nxlines configurationsGregory Nutt2013-05-1410-1629/+2
|
* hymini-stm32v: Add OS test and USB/NSH configuration; Add card detect ↵Gregory Nutt2013-05-1413-584/+2421
| | | | interrupt support
* configs/hymini-stm32v converted nsh and nsh2 configs to use ↵Gregory Nutt2013-05-1413-2053/+2021
| | | | 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-128-63/+66
| | | | with other default priorities
* Fixe a race confition in NxWM::CCalibrationGregory Nutt2013-05-123-14/+49
|
* Smalled CMediaPlayer image from Ken PettitGregory Nutt2013-05-124-267/+150
|
* Add beginning a a media player window to NxWM from Ken Pettit. Still a work ↵Gregory Nutt2013-05-1111-6/+1156
| | | | in progress
* Changes to get the Mikroe STM32F4 touchscreen working from Ken PettitGregory Nutt2013-05-115-288/+697
|
* More changes for issues reported by CppCheckGregory Nutt2013-05-113-42/+52
|
* Update Olimex-LPC1766STK scripts to use OpenOCD-0.7.0Gregory Nutt2013-05-103-9/+35
|
* Various changes and bigfixes for problems detected by CppCheckGregory Nutt2013-05-0925-69/+126
|
* Fix typo is STM32 ADC driver for F2 and F4: ADC not ACDGregory Nutt2013-05-084-16/+22
|
* Fix for lpc17xx i2c single byte read timeout error problem from M.KannanGregory Nutt2013-05-082-41/+45
|
* configs/mikroe-stm32f4: Add new configurations plus support for the ↵Gregory Nutt2013-05-0722-326/+4555
| | | | MIO283QT2 display from Ken Pettit
* STM32 option to disable sleep to prevent disconnection of debuggerGregory Nutt2013-05-073-0/+16
|
* Fixes for the examples/nxtext testGregory Nutt2013-05-073-34/+158
|
* Documentation updatesGregory Nutt2013-05-073-18/+18
|
* The Kinetis GPIO logic had some of the same issues as did the Kinetis LGregory Nutt2013-05-066-33/+44
|
* Fixes LEDs on the Freedom KL25Z boardGregory Nutt2013-05-066-34/+63
|
* Oops.. this change should not have been in the last commitGregory Nutt2013-05-061-10/+9
|