Commit Graph

19288 Commits (9a91e340042cd0786989eb50b34cf8dfcc71b62c)

Author SHA1 Message Date
Deepika 5df269b50a Alignment of 8 is not required for additional header
malloc guarantees aligned memory. If we add an alignment here, we are adding
additonal unused 4 bytes. Each allocator has its own 4/8 byte header
(GGC / ARM have 4 bytes).

So if user request for 8 bytes of memory stats will add 8 + allocator 8.
However if we remove the alignment in stats header, allocator will consider
add 4 bytes to 12 byte request and zero padding.

It will be beneficial to leave the padding to allocator.
2018-10-19 11:46:55 +01:00
Przemyslaw Stekiel 62c0b409e5 Fix for issue #8214
Change the base time value to more realistic:
START_TIME = 1537789823 # GMT: Monday, 24 September 2018 11:50:23

This fix has been proposed by STM in order to enhance test efficiency.
Current test version did not detect problem with RTC reset on F1 family boards since the base time was too small.
2018-10-19 11:46:55 +01:00
Mahesh Mahadevan 51fba0d9a0 MCUXpresso: Add Flash support for KL43Z, KL82Z, KW41Z, K22F
Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
2018-10-19 11:46:55 +01:00
Amanda Butler 2fbb66e4d9 Copy edit Timer.h
Copy edit existing text for minor grammar issues.
2018-10-19 11:46:55 +01:00
Naveen Kaje d612a1be00 Timer.h: Update comments 2018-10-19 11:46:55 +01:00
Naveen Kaje 9435179d16 Timer.h: Remove protected attributes from rendering on docs site 2018-10-19 11:46:55 +01:00
Amanda Butler 15f7b6f010 Edit DeviceKey.h
Standardize tense across documents, and edit some existing text for phrasing.
2018-10-19 11:46:55 +01:00
deepikabhavnani 14d776f79e Updated doxygen comments 2018-10-19 11:46:55 +01:00
Amanda Butler 437d4cfdf9 Edit mbed_stats.h
Capitalize ID for consistency.
2018-10-19 11:46:55 +01:00
Brian Daniels 6074252049 Updating stats doc comments 2018-10-19 11:46:55 +01:00
Amanda Butler 9e7b67f778 Edit InterruptIn.h
Make minor grammar edits.
2018-10-19 11:46:55 +01:00
Naveen Kaje 01448df55a InterruptIn.h: Update comments 2018-10-19 11:46:55 +01:00
Naveen Kaje 7126f1e2b5 InterruptIn: Remove protected attributes from rendering on docs site 2018-10-19 11:46:55 +01:00
Amanda Butler 7200bb8918 Edit Ticker.h
Make minor copy edits to existing text.
2018-10-19 11:46:55 +01:00
Aashish chaddha 5f68d26950 improve ticker doc 2018-10-19 11:46:55 +01:00
Amanda Butler f145945e46 Copy edit changes to mbed_mem_trace.h
Delete extra spaces.
2018-10-19 11:46:55 +01:00
Senthil Ramakrishnan 2ef7fec409 Adding doxygen comments for mem trace enum 2018-10-19 11:46:55 +01:00
deepikabhavnani 14d247c4c9 Correct the param descritions of QSPI 2018-10-19 11:46:55 +01:00
deepikabhavnani 20effcb67a Add QSPI header file in mbed.h 2018-10-19 11:46:55 +01:00
deepikabhavnani 88977dc245 QSPI: Remove protected member functions from rendering on docs site, but keep them in the code. 2018-10-19 11:46:55 +01:00
Kevin Gilbert 691061dc41 Fix minor typo 2018-10-19 11:46:55 +01:00
Amanda Butler 49989d3cb8 Edit Mutex.h
Make minor copy edits to existing text.
2018-10-19 11:46:55 +01:00
Aashish chaddha 60eb38e5ee mutex doc changes 2018-10-19 11:46:55 +01:00
Aashish chaddha 56f365eca6 improve mutex doc 2018-10-19 11:46:55 +01:00
Aashish chaddha ab1a397029 improve mutex doc 2018-10-19 11:46:55 +01:00
Aashish chaddha c03f3e567c fixed a mistake where I was adding "can not supprted" error at wrong place 2018-10-19 11:46:55 +01:00
Aashish chaddha 5c2ae7bca0 fix critical bug where I was hiding a lot more class members than i should. Add "CAN_NOT_SUPPORTED" guard to header instead of example 2018-10-19 11:46:55 +01:00
Aashish chaddha 36198f11de improve can documentation 2018-10-19 11:46:55 +01:00
Kevin Bracey 5878740c38 poll: Un-doxygen internal comment 2018-10-19 11:46:55 +01:00
Wilfried Chauveau 56667a33ce align github's issue template with pull request's look&feel. 2018-10-19 11:46:55 +01:00
Amanda Butler 72842bb3b8 Edit README.md
Edit readme.
2018-10-19 11:46:55 +01:00
Lari-Matias Orjala dfa1b540c7 Improve unit testing instructions. 2018-10-19 11:46:55 +01:00
Jimmy Brisson 8fb705d803 mbed dm: Check for missing payload and give a better error message
### Description

