2008-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>

* include/bsp.h: Add use of bsp_get_work_area() in its own file and
	rely on BSP Framework to perform more initialization.
This commit is contained in:
Joel Sherrill
2008-09-15 22:05:04 +00:00
parent fe6cce1cda
commit 76432f9a52
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2008-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>
* include/bsp.h: Add use of bsp_get_work_area() in its own file and
rely on BSP Framework to perform more initialization.
2008-05-14 Joel Sherrill <joel.sherrill@OARcorp.com> 2008-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am: Rework to avoid .rel files. * Makefile.am: Rework to avoid .rel files.

View File

@@ -30,6 +30,9 @@
#define CONFIGURE_NUMBER_OF_TERMIOS_PORTS 2 #define CONFIGURE_NUMBER_OF_TERMIOS_PORTS 2
#endif #endif
#define CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK
/* /*
* diagram illustrating the role of the configuration * diagram illustrating the role of the configuration
* constants * constants