Gregory Nutt
|
fd2048ac0b
|
Refresh some configurations
|
2016-03-26 12:15:01 -06: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 |
|
Gregory Nutt
|
cb0b518042
|
Sabre-6Quad: Add some pin disambiguatino logic
|
2016-03-07 09:03:41 -06:00 |
|
Gregory Nutt
|
e1d024039a
|
Sabre-6Quad: Update some GPIO configuration functin names
|
2016-03-05 09:12:30 -06:00 |
|
Gregory Nutt
|
7d32bbebde
|
Refresh configuration
|
2016-03-05 07:32:11 -06:00 |
|
Frank Benkert
|
3ffbfcd150
|
SAMV71 and SAME70: Place the Main Oscillator Enable in the board.h
|
2016-03-04 12:30:54 -06:00 |
|
Gregory Nutt
|
fb512f1f37
|
i.MX1: Rename imx_boardinitialize to imx_board_initialize
|
2016-03-03 16:41:39 -06:00 |
|
Gregory Nutt
|
68102e4835
|
Update configuration
|
2016-03-02 15:51:49 -06:00 |
|
Gregory Nutt
|
cae713eeb1
|
Sabre-6Quad: Rename some files; add dummy LED files
|
2016-03-02 13:14:02 -06:00 |
|
Gregory Nutt
|
db78decb5c
|
Sabre-6Quad: Some fixes for early compile issues
|
2016-03-01 14:17:03 -06:00 |
|
Gregory Nutt
|
f9cf6a0759
|
Merged in paulpatience/nuttx-boards/stm32f429i_disco_board (pull request #32)
STM32F429I-Disco: Update STM32_RCC_DCKCFGR_PLLSAIDIVR
|
2016-03-01 11:54:18 -06:00 |
|