Commit Graph

25283 Commits

Author SHA1 Message Date
Gregory Nutt
4033d92593 Merged in ziggurat29/boards/stm32l4_rtc_001 (pull request #37)
Stm32l4_rtc_001
2016-03-30 14:36:15 -06:00
Gregory Nutt
8b1bcecbb1 Merged in ziggurat29/arch/stm32l4_rtc_001 (pull request #61)
Stm32l4_rtc_001
2016-03-30 14:32:47 -06:00
Sebastien Lorquet
fdea7aee74 Enable SAI1PLL configuration on Nucleo-L476 for use with RNG 2016-03-30 14:28:50 -06:00
ziggurat29
624e6c1ebe correct #define errors in the 'debug output' and 'alarms' options code paths 2016-03-30 15:25:43 -05:00
ziggurat29
f794dab9c2 turn off RTC debug in defconfig; noisy 2016-03-30 15:24:53 -05:00
Gregory Nutt
f48fe4671c Sabre-6Quad: One, not two, GB of SDRAM 2016-03-30 14:09:48 -06:00
Gregory Nutt
05fe9cb393 i.MX6: Fix UART baud rate calculation 2016-03-30 13:54:56 -06:00
ziggurat29
41297a47a5 changes to reflect availability of RTC in default configuration 2016-03-30 14:48:36 -05:00
ziggurat29
600a9b6981 basic RTC functionality implemented 2016-03-30 14:46:36 -05:00
Gregory Nutt
84f2fcfa80 i.MX6: Fix a few UART and GPIO initialization problems. 2016-03-30 12:31:49 -06:00
Gregory Nutt
35ab1697cd CONFIG_DEV_RANDOM depends on CONFIG_ARCH_HAVE_RNG which is selected with MCU-specific RNG H/W is enabled. So correct default is y; you almost certainly want /dev/random as well. 2016-03-30 07:58:09 -06:00
Gregory Nutt
8df80e6615 Kconfigs: All RNG selections also must select ARCH_HAVE_RNG 2016-03-30 07:56:03 -06:00
Gregory Nutt
6e000dc4fa i.MX6: Need to mapping OCRAM before enabling MMU because the page table lies in OCRAM 2016-03-29 17:51:58 -06:00
Gregory Nutt
8f3d140c1b Sabre-6Quaqd: Fix DRAM size, 2GB not 2MB 2016-03-29 17:17:31 -06:00
Gregory Nutt
426a6dae74 i.MX6: Fix missing DRAM mapping 2016-03-29 17:16:46 -06:00
ziggurat29
bbc2c93e95 Merged nuttx/boards into master 2016-03-29 16:42:02 -05:00
ziggurat29
998dc0b474 Merged nuttx/arch into master 2016-03-29 16:41:31 -05:00
Gregory Nutt
f3cf4a7586 Sabre-6Quad: Corre some RAM addresses in NSH configuration; Update README file. 2016-03-29 15:36:31 -06:00
Gregory Nutt
679a26cdf8 Update some comments 2016-03-29 15:35:47 -06:00
Gregory Nutt
1c56b8dd87 Update some ARM registers for Cortex-A9 2016-03-29 11:47:35 -06:00
ziggurat29
ec95ee1ebd Merged nuttx/boards into master 2016-03-29 10:54:39 -05:00
Gregory Nutt
9fc8b8c696 Update README 2016-03-29 09:53:24 -06:00
ziggurat29
800efb1f87 Merged nuttx/arch into master 2016-03-29 09:48:22 -05:00
Michael Spahlinger
940075f629 SAMV71/SAME70: Error in UART1 Pinmapping corrected 2016-03-29 07:25:37 -06:00
Dave
f9c2f70b36 STM32L4 PWR: Fix reversed parameters in putreg32() 2016-03-29 07:19:00 -06:00
Sebastien Lorquet
8fdef878ba Minor optimization to PR #60 2016-03-29 07:13:24 -06:00
ziggurat29
fb09d47df4 Merged nuttx/boards into master 2016-03-28 21:49:52 -05:00
ziggurat29
a969d86771 undoing fix earlier because I failed to merge, and I want a clean branch from which to do a pull request 2016-03-28 21:29:41 -05:00
ziggurat29
d21c88d974 Merge branch 'stm32l4_pwr_bug_20160328a' 2016-03-28 20:55:34 -05:00
ziggurat29
85e63800be trivial; restore a formatting edit by greg that I accidentally undid by failing to pull 2016-03-28 20:54:14 -05:00
ziggurat29
39b2d4077f :Merge branch 'master' of https://bitbucket.org/ziggurat29/arch
Conflicts:
	arm/src/stm32l4/stm32l4_lse.c
2016-03-28 20:52:12 -05:00
ziggurat29
72f4f1c9ea fix but in pwr module where the parameters to getreg32 were reversed; didn't do much useful that way! 2016-03-28 20:44:20 -05:00
Gregory Nutt
751e85eade tools/: Scripts should use /bin/bash vs. /bin/sh 2016-03-28 18:18:30 -06:00
Gregory Nutt
d0036e5ff1 Update README 2016-03-28 18:01:22 -06:00
Gregory Nutt
8c6d42843d Update README 2016-03-28 17:08:21 -06:00
Gregory Nutt
690888b75c Minor update to PM discussion in the porting guide 2016-03-28 08:06:27 -06:00
Gregory Nutt
23142d91fa PM: Fix a compile error in a DEBUGASSERTion when DEBUG is enabled 2016-03-27 18:17:37 -06:00
ziggurat29
86c604f7cf Merged nuttx/boards into master 2016-03-27 15:50:58 -05:00
ziggurat29
7eef803304 Merged nuttx/arch into master 2016-03-27 15:50:20 -05:00
Gregory Nutt
fbaee9db34 PM: Some cosmetic updates 2016-03-27 13:37:28 -06:00
Gregory Nutt
909d264dea Misc. trivial changes from review of last PR 2016-03-27 13:16:15 -06:00
Gregory Nutt
446618a644 Misc. trivial changes from review of last PR 2016-03-27 13:15:49 -06:00
Gregory Nutt
bd70ad404b Merged in ziggurat29/boards/stm32l4_lse (pull request #35)
minor; changes to clocking config to specify the activation of LSE
2016-03-27 13:07:20 -06:00
Gregory Nutt
2a54bf91e5 Merged in ziggurat29/arch/stm32l4_lse (pull request #60)
Stm32l4_lse support
2016-03-27 13:06:55 -06:00
Gregory Nutt
54dbec248e PM: Add domain to all PM interfaces. Internal PM data structures now handle multiple PM domains. 2016-03-27 13:03:47 -06:00
Gregory Nutt
76c4b11a6b PM: Add domain to all PM interfaces. Internal PM data structures now handle multiple PM domains. 2016-03-27 13:02:21 -06:00
Gregory Nutt
267e20c729 PM: Add domain to all PM interfaces. Internal PM data structures now handle multiple PM domains. 2016-03-27 13:01:32 -06:00
Gregory Nutt
ede532e57b PM: Add domain to all PM interfaces. Internal PM data structures now handle multiple PM domains. 2016-03-27 13:01:09 -06:00
Gregory Nutt
dea4fe5d90 PM: Add activity domain to all PM callbacks 2016-03-27 11:19:39 -06:00
Gregory Nutt
32acc35c88 PM: Add activity domain to all PM callbacks 2016-03-27 11:18:54 -06:00