STM3240G-EVAL: Add kernel build mode support and an NxWM kernel mode configuration

This commit is contained in:
Gregory Nutt
2013-12-29 13:15:08 -06:00
parent 5c7a4896cc
commit 804e80d0cb
18 changed files with 3485 additions and 857 deletions
+5 -1
View File
@@ -76,7 +76,11 @@
/* Windows ******************************************************************/
/* This structure represents one window. */
/* This structure represents one window. This is the "base" form of the
* opaque types NXWINDOW and NXTKWINDOW. Any Window implementatin must
* be described with a structure that is at least cast-compatible with
* struct nxbe_window_s.
*/
struct nxbe_state_s;
struct nxfe_conn_s;