Martin Kojtal
decc6d022c
Merge pull request #15270 from 0xc0170/fix-test-github-action-git-failure
...
Github actions: use safe.directory for actions invoking git
2022-04-20 14:20:08 +02:00
Martin Kojtal
ad15f0a7dc
github action: add git safe directory
...
Where we use git commands directly, we need to add safe directory. This is because
the recent git changes introduced, for details visit:
https://github.com/actions/checkout/issues/766
2022-04-20 11:18:27 +01:00
Martin Kojtal
8a59067c1b
github action: update checkout to v3
...
See https://github.com/actions/checkout/pull/762
Our tests are failing as checkout is not working (no git repository found)
2022-04-20 11:18:17 +01:00
Martin Kojtal
47a32a05d3
Merge pull request #15263 from MaximIntegrated/add-MAX32670
...
Add MAX32670
2022-04-20 11:22:38 +02:00
Sadik.Ozer
4dd01440c4
utf-8 check
...
Signed-off-by: Sadik.Ozer <Sadik.Ozer@maximintegrated.com>
2022-04-14 10:27:17 +03:00
Sadik.Ozer
8323e9a7f5
Fix GCC_ARM warnings
...
Signed-off-by: Sadik.Ozer <Sadik.Ozer@maximintegrated.com>
2022-04-08 11:23:39 -05:00
Sadik.Ozer
2f813fcbaa
Update system files and mbed wrappers
...
Signed-off-by: Sadik.Ozer <Sadik.Ozer@maximintegrated.com>
2022-04-08 11:22:45 -05:00
Sadik.Ozer
7826582e44
Update LP API
...
Signed-off-by: Sadik.Ozer <Sadik.Ozer@maximintegrated.com>
2022-04-08 10:41:07 -05:00
Sadik.Ozer
92983653ed
Leave last page of flash
...
It is used by rom bootloader
Signed-off-by: Sadik.Ozer <Sadik.Ozer@maximintegrated.com>
2022-04-08 10:41:07 -05:00
Sadik.Ozer
24f4738f24
Provide option to user to drive SS pin too
...
Signed-off-by: Sadik.Ozer <Sadik.Ozer@maximintegrated.com>
2022-04-08 10:41:06 -05:00
Sadik.Ozer
f1bce7389f
Provide all uart mapping
...
Signed-off-by: Sadik.Ozer <Sadik.Ozer@maximintegrated.com>
2022-04-08 10:41:06 -05:00
Sadik.Ozer
65e6595d7b
Fix rtc read issue
...
Signed-off-by: Sadik.Ozer <Sadik.Ozer@maximintegrated.com>
2022-04-08 10:41:05 -05:00
Sadik.Ozer
8a2681bf6e
Add peripheral driver files
...
Signed-off-by: Sadik.Ozer <Sadik.Ozer@maximintegrated.com>
2022-04-08 10:41:05 -05:00
Sadik.Ozer
704bfc786a
Add peripheral interface files
...
Signed-off-by: Sadik.Ozer <Sadik.Ozer@maximintegrated.com>
2022-04-08 10:41:02 -05:00
Sadik.Ozer
f40887acdd
Remove __R because of confliction
...
Signed-off-by: Sadik.Ozer <Sadik.Ozer@maximintegrated.com>
2022-04-08 10:41:00 -05:00
Sadik.Ozer
fc90e9a64e
Update cmsis files
...
Signed-off-by: Sadik.Ozer <Sadik.Ozer@maximintegrated.com>
2022-04-08 10:40:59 -05:00
Sadik.Ozer
028a85c0b7
Add initial version of files
...
Signed-off-by: Sadik.Ozer <Sadik.Ozer@maximintegrated.com>
2022-04-08 10:40:57 -05:00
Martin Kojtal
a6610e6169
Merge pull request #15261 from OpenNuvoton/nuvoton_ecp_alt_rand_mxz
...
Mbed TLS: Fix compile error with ECP alternative
2022-04-08 15:47:57 +02:00
Chun-Chieh Li
56f4b4cd29
Mbed TLS: Fix compile error with ECP alternative
...
Fix un-paired parenthesis when MBEDTLS_ECP_RANDOMIZE_MXZ_ALT is enabled
2022-04-08 17:24:55 +08:00
Martin Kojtal
ddaceccf5a
Merge pull request #15258 from Nantis-GmbH/stm32-uart-num-fix
...
STM32F0: Fix target codes for number of UARTs
2022-04-05 10:24:13 +02:00
Bora Özgen
9ff358724f
STM32F0: Fix target codes for number of UARTs
2022-04-04 16:22:51 +02:00
Martin Kojtal
18cddfa449
Merge pull request #15256 from jeromecoutant/PR_F103RC
...
STM32F1: add MCU_STM32F103xC support
2022-04-01 15:15:45 +02:00
Jerome Coutant
1cd6bf1399
STM32F1: add MCU_STM32F103xC support
2022-03-31 15:31:47 +02:00
Martin Kojtal
32c80ab64c
Merge pull request #15251 from MaximIntegrated/maxim-heap-region-calculation-for-arm
...
Correct heap region calculation for Maxim targets
2022-03-31 13:31:54 +02:00
Ahmet Alincak
751d0cf98b
Correct heap region calculation for Maxim targets
2022-03-21 00:02:59 +03:00
Martin Kojtal
99cb88541a
Merge pull request #15249 from pilotak/master
...
STM32G4: Fix I2C timing
2022-03-18 15:48:13 +01:00
Pavel S
bf599a2438
STM32G4: Fix I2C timing
2022-03-16 08:32:39 +01:00
Martin Kojtal
170aea5932
Merge pull request #15240 from OpenNuvoton/nuvoton_esp8266_flow_control_reconnect
...
ESP8266: Fix serial flow control inconsistency on reconnect
2022-03-09 11:33:07 +01:00
Chun-Chieh Li
0d2de99778
ESP8266: Fix serial flow control inconsistency on reconnect
...
The commit will address the test failure of connectivity-netsocket-tests-tests-network-interface.
In the test, serial channel will break with the sequence: ESP8266Interface::connect() > disconnect() > connect()
In the first connect, both board's and ESP8266's serial flow control default to disabled, and then enabled.
In the second connect, board's serial flow control keeps enabled but ESP8266's resets to disabled, causing inconsistency between two ends.
The approach: Explicitly disable board's serial flow control on re-power or reset in (re-)connect
2022-03-07 18:30:36 +08:00
Martin Kojtal
c37cd51abc
Merge pull request #15239 from pilotak/master
...
STM32G4: enable QSPI for custom boards
2022-03-03 12:10:55 +01:00
Pavel S
5c2f103b73
enable QSPI for STM32G4
2022-03-02 20:26:43 +01:00
Martin Kojtal
dcb71e20e6
Merge pull request #15238 from deepak-shreshti/master
...
Updated I2C pin names in PinNames.h header
2022-03-01 11:06:37 +01:00
Deepak V. Shreshti
ae0fcefd17
Updated I2C pin names in PinNames.h header
2022-02-28 14:46:11 +05:30
Martin Kojtal
48b1b8ec78
Merge pull request #15221 from amcnicoll/amcnicoll/shared_uart_isr
...
Add ability to use multiple UARTs on STM32L0, STM32G0 when IRQ is shared
2022-02-22 10:36:28 +01:00
Anthony Mcnicoll
fe698ea13b
Missed matching #endif
2022-02-20 16:43:44 -05:00
Martin Kojtal
a58f8ddae7
Merge pull request #15232 from jeromecoutant/PR_H753
...
STM32H7: add MCU_STM32H753xI support
2022-02-16 16:44:52 +01:00
Martin Kojtal
3b86e1f4b9
Merge pull request #15230 from jeromecoutant/PR_G4
...
STM32G4: corrections for STM32G491xE, STM32G4A1xE and STM32G471xE
2022-02-16 16:36:48 +01:00
Martin Kojtal
2d59c759bd
Merge pull request #15227 from zul00/fix/lora_timing/join_req_retransmission/call_in
...
lorawan: Fix Join Request retransmission timing (Interop test)
2022-02-16 16:36:30 +01:00
Martin Kojtal
bf05317384
Merge pull request #15231 from jeromecoutant/PR_L1
...
STM32L1: build error with STM32L151xB MCU
2022-02-16 14:34:43 +01:00
Anthony Mcnicoll
41275f7e0d
Refactor missing #defs for multiple UART support
2022-02-15 21:46:12 -05:00
Jerome Coutant
90cbc89532
STM32H7: add MCU_STM32H753xI support
2022-02-15 16:40:04 +01:00
Jerome Coutant
c594d6ee95
STM32L1: build error with STM32L151xB MCU
2022-02-15 15:39:04 +01:00
Jerome Coutant
661c5c17af
STM32G4: missing files for STM32G491xE and STM32G4A1xE
2022-02-15 14:03:26 +01:00
Jerome Coutant
071cffafc5
STM32G4 : STM32G471xx CMSIS file
2022-02-15 11:20:20 +01:00
Martin Kojtal
03252690d9
Merge pull request #15229 from jeromecoutant/PR_H7_I2C55
...
STM32H7 : fix I2C5 build error
2022-02-15 10:55:06 +01:00
Jerome Coutant
03e51c164c
STM32H7 : fix I2C5 build error
2022-02-14 13:39:19 +01:00
zul
61f83741b0
Fixed Join Request retransmission timing (Interop test)
...
On interop test 1.2.2.4, Join Request retransmission is expected to be 6
s + worst case air transmission. This delay is to accommodate for
JoinAccept through RX2.
The `call_in` in process_reception_timeout of RX2-window adds 500 ms
delay between RX2 symbol-interrupt-timeout and the next join request
retransmission. This is an isolated change and only affect the
retransmission of Join Request.
Adding this delay improves the chance of succeeding test
1.2.2.4 (subset of 1.2.2)
2022-02-14 12:07:29 +01:00
Martin Kojtal
c50f490cf4
Merge pull request #15225 from zul00/fix/unconfirmed_retransmission/stop_on_downlink
...
Fixed issue in unconfirmed_retransmission behavior
2022-02-14 09:48:24 +01:00
Martin Kojtal
3b3b30799f
Merge pull request #15223 from OpenNuvoton/nuvoton_fix_cmake_ninja_armclang
...
CMake: Fix command line too long with Ninja/ARMClang on Windows
2022-02-14 09:48:04 +01:00
Anthony Mcnicoll
f004f09b0b
Consistency fixes for multiple UART support commit
2022-02-12 12:35:49 -05:00