nuttx/configs/stm32f429i-disco/ide/ltcd/uvision
Gregory Nutt c83da3c48f Remove minnsh configurations and support logic: up_getc() and lowinstream.
This was an interesting exercise to see just how small you could get NuttX, but otherwise it was not useful:  (1) the NSH code violated the OS interface layer by callup up_getc and up_putc directly, and (2) while waiting for character input, NSH would call up_getc() which would hog all of the CPU.  NOt a reasonably solution other than as a proof of concept.
2016-12-13 18:01:23 -06:00
..
libapps.uvproj STM32F429i-disco: Add uVision GCC IDE project files 2016-04-10 09:11:56 -06:00
libarch.uvproj STM32F429i-disco: Add uVision GCC IDE project files 2016-04-10 09:11:56 -06:00
libbinfmt.uvproj STM32F429i-disco: Add uVision GCC IDE project files 2016-04-10 09:11:56 -06:00
libboard.uvproj STM32F429i-disco: Add uVision GCC IDE project files 2016-04-10 09:11:56 -06:00
libc.uvproj Remove minnsh configurations and support logic: up_getc() and lowinstream. 2016-12-13 18:01:23 -06:00
libcxx.uvproj CXXFLAGS: add -fcheck-new whenever -fno-exceptions is used 2016-08-22 08:35:01 +02:00
libdrivers.uvproj STM32F429i-disco: Add uVision GCC IDE project files 2016-04-10 09:11:56 -06:00
libfs.uvproj STM32F429i-disco: Add uVision GCC IDE project files 2016-04-10 09:11:56 -06:00
libgraphics.uvproj STM32F429i-disco: Add uVision GCC IDE project files 2016-04-10 09:11:56 -06:00
libmm.uvproj STM32F429i-disco: Add uVision GCC IDE project files 2016-04-10 09:11:56 -06:00
libnx.uvproj STM32F429i-disco: Add uVision GCC IDE project files 2016-04-10 09:11:56 -06:00
libsched.uvproj STM32F429i-disco: Add uVision GCC IDE project files 2016-04-10 09:11:56 -06:00
nuttx_main.uvproj STM32F429i-disco: Add uVision GCC IDE project files 2016-04-10 09:11:56 -06:00
nuttx.uvmpw STM32F429i-disco: Add uVision GCC IDE project files 2016-04-10 09:11:56 -06:00
README.txt STM32F429i-disco: Add uVision GCC IDE project files 2016-04-10 09:11:56 -06:00

README
======

These projects are generated by nuttx/tools/ide_exporter.py with
configuration stm32f429i-disco/ltcd.  You need you need to rebuild this
configuration first time to make sure some auto-generated files are
generated correctly before using the IDE