Martin Kojtal
3c47010fd3
Merge pull request #11462 from hugueskamba/hk-minimal-printf-update-readme
...
Minimal-printf: Remove file printing in README and update tables
2019-09-17 09:12:05 +02:00
Hugues Kamba
93f50eef3d
Suppress Coverity warnings
2019-09-12 15:44:55 +01:00
Martin Kojtal
e090ef26d4
Merge pull request #11453 from hugueskamba/hk-fix-coverity-issues
...
Fix Coverity issues
2019-09-12 12:00:34 +02:00
Hugues Kamba
c4d77b23fc
Minimal-printf: Remove file printing in README and update tables
2019-09-11 15:44:07 +01:00
Martin Kojtal
91515fe2da
Merge pull request #11450 from hugueskamba/hk-minimal-printf-default-options-false
...
Minimal-printf: Set default configurations to false
2019-09-11 13:53:21 +02:00
Hugues Kamba
e12400932d
Fix Coverity issues
...
Issues fixed are related to:
* Non-static class member initialization in constructors
* Unused function return value
* Always false statements
2019-09-11 11:27:27 +01:00
Hugues Kamba
03c484a010
minimal-printf: Disable floating point support by default
...
Mbed OS should not require floating point in its base configuration.
This provides further code size savings out of the box.
2019-09-11 05:09:09 +01:00
George Psimenos
bd95c53a4c
Move source files and add Doxygen labels
2019-09-10 14:31:24 +01:00
Andrew Chong
c257c5f0c7
mbed_error.c: Fixed another bug of possible stack overflow.
2019-09-06 16:49:09 +08:00
Andrew Chong
bd9ec8b6d7
mbed_error.c: fixed the dump core function's bug of possible stack overflow.
2019-09-06 16:33:09 +08:00
Andrew Chong
a769b7db43
mbed_error.c: Fixed compile errors with non-RTX targets.
2019-09-05 17:55:31 +08:00
Andrew Chong
76353d5476
mbed_error.c: now dumping MSP/PSP stacks correctly.
2019-09-05 17:55:31 +08:00
Andrew Chong
0da589e6e7
mbed_error.c: handler mode failures will dump MSP/PSP stacks.
2019-09-05 17:55:31 +08:00
Andrew Chong
da2f8e5b79
mbed_error.c: reducing RTX restriction.
2019-09-05 17:55:31 +08:00
Andrew Chong
5258768bc7
The stack dump of the major should be moved up.
2019-09-05 17:55:31 +08:00
Andrew Chong
7dc53176ae
mbed_error.c: Now we can stack dump on all possible threads.
2019-09-05 17:55:31 +08:00
Andrew Chong
db1e2d3b24
astyle to mbed_error.c
2019-09-05 17:55:31 +08:00
Andrew Chong
5671416d5e
handle_error: Now supports HW exception from handler mode.
2019-09-05 17:55:31 +08:00
Andrew Chong
835a7639a9
print_error_report: Paying extra caution on address alignment.
2019-09-05 17:55:31 +08:00
Andrew Chong
575bd31060
print_error_report: Don't care about osRtxStackFillPattern and dump whole remaining.
2019-09-05 17:55:31 +08:00
Andrew Chong
248746113f
Now stack dump is done correctly to the other way around.
2019-09-05 17:55:31 +08:00
Andrew Chong
50daa7e40f
platform.stack-dump-enabled feature is added.
2019-09-05 17:55:31 +08:00
Andrew Chong
57ed4f36fa
Removed #warning of non-Cortex-M. Minor comment adjustment.
2019-09-05 17:55:31 +08:00
Andrew Chong
d69dc4940e
Fixed astyle failures on handle_error().
2019-09-05 17:55:31 +08:00
Andrew Chong
9af7ea58d4
The candidate code to enable correct crash report for HW fault crashes.
2019-09-05 17:55:31 +08:00
Hugues Kamba
8c22bbbbc8
Use PRIu32 to print uint32_t variable
...
As the variable underlying type size is different depending on the
toolchain used
2019-09-03 09:29:06 +01:00
Evelyne Donnaes
d9f32639eb
Changed minimal-printf to call fputc so that it does not bypass the retargetting code
...
Removed minimal-printf-console-output
2019-08-29 11:30:34 +01:00
Kyle Kearney
5820a3172f
Fix typos in comments
2019-08-28 13:12:05 +01:00
Andrew Chong
9edfad4eea
mbed fault handler: changed the 2nd parameter type.
2019-08-21 17:02:34 +08:00
Andrew Chong
e90c5674d4
Fixes the bug of having &mbed_fault_context argument instead of mbed_fault_context in mbed_fault_handler.
2019-08-21 16:38:36 +09:00
Anna Bridge
575cffbc13
Merge pull request #11185 from gpsimenos/move-target-cortexm
...
Move rtos & platform TARGET directories to source
2019-08-15 12:56:36 +01:00
Evelyne Donnaes
1de64cbb4a
Updated minimal-printf README
2019-08-13 13:18:46 +01:00
Martin Kojtal
fafd0a5480
Merge pull request #11051 from evedon/minimal-printf
...
Minimal printf addition
2019-08-09 09:52:36 +01:00
George Psimenos
b37de68c74
Move TARGET directories to source
2019-08-08 11:59:16 +01:00
Hugues Kamba
f0f408b2d8
Upstream PR #11073 review request changes ( #11135 )
...
* Modify Doxygen grouping of `drivers` Public/Internal APIs
* Correct classification of `mbed_events.h`
* Amend name of Doxygen group containing Device Key API
* Classify `CallChain.h` as public API and relocate file
* Remove Doxygen group from `equeue_platform.h` as it has no Doxygen compliant documentation
* Move USB target specific code back to `usb/device/targets`
2019-08-02 12:32:40 +01:00
Hugues Kamba
20f81e19be
Change Doxygen groups structure, splitting first by Public/Internal ( #11105 )
...
* Change Doxygen groups structure, splitting first by Public/Internal
This commit also does the following:
* groups the documentation of related API
* moves `events/internal/equeue.h` to `events/equeue.h`
* merges `events/source/README.md` to `events/README.md`
2019-08-02 12:23:47 +01:00
Hugues Kamba
83354e46a7
Platform: Separate internal APIs from public APIs
...
Also includes:
* rename `mbed_sleep_manager.c` to `mbed_power_mgmt.c` to match its
header file
* create Doxygen groups for public and internal APIs
* use relative path to include header files where inconsistent
* update references to internal APIs throughout libraries
* update the copyright year for all modified files
2019-08-02 12:23:47 +01:00
Evelyne Donnaes
050a338771
Addressed review comments, in particular:
...
* Fixed wrapper functions for IAR
* Fixed and renamed profile to minimal-printf.json
* Moved minimal-printf under platform
* Removed minimal-printf/mbed_lib.json
* Modified exporter template to work with partial profile
* Prevented optimization of printf to avoid compiler function substitution
2019-08-01 12:42:24 +01:00