Commit Graph

4596 Commits

Author SHA1 Message Date
Gregory Nutt
8c6d42843d Update README 2016-03-28 17:08:21 -06:00
Gregory Nutt
909d264dea Misc. trivial changes from review of last PR 2016-03-27 13:16:15 -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
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
0e8ff50d18 PM: Add activity domain to all PM callbacks 2016-03-27 11:18:44 -06:00
ziggurat29
0629b65e38 minor; changes to clocking config to specify the activation of LSE 2016-03-27 12:13:19 -05:00
Gregory Nutt
83aa1bebf3 Oops... left garbage in a file 2016-03-26 17:36:59 -06:00
Gregory Nutt
a557f454b2 spark: Move board_usbmsc_intiialize() to a separate file 2016-03-26 17:25:42 -06:00
Gregory Nutt
fd2048ac0b Refresh some configurations 2016-03-26 12:15:01 -06:00
ziggurat29
03dfb41bba Merged nuttx/boards into master 2016-03-26 10:56:38 -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
Gregory Nutt
04d1b03abf Merged in ziggurat29/boards/nucleomod-20160325a (pull request #34)
minor; clocking changes to stm32l4 nucleo to support CLK48 for  RNG functionality (and any others)
2016-03-25 17:54:29 -06:00
ziggurat29
a65503101e minor; clocking changes to stm32l4 nucleo to support CLK48 for RNG functionality (and any others) 2016-03-25 18:44:32 -05:00
Gregory Nutt
9042995ee1 All configurations with CONFIG_PL2303 should also set CONFIG_LIB_BOARDCTL and CONFIG_BOARDCTL_USBDEVCTRL 2016-03-25 16:14:27 -06:00
Gregory Nutt
512a31527b Extend boardctl() USB device control to include PL2303 serial 2016-03-25 16:01:40 -06:00
Gregory Nutt
78be285ca5 Building of stm32_appinit.c should depend on CONFIG_LIB_BOARDCTL, not CONFIG_NSH_LIBRARY 2016-03-25 15:23:54 -06:00
Gregory Nutt
075d84b954 Rename stm32_nsh.c to stm32_appinit.c with is a more appropriate name 2016-03-25 15:20:33 -06:00
Gregory Nutt
9da88b9b83 Move stm32_cxxinitialize to where it belongs in apps/platform 2016-03-25 15:15:50 -06:00
Gregory Nutt
9ceba8cd8f Changes from review of last PR 2016-03-25 15:01:16 -06:00
Gregory Nutt
b089e98a83 Merged in ziggurat29/boards/stm32l4_disco (pull request #33)
basic support of STM32L4VG Discovery board.  Functioning nsh, leds, buttons.  Also compatible with, but not requiring, RNG code in 'arch'.
2016-03-25 14:37:14 -06:00
ziggurat29
b732dc820a Merge branch 'stm32l4_disco' 2016-03-25 15:33:24 -05:00
Gregory Nutt
55407013ea Fix a few issues related to new USB device boardctl() commands 2016-03-25 14:23:01 -06:00
ziggurat29
5df125cf9c basic support of STM32L4VG Discovery board. Functioning nsh, leds, buttons. Also compatible with, but not requiring, RNG code in 'arch'. 2016-03-25 15:21:24 -05:00
Gregory Nutt
54f71c20fe Fix some conditional logic that I broke with a preceding commit 2016-03-25 13:34:29 -06:00
Gregory Nutt
423fe999b6 Add configuration files that have CONFIG_CDCACM=y (and not CONFIG_CDCACM_COMPOSITE) must have CONFIG_LIB_BOARDCTL=y and CONFIG_BOARD_USBDEVCTRL=y 2016-03-25 12:39:28 -06:00
Gregory Nutt
f3119c4c44 Add configuration files that have CONFIG_USBMSC=y (and not CONFIG_USBDEV_COMPOSITE) must have CONFIG_LIB_BOARDCTL=y and CONFIG_BOARD_USBDEVCTRL=y 2016-03-25 12:24:19 -06:00
ziggurat29
fad17a3410 Merged nuttx/boards into master 2016-03-25 13:24:16 -05:00
Gregory Nutt
0334d4b4cd Rename usbmsc_archinitialize to board_usbmsc_initialize 2016-03-25 12:09:37 -06:00
Gregory Nutt
426ff59f80 All configurations that set CONFIG_SYSTEM_COMPOSITE must also select CONFIG_LIB_BOARDCTL and CONFIG_BOARDCTL_USBDEVCTL 2016-03-25 11:32:26 -06:00
Gregory Nutt
39326f3b96 Rename all occurrences of composite_archinitialize to board_composite_initialize 2016-03-25 11:16:38 -06:00
Gregory Nutt
a2620361df Add basic definitions for control of USB devices via boardctl() 2016-03-25 10:51:57 -06:00
Gregory Nutt
164dad9cd2 Sabre-6quad: Add crystal frequencies to board.h 2016-03-24 14:45:04 -06:00
Gregory Nutt
1652052f52 Update a README.txt 2016-03-23 14:48:03 -06:00
Gregory Nutt
e5b0c0e502 Remove most unused references to CONFIG_NET_MULTICAST. Rename other uses of CONFIG_NET_MULTICAST to avoid naming comflicts. 2016-03-20 13:15:58 -06:00
Gregory Nutt
fae9092e5a Eliminate a warning 2016-03-19 14:01:35 -06:00
Gregory Nutt
b4679985e4 Sabre-6Quad: Update linker script to account for memory at beginning of DRAM reserved for U-Boot 2016-03-17 13:00:53 -06:00
Gregory Nutt
07870c1161 Make it clear that GIC support is GICv2 2016-03-14 10:50:27 -06:00
Gregory Nutt
50c24c8507 Update README.txt 2016-03-12 13:24:22 -06:00
Gregory Nutt
51093bfd21 Refresh configuration 2016-03-12 11:46:31 -06:00
Gregory Nutt
6fea59f334 Rename CONFIG_SAMA5_HAVE_TRUSTZONE to CONFIG_ARCH_HAVE_TRUSTZONE; Eliminate CONFIG_SAMA5_SECURE 2016-03-12 10:52:22 -06:00
Gregory Nutt
0becfb8091 Update Status in a README.txt file 2016-03-11 12:31:24 -06:00
Sebastien Lorquet
02cfe6ea61 Add support for the Nucleo-L476 board 2016-03-10 11:21:35 -06:00
Gregory Nutt
3217a2992a Remove explicit reference to current_regs 2016-03-09 13:01:20 -06:00
Gregory Nutt
156904d030 Update all Atmel SAMxxx configurations 2016-03-08 17:07:12 -06:00
Gregory Nutt
4b1c510f6f Refresh all STM32 configurations 2016-03-08 17:03:32 -06:00
Gregory Nutt
fbe031e231 Update configuration 2016-03-08 16:48:00 -06:00
Gregory Nutt
7b20b7ec5d Sabre-6Quad: Add LED GPIO/IOMUX definitions 2016-03-07 17:44:55 -06:00