Commit Graph

25327 Commits

Author SHA1 Message Date
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
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
cc5a678a9e Extend boardctl() USB device control to include PL2303 serial 2016-03-25 16:01:59 -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
e2b16e0cb6 Update README 2016-03-25 15:01:55 -06:00
Gregory Nutt
95c542f6d1 Update README 2016-03-25 15:01:39 -06:00
Gregory Nutt
9ceba8cd8f Changes from review of last PR 2016-03-25 15:01:16 -06:00
Gregory Nutt
a52f638d7e Eliminate a warning 2016-03-25 14:59:53 -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
Gregory Nutt
03a31fca25 Misc costmetic changes from review of last PR 2016-03-25 14:35:35 -06:00
ziggurat29
b732dc820a Merge branch 'stm32l4_disco' 2016-03-25 15:33:24 -05:00
Gregory Nutt
b2205c7b66 Merged in ziggurat29/arch/stm32l4_rng (pull request #59)
support RNG on STM32L4.  add support for SAI1PLL and SAI2PLL.  fix some errors in defines and configs.
2016-03-25 14:25:12 -06:00
Gregory Nutt
3e4ae24387 Fix a few issues related to new USB device boardctl() commands 2016-03-25 14:23:27 -06: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
9b9c374a83 Add basic definitions for control of USB devices via boardctl() 2016-03-25 10:52:39 -06:00
Gregory Nutt
a2620361df Add basic definitions for control of USB devices via boardctl() 2016-03-25 10:51:57 -06:00
ziggurat29
c856bbb264 support RNG on STM32L4. add support for SAI1PLL and SAI2PLL. fix some errors in defines and configs. 2016-03-25 11:31:23 -05:00
Gregory Nutt
164dad9cd2 Sabre-6quad: Add crystal frequencies to board.h 2016-03-24 14:45:04 -06:00
Gregory Nutt
3886500459 Update TODO list 2016-03-24 13:10:45 -06:00
Sebastien Lorquet
b2e7f63a7b Fix for bad type in stm32l4_spi.c 2016-03-24 08:18:30 -06:00
Gregory Nutt
e42b3040ee Fix some issues with the initial implementation of sched_mergeprioritized. 2016-03-24 07:52:27 -06:00
Gregory Nutt
53a721cdd7 Fix a cloned error in both sq_cat() and dq_cat() 2016-03-23 14:48:50 -06:00
Gregory Nutt
1652052f52 Update a README.txt 2016-03-23 14:48:03 -06:00