nuttx/configs/omnibusf4/src
Gregory Nutt abf6965c24 Squashed commit of the following:
libs/:  Remove references to CONFIG_DISABLE_SIGNALS.  Signals can no longer be disabled.
    syscall/:  Remove references to CONFIG_DISABLE_SIGNALS.  Signals can no longer be disabled.
    wireless/:  Remove references to CONFIG_DISABLE_SIGNALS.  Signals can no longer be disabled.
    Documentation/:  Remove references to CONFIG_DISABLE_SIGNALS.  Signals can no longer be disabled.
    include/:  Remove references to CONFIG_DISABLE_SIGNALS.  Signals can no longer be disabled.
    drivers/:  Remove references to CONFIG_DISABLE_SIGNALS.  Signals can no longer be disabled.
    sched/:  Remove references to CONFIG_DISABLE_SIGNALS.  Signals can no longer be disabled.
    configs:  Remove references to CONFIG_DISABLE_SIGNALS.  Signals can no longer be disabled.
    arch/xtensa:  Remove references to CONFIG_DISABLE_SIGNALS.  Signals can no longer be disabled.
    arch/z80:  Remove references to CONFIG_DISABLE_SIGNALS.  Signals can no longer be disabled.
    arch/x86:  Remove references to CONFIG_DISABLE_SIGNALS.  Signals can no longer be disabled.
    arch/renesas and arch/risc-v:  Remove references to CONFIG_DISABLE_SIGNALS.  Signals can no longer be disabled.
    arch/or1k:  Remove all references to CONFIG_DISABLE_SIGNALS.  Signals are always enabled.
    arch/misoc:  Remove all references to CONFIG_DISABLE_SIGNALS.  Signals are always enabled.
    arch/mips:  Remove all references to CONFIG_DISABLE_SIGNALS.  Signals are always enabled.
    arch/avr:  Remove all references to CONFIG_DISABLE_SIGNALS.  Signals are always enabled.
    arch/arm:  Remove all references to CONFIG_DISABLE_SIGNALS.  Signals are always enabled.
2019-04-29 14:52:05 -06:00
..
.gitignore
Makefile configs/omnibusf4: Add board_ioctl() which is needed only if CONFIG_BOARDCTL_IOCTL=y is selected; Update NSH configuration to enable board IOCTLs and DFU mode reset. 2019-03-26 06:57:23 -06:00
omnibusf4.h configs/omnibusf4: Add MAX7546 support. 2019-03-24 07:03:42 -06:00
stm32_appinit.c configs/omnibusf4: Add board_ioctl() which is needed only if CONFIG_BOARDCTL_IOCTL=y is selected; Update NSH configuration to enable board IOCTLs and DFU mode reset. 2019-03-26 06:57:23 -06:00
stm32_boot.c
stm32_bringup.c configs/omnibusf4: Add MAX7546 support. 2019-03-24 07:03:42 -06:00
stm32_critmon.c
stm32_idle.c
stm32_ioctl.c configs/omnibusf4: Add board_ioctl() which is needed only if CONFIG_BOARDCTL_IOCTL=y is selected; Update NSH configuration to enable board IOCTLs and DFU mode reset. 2019-03-26 06:57:23 -06:00
stm32_max7456.c configs/omnibusf4: Add MAX7546 support. 2019-03-24 07:03:42 -06:00
stm32_mmcsd.c
stm32_mpu6000.c
stm32_netinit.c
stm32_ostest.c Squashed commit of the following: 2019-04-29 14:52:05 -06:00
stm32_pm.c
stm32_pwm.c
stm32_reset.c Fix bad file inclusion introduced in preceding commit. 2019-03-25 12:26:04 -06:00
stm32_romfs_initialize.c
stm32_romfs.h
stm32_spi.c configs/omnibusf4: Add MAX7546 support. 2019-03-24 07:03:42 -06:00
stm32_timer.c
stm32_uid.c
stm32_usb.c
stm32_usbmsc.c
stm32_userleds.c