Commit Graph

46 Commits

Author SHA1 Message Date
Gregory Nutt
3c4684ef5f Eliminate CONFIG_ARCH_OPTIMIZED_FUNCTIONS. Move options to select architectur-specific C library options from libc/Kconfig to libc/machine/Kconfig and rename. 2017-01-20 09:30:07 -06:00
Gregory Nutt
f063e4c5ac Remove Calypso architecture support and support for Calypso SERCOMM driver. 2016-12-13 18:35:52 -06:00
Gregory Nutt
d9e040d76b Remove all Calypso board configurations 2016-12-13 18:24:49 -06:00
Gregory Nutt
55dd1c87b3 Remove all references to BOARDIOC_ADCSETUP 2016-12-05 15:31:40 -06:00
Gregory Nutt
b999e63c82 Remove some references to BOARDIOC_PWMTEST and board_pwm_setup(). Still lots more. 2016-12-05 13:54:12 -06:00
Gregory Nutt
c0cbea2550 Remove RGMP and RGMP drivers. 2016-12-02 09:49:33 -06:00
Gregory Nutt
1344d8b466 STM32F746-WS: A few repairs to the nsh/defconfig for USB support. 2016-11-07 09:20:47 -06:00
Gregory Nutt
dd04d73afe STM32F7 SD/MMC driver depends on CONFIG_SDIO_DMA which is only defined in stm32/Kconfig. Changed to CONFIG_STM32F7_SDMMC_DMA and defined in stm32f7/Kconfig. 2016-11-07 09:16:34 -06:00
Gregory Nutt
ac6581acec Changes from review of last PR 2016-11-07 08:28:39 -06:00
Lok Tep
0fd38c2883 enable mmc 2016-11-04 22:02:46 +01:00
Lok Tep
bd08646768 enable PLLSAI 2016-10-07 15:18:20 +02:00
Lok Tep
74284aec14 enable i2c clock config 2016-10-07 15:13:07 +02:00
Lok Tep
a196f2968c more stack size for Idle thread 2016-10-01 19:39:33 +02:00
Lok Tep
4cb1ba493b mmc renames 2016-09-30 16:00:28 +02:00
Lok Tep
1905cb94a0 to uinfo 2016-09-27 16:43:41 +02:00
Lok Tep
7d7354f961 merge 2016-09-27 16:05:57 +02:00
Beat Küng
c7da88e383 CXXFLAGS: add -fcheck-new whenever -fno-exceptions is used
This is to avoid GCC to optimize null-pointer checks away, in case the
default operator new is used together with -fno-exceptions.
2016-08-22 08:35:01 +02:00
Gregory Nutt
b071e4ce92 Refresh all STM32, EFM32, and SAMV7 configurations for SPI H/W features configuration changes 2016-08-08 12:50:14 -06:00
Gregory Nutt
f43ded46e6 Rename arch/sh to arch/renesas, cont'd 2016-08-06 14:03:38 -06:00
Gregory Nutt
2a19e16eb0 libc/hex2bin: Move the portable library portion of apps/system/hex2bin to nuttx/libc/hex2bin where it can be shared with the OS internals. 2016-06-27 11:22:38 -06:00
Lok Tep
2723de9a09 usb ep 0-8 2016-06-25 18:31:37 +02:00
Lok Tep
47a5f81a63 mmc1 2016-06-25 17:55:33 +02:00
Gregory Nutt
1377452394 Refresh all ARM configurations 2016-06-23 15:59:14 -06:00
Gregory Nutt
5118264e6c Rename CONFIG_SYSLOG_CONSOLE to CONFIG_CONSOLE_SYSLOG 2016-06-21 09:35:51 -06:00
Lok Tep
6f2e37e3ad mmc + usb 2016-06-19 23:06:21 +02:00
Gregory Nutt
5b2aa7bf99 Remove all traces of CONFIG_SYSLOG 2016-06-19 13:59:43 -06:00
Lok Tep
8aff3f15ca Merge remote-tracking branch 'remotes/parent/master'
# Conflicts:
#	arch/arm/src/stm32f7/stm32_i2c.c
#	configs/stm32f746-ws/nsh/defconfig
2016-06-18 11:37:26 +02:00
Gregory Nutt
e65bcccaa2 Costmetic changes from the review of the last PR 2016-06-17 17:30:05 -06:00
David Sidrane
63a3e20310 Add RCC PLLs and CFG - Not tested 2016-06-17 12:49:42 -10:00
Gregory Nutt
fb1d830770 Fix some errors in STM32F7 ADC and I2C. Also some errors in STM32-WS configuration 2016-06-17 08:36:23 -06:00
Gregory Nutt
2f24f911f5 Hook configs/stm32f746-ws into the configuration system 2016-06-17 08:13:22 -06:00
Gregory Nutt
d3b8c03a8a Fix a few missed changes from *dbg() to *err() and *vdbg() to *info() 2016-06-17 06:00:45 -06:00
Lok Tep
8708cddde1 mmc1 copy + dcache 2016-06-16 13:44:14 +02:00
Gregory Nutt
a42651de4f Changes from review of last PR. Mostly costmetic. 2016-06-15 12:43:06 -06:00
Lok Tep
5a8f395a9b Merge remote-tracking branch 'parent/master'
# Conflicts:
#	arch/arm/src/stm32f7/chip/stm32_spi.h
#	arch/arm/src/stm32f7/stm32_spi.c
#	arch/arm/src/stm32f7/stm32_spi.h
2016-06-15 17:03:28 +02:00
Lok Tep
4d8cc9f528 serial + chip id 2016-06-10 12:05:32 +02:00
Lok Tep
073c62d7f0 try more opts 2016-06-10 00:10:35 +02:00
Lok Tep
f12f115598 rename back without f7 2016-06-09 15:48:07 +02:00
Lok Tep
88b51683bb bus busy timeout, errata 2016-06-05 11:43:06 +02:00
Lok Tep
82cd44dbc5 adc i2c_reset 2016-06-03 17:19:22 +02:00
pkolesnikov
beb6acc798 timer copy 2016-06-02 12:09:42 +02:00
Lok Tep
c00bb5d4a7 i2c 2016-05-27 00:16:55 +02:00
Lok Tep
4c96755219 Merge remote-tracking branch 'origin/master' 2016-05-24 23:23:57 +02:00
unknown
c89a5494b8 spi, copy 2016-05-24 16:57:39 +01:00
pkolesnikov
7630b9db5d i2c copy 2016-05-23 15:56:56 +02:00
pkolesnikov
5e8d2347ac copy nucleo-144 to stm32f746-ws 2016-05-23 15:05:56 +02:00