Oren Cohen
ad79a3bd8e
Define program_cycle_s for CY8CKIT_062_WIFI_BT
2019-04-05 12:26:26 +01:00
Oren Cohen
be524bbb5d
Define program_cycle_s for NXP LPC55S69
2019-04-05 12:26:26 +01:00
Martin Kojtal
03427b35b5
readme: remove waffle as not supported soon
...
Fixes #10176
2019-04-05 12:26:26 +01:00
Tymoteusz Bloch
4897ff28e5
Fixed compilation error in LWIPStack class if lwip tcp is disabled.
2019-04-05 12:26:26 +01:00
Arto Kinnunen
6b0897bc64
Nanostack 802.15.4 RF drivers update
...
Sync Nanostack RF drivers from master copy:
-MCR20A: v1.0.6
-S2LP: v0.0.5
2019-04-05 12:26:26 +01:00
Leszek Rusinowicz
5664a928f1
Workaround for ARMC6 Windows 7 assembler issue
...
On Windows 7 using --preproc option in ARMC6 assembler doesn't work
when -MD option is also specified. Compiler creates incorrect filename for
dependency file and compilation files.
To workaround this issue, this change returns to using a temporary file and
separately calling preprocessor and assembler (as in a case of ARMC5).
2019-04-05 12:26:25 +01:00
Michael Schwarcz
24a3b0cc74
LPC targets: Compile us_ticker.c only if USTICKER defined
2019-04-05 12:26:25 +01:00
Michael Schwarcz
b130fae17e
Add USTICKER to more targets
...
- LPC4088
- LPC4088_DM
- MAX32600MBED
- NCS36510
- WIZWIKI_W7500
- WIZWIKI_W7500ECO
- WIZWIKI_W7500P
2019-04-05 12:26:25 +01:00
Michael Schwarcz
83f9243362
Add USTICKER to ARCH_PRO target
2019-04-05 12:26:25 +01:00
Michael Schwarcz
ca23b4397f
Remove dependency on us_ticker HAL apis for non USTICKER targets
...
- Surround mbed_us_ticker_api.c with if DEVICE_USTICKER
- get_us_ticker_data() returns NULL for non-usticker targets.
2019-04-05 12:26:25 +01:00
itziar
c4c6515ad3
Applied suggested astyle fix(es)
2019-04-05 12:26:25 +01:00
itziar
18e8671b68
Bug related to downlink sequence counter rollover
2019-04-05 12:26:25 +01:00
kegilbert
ed08c8f940
Remove gnuarmeclipse from baremetal export testing
...
baremetal does not currently work with gnuarmeclipse
2019-04-05 12:26:25 +01:00
Kevin Gilbert
3e9e126707
Add baremetal example to testing
2019-04-05 12:26:25 +01:00
Ryan Morse
9b9125a7f1
Fixed issue with PWM not being freed when the object is destroyed
2019-04-05 12:26:24 +01:00
ccli8
b8a626c3ab
Fix MBED_RAM_START/MBED_RAM_SIZE symbol generation
...
1. Fix MBED_RAM_START/MBED_RAM_SIZE are not generated when there are
target.mbed_ram_start/target.mbed_ram_size overrides
2. Fix MBED_RAM_START/MBED_RAM_SIZE are duplicated.
2019-04-05 12:26:24 +01:00
Malavika Sajikumar
865a5dcf13
Renaming SDP-K1 to SDP_K1.
2019-04-05 12:26:24 +01:00
Malavika Sajikumar
ad163d73e1
Disabling LPTICKER for now. Fixing a few more alignment issues.
2019-04-05 12:26:23 +01:00
Malavika Sajikumar
792d3b09d2
Updating SPDX-License-Identifier.
2019-04-05 12:26:23 +01:00
Malavika Sajikumar
bb863b3109
Adding support for SDP connector pins.
2019-04-05 12:26:23 +01:00
Malavika Sajikumar
41ba2da3d6
Fixing for Travis CI test fail. 5e9e140
.
2019-04-05 12:26:23 +01:00
Malavika Sajikumar
4b080876e9
Adding SPDX identifier (year 2019) to the license.
2019-04-05 12:26:23 +01:00
Malavika Sajikumar
84fe82e78e
Removing commented out lines. Added SDP connector pins.
2019-04-05 12:26:23 +01:00
Malavika Sajikumar
cfcefd347f
Fixing alignment on the lines for SDP-K1 description.
2019-04-05 12:26:23 +01:00
Malavika Sajikumar
5b4b4386d0
Adding support for SDP-K1.
2019-04-05 12:26:22 +01:00
itayzafrir
e53e8b9f94
Remove uneeded TODO comment from the code
2019-04-05 12:26:22 +01:00
itayzafrir
f45801a611
Unify code style
...
- Use designated initializers for IPC structs
- Unify variables declaration and initialization
2019-04-05 12:26:22 +01:00
itayzafrir
e2eea51eaa
Unify sections titles/comments & fix typo in comment
2019-04-05 12:26:22 +01:00
itayzafrir
0bd2275c04
Set handle to PSA_NULL_HANDLE when closing IPC connection
2019-04-05 12:26:22 +01:00
itayzafrir
8bc0c45d00
Use PSA_NULL_HANDLE when testing for invalid handles
2019-04-05 12:26:21 +01:00
itayzafrir
f8cdd41415
Use psa prefix for crypto.h include
2019-04-05 12:26:21 +01:00
itayzafrir
9a5839ab8f
Refactor crypto service proxy
2019-04-05 12:26:21 +01:00
Cruz Monrreal II
709e36f38a
Updated astyle to work with updated .astyleignore file fgrep === grep -F -F treats lines as fixed strings (aka, the '^' isn't expanded)
2019-04-05 12:26:20 +01:00
Cruz Monrreal II
423079728d
Replaced './' with '^' in .astyleignore file. '^' matches start of line, which is what fgrep/grep use to properly ignore start of lines
2019-04-05 12:26:20 +01:00
jeromecoutant
3c17155119
DISCO_L496AG: Add PMOD and STMOD+ connector
2019-04-05 12:26:20 +01:00
Cruz Monrreal II
7ba2b9bc6f
Added missing astyle corrections for TESTS/mbed_hal/*
2019-04-05 12:26:20 +01:00
Cruz Monrreal II
c6ae213299
Added missing astyle corrections for usb/device/targets/*
2019-04-05 12:26:20 +01:00
Cruz Monrreal II
bff6753fee
Added './' prefix to all directories in .astyleignore This forces directory searching to not over-exclude files.
...
Also sorted the list, because it's nice.
2019-04-05 12:26:20 +01:00
ccli8
2ab9540b80
Remove SD component from targets.json
...
Nuvoton targets below don't provide SPI-bus SD on-board, identified by 'SD' in
target component list. Instead, these targets provide SD-bus SD on-board, identified
by unofficial 'NUSD', driver of which is provided outside mbed-os tree. So 'SD' must
be removed to reflect the truth.
- NUMAKER_PFM_NUC472
- NUMAKER_PFM_M487
- NUMAKER_IOT_M487
- NUMAKER_PFM_M2351
2019-04-05 12:26:20 +01:00
mudassar-ublox
4402908bbd
C030_N2XX default interface
2019-04-05 12:26:20 +01:00
Ari Parkkila
4d40487abe
SPIF: Fix SPI_FREQ for MTB_ADV_WISE_1570
2019-04-05 12:26:19 +01:00
Ari Parkkila
c65fec37c9
Cellular: Fix max packet size for BC95 driver
2019-04-05 12:26:19 +01:00
Michal Paszta
6bd4ea82a8
Refactor socket stats to reduce bioler plate
...
Add a proper test case setup and teardown which does the socket stats
checks in tcp, udp and tls.
2019-04-05 12:26:19 +01:00
Kevin Bracey
e16a275b68
Atmel RF: use system wait_ns
...
This driver's delay_ns was used as the basis of the system wait_ns -
migrate to that refined implementation.
2019-04-05 12:26:19 +01:00
Juho Eskeli
e49d00fd71
MTB_STM_L475: fix UART clock
2019-04-05 12:26:19 +01:00
Maciej Bocianski
0e3219e8be
Add USB mass storage test
2019-04-05 12:26:19 +01:00
Maciej Bocianski
56815a13ef
USBMSD: Add media removal event check function
2019-04-05 12:26:18 +01:00
Mirela Chirica
9567800914
Cellular: Fix network interface test for cellular targets
2019-04-05 12:26:18 +01:00
Teppo Järvelin
a12f8cd5db
Cellular: don't allow ATHandler read/write if filehandle not usable
...
For example after going to ppp mode we must block at write and
read as filehandle is not usable.
2019-04-05 12:26:18 +01:00
Arto Kinnunen
54c8d5a0f5
Nanostack 802.15.4 RF drivers update
...
Sync Nanostack RF drivers from master copies:
-Atmel: v3.0.7
-MCR20A: v1.0.3
-S2LP: v0.0.4
2019-04-05 12:26:18 +01:00