Gregory Nutt
|
e40ccc1b60
|
Move remaining, unique Make.defs files into scripts directory.
|
2017-07-11 11:14:11 -06:00 |
|
Gregory Nutt
|
5a9eebe270
|
More conversions of defconfig files to compressed format. All but Windows native configurati9ons.
|
2017-07-09 20:05:59 -06:00 |
|
Gregory Nutt
|
cd54a0340f
|
Fix a typo. And typo in Kconfig file is reflect in all defconfig files.
|
2017-06-15 14:29:09 -06:00 |
|
Gregory Nutt
|
b0fda33e13
|
Kconfig: Rename CONFIG_ARM_TOOLCHAIN_IAR to CONFIG_ARCH_TOOLCHAIN_IAR
|
2017-05-13 16:01:38 -06:00 |
|
Gregory Nutt
|
6e4918c557
|
Remove CONFIG_ARM_TOOLCHAIN_GNU; replace with CONFIG_ARCH_TOOLCHAIN_GNU
|
2017-05-13 13:28:15 -06:00 |
|
Gregory Nutt
|
7fe112fe4c
|
Kconfig/deconfigs: Add CONFIG_ARCH_TOOLCHAIN_GNU to indicate that the toolchain is based on GNU gcc/as/ld. This is in addition to the CPU-specific versions of the same definition.
|
2017-05-13 11:44:12 -06:00 |
|
Gregory Nutt
|
1620ff05f4
|
Remove all setenv.sh files.
|
2017-04-26 07:49:37 -06:00 |
|
Gregory Nutt
|
c071e2a30c
|
Make sure that CONFIG_PTHREAD_MUTEX_ROBUST=y is selected every configuration that enabled pthreads.
|
2017-03-27 09:21:03 -06:00 |
|
Gregory Nutt
|
b07d3fc305
|
Rename CONFIG_MUTEX_TYPES to CONFIG_PTHREAD_MUTEX_TYPES
|
2017-03-27 09:08:14 -06:00 |
|
Gregory Nutt
|
c428661e18
|
apps/examples/usbterm is gone because it can be configured to perform an illegal call into the OS. Remove all traces of CONFIG_EXAMPLES_USBTERM* and all of the illegal device support.
|
2017-03-09 15:39:28 -06:00 |
|
Gregory Nutt
|
d0813aa0c5
|
Refresh all ARM configurations
|
2017-03-09 10:23:41 -06:00 |
|
Gregory Nutt
|
4539988d00
|
Removed CONFIG_LIBC_ARCH_BZERO. bzero() is a deprecated interface. There are no architecture-specific replacements and, if there were, they should replace memset(), not bzero().
|
2017-02-22 10:41:49 -06:00 |
|
Jussi Kivilinna
|
4dfb8268f3
|
stm32f7: stm32_allocateheap: allow use DTCM memory for heap
STM32F7 has up to 128KiB of DTCM memory that is currently left unused.
This patch adds DTCM to main heap if CONFIG_STM32F7_DTCMEXCLUDE is not enabled.
|
2017-02-20 08:42:51 -06:00 |
|
Gregory Nutt
|
1c66c06315
|
STM32F7 SDMMC: Make sure that all SDMMC configuration variables begin with STM32F7_; Eliminate CONFIG_SDMMC1/2_DMA altogether. Does not appear to be used.
|
2017-01-31 14:27:50 -06:00 |
|
Gregory Nutt
|
3dbdb3bb31
|
CONFIG_SDIO_DMA: Was been defined in several low-level architecute Kconfig files, but used at the highest levels in the code. Both are bad and both are fixed with this commit
|
2017-01-31 11:52:00 -06:00 |
|
Gregory Nutt
|
9ac00a355f
|
Add capabilities() method to SDIO interface. Remove CONFIG_SDIO_WIDTH_D1_ONLY. That should not be a global propertie, but rather a capability/limitation of single slot when there may be multiple slots.
|
2017-01-31 09:16:01 -06:00 |
|
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
|
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
|
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 |
|
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 |
|
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 |
|
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
|
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
|
5e8d2347ac
|
copy nucleo-144 to stm32f746-ws
|
2016-05-23 15:05:56 +02:00 |
|