Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
Go to file
Dirk Brandewie fce979ef3e init: Change _InitHardware() to be called from init system
Change the function signature of _InitHarware() function and rename
the function to a platform specific name now that it will be called
via a function pointer and not by name.

Call the platform *_init() function at PURE_INIT time.

Change-Id: I5168dfea81f406da135d491a2b4a24e8255f418a
Signed-off-by: Dirk Brandewie <dirk.j.brandewie@intel.com>
2016-02-05 20:14:37 -05:00
arch init: Change _InitHardware() to be called from init system 2016-02-05 20:14:37 -05:00
doc doxygen: scan all of include/ for docs 2016-02-05 20:14:37 -05:00
drivers init: Change _InitHardware() to be called from init system 2016-02-05 20:14:37 -05:00
include init: Split pure_init into pure_init_{early,late} levels 2016-02-05 20:14:37 -05:00
kernel init: Change _InitHardware() to be called from init system 2016-02-05 20:14:37 -05:00
lib/libc doxygen: add @brief and capitalize 2016-02-05 20:14:33 -05:00
misc kconfig: Let the application decide the name of the kernel bin 2016-02-05 20:14:37 -05:00
net Bluetooth: GATT: Simplify handling of Read Multiple Request 2016-02-05 20:14:36 -05:00
samples init: Change _InitHardware() to be called from init system 2016-02-05 20:14:37 -05:00
scripts Microkernel timer uses new driver initialization 2016-02-05 20:14:37 -05:00
shared/include/nanokernel/x86 doxygen: add @brief and capitalize 2016-02-05 20:14:33 -05:00
.gitattributes First commit 2015-04-10 16:44:37 -07:00
.gitignore git: Ignore cscope files 2016-02-05 20:14:27 -05:00
.mailmap First commit 2015-04-10 16:44:37 -07:00
Kconfig kconfig: Rename Zephyr OS -> Zephyr Kernel 2016-02-05 20:14:26 -05:00
Makefile kconfig: Let the application decide the name of the kernel bin 2016-02-05 20:14:37 -05:00
Makefile.inc kbuild: remove BSP_VARIANT Makefile variable 2016-02-05 20:14:37 -05:00
zephyr-env.sh Rename Zephyr OS into Zephyr Kernel 2016-02-05 20:14:26 -05:00