nuttx/configs/stm3220g-eval/ide/nsh/iar
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.ewp STM3220G-EVAL: Update README and add project files for building with the IAR or uVision IDEs. 2016-04-10 09:11:53 -06:00
libarch.ewp STM3220G-EVAL: Update README and add project files for building with the IAR or uVision IDEs. 2016-04-10 09:11:53 -06:00
libbinfmt.ewp STM3220G-EVAL: Update README and add project files for building with the IAR or uVision IDEs. 2016-04-10 09:11:53 -06:00
libboard.ewp STM3220G-EVAL: Update README and add project files for building with the IAR or uVision IDEs. 2016-04-10 09:11:53 -06:00
libc.ewp Remove minnsh configurations and support logic: up_getc() and lowinstream. 2016-12-13 18:01:23 -06:00
libdrivers.ewp Remove drivers/mtd/flash_eraseall.c. It is not used in the OS and is just a dumb wrapper around the MDIOC_BULKERASE IOCTL call. 2016-06-02 10:44:13 -06:00
libfs.ewp STM3220G-EVAL: Update README and add project files for building with the IAR or uVision IDEs. 2016-04-10 09:11:53 -06:00
libmm.ewp STM3220G-EVAL: Update README and add project files for building with the IAR or uVision IDEs. 2016-04-10 09:11:53 -06:00
libnet.ewp STM3220G-EVAL: Update README and add project files for building with the IAR or uVision IDEs. 2016-04-10 09:11:53 -06:00
libsched.ewp STM3220G-EVAL: Update README and add project files for building with the IAR or uVision IDEs. 2016-04-10 09:11:53 -06:00
nuttx_main.ewp STM3220G-EVAL: Update README and add project files for building with the IAR or uVision IDEs. 2016-04-10 09:11:53 -06:00
nuttx.eww STM3220G-EVAL: Update README and add project files for building with the IAR or uVision IDEs. 2016-04-10 09:11:53 -06:00
README.txt Add references to new README files 2016-04-10 09:11:54 -06:00
wfi.mac wfi.mac should be copied into the directory with the IAR project. Then set it to "Options -> Debugger -> Setup macro file(s)". This will allow debugging via JTAG when calling the WFI instruction. 2016-05-17 06:45:00 -06:00

README
======

These projects are generated by nuttx/tools/ide_exporter.py with
configuration stm3220g-eval/nsh (deselect Library Routes/Have C++ compiler)
You need you need to rebuild this configuration first time to make sure some
auto-generated files are generated correctly before using the IDE