Go to file
Russ Butler 6b4dfeb1ab Fix heap allocation when used with RTOS
Remove the code which checks the heap against the stack to determine
if there is space left.  Using the stack pointer as a limit causes
problems when used with an RTOS since the stack pointer depends
on the current thread which can use a user-allocated stack residing
anywhere in memory.
2016-04-10 23:37:42 -05:00
TARGET_Ignore Preparing new layout - ignored unused networking libs 2016-04-05 16:40:58 +01:00
TESTS/integration/basic Adding basic test 2016-04-07 10:45:26 +01:00
core Add mirrored repos 2016-04-10 23:37:22 -05:00
docs Preparing new layout - moved ./workspace_tools to ./tools 2016-04-05 16:26:31 +01:00
frameworks Add mirrored repos 2016-04-10 23:37:22 -05:00
hal Fix heap allocation when used with RTOS 2016-04-10 23:37:42 -05:00
net Add mesh interface header file 2016-04-10 23:37:23 -05:00
tools Merge pull request #32 from 0xc0170/fix_build_dir 2016-04-08 10:05:59 +01:00
travis Use only GCC_ARM toolcahin for Travis CI 2013-11-08 11:20:23 +00:00
.gitattributes Added .gitattributes for automatic LF line ending conversion 2013-08-08 13:19:34 +03:00
.gitignore dont track commit venv directory 2016-01-10 14:26:32 -06:00
.travis.yml Renamed Jenkins specific options to general "Build" options 2015-04-17 09:39:26 -05:00
CONTRIBUTING.md Mentioned the Contributor Agreement in Contributing.md 2015-04-16 11:47:51 -04:00
LICENSE Add Apache v2 LICENSE file 2013-08-06 12:05:04 +01:00
MANIFEST.in mbed-tools package improvements 2013-12-18 16:03:27 +02:00
requirements.txt Update dep on progen to at least 0.8.11 2016-03-14 22:13:00 +00:00
setup.py Update dep on progen to at least 0.8.11 2016-03-14 22:13:00 +00:00