Gregory Nutt
|
1cdc746726
|
Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES
|
2016-06-11 14:14:08 -06:00 |
Gregory Nutt
|
fc3540cffe
|
Replace all occurrences of vdbg with vinfo
|
2016-06-11 11:59:51 -06:00 |
Gregory Nutt
|
3a74a438d9
|
Rename CONFIG_DEBUG_VERBOSE to CONFIG_DEBUG_INFO
|
2016-06-11 11:50:18 -06:00 |
Gregory Nutt
|
2b47473778
|
Remove all references to CONFIG_SYSTEM_FLASH_ERASEALL
|
2016-06-02 10:19:02 -06:00 |
ziggurat29
|
3970c98daf
|
Merge branch 'master' into stm32l4_usb
|
2016-05-30 13:52:45 -05:00 |
Gregory Nutt
|
fafc56ae80
|
Merged in ziggurat29/nuttx/stm32l4_i2c_lcd_mjkdz_001 (pull request #28)
complete logic in 'create stack' and 'use stack' to support stack coloration. Fix some booboos breaking compatibility with TLS in libc.
|
2016-05-25 13:22:03 -06:00 |
ziggurat29
|
0252909fc9
|
altered pin defs for I2C pins; these needed to be specified as open-drain (otherwise they are push-pull)
|
2016-05-25 13:09:52 -05:00 |
Gregory Nutt
|
9ec104834a
|
Remove CONFIG_USARTn_ISUART
|
2016-05-25 11:21:48 -06:00 |
Gregory Nutt
|
c089a2f241
|
Rename CONFIG_ARCH_HAVE_OTHER_UART to CONFIG_OTHER_UART_SERIALDRIVER
|
2016-05-25 10:48:33 -06:00 |
Gregory Nutt
|
e2e6ce3f1b
|
Rename CONFIG_ARCH_HAVE_SCIn to CONFIG_SCIn_SERIALDRIVER
|
2016-05-25 10:46:55 -06:00 |
Gregory Nutt
|
2a87741e72
|
Rename CONFIG_ARCH_HAVE_UARTn to CONFIG_UARTn_SERIALDRIVER
|
2016-05-25 10:45:01 -06:00 |
Gregory Nutt
|
249a2e48e5
|
Rename CONFIG_ARCH_HAVE_USARTn to CONFIG_USARTn_SERIALDRIVER
|
2016-05-25 10:39:23 -06:00 |
Gregory Nutt
|
4b3e710af6
|
Add an argument to board_app_initialize()
|
2016-05-24 10:51:22 -06:00 |
ziggurat29
|
aa51ace46d
|
initial code for USB OTG support in STM32L4. Builds, but needs debugging.
|
2016-05-14 08:15:48 -05:00 |
ziggurat29
|
523591736f
|
trivial; enable the 'alarms' example app in the STL32L4-disco config, since it is now working
|
2016-05-07 12:24:15 -05:00 |
ziggurat29
|
dedcbeba2e
|
add unique id function to arch, modded board to support unique id boardctl
|
2016-05-03 11:09:23 -05:00 |
Gregory Nutt
|
a95e426d35
|
Costmetic changes from last PR
|
2016-04-30 09:04:38 -06:00 |
ziggurat29
|
2fe0565437
|
added support for HSE and MSI clocks, and auto trim of MSI to LSE (needed for USB).
|
2016-04-29 22:13:32 -05:00 |
Gregory Nutt
|
61fbef5727
|
Costmetic changes from review or PR
|
2016-04-28 02:39:27 -06:00 |
ziggurat29
|
97ea667a7a
|
refresh defconfig
|
2016-04-27 19:51:49 -05:00 |
ziggurat29
|
2bfb326994
|
add board ioctls for allowing user application to cause qspi memory mapped mode to be engaged and disengaged. Also partitioned qspi flash for filesystem and other purposes (eventually xip).
|
2016-04-27 19:36:43 -05:00 |
ziggurat29
|
1baf943dca
|
update stm32l4 disco board to reflect QSPI DMA support; refresh defconfig
|
2016-04-24 16:29:52 -05:00 |
Gregory Nutt
|
ca6f822417
|
File missed in last commit
|
2016-04-18 06:52:00 -06:00 |
Gregory Nutt
|
26ba3a2b96
|
Cosmetic changes from review of last PR
|
2016-04-18 06:50:45 -06:00 |
ziggurat29
|
499fea73ec
|
basic support for QSPI in STM32L4; verified via 'examples/media'
|
2016-04-17 21:08:25 -05:00 |
Gregory Nutt
|
3228d32938
|
Correct permmisions on executable scripts
|
2016-04-10 09:11:59 -06:00 |
Gregory Nutt
|
3e0efd7279
|
Fix all URLs to the NuttX repository
|
2016-04-06 17:56:40 -06:00 |
Gregory Nutt
|
99df0f459d
|
All STM32 configurations need to set CONFIG_ARM_TOOLCHAIN_GNU=y
|
2016-04-02 07:21:25 -06:00 |
Gregory Nutt
|
ad61b7ab3e
|
Remove all references to CONFIG_SYSTEM_SDCARD
|
2016-03-30 17:53:19 -06:00 |
ziggurat29
|
f794dab9c2
|
turn off RTC debug in defconfig; noisy
|
2016-03-30 15:24:53 -05:00 |
ziggurat29
|
41297a47a5
|
changes to reflect availability of RTC in default configuration
|
2016-03-30 14:48:36 -05: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
|
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
|
9ceba8cd8f
|
Changes from review of last PR
|
2016-03-25 15:01:16 -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 |