Jan Brudný
|
71170dd5bc
|
cxx: update copyright notice
|
2021-05-17 03:43:02 +02:00 |
Marius Vikhammer
|
4af99be229
|
cxx: re-enable cxx init_priority unit test for C3
|
2021-01-14 04:06:06 +00:00 |
Angus Gratton
|
820639cede
|
Merge branch 'bugfix/c3_init_priority' into 'master'
fix[cxx/system]: init_priority ordering on RISCV
Closes IDF-2206 and IDFGH-4527
See merge request espressif/esp-idf!11660
|
2021-01-13 12:52:21 +08:00 |
Marius Vikhammer
|
9c8e4fd4c5
|
C3: build and run unit tests
Enable building and running of unit tests in CI for C3 as well as fix
related compile errors
Also enables building of C3 test apps
|
2021-01-11 11:34:37 +08:00 |
Jakob Hasse
|
ed42758549
|
[cxx/system]: fix init_priority ordering on RISCV
* C++ init_priority attributes work now on RISCV
* Add debug output for init_array functions
Closes IDF-2206
Closes https://github.com/espressif/esp-idf/issues/6351
|
2021-01-07 16:04:17 +08:00 |
Angus Gratton
|
66fb5a29bb
|
Whitespace: Automated whitespace fixes (large commit)
Apply the pre-commit hook whitespace fixes to all files in the repo.
(Line endings, blank lines at end of file, trailing whitespace)
|
2020-11-11 07:36:35 +00:00 |
Jakob Hasse
|
4943b1cbf0
|
CXX: make __attribute__((init_priority(n))) work
* Added corresponding test case
* Moved all C++ init tests to separate file
Closes https://github.com/espressif/esp-idf/issues/5038
|
2020-04-08 09:11:54 +08:00 |