summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix KL25Z clock definitions in board.hGregory Nutt2013-04-241-0/+4
|
* Adding missing registration of /dev/zero; Condition registration of ↵Gregory Nutt2013-04-241-0/+5
| | | | /dev/null. From Ken Petit
* Reviewed all task exit logic. For pthread_exit() moved some logic higher in ↵Gregory Nutt2013-04-231-21/+27
| | | | the exit sequence that could be required to block. For lower level logic kicked off by _exit(), add logic to prevent blocking when the task is not in a healthy state.
* kconfig2html: Improve expand/collapse TOC + misc bug-fixesGregory Nutt2013-04-231-1/+5
|
* Correction to ARM RAM vectors logic from Paul Y. ZhangGregory Nutt2013-04-231-0/+2
|
* zkit-arm-1769 ADC and SPI/USB MSC updates from MKannanGregory Nutt2013-04-231-0/+2
|
* LPC17xx ADC: Configure all ADC pins in the set, not just one. From MKannanGregory Nutt2013-04-231-0/+3
|
* Documentation now expects autogenerated configuration variable documenation ↵Gregory Nutt2013-04-221-0/+3
| | | | at Documentation/NuttXConfigVariables.html
* Fixes to strchr, mkfats, and NxWidgets from Petteri AimonenGregory Nutt2013-04-221-0/+5
|
* Add a tool to auto-generated documentation of NuttX configuration variables ↵Gregory Nutt2013-04-201-0/+5
| | | | (still a work in progress)
* _exit() should not call atexit() or on_exit() functions; Rename ↵Gregory Nutt2013-04-181-0/+13
| | | | task_deletecurrent() to task_exit()
* Convert configs/stm3240g-eval/ostest to use the kconfig frontends toolsGregory Nutt2013-04-171-0/+2
|
* Fix major misthink in Cortex-M0 port: The Cortex-M0 has no BASEPRI ↵Gregory Nutt2013-04-161-0/+5
| | | | register. We have to revert to using the nasty PRIMASK register
* Initial support for the Kinetis L family and the Freedom KL25Z board from ↵Gregory Nutt2013-04-161-1/+8
| | | | Alan Carvalho de Assis
* Convert nucleus2g/usbserial to use kconfig-frontendsGregory Nutt2013-04-121-2/+5
|
* Configure STM3210E-EVAL usbserial configuration to use kconfig-frontends toolsGregory Nutt2013-04-121-0/+2
|
* Convert olimex-lpc17stk configuration to use the kconfig-frontends tools; ↵Gregory Nutt2013-04-121-0/+5
| | | | Fix some compile errors in the pl2303 USB device driver
* Zkit-arm-1769 board uses SSP0 to LCD and SPI to SD-CardGregory Nutt2013-04-101-0/+3
|
* Fixes to the LM4F clock configuration. Errors in register handling caused ↵Gregory Nutt2013-04-091-0/+4
| | | | everything to run at half speed
* LPC1788 framebuffer LCD now works! From Rommel MarceloGregory Nutt2013-04-081-0/+2
|