PARKJIHOON
2e0ff5d145
tidy up PR comments #1
...
Signed-off-by: PARKJIHOON <jh6186.park@samsung.com>
2020-01-22 14:40:50 +09:00
Andrew Chong
ceae1df511
Removing CMSIS pack connector of from S5JS100.
2020-01-22 14:40:50 +09:00
PARKJIHOON
8ab00df7b4
Adding Samsung Exynos i S111 target code.
...
Adding a new target of HW development kit using [Samsung Exynos i S111](https://www.samsung.com/semiconductor/minisite/exynos/products/iot/exynos-i-s111/ ) module to Mbed-OS.
This will widen the HW choices of Mbed-OS enabled NB-IoT, GNSS and Security (eFuse, AES, SHA-2, PKA, Secure Storage, Security Sub-System, [PUF](https://en.wikipedia.org/wiki/Physical_unclonable_function )) modules.
Target Name: S5JS100
Co-authored-by: Ivan Galkin <ivan.galkin@samsung.com>
Co-authored-by: Seokwon Lee <swon.lee@samsung.com>
Co-authored-by: Zhizhe Zhu <zhizhe.zhu@samsung.com>
Co-authored-by: Xinyi Zhao <xinyi.zhao@samsung.com>
2020-01-22 14:40:50 +09:00
Anna Bridge
ee1d998d43
Merge pull request #12278 from rajkan01/feature_rename_default_lib
...
Rename "default_lib" to "c_lib".
2020-01-21 16:39:11 +00:00
Anna Bridge
40a0b28068
Merge pull request #12225 from evedon/ed-heap-stack-test
...
Fix baremetal heap and stack initialisation
2020-01-21 16:27:37 +00:00
Anna Bridge
43a8c9000e
Merge pull request #12292 from ARMmbed/feature-mergify
...
Multiple labels need to be in an array of strings
2020-01-21 15:08:10 +00:00
Anna Bridge
fecd1c2a27
Merge branch 'master' into feature-mergify
2020-01-21 13:11:38 +00:00
Anna Bridge
7cbc8bb78d
Make all add /remove labels consistent, format wise
2020-01-21 13:02:48 +00:00
Anna Bridge
958d4620b6
Multiple labels need to be in an array of strings
...
Updated the remove conditions with multiple labels to make them arrays of strings
2020-01-21 12:31:58 +00:00
Rajkumar Kanagaraj
e4f4ff291b
Fixing the CI build issue
2020-01-21 04:10:13 -08:00
Anna Bridge
80fe861f1d
Merge pull request #12035 from kjbracey-arm/callback_prep
...
Preparation for Callback changes
2020-01-21 11:50:43 +00:00
Anna Bridge
2757e9af5a
Merge pull request #12275 from micque01/tools-fix-call-to-sorted
...
Fix call to sorted by providing key to sort on.
2020-01-21 11:49:27 +00:00
Anna Bridge
b7be277194
Merge pull request #12280 from amq/patch-2
...
EFM32: add UART and LEUART for EFM32GG11
2020-01-21 11:48:46 +00:00
Anna Bridge
7e2f5a330b
Merge pull request #12281 from AriParkkila/cell-stack-deinit
...
Cellular: Refactor socket_stack_init() from generic to modem specific
2020-01-21 11:47:25 +00:00
Anna Bridge
48f90c06df
Merge pull request #11904 from jamesbeyond/HW_gcov
...
TOOLS: enable build greentea test coverage for HW
2020-01-21 11:46:51 +00:00
Evelyne Donnaes
3e3af70afc
Fixed baremetal heap and stack initialisation.
...
Enabled heap_and_stack test for baremetal.
Added a test to check that global variables are initialised.
In mbed_sdk_boot:
- Added initialisation for mbed_stack_isr_start/size and mbed_heap_start/size for all toolchains.
- ARM toolchain:
- Added call to mbed_toolchain_init() to initialise global variables.
- Moved microlib initialisation code from mbed_retarget.cpp to mbed_sdk_boot.c.
- IAR toolchain: there is no equivalent to a software init hook that can be called. __low_level_init() was used but since this function is called before RAM initialisation, it cannot be used to initialize global variables. Defined a new __mbed_init() function called from IAR startup file instead.
2020-01-21 10:13:16 +00:00
Anna Bridge
a81f016abc
Merge pull request #12274 from 0xc0170/add_mergify
...
mergify: enable for any pull request
2020-01-20 16:21:14 +00:00
Martin Kojtal
9c6cdbfed4
Merge pull request #12060 from kyle-cypress/pr/kvstore-general-test-fix
...
Improve reliability of KVStore general tests
2020-01-20 14:56:41 +00:00
Martin Kojtal
c2b65fdad3
mergify: dismiss reviewers if PR is updated
2020-01-20 14:41:22 +00:00
Martin Kojtal
adfa73665d
mergify: remove needs CI if CI fails
2020-01-20 14:03:17 +00:00
Ari Parkkila
2871721e08
Cellular: Refactor socket_stack_init() from generic to modem specific
2020-01-20 00:56:09 -08:00
Martin Kojtal
b08dc22e27
Merge pull request #12273 from maciejbocianski/disable_coverage_filtering
...
unittests: disable coverage report filtering
2020-01-20 07:29:52 +00:00
amq
860ccdec5e
EFM32: add UART and LEUART for EFM32GG11
...
- adds the missing PinMap definitions for UART0, UART1, LEUART0 and LEUART1
- corrects a misplaced `#endif` for `#if DEVICE_SPI` which included `UART_TX`
- all according to https://www.silabs.com/documents/public/data-sheets/efm32gg11-datasheet.pdf
2020-01-18 14:10:22 +01:00
Rajkumar Kanagaraj
8a0fdd24d9
Rename "default_lib" to "c_lib".
2020-01-17 08:05:48 -08:00
Martin Kojtal
3dbf780322
Merge pull request #12253 from VeijoPesonen/remove_depr_storage_abstraction
...
storage_abstraction: deprecated since Mbed OS 5.5 and now removed
2020-01-17 14:02:45 +00:00
Martin Kojtal
ecf4d62dc5
Merge pull request #12265 from AriParkkila/cell-fea-refactor
...
Refactor unnecessary functions from cellular driver
2020-01-17 13:57:06 +00:00
Martin Kojtal
0266a95fb6
Merge pull request #12223 from d-kato/rza1xx_bootloader_support
...
RZ_A1H and GR_LYCHEE: Enable bootloader support
2020-01-17 13:53:36 +00:00
Martin Kojtal
4924264769
Merge pull request #12211 from hugueskamba/hk-replace-uartserial-cellular
...
Cellular: Replace UARTSerial references with BufferedSerial
2020-01-17 13:30:12 +00:00
Michael Quested
ce0d611dd0
Fix call to sorted by providing key to sort on.
...
This call to sorted does nothing in Python 2, as there is no way to sort a list
of Exceptions without providing a key.
In Python 3 this call fails with an error as there is no comparison implemented
for the jsonschema.exceptions.ValidationError Exception.
This is fixed by providing the key str, which sorts by the str representation of
the Exception.
2020-01-17 13:04:57 +00:00
Martin Kojtal
49b158bdc3
Merge pull request #12267 from AriParkkila/fix-udp-tests
...
Fix UDP socket test cases
2020-01-17 12:25:33 +00:00
Martin Kojtal
bccc140516
Revert "mergify: enable it only for feature-mergify"
...
This reverts commit e4cd9387dc
.
2020-01-17 12:18:16 +00:00
Maciej Bocianski
38d1868ff0
unittests: disable coverage report filtering
...
Disable coverage report filtering because of poor results.
Test name filtering pattern (-r) was used to filter coverage
report causing wrong results when filtered test name wasn't
matching the implementation source file name
2020-01-17 13:01:39 +01:00
Martin Kojtal
b7c961c4ac
Merge pull request #12220 from hugueskamba/hk-replace-uartserial-nordic
...
NRF5x targets: Replace UARTSerial references with BufferedSerial
2020-01-17 09:59:56 +00:00
Ari Parkkila
031d90a3ce
Fix UDP socket test cases
...
Fix UDP socket test cases to check more strictly on failure,
and lower trace levels to not print errors on successful cases.
2020-01-17 01:24:51 -08:00
Martin Kojtal
b710066671
Merge pull request #12269 from 0xc0170/test_mergify
...
mergify: add fixes to the conditions
2020-01-17 09:11:03 +00:00
Martin Kojtal
67cf9f7bc5
Merge pull request #12213 from hugueskamba/hk-replace-uartserial-esp
...
ESP8266: Replace UARTSerial references with BufferedSerial
2020-01-17 09:10:01 +00:00
Martin Kojtal
6b5cbff743
Merge pull request #12209 from hugueskamba/hk-replace-uartserial-nxp
...
NXP target: Replace UARTSerial references with BufferedSerial
2020-01-17 08:43:57 +00:00
Ari Parkkila
f9eef97ead
Cellular Refactor get_send_delay() into CellularProperty
2020-01-17 00:28:41 -08:00
Martin Kojtal
d6e69ef57b
Merge pull request #12208 from hugueskamba/hk-replace-uartserial-st
...
ST targets: Replace UARTSerial references with BufferedSerial
2020-01-17 08:19:09 +00:00
Hugues Kamba
9e11e5b43d
Cellular: Replace UARTSerial references with BufferedSerial
...
`BufferedSerial` is `UARTSerial` renamed to convey the original purpose
of the class. It is the recommended buffered I/O serial class.
2020-01-16 16:22:07 +00:00
Martin Kojtal
c28fbf524f
mergify: OR not supported, therefore we rely on pr-head now only
...
jenkins hooks are not always present, therefore we can't rely on them. Lets rely on
not failing for jenkins-ci hooks.
This should cover when they are not there due to smart tester, or executed and green. If failed, the condition would be false.
2020-01-16 15:15:25 +00:00
Martin Kojtal
6d301d7404
mergify: fix jenkins check if smart tester skips pipeline
2020-01-16 15:03:43 +00:00
Martin Kojtal
09529ad0c5
mergify: instead of neutral, use not success neither failure
2020-01-16 15:03:42 +00:00
Martin Kojtal
999051fc2d
mergify: simplify needs CI transition
...
from review or work - approval and update (pr head yellow) should result in CI run. These 2 preconditions should be
sufficient to move to CI stage.
2020-01-16 15:03:42 +00:00
Martin Kojtal
957d458a24
mergify: also remove needs: work if CI ready
...
There are two cases here: either PR was in review or needs work. in any case, new
CI should be started as pr-head is yellow. Once it completes, based on reviews, we can move
to ready for merge or back to needs work if fails.
2020-01-16 15:03:41 +00:00
Martin Kojtal
0d483aad0a
mergify: add from work to CI stage
2020-01-16 15:03:41 +00:00
Martin Kojtal
f4ee0829ad
mergify: to go to CI, work not matters if approved
...
As pr-head is neutral, means there was a push, we should test PR again and if all passed,
should be marked as ready for merge.
2020-01-16 15:03:41 +00:00
Martin Kojtal
7962deb881
mergify: fix labels with spaces
2020-01-16 15:03:18 +00:00
Martin Kojtal
c21cd8325b
mergify: add note about write access for proper review request
2020-01-16 15:03:17 +00:00
Martin Kojtal
144cb4a05f
mergify: fix label do not merge, fixes failure with action
2020-01-16 15:03:17 +00:00