Commit Graph

19 Commits

Author SHA1 Message Date
Gregory Nutt 6a8a62c0c1 STM32: Fix STM32F100CB pin configuration (from Kosma Moczek); and make chip naming a little more consistent 2014-05-07 12:54:27 -06:00
Gregory Nutt fc6b3339a1 Nucleo-F401RE: Delay loop calibrated 2014-05-06 17:30:44 -06:00
Gregory Nutt ade57e4cd8 Nucleo-F401RE: With these changes and the changes from previous commits, the basic Nucleo-F401RE NSH configuration is working. 2014-05-06 11:07:10 -06:00
Gregory Nutt 22733f9a79 The Nucleo-F401RE has no on-board cystal and, hence, must use the on-chip HSI oscillator for the PLL include clock 2014-05-06 10:01:02 -06:00
Gregory Nutt 88abca5e5e STM32: Add some complication to STM32 Kconfig so the correct USART and TIM options are presented for the F401RE. There are still invalid peripheral options being presented 2014-05-05 17:59:07 -06:00
Gregory Nutt dcc709e612 Updated Nucleo-F401RE configuration 2014-05-05 13:47:21 -06:00
Gregory Nutt f924601fc1 The alternate console device CONFIG_NSH_CONDEV must not be defined unconditionally. This causes errors when using Telnet sessions. This was solved by adding CONFIG_NSH_ALTCONDEV: CONFIG_NSH_ALTCONDEV enables or disables the feature then, if enabled, CONFIG_NSH_CONDEV provides the alternative console device name 2014-05-05 08:52:02 -06:00
Gregory Nutt ccb98abaaa Fix configuration for F401: It has has FSMC and so the option should not be offered. But there are many more options available for the F401 that should be availalbe: CAN, nonexistent timers, etc. These will all need to be addressed 2014-04-30 16:12:36 -06:00
Gregory Nutt 8a45dd095d Nucleo-F401RE: Has only one memory region, not two 2014-04-30 14:56:39 -06:00
Gregory Nutt 7857d716b5 Nucleo-F401RE: Fix memory usage 2014-04-30 08:20:30 -06:00
Gregory Nutt b5947b88a3 Nucleo-F401RE: Board GPIOs updated by Frank Bennett 2014-04-29 08:10:27 -06:00
Gregory Nutt 977bb10d24 Nucleo-F401RE: Remove FRAM references 2014-04-25 11:07:38 -06:00
Gregory Nutt ff103e9d4c Nucleo: Remove bogus MPU definitions 2014-04-25 08:52:50 -06:00
Gregory Nutt 9ad7704699 Nucleo-F401RE update from Frank Bennett 2014-04-22 16:04:14 -06:00
Gregory Nutt aa63cafa8e Nucleo-F401RE: Add standard, NuttX button support 2014-04-22 13:09:34 -06:00
Gregory Nutt 8634db8e30 Nucleo-F401RE: Use standard NuttX LED interfaces 2014-04-22 12:55:31 -06:00
Gregory Nutt 972c4cbab5 Nucleo F401RE: Remove PX4 cruft that can in with the port 2014-04-22 12:18:08 -06:00
Gregory Nutt bf08795e74 Nucleo-F401RE build issues 2014-04-20 14:16:47 -06:00
Gregory Nutt d53c3a2090 Add support for the STM32F041RE and for the Nucleo-F401RE board. From Frank Bennett 2014-04-20 13:42:23 -06:00