Commit Graph

2973 Commits

Author SHA1 Message Date
Gregory Nutt
f7934fdd3a 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
810e929841 SAM4S Xplained Pro: Clean-up of LED usage and also some integration of new timer features. From Bob Doiron 2014-05-05 14:38:29 -06:00
Gregory Nutt
370703194e Updated Nucleo-F401RE configuration 2014-05-05 13:47:21 -06:00
Gregory Nutt
2dbaed4779 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
99d40a19a3 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
c3a6acee18 If the CPU load measurements are being driven by an external clock, then the prototype for sched_process_cpuload() must be available in include/nuttx/arch.h 2014-04-30 15:47:55 -06:00
Gregory Nutt
7614f7762e The CONFIG_SYSTEMTICK_EXTCLK selection should only be available on systems that support it 2014-04-30 15:32:06 -06:00
Gregory Nutt
3889b3b65c SAM4S Xplained Pro build fixes 2014-04-30 15:23:40 -06:00
Gregory Nutt
483a3e9b74 Refresh SAM4S Xplained Pro configuration 2014-04-30 15:10:20 -06:00
Gregory Nutt
3bf6241662 Simplified optimization for the SAM4E-EK 2014-04-30 15:04:34 -06:00
Gregory Nutt
a6211ef21d Nucleo-F401RE: Has only one memory region, not two 2014-04-30 14:56:39 -06:00
Gregory Nutt
e9281c14b3 Updated system timer logic from Bob Doiron 2014-04-30 14:47:30 -06:00
Gregory Nutt
bc162a6c76 Updated system timer logic from Bob Doiron 2014-04-30 14:46:26 -06:00
Gregory Nutt
52583de4cf The SAM4S Xplained Pro now uses the extended timer/counter features. From Bob Doiron. 2014-04-30 14:11:53 -06:00
Gregory Nutt
c528079853 SAM4S Xplained Pro: update LED conrol logic. From Bob Doiron 2014-04-30 14:05:44 -06:00
Gregory Nutt
e346b1e8d3 Nucleo-F401RE: Fix memory usage 2014-04-30 08:20:30 -06:00
Gregory Nutt
6f3e0d5cfb Nucleo-F401RE: Board GPIOs updated by Frank Bennett 2014-04-29 08:10:27 -06:00
Gregory Nutt
943b083de9 Final prep for NuttX-7.2 release 2014-04-28 10:53:24 -06:00
Gregory Nutt
90cbc964df STM32: More places where up_prioritize_irq is called when CONFIG_ARCH_IRQPRIO is not defined. Sourceforge ticket #26 2014-04-28 07:07:47 -06:00
Gregory Nutt
e9c563eb76 Fix spelling, only one t in exiting 2014-04-27 15:49:38 -06:00
Gregory Nutt
023f612654 Minor updates to READMEs and comments 2014-04-27 11:38:24 -06:00
Gregory Nutt
6fd6d03aae Zneo: Misc minor updates from debugging 2014-04-26 12:42:44 -06:00
Gregory Nutt
29bceb1d41 ZNeo Serial: Need to configure UART1 alternate function 2014-04-26 09:43:40 -06:00
Gregory Nutt
994fb3682e Zneo Serial: Fix cut'n'paste error in some conditional configuration 2014-04-26 08:23:11 -06:00
Gregory Nutt
ba7f398cd6 ZNeo: update calibration 2014-04-25 12:38:56 -06:00
Gregory Nutt
31630c88a6 Zneo: Updated patch. Found another compiler failure 2014-04-25 12:02:08 -06:00
Gregory Nutt
7dac8a1360 Updates to ZNeo configurations + misc cosmetic changes to comments 2014-04-25 11:59:17 -06:00
Gregory Nutt
6ecb50cd3c Nucleo-F401RE: Remove FRAM references 2014-04-25 11:07:38 -06:00
Gregory Nutt
db0c11d550 16z: Reduce size of stacks 2014-04-25 09:56:07 -06:00
Gregory Nutt
96c0b82875 Nucleo: Remove bogus MPU definitions 2014-04-25 08:52:50 -06:00
Gregory Nutt
15026b0454 Updated README files 2014-04-25 07:23:31 -06:00
Gregory Nutt
9a73ed6429 Minor and cosmetic changes from initial 16z (v2) bringup 2014-04-24 15:55:53 -06:00
Gregory Nutt
a1a6ef403e Nucleo-F401RE update from Frank Bennett 2014-04-22 16:04:14 -06:00
Gregory Nutt
3707550b54 SAM4S Xplained Pro fixups from Bob DOIRON after the last big set of commits 2014-04-22 14:34:17 -06:00
Gregory Nutt
799d21c673 Fix Bob's name in as many places as possible; Make sure that Bob is an author in as many files as I can think of (might be missing a few) 2014-04-22 13:42:38 -06:00
Gregory Nutt
180dbe28c4 Nucleo-F401RE: Add standard, NuttX button support 2014-04-22 13:09:34 -06:00
Gregory Nutt
55d069360a Nucleo-F401RE: Use standard NuttX LED interfaces 2014-04-22 12:55:31 -06:00
Gregory Nutt
ece70549de Nucleo F401RE: Remove PX4 cruft that can in with the port 2014-04-22 12:18:08 -06:00
Gregory Nutt
dc42bc06fa Back out a bad change in the last commit + add missing SAM4S Xplained Pro file 2014-04-22 11:04:31 -06:00
Gregory Nutt
84a7f2d61e Misc changes to get a clean compilation after incorporating all of Bob Doison's changes 2014-04-22 10:38:08 -06:00
Gregory Nutt
daf10faa71 SAM4X Xplained Pro board configuration updated by Bob Doison 2014-04-22 09:38:46 -06:00
Gregory Nutt
44173905cb Various SAM4S related fixes, mostely related to the timer driver driver and the SAM4S timer/counter. All from Bob Doisin 2014-04-22 09:01:20 -06:00
Gregory Nutt
f42c357654 examples/cpuhog and serialblaster from Bob Doiron 2014-04-22 07:52:08 -06:00
Gregory Nutt
ca2c794acd Misc SAM4S-related changes from Bob Doison 2014-04-21 19:32:15 -06:00
Gregory Nutt
78c2f88fef SAM4S Xplained Pro: Watchdog timer support for Bob Doison 2014-04-21 19:19:56 -06:00
Gregory Nutt
b5c7f41c5d SAM4S Xplained: Add logic to autostart the USB monitor 2014-04-21 18:16:44 -06:00
Gregory Nutt
349ba4b7a5 SAM4S Xplained: Boot PPLLA to 2450MHz to support USB 2014-04-21 18:15:55 -06:00
Gregory Nutt
af1352a416 SAM4S Xplained Pro: Add USB suspend/resume hook. From Bob Doison 2014-04-21 18:14:46 -06:00
Gregory Nutt
ebe23f362e SAM4S Xplained Pro: Enable MPU. From Bob Doiron 2014-04-21 17:52:29 -06:00
Gregory Nutt
1fe2666c13 SAM4S Xplained Pro: Added card detect, automout procfs. From Bob Doison 2014-04-21 17:49:40 -06:00