Schoumi
5710e9286e
fix cmake warning
11 months ago
Bogdan Marinescu
ade3babfed
version v1.2.2
7 years ago
Bogdan Marinescu
0742b14023
Merge pull request #33 from mazimkhan/master
...
Added gcov flag to generate relative path for .gcda files
7 years ago
James Crosby
30cb66acae
version v1.2.1
7 years ago
James Crosby
821150b72f
cmake_force_c_compiler deprecation was pushed to cmake 3.6
7 years ago
James Crosby
43f8d880cb
Merge pull request #35 from stevew817/uvision-debug-support
...
Turn off DWARF vnext extensions to avoid tripping up IDEs
7 years ago
Steven Cooreman
31ce73920a
Turn off DWARF extension of next versions to avoid tripping up IDEs
7 years ago
Mohammad Azim Khan
0a0ce1e6ab
Added gcov flag to generate relative path for .gcda files
7 years ago
James Crosby
e83dc10bc7
version v1.2.0
7 years ago
James Crosby
590211a983
update changelog for 1.2.0
7 years ago
James Crosby
3dd151a252
Merge branch 'printfloating' of https://github.com/autopulated/target-mbed-gcc
...
Conflicts:
readme.md
7 years ago
James Crosby
0400e706ff
Merge pull request #29 from autopulated/cmake3.5-support
...
don't use cmake_force_c_compiler from CMake 3.5
7 years ago
James Crosby
81c549c5e9
don't use cmake_force_c_compiler from CMake 3.5
7 years ago
James Crosby
2b8fd8872e
update readme to explain floating point printf configuration
7 years ago
James Crosby
3966fa750e
enable floating point printf support, unless disabled by config value 'gcc.printf-float = false'
7 years ago
James Crosby
30f8b97d35
Merge pull request #25 from autopulated/restore-readme-commit
...
Add documentation for code coverage configuration
7 years ago
Brendan Moran
ff1aaceca5
Add documentation for code coverage configuration
7 years ago
Brendan Moran
84cfc737bb
version v1.1.0
8 years ago
Brendan Moran
928e1aa596
Merge pull request #22 from bremoran/coverage
...
Add single-module code-coverage support
8 years ago
Brendan Moran
8cb9af5d0e
Add single-module code-coverage support
...
Use the support from https://github.com/ARMmbed/yotta/pull/633 to enable cmakeIncludes
Add a cmakeInclude include to enable coverage if configured by yotta config
For example, to enable code coverage on sockets, use:
```JSON
"debug" : {
"options" : {
"coverage" : {
"modules" : {
"sockets" : true
}
}
}
}
```
8 years ago
James Crosby
1d52c265f9
Merge branch 'master' of github.com:ARMmbed/target-mbed-gcc
8 years ago
James Crosby
6f40b9f250
version v1.0.0
8 years ago
James Crosby
435b799d8f
Merge pull request #19 from bremoran/coverage
...
Add code coverage options, enabled by yotta config
8 years ago
Brendan Moran
c4c4ec88bd
Compile flags should be set on a per-module basis
...
Delete global compiler flags for coverage.
8 years ago
Brendan Moran
90c91111fa
Check for truthiness instead of definedness.
8 years ago
James Crosby
0785b0b1dc
update changelog
8 years ago
James Crosby
183213b2dc
Merge pull request #21 from ARMmbed/enable_c++11
...
Enable C++11 for GCC targets
8 years ago
James Crosby
6b2feffa6d
update changelog
8 years ago
Brendan Moran
1977c0361e
version v0.1.4
8 years ago
Brendan Moran
ee20af25bc
Merge pull request #20 from bremoran/baud
...
Add a default baud rate at 9600
8 years ago
Bogdan Marinescu
831875b1e7
Enable C++11 for GCC targets
...
The gnu++11 mode is used for now since some repos (notably uVisor)
depend on the GCC extensions. Once this is fixed, we should have no
problem switching to c++11.
Tested on our release repositores, and after a few changes in a couple
of repos, everything seems to compile fine.
8 years ago
Brendan Moran
bd2198b909
Add a default baud rate
...
This will stop https://github.com/ARMmbed/mbed-drivers/pull/128 from breaking test jobs until mbedgt can extract the default baud from yotta config.
8 years ago
Brendan Moran
e4900d75b1
Add code coverage options, enabled by yotta config
8 years ago
James Crosby
c3a8a1c338
version v0.1.3
8 years ago
James Crosby
a5fbd6e3c5
update changelog
8 years ago
James Crosby
136da567b4
Merge pull request #16 from autopulated/master
...
<INCLUDES> needs to be explicitly listed here
8 years ago
James Crosby
808b83c161
backwards compatibility with CMake < 3.4.0
8 years ago
James Crosby
18ca1d560b
<INCLUDES> needs to be explicitly listed here (for some reason everything worked OK without this with older CMake versions)
8 years ago
James Crosby
0296676d07
version v0.1.2
8 years ago
James Crosby
de7ecd8fac
update changelog
8 years ago
James Crosby
ca92dcde5a
Merge pull request #15 from 0xc0170/fix_issue#3
...
Fix #3 - use dwarf-3
8 years ago
Martin Kojtal
5504841e8a
Fix #3 - use dwarf-3
...
Not defining strict, which I havent got problem yet in uvision debugger.
Differences for dwarf-4 (we might lose accepting this changeset):
(taken from dwarf4)
• Add support for new C++ language constructs, including rvalue references, generalized
constant expressions, Unicode character types and template aliases.
• Clarify and generalize support for packed arrays and structures.
• Add new line number table support to facilitate profile based compiler optimization.
• Add additional support for template parameters in instantiations.
• Add support for strongly typed enumerations in languages (such as C++) that have two
kinds of enumeration declarations.
8 years ago
James Crosby
289022c610
version v0.1.1
8 years ago
James Crosby
99f21f1896
update changelog
8 years ago
James Crosby
d146e973ef
remove additional space
8 years ago
James Crosby
6aa4435b8b
Merge pull request #13 from rgrover/master
...
allow for global linking of target-specific libraries
8 years ago
Rohit Grover
21001810c8
allow for global linking of target-specific libraries
8 years ago
James Crosby
1da47ccf47
Add link to changeling in readme
8 years ago
James Crosby
edff2164e6
start the good habit of recording a changelog
8 years ago
James Crosby
5174bfe1f4
version v0.1.0
8 years ago