From dcea5f0360725d2c25b61eefe9db7b2474b26dd6 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 6 Apr 2011 17:48:56 +0000 Subject: Remove user_initialize(); Make sure all integer types are signed that need to be git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3474 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'nuttx/ChangeLog') diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog index 13e40f303..2605cf699 100644 --- a/nuttx/ChangeLog +++ b/nuttx/ChangeLog @@ -1648,6 +1648,12 @@ separately linked images: (1) a kernel-mode RTOS image, and (2) a user- mode application image that communicates to the RTOS kernel via system calls. A lot more still must be done. + * user_initialize(): Eliminated the user_initialize() initialization hook. + It is difficult to maintain and redundant: Board level initialization + an up_initialize() provide the same kind of capability. + * arch/*/include/*/type.h: On some compilers, char defaults as unsigned. + Explicitly add signed to integer types if signed is what is required. + -- cgit v1.2.3