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 |
|
Gregory Nutt
|
0e8ff50d18
|
PM: Add activity domain to all PM callbacks
|
2016-03-27 11:18:44 -06:00 |
|
Gregory Nutt
|
39284088a2
|
PM: Add activity domain to all PM callbacks
|
2016-03-27 11:18:25 -06:00 |
|
ziggurat29
|
0629b65e38
|
minor; changes to clocking config to specify the activation of LSE
|
2016-03-27 12:13:19 -05:00 |
|
ziggurat29
|
5bd7b7b54c
|
add support for LSE oscillator configuration; requires also initial support of PWR control block
|
2016-03-27 12:07:47 -05:00 |
|
Gregory Nutt
|
8b21db7fc7
|
Backout some experimental stuff that was including in the lst commit
|
2016-03-27 10:20:02 -06:00 |
|
Gregory Nutt
|
970822b351
|
Add missing PM configuratin options to Kconfig file
|
2016-03-27 10:18:20 -06:00 |
|
ziggurat29
|
cc53b25dbd
|
fix typos in names of some LSE-related constants
|
2016-03-27 10:48:02 -05:00 |
|
Gregory Nutt
|
83aa1bebf3
|
Oops... left garbage in a file
|
2016-03-26 17:36:59 -06:00 |
|