zephyr/scripts
Andrew Boie f1c373c2d5 unified: handle MDEF files that declare main()
Before, the kernel would run the main() function twice; first
as an entry in k_task_list, and then again from _main(). The
_main() invocation would be using a potentially insufficient stack
size.

Now if an MDEF file declares a main() thread, invoke it from
_main(), but honor the desired priority and stack size.

Issue: ZEP-1145
Change-Id: I1abf38fc038e270059589b11d96fae1b3f265208
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2016-10-28 21:54:38 +00:00
..
basic
cross_compiler
gen_idt gen_idt: remove int_vec_alloc bitfield from output 2016-10-21 23:30:05 +00:00
gen_offset_header gen_offset_header: don't force 32-bit build 2016-07-08 20:31:02 +00:00
kconfig kconfig: Specify ncurses explicitely 2016-09-07 12:58:29 +00:00
patches
sanity_chk REVERTME: disable sanity for arduino_101_ble 2016-10-28 13:48:38 -07:00
support board: organize boards based on architecture 2016-10-24 19:59:42 +00:00
.gitignore
build_grub.sh grub: Tweak build_grub.sh for proxy issues 2016-08-23 13:20:52 +00:00
check_known_checkpatch_issues.sh
check_link_map.py check_link_map: Removing unsuported python version. 2016-10-15 15:09:55 +00:00
checkconfig.py scripts: Check all CONFIG_* in the code are defined into a Kconfig file 2016-07-22 23:27:08 +00:00
checkpatch.pl checkpatch: complain only about actual leading spaces 2016-10-19 16:46:41 +00:00
checkstack.pl
compare_footprint scripts: limit compare_footprint script to a defined group of boards 2016-10-26 17:18:38 +00:00
config
diffconfig
do_checkpatch.sh
expr_parser.py expr_parser: support ':' operator 2016-06-02 23:10:07 +00:00
filter-known-issues.py build: script to filter known issues 2016-07-01 21:53:44 +00:00
gcc-version.sh
get_maintainer.pl scripts: Port get_maintainer.pl to Zephyr 2016-09-12 00:24:13 +00:00
headerdep.pl
Kbuild.include RFC: fix to build issue with subdirs 2016-07-08 17:09:05 +00:00
maintainer-checkpatch.bash
make-ll
Makefile
Makefile.build
Makefile.clean
Makefile.extrawarn
Makefile.headersinst
Makefile.help
Makefile.host
Makefile.lib
Makefile.modbuiltin
Makefile.toolchain.gccarmemb toolchain.gccarmemb: Cleanup Makefile 2016-07-28 14:08:49 +00:00
Makefile.toolchain.issm build: Improve usage of the ISSM toolchain 2016-07-21 02:48:03 +00:00
Makefile.toolchain.xtools build: Make QEMU_BIN_PATH optional 2016-09-12 02:35:20 +00:00
Makefile.toolchain.zephyr build: use 'vercomp' without relying on it being in PATH 2016-09-15 23:59:15 -07:00
mkmakefile
mksysmap
qemu-machine-hack.py
sanitycheck sanitycheck: Add support for ccache 2016-10-28 17:04:27 +00:00
size_report scripts: add a script to report RAM/ROM usage 2016-05-26 15:19:15 +00:00
spelling.txt
sysgen unified: handle MDEF files that declare main() 2016-10-28 21:54:38 +00:00
tags.sh
timestamp
vercomp sdk: zephyr: check for minimum required version of SDK 2016-09-15 21:17:02 +00:00