Commit Graph

5739 Commits (5b36a4cfd083aa6df39796153d8e1134d511e981)

Author SHA1 Message Date
Brian Daniels 5b36a4cfd0 Adding a proper exit return code on a toolchain failure 2016-04-12 18:32:33 -05:00
Bogdan Marinescu 7996649d96 Merge pull request #43 from screamerbg/master
Add reponse files for GCC, ARMCC and IAR linking
2016-04-12 14:17:30 +03:00
Mihail Stoyanov 76f6374f4a Merge pull request #42 from meriac/mainline
Fix check on UVISOR_PRESENT=1 macro
2016-04-12 12:15:10 +01:00
Mihail Stoyanov 61298334c2 Introduce response file for linking with IAR toolchain 2016-04-12 12:11:22 +01:00
Mihail Stoyanov 40fc10401b Merge https://github.com/screamerbg/mbed-os 2016-04-12 11:37:43 +01:00
Mihail Stoyanov 927caca09f Introduce response files for ARMCC and GCC toolchains and also document code 2016-04-12 11:37:15 +01:00
Bogdan Marinescu b37d50e8ec Merge pull request #40 from 0xc0170/fix_debug_symbols
Add debug tables to all builds (release/debug)
2016-04-12 13:32:00 +03:00
Alessandro Angelino ec0e403bf9 Fix check on UVISOR_PRESENT=1 macro 2016-04-12 11:11:02 +01:00
Martin Kojtal 75d04a3903 Add debug symbols to all builds (release/debug)
All toolchains affected. Fixes #39.
2016-04-12 09:35:55 +01:00
Bogdan Marinescu 5828ebdb90 Merge pull request #26 from c1728p9/mirror_changes
Mirror changes
2016-04-11 12:55:39 +03:00
Bogdan Marinescu 6656fbf9e1 Merge pull request #31 from 0xc0170/rtos_tests
Rtos tests
2016-04-11 12:11:13 +03:00
Russ Butler e161aad0c1 Create mbed-drivers/mbed.h for compatibility
Create a second mbed.h in the mbed-drivers directory to support
projects using 3.0 style includes.
2016-04-10 23:43:34 -05:00
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
Russ Butler 98a8c49f00 Add mesh interface header file
Add the mesh interface header file.
2016-04-10 23:37:23 -05:00
Russ Butler f23d6ce673 Add mirrored repos
Check in the mirrored repos
2016-04-10 23:37:22 -05:00
Bogdan Marinescu 55e68380cd Merge pull request #32 from 0xc0170/fix_build_dir
Fix build dir for uvision and IAR
2016-04-08 10:05:59 +01:00
Martin Kojtal 5b8e65b80e Exporters - uvision and iar appends its name to build dir 2016-04-07 18:54:58 +01:00
Martin Kojtal adfcf2c689 Exporters - .build dir for progen as output dir 2016-04-07 18:47:49 +01:00
Martin Kojtal 477d9579ec mbed-rtos tests update to greentea client 2016-04-07 18:19:32 +01:00
Martin Kojtal 4b1a7a3f21 mbed-rtos tests move to rtos/TESTS/mbed-rtos folder 2016-04-07 18:17:50 +01:00
Marcus Shawcroft e3afc94f65 Merge pull request #30 from screamerbg/master
Update GCC toolchain to support the new format for the first line of …
2016-04-07 18:00:57 +01:00
Mihail Stoyanov fe75990e4c Update GCC toolchain to support the new format for the first line of .d files 2016-04-07 17:49:05 +01:00
Bogdan Marinescu 56f5eddcf1 Merge pull request #29 from ARMmbed/revert_rtos
Revert "Merge pull request #1 from 0xc0170/dev_update_rtos"
2016-04-07 17:45:11 +01:00
Yogesh Pande 34e24f7fb2 Revert "Merge pull request #1 from 0xc0170/dev_update_rtos"
This reverts commit 4ae6b059e0, reversing
changes made to 1ee1150924.
2016-04-07 19:05:24 +03:00
Bogdan Marinescu 4ac9644682 Merge pull request #25 from sg-/error-compiler-patch
update reference to uvisor-mbed-lib for extern patch
2016-04-07 16:52:15 +01:00
sg- 1dea6e8a34 update reference to uvisor-mbed-lib for extern patch 2016-04-07 10:41:26 -05:00
Bogdan Marinescu 640296520f Merge pull request #24 from sg-/error-compiler-patch
rename error.c to mbed_error.c. add toolchain.h to mbed.h exposing to…
2016-04-07 16:31:24 +01:00
sg- 034d3e9c27 track mbed_error.c 2016-04-07 10:25:29 -05:00
sg- 47ee2ed90f rename error.c to mbed_error.c. add toolchain.h to mbed.h exposing to all. add extern filler to toolchain.h 2016-04-07 10:22:59 -05:00
Bogdan Marinescu ec6c385aa0 Merge pull request #22 from bridadan/update-mbedtls
Updating mbedtls
2016-04-07 15:29:44 +01:00
Bogdan Marinescu 6122878a0c Merge pull request #15 from bridadan/basic-test
Adding basic test
2016-04-07 15:29:18 +01:00
Bogdan Marinescu 1fab13ea09 Merge pull request #23 from geky/esp8266
Added ESP8266Interface
2016-04-07 12:20:29 +01:00
Bogdan Marinescu 04447b6451 Merge pull request #21 from geky/mbed-client-fix
Updated mbed-client libs
2016-04-07 11:54:15 +01:00
Brian Daniels 05777c28c8 Updating mbedtls 2016-04-07 11:53:41 +01:00
Bogdan Marinescu 6093cb0300 Merge pull request #14 from geky/funcptr-undo
Reverted merge of FuncPtr (#10)
2016-04-07 11:11:30 +01:00
Brian Daniels 9e46a1c3c7 Adding basic test 2016-04-07 10:45:26 +01:00
Marcus Shawcroft 174d5c7df0 Merge pull request #12 from geky/nsapi
Matched changes in the NetworkSocketAPI
2016-04-07 09:28:22 +01:00
Marcus Shawcroft 567461e82d Merge pull request #11 from bridadan/add-greentea-client-lib
Adding greentea-client library
2016-04-07 09:26:23 +01:00
Marcus Shawcroft 0fbdad69ef Merge pull request #10 from geky/master
Added improved FuncPtr type
2016-04-07 09:23:21 +01:00
Marcus Shawcroft 5a3416def2 Merge pull request #9 from meriac/master
Migrate existing uVisor patches
2016-04-07 09:21:41 +01:00
Bogdan Marinescu f28588c3c2 Merge pull request #8 from mjs-arm/botch-fixing
Fix merge of support for --source for exporters
2016-04-07 09:16:56 +01:00
Bogdan Marinescu 0b593484db Merge pull request #5 from 0xc0170/fix_project
Tools - project options.macros None fix
2016-04-07 09:14:52 +01:00
Brian Daniels b675e62aa5 Adding greentea-client library 2016-04-07 02:20:52 +01:00
Milosch Meriac 6893401a05 added latest uvisor-mbed-lib 2016-04-07 00:57:08 +01:00
Alessandro Angelino 2fe077d50a Mirror huge PR from mbed OS
The following PRs have been mirrored:
https://github.com/ARMmbed/mbed-hal-k64f/pull/6  "All Freescale macros for memory access replaced"
https://github.com/ARMmbed/mbed-hal-k64f/pull/7  "Fix bug in union access macros"
https://github.com/ARMmbed/mbed-hal-k64f/pull/8  "Simpler and more universal macros for memory access"
https://github.com/ARMmbed/mbed-hal-k64f/pull/9  "Fixed bug in fallback macros for memory access"
https://github.com/ARMmbed/mbed-hal-k64f/pull/10 "Added volatile keyword to address for union read"
https://github.com/ARMmbed/mbed-hal-k64f/pull/14 "Removing copyright and revision from unmodified file"
2016-04-06 23:25:27 +01:00
Alessandro Angelino 3fcaed1eb0 Add uVisor to startup code 2016-04-06 23:25:27 +01:00
Alessandro Angelino e32f969459 Add uninitialized section to linker script 2016-04-06 23:25:27 +01:00
Alessandro Angelino ec980179bc Add uVisor-specific sections to linker script 2016-04-06 23:25:27 +01:00
Alessandro Angelino 7818102156 Round the SRAM offset in linker script 2016-04-06 23:25:27 +01:00
Alessandro Angelino 057bc9a98a Replace NVIC APIs with vIRQ ones 2016-04-06 23:25:27 +01:00