The error message when you invoke `mbed dm update prepare` without a payload
is particularly obtuse, and provides a user with no indication that the
payload is missing. This change makes that error message not stink.

### Pull request type

    [x] Fix
    [ ] Refactor
    [ ] Target update
    [ ] Functionality change
    [ ] Breaking change
2018-10-19 11:46:55 +01:00
TomoYamanaka 85565733ab Modify typo of return value at mbed_get_a9_tick_irqn(). 2018-10-19 11:46:55 +01:00
TomoYamanaka 0c4c3c44db Change MTU2 channel number for LPTicker of GR-LYCHEE
MTU2(Multi function Timer pulse Unit 2) can create the low freaquency.
Currently GR-LYCHEE uses MTU2 channel 3 for LPTicker, but I noticed that a part of it is used by another function.
Thus, I changed MTU2 channel number for LPTicker to 2.
2018-10-19 11:46:55 +01:00
Martin Kojtal f4eaa60b97 PR template: add "test update"
Adding new test case, test unit or just updating tests
2018-10-19 11:46:55 +01:00
Martin Kojtal f1bc2b0121 PR template: add "docs update"
As we know have documentation in the repository, this type should define changes
only to documentation.
2018-10-19 11:46:55 +01:00
Brian Daniels 652147d65b Remove references to GCC_CR from the rest of the tools 2018-10-19 11:46:55 +01:00
Brian Daniels 648f6d8bca Removing GCC_CR mention from settings.py 2018-10-19 11:46:55 +01:00
Brian Daniels 6e801e2567 Removing GCC_CR from target supported_toolchains 2018-10-19 11:46:55 +01:00
Jimmy Brisson 32031fc008 Export, nb: Use same path for cpp as the rest of the tools
### Description

The netbeans exporter was being inconsistant with it's invocation of
the C pre-processor on the linker script: the C pre-processor was always
invoked from `$PATH` where as the rest of the tools were invoked as
configured by the tools. This changes the invocation of CPP to match the
rest of the tools: heed the conifguration.

Fixes https://github.com/ARMmbed/mbed-cli/issues/663

### Pull request type

    [x] Fix
    [ ] Refactor
    [ ] Target update
    [ ] Functionality change
    [ ] Breaking change
2018-10-19 11:46:55 +01:00
Deepika 7bef43ad1a Storage: Add required header file and namespace element instead add all 2018-10-19 11:46:55 +01:00
Cruz Monrreal II 3edb04a300 Fixed colorama Python package Colorama package being at the top of the requirements.txt list causes other requirements to not be fufilled. All packages require <0.4.0, aka the latest 0.3.x patch release.
:
2018-10-19 11:46:55 +01:00
Cruz Monrreal II 762cf0393b Revert "Merge pull request #8183 from hasnainvirk/QOS_impl"
This reverts commit 5c675d3688, reversing
changes made to 2b04a02eb2.
2018-10-19 11:46:55 +01:00
Jimmy Brisson 66edc69d64 Convert to a set in win2unix 2018-10-19 11:46:55 +01:00
adbridge 564eb9f8e0 Remove mbed-os-example-client
This example is now deprecated and as such needs to be removed from
ci test compilation.
2018-10-19 11:46:55 +01:00
Antti Yli-Tokola a9afbb652f Update mbed-coap to version 4.7.0
- Add function that can be used to clear the received blockwise payloads for example in the case of a connection error.
- Silence compiler warning when CoAP duplicate detection is enabled.
2018-10-19 11:46:55 +01:00
Jimmy Brisson 6772e097ac Tools: Ensure vtor reserved bits are all 0
### Description

The VTOR reserves the lowest 7 bits. This PR changes the round up
behavoir of the application offset to make sure that the address used
for the in-flash vector table always ends in 7 0's.

Fixes #7392

### Pull request type

    [x] Fix
    [ ] Refactor
    [ ] Target update
    [ ] Functionality change
    [ ] Breaking change
2018-10-19 11:46:55 +01:00
Mirela Chirica 866019f042 Cellular: Fix compile warnings for CellularNetwork 2018-10-19 11:46:55 +01:00
Yossi Levy b9f8c95a99 Fix warnings in block devices 2018-10-19 11:46:55 +01:00