git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1678 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
01f258f5e2
commit
411e6a6351
|
@ -67,27 +67,27 @@
|
|||
|
||||
#include "chconf.h"
|
||||
#include "chtypes.h"
|
||||
#include "lists.h"
|
||||
#include "chlists.h"
|
||||
#include "chcore.h"
|
||||
#include "sys.h"
|
||||
#include "vt.h"
|
||||
#include "scheduler.h"
|
||||
#include "semaphores.h"
|
||||
#include "mutexes.h"
|
||||
#include "condvars.h"
|
||||
#include "events.h"
|
||||
#include "messages.h"
|
||||
#include "mailboxes.h"
|
||||
#include "memcore.h"
|
||||
#include "heap.h"
|
||||
#include "mempools.h"
|
||||
#include "threads.h"
|
||||
#include "registry.h"
|
||||
#include "chsys.h"
|
||||
#include "chvt.h"
|
||||
#include "chschd.h"
|
||||
#include "chsem.h"
|
||||
#include "chmtx.h"
|
||||
#include "chcond.h"
|
||||
#include "chevents.h"
|
||||
#include "chmsg.h"
|
||||
#include "chmboxes.h"
|
||||
#include "chmemcore.h"
|
||||
#include "chheap.h"
|
||||
#include "chmempools.h"
|
||||
#include "chthreads.h"
|
||||
#include "chregistry.h"
|
||||
#include "inline.h"
|
||||
#include "queues.h"
|
||||
#include "streams.h"
|
||||
#include "channels.h"
|
||||
#include "debug.h"
|
||||
#include "chqueues.h"
|
||||
#include "chstreams.h"
|
||||
#include "chioch.h"
|
||||
#include "chdebug.h"
|
||||
|
||||
#endif /* _CH_H_ */
|
||||
|
||||
|
|
|
@ -78,6 +78,9 @@
|
|||
been renamed to Posix simulator in order to include this change in a
|
||||
single project.
|
||||
- NEW: New articles, sections and various improvements to the documentation.
|
||||
- CHANGE: Renamed the kernel header files to match the names of their source
|
||||
files. The change was also required in order to make the names less
|
||||
"generic" and less likely to match names in external libraries.
|
||||
|
||||
*** 1.5.1 ***
|
||||
- FIX: Fixed insufficient stack space for the idle thread in the ARMCM3 port
|
||||
|
|
Loading…
Reference in New Issue