Commit Graph

25362 Commits

Author SHA1 Message Date
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
Gregory Nutt
d580b70a71 Minor updates to TODO list 2016-03-26 17:26:47 -06:00
Gregory Nutt
a557f454b2 spark: Move board_usbmsc_intiialize() to a separate file 2016-03-26 17:25:42 -06:00
Gregory Nutt
ad01da34ad tools/Makefile.host: If the real target is kconfightml.exe, then then kconfightml target is .PHONY 2016-03-26 15:34:16 -06:00
Gregory Nutt
8523e17f52 Prep for 7.15 release 2016-03-26 12:16:14 -06:00
Gregory Nutt
6a326962bd Prep for 7.15 release 2016-03-26 12:15:43 -06:00
Gregory Nutt
fd2048ac0b Refresh some configurations 2016-03-26 12:15:01 -06:00
ziggurat29
860a139ba0 trivial; update stm32l4 readme indicating things recently completed 2016-03-26 11:58:30 -05:00
ziggurat29
03dfb41bba Merged nuttx/boards into master 2016-03-26 10:56:38 -05:00
ziggurat29
873cdc20eb Merged nuttx/arch into master 2016-03-26 10:53:16 -05:00
Gregory Nutt
93657a2daf Missing header file inclusion 2016-03-25 18:20:24 -06:00
Gregory Nutt
0b78c9dbe7 Missing header file inclusion 2016-03-25 18:18:58 -06:00
Gregory Nutt
27a3fcb3eb Merge branch 'master' of https://bitbucket.org/nuttx/boards 2016-03-25 18:11:43 -06:00
Gregory Nutt
0d2942ba82 map configuration needs and stm32_appinit.c file 2016-03-25 18:10:23 -06:00