summaryrefslogtreecommitdiff
path: root/nuttx/configs/mikroe-stm32f4
Commit message (Collapse)AuthorAgeFilesLines
* Merged in upstream, took upstream UART driver without changes, needs ↵Lorenz Meier2013-06-135-6/+0
| | | | re-evaluation (minor diffs to local version)
* KConfig fixes for STM32F4 (fixes flash prefetch never being enabled, added ↵Lorenz Meier2013-06-021-1/+1
| | | | two NSH options to KConfig)
* .dSYM only needs to be in the same .gitignore files as .exeGregory Nutt2013-05-301-1/+0
|
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. ↵Gregory Nutt2013-05-302-0/+5
| | | | Add some missing .gitignore files
* Audio subystem update from Ken Pettit. Plus moved some header filesGregory Nutt2013-05-215-21/+242
|
* Add audio/ sub-syste, include/nuttx/audio.h interface, and ↵Gregory Nutt2013-05-191-0/+23
| | | | drivers/audio/vs1053.c driver to NuttX. From Ken Pettit
* Add kernel build support and a kernel most OS test example for the Mikroe ↵Gregory Nutt2013-05-179-2/+1745
| | | | STM32 M4 board. From Ken Pettit
* Default NxWidgets and NxWM priorities should be 100 not 50 to be consistent ↵Gregory Nutt2013-05-121-8/+8
| | | | with other default priorities
* Changes to get the Mikroe STM32F4 touchscreen working from Ken PettitGregory Nutt2013-05-113-285/+628
|
* Various changes and bigfixes for problems detected by CppCheckGregory Nutt2013-05-093-14/+12
|
* configs/mikroe-stm32f4: Add new configurations plus support for the ↵Gregory Nutt2013-05-0720-325/+4544
| | | | MIO283QT2 display from Ken Pettit
* Replace CONFIG_MTD_SMART in MTD drivers with other conditionsGregory Nutt2013-05-031-0/+1
|
* Rearchitecting of some MTD, partition, SMART interfaces, and FLASH drivers ↵Gregory Nutt2013-05-034-73/+160
| | | | to: Better use the byte write capbility when available and to use smaller erase sectors for the erase sector size when available).
* Fix typo in configuration variables: MP25P should M25PGregory Nutt2013-05-013-9/+9
|
* Misc changes for clean built od mikroe-stm32f4 configurationsGregory Nutt2013-05-012-34/+87
|
* Add system/flash_eraseall NSH commandGregory Nutt2013-05-011-2/+2
|
* SMART block driver plus changes to M25P and RAM drivers needed for SMART supportGregory Nutt2013-04-302-5/+5
|
* Add support for the MikroElektronika Mikromedia for STM32F4 development ↵Gregory Nutt2013-04-3024-68/+62
| | | | board. From Ken Petit
* Add support for the MikroElektronika Mikromedia for STM32F4 development ↵Gregory Nutt2013-04-3027-0/+8020
board. From Ken Petit