summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Internal FLASH MTD driver for TI/Stellaris from Max HoltzbergGregory Nutt2013-05-201-0/+4
|
* Add audio/ sub-syste, include/nuttx/audio.h interface, and ↵Gregory Nutt2013-05-191-1/+5
| | | | drivers/audio/vs1053.c driver to NuttX. From Ken Pettit
* Fixes for typos and errors in audio.h from Ken PettitGregory Nutt2013-05-191-0/+2
|
* Add STM32L152X RCC PLL and FLASH support. Now compiles errorfree.Gregory Nutt2013-05-191-1/+2
|
* STM32L15X UART, DMA, and heap initialization supportGregory Nutt2013-05-191-0/+2
|
* Add SYSCFG definitions for STM32L152; Add board support STM32L-DiscoveryGregory Nutt2013-05-191-2/+5
|
* Add PWR and RCC register definitions for the STM32F152Gregory Nutt2013-05-191-1/+3
|
* Add STM32L15X memory mapGregory Nutt2013-05-181-1/+3
|
* Add support for STM32L15X GPIOsGregory Nutt2013-05-181-0/+2
|
* Support for STM32L15xx interrupt vectorsGregory Nutt2013-05-181-1/+3
|
* Begnning of support for the STM32L15X familyGregory Nutt2013-05-181-1/+3
|
* Add kernel build support and a kernel most OS test example for the Mikroe ↵Gregory Nutt2013-05-171-0/+3
| | | | STM32 M4 board. From Ken Pettit
* Fix compile errors when the on_exit() interface is enabled in the kernel ↵Gregory Nutt2013-05-171-0/+4
| | | | build. From Ken Pettit
* Add support for R61505U LCD controller on HY-mini STM32v boardGregory Nutt2013-05-161-0/+3
|
* Updated to hymini-stm32v configuration from Laurent LatilGregory Nutt2013-05-151-0/+2
|
* Fix STM32 F1 DMA register definitions. From Laurent Latil.Gregory Nutt2013-05-151-1/+3
|
* hymini-stm32v: Remove nx and nxlines configurationsGregory Nutt2013-05-141-0/+2
|
* hymini-stm32v: Add OS test and USB/NSH configuration; Add card detect ↵Gregory Nutt2013-05-141-2/+6
| | | | interrupt support
* configs/hymini-stm32v converted nsh and nsh2 configs to use ↵Gregory Nutt2013-05-141-0/+4
| | | | 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-121-1/+2
| | | | with other default priorities
* Changes to get the Mikroe STM32F4 touchscreen working from Ken PettitGregory Nutt2013-05-111-0/+2
|
* Update Olimex-LPC1766STK scripts to use OpenOCD-0.7.0Gregory Nutt2013-05-101-1/+4
|
* Fix typo is STM32 ADC driver for F2 and F4: ADC not ACDGregory Nutt2013-05-081-0/+2
|
* Fix for lpc17xx i2c single byte read timeout error problem from M.KannanGregory Nutt2013-05-081-4/+8
|
* configs/mikroe-stm32f4: Add new configurations plus support for the ↵Gregory Nutt2013-05-071-1/+4
| | | | MIO283QT2 display from Ken Pettit
* STM32 option to disable sleep to prevent disconnection of debuggerGregory Nutt2013-05-071-0/+5
|
* The Kinetis GPIO logic had some of the same issues as did the Kinetis LGregory Nutt2013-05-061-1/+3
|
* Fixes LEDs on the Freedom KL25Z boardGregory Nutt2013-05-061-1/+5
|
* mio283qt2.c: Need select/deselect LCD in setpower method; hwinitialize did ↵Gregory Nutt2013-05-061-1/+4
| | | | not deselect LCD
* Convert configs/pirelli_dpl10/nsh_highram to use the kconfig-frontends toolsGregory Nutt2013-05-051-1/+4
|
* Make Pirelli-DLP10 a true board configuration; Calypso no compiles without ↵Gregory Nutt2013-05-051-1/+1
| | | | errors
* Add configuration for the Pirelli DP10 phoneGregory Nutt2013-05-041-0/+2
|
* Rearchitecting of some MTD, partition, SMART interfaces, and FLASH drivers ↵Gregory Nutt2013-05-031-1/+7
| | | | to: Better use the byte write capbility when available and to use smaller erase sectors for the erase sector size when available).
* Repartitioning of header files for Kinetis LGregory Nutt2013-05-021-0/+2
|
* Add support for the byte write method to MTD partition logic; Beef up the ↵Gregory Nutt2013-05-021-0/+2
| | | | MTD partition test -- and fix resulting bugs detected
* Freedom KL25Z pin mux'ing fixes from Alan Carvalho de AssisGregory Nutt2013-05-021-1/+4
|
* Add an optional byte-oriented write method to the MTD interfaceGregory Nutt2013-05-011-0/+3
|
* Add Ken Pettit's SMART FSGregory Nutt2013-04-301-1/+2
|
* Add support for the MikroElektronika Mikromedia for STM32F4 development ↵Gregory Nutt2013-04-301-0/+2
| | | | board. From Ken Petit
* Add configuration and example to test MTD partitionsGregory Nutt2013-04-301-1/+5
|
* Add MTD partition support plus fix some typos in commentsGregory Nutt2013-04-301-1/+4
|
* Implement UDP sendto() timeouts. Currently disabled because it probably ↵Gregory Nutt2013-04-301-2/+4
| | | | unnecessary.
* LPC17: Interrupts not being re-enabled in the initialization functionGregory Nutt2013-04-301-0/+4
|
* Fix minor typosGregory Nutt2013-04-281-1/+1
|
* Prep for NuttX-6.27 releasenuttx-6.27Gregory Nutt2013-04-281-14/+16
|
* Move task_terminate to its own C file to prevent drawing task_delete into ↵Gregory Nutt2013-04-251-0/+3
| | | | the link
* Useless TIOCSERGSTRUCT logic in most serial drivers is not compiled unless ↵Gregory Nutt2013-04-251-0/+4
| | | | CONFIG_DEBUG and CONFIG_SERIAL_TIOCSERGSTRUCT are defined
* Remove up_assert_codeGregory Nutt2013-04-251-0/+5
|
* KL25Z: Fix serial driver; freedom-kl25z/nsh configuration now worksGregory Nutt2013-04-251-0/+4
|
* KL25Z: Fix some memory mapp and register definitions; no UART3-5Gregory Nutt2013-04-251-0/+4
|