nuttx/configs/olimex-stm32-e407
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
..
include Add olimex-stm32-e407 to configs 2016-06-27 13:41:41 +02:00
nsh CXXFLAGS: add -fcheck-new whenever -fno-exceptions is used 2016-08-22 08:35:01 +02:00
scripts Trivial changes from review of last PR 2016-06-27 08:00:01 -06:00
src can.h moved from include/nuttx/ to include/nuttx/drivers. 2016-07-20 13:38:36 -06:00
usbnsh CXXFLAGS: add -fcheck-new whenever -fno-exceptions is used 2016-08-22 08:35:01 +02:00
Kconfig Add olimex-stm32-e407 to configs 2016-06-27 13:41:41 +02:00
README.txt Add olimex-stm32-e407 to configs 2016-06-27 13:41:41 +02:00

README
======
The Olimex STM32-E407 configuration is based on the configuration olimex-stm32-h407 and stm32f4discovery.

nsh - Basic shell run on USART2.
usbnsh - Basic shell run on the virtual serial port.