summaryrefslogtreecommitdiff
path: root/nuttx/configs/nucleo-f401re
Commit message (Expand)AuthorAgeFilesLines
* Remove CONFIG_MM_MULTIHEAP. Non-multiheap operation is no longer supportedGregory Nutt2014-08-311-1/+0
* Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- th...Gregory Nutt2014-08-241-1/+1
* gran_reserve(): Add a new function to reserve unallocatable regions in the g...Gregory Nutt2014-08-231-1/+2
* Change CONFIG_MSEC_PER_TICK to CONFIG_USEC_PER_TICK. This gives more options...Gregory Nutt2014-08-071-1/+1
* Remove CONFIG_DISABLE_CLOCKGregory Nutt2014-08-071-1/+0
* Rename apps/examples/uip to apps/examples/webserverGregory Nutt2014-07-031-1/+1
* NET: Rename uiplib/UIPLIB to netlib/NETLIBGregory Nutt2014-07-021-1/+1
* STM32: Fix STM32F100CB pin configuration (from Kosma Moczek); and make chip n...Gregory Nutt2014-05-071-5/+5
* Nucleo-F401RE: Delay loop calibratedGregory Nutt2014-05-061-1/+1
* Nucleo-F401RE: With these changes and the changes from previous commits, the...Gregory Nutt2014-05-062-72/+92
* The Nucleo-F401RE has no on-board cystal and, hence, must use the on-chip HSI...Gregory Nutt2014-05-063-78/+97
* STM32: Add some complication to STM32 Kconfig so the correct USART and TIM o...Gregory Nutt2014-05-051-23/+61
* Updated Nucleo-F401RE configurationGregory Nutt2014-05-059-433/+524
* The alternate console device CONFIG_NSH_CONDEV must not be defined unconditio...Gregory Nutt2014-05-051-1/+1
* Fix configuration for F401: It has has FSMC and so the option should not be ...Gregory Nutt2014-04-301-11/+6
* Nucleo-F401RE: Has only one memory region, not twoGregory Nutt2014-04-301-1/+1
* Nucleo-F401RE: Fix memory usageGregory Nutt2014-04-303-4/+4
* Nucleo-F401RE: Board GPIOs updated by Frank BennettGregory Nutt2014-04-295-40/+46
* Nucleo-F401RE: Remove FRAM referencesGregory Nutt2014-04-251-2/+0
* Nucleo: Remove bogus MPU definitionsGregory Nutt2014-04-252-26/+0
* Nucleo-F401RE update from Frank BennettGregory Nutt2014-04-224-27/+126
* Nucleo-F401RE: Add standard, NuttX button supportGregory Nutt2014-04-225-10/+176
* Nucleo-F401RE: Use standard NuttX LED interfacesGregory Nutt2014-04-229-41/+423
* Nucleo F401RE: Remove PX4 cruft that can in with the portGregory Nutt2014-04-228-587/+91
* Nucleo-F401RE build issuesGregory Nutt2014-04-205-48/+81
* Add support for the STM32F041RE and for the Nucleo-F401RE board. From Frank ...Gregory Nutt2014-04-2016-0/+4009