talorion
8d1553cf1a
fixed warnings: suggest parentheses around '&&' within '||'
2020-08-24 11:55:23 +02:00
talorion
d11ce60d83
fixed warnings: printf format missmatch
2020-08-24 11:55:23 +02:00
talorion
f90d062c55
fixed warnings: removed unused variables
2020-08-24 11:55:23 +02:00
talorion
fcb81d3015
fixed warnings: comparison of integer expressions of different signedness
2020-08-24 11:55:23 +02:00
Martin Kojtal
08ef04d027
Merge pull request #13468 from urutva/add-ccache-to-travis
...
Add ccache to travis
2020-08-24 08:47:27 +01:00
Martin Kojtal
1c0318ccfe
Merge pull request #13399 from LDong-Arm/sfdp_legacy
...
QSPIF: options to preset reset sequence for legacy SFDP
2020-08-21 14:43:15 +01:00
Martin Kojtal
7829238c61
Merge pull request #13469 from LDong-Arm/spellignore
...
Support ignore list for spell checks
2020-08-21 14:29:33 +01:00
Devaraj Ranganna
fef4454359
ci: Enable `ccache` in Travis
...
Signed-off-by: Devaraj Ranganna <devaraj.ranganna@arm.com>
2020-08-21 14:17:13 +01:00
Martin Kojtal
31701fa518
Merge pull request #13449 from paul-szczepanek-arm/fix-prep-write
...
BLE: Fix writing attributes larger than MTU size
2020-08-21 13:52:07 +01:00
Martin Kojtal
c355d8d70f
Merge pull request #13443 from artokin/update_mbed_client_cli_v050
...
Update mbed-client-cli from v0.5.0
2020-08-21 13:51:36 +01:00
Martin Kojtal
76d51a5b80
Merge pull request #13435 from urutva/fix-arm-none-eab-gcc-version
...
ci: Update `arm-none-eabi-` version
2020-08-21 13:50:44 +01:00
Martin Kojtal
207a164c08
Merge pull request #13434 from LDong-Arm/move_drivers_platform_tests
...
Move Callback tests to platform, USB tests to drivers
2020-08-21 13:50:22 +01:00
Martin Kojtal
a775c7dd4c
Merge pull request #13425 from LDong-Arm/cypress_rtos_check
...
Fix bare metal support on Cypress targets
2020-08-21 13:46:47 +01:00
Martin Kojtal
7b211f0ba4
Merge pull request #13375 from RyoheiHagimoto/add_gr-mango
...
Add GR_MANGO as a new target
2020-08-21 13:37:48 +01:00
Lingkai Dong
61fd872cc3
QSPIF: options to preset reset sequence for legacy SFDP
...
The first revision (1.0) of SFDP (ref: JESD216) does not include
fields for software reset support. It's only been added in the
second revision (1.5) (ref: JESD216A).
Some Mbed OS targets such as DISCO_F746NG include flashes with
legacy SFDP, thus we add an option to preset the reset mode.
2020-08-21 11:37:47 +01:00
Martin Kojtal
d44fb29723
Merge pull request #13397 from winneymj/enable_SPIM
...
Provide enablement of nrf52840 SPIM
2020-08-21 10:41:08 +01:00
Martin Kojtal
8493200fe1
Merge pull request #13445 from rajkan01/storage_components_refactoring
...
Refactor storage COMPONENT_xx directory
2020-08-21 10:40:49 +01:00
Lingkai Dong
15914d9354
.travis.yml: apply ignore list to spell checker
2020-08-20 17:23:19 +01:00
Lingkai Dong
8c610a6544
Spell checker: add an argument to pass file containing ignored patterns
2020-08-20 17:23:17 +01:00
Lingkai Dong
e00d6feb37
Rename .astyleignore -> .codecheckignore for spell check
2020-08-20 17:16:02 +01:00
RyoheiHagimoto
c854392344
Added public token for RZ_A2XX in target.json
2020-08-20 19:42:50 +09:00
Paul Szczeanek
6aa89aefcc
calculate chunk size when needed and use reported packet length
2020-08-19 12:22:27 +01:00
Paul Szczeanek
8c5bbe05fe
check authorisation before writing
2020-08-19 10:41:21 +01:00
Paul Szczeanek
019a32c75b
no need to check again
2020-08-19 10:41:05 +01:00
Rajkumar Kanagaraj
ef18003588
Rename to more readable include header directory component name
2020-08-18 13:10:50 +01:00
Martin Kojtal
890f0562dc
Merge pull request #13447 from CharleyChu/topic/master_13440
...
psoc64: Update TF-M release image
2020-08-18 10:17:53 +01:00
Paul Szczeanek
f876179484
remove tabs
2020-08-18 10:04:11 +01:00
Paul Szczeanek
b93733e4aa
offset is missing from prepare write response in cordio
2020-08-18 10:02:43 +01:00
Paul Szczeanek
894886d1fe
fix prepare writes to write in chunks
2020-08-18 09:07:13 +01:00
Paul Szczeanek
bf20286026
perform attribute writes directly, including offset
2020-08-18 09:00:36 +01:00
Paul Szczeanek
cde0e6b183
allow writes at an offset
2020-08-18 08:59:00 +01:00
Paul Szczeanek
1b78b46a73
must allow writes smaller than max attribute length
2020-08-18 08:58:11 +01:00
RyoheiHagimoto
4a1049d508
Moved some files to connectivity/drivers/emac from features/netsocket/emac-drivers
2020-08-18 16:25:01 +09:00
Arto Kinnunen
d3fc6c4563
Revert max line length change
...
Do not chnage default line length as it is a breaking chnage.
Library configuration can be used to adjust max lien length.
2020-08-18 10:10:49 +03:00
RyoheiHagimoto
21773f245d
Aligned with the astyle rule: rz_a1h emac driver
2020-08-18 10:48:59 +09:00
RyoheiHagimoto
e818c489d5
Modifed some source files for GR-MANGO.
...
Aligned with the astyle rule.
Deleted old ARM5 check.
2020-08-18 10:48:56 +09:00
RyoheiHagimoto
db3cec4398
Added GR-MANGO to be a target.
...
Passed GreenTea CI.
Added RZ_A2XX and GR_MANGO to targets.json.
Added RZ_A2XX to mbedlib.json in lwipstack and netsocket/ppp.
Added TARGET_RZ_A2XX directory to targets/TARGET_RENESAS.
Added TARGET_RENESAS_EMAC directory to features/netsocket/emac-drivers.
Moved TARGET_RZ_A1_EMAC directory into the TARGET_RENESAS_EMAC directory below and renamed to TARGET_RZ_A1XX.
Added TARGET_RZ_A2XX directory to features/netsocket/emac-drivers/TARGET_RENESAS_EMAC.
2020-08-18 10:48:48 +09:00
RyoheiHagimoto
1133bfbd50
Added argument-check to dns_get_interface_server.
...
Added argument-check to avoid accessing NULL pointer.
The second argument 'interface_name' of this function can be NULL.
And the argument 'interface_name' is used for the argument of strcmp() without checked.
For example, LWIP::add_dns_server() calls dns_getserver(index - 1, NULL).
2020-08-18 10:48:47 +09:00
Charley Chu
ace81a8be7
psoc64: Update TF-M release image
...
Upgrade PDL to v1.6.1 to resolve #13440
Signed-off-by: Charley Chu <haoc@cypress.com>
2020-08-17 18:05:48 -07:00
Rajkumar Kanagaraj
bf58572c4d
Refactor storage COMPONENT_xx directory
2020-08-17 16:44:05 +01:00
winneymj
e5f32ff3f9
Add SPIM description to README.md
2020-08-17 10:27:46 -05:00
Devaraj Ranganna
85e0199dd5
ci: Update `arm-none-eabi-` version
...
The `arm-none-eabi-` version is updated from version 6 to version 9.
Signed-off-by: Devaraj Ranganna <devaraj.ranganna@arm.com>
2020-08-17 16:11:33 +01:00
Arto Kinnunen
3ce9f34147
Decrease max line length from 2000 to 200
...
Decrease maximun line length from 2000 to 200 to reduce heap usage.
2020-08-17 16:42:00 +03:00
Arto Kinnunen
9325f17d70
Update mbed-client-cli from v0.5.0
...
Update mbed-client-cli from v0.5.0 of master repository
https://github.com/ARMmbed/mbed-client-cli
2020-08-17 15:46:07 +03:00
mbedmain
83fa12183b
Update Mbed version block
2020-08-16 20:59:02 +01:00
winneymj
b72adbe5c0
Fix defines
2020-08-16 12:42:18 -05:00
winneymj
21c928e6e5
Fix detection of enabled SPIM
2020-08-15 08:02:49 -05:00
winneymj
6dbeece347
Fix detection of enabled SPIM
2020-08-14 19:43:24 -05:00
Lingkai Dong
2f92378642
Move TESTS/usb_device -> drivers/tests/TESTS/usb_device
2020-08-14 17:57:13 +01:00
Lingkai Dong
bf3e1237aa
Move mbed_functional tests into platform/tests/TESTS
2020-08-14 17:53:19 +01:00