Markus Siglreithmaier
ea6c886d22
STM32L4: Use HAL layer functions for sleep implementation
2018-09-26 08:54:13 +02:00
Cruz Monrreal
815683c2bd
Merge pull request #7941 from OpenNuvoton/nuvoton_fix_gpio_mode_mapping
...
Nuvoton: Fix GPIO mode mapping
2018-09-25 13:15:09 -05:00
Jimmy Brisson
f6310a00c3
Convert to a set in win2unix
2018-09-25 12:31:33 -05:00
Cruz Monrreal
3bec1b75c1
Merge pull request #8229 from mirelachirica/fix_network_and_util_ut
...
Fix network and util ut
2018-09-25 10:35:36 -05:00
adbridge
29a944e5e2
Update Manifest tool version
...
v1.4.5 -> v1.4.6
2018-09-25 15:51:21 +01:00
adbridge
8ce2e5ac1d
Add back examples updated for mbed-os-5.10
...
While feature changes were being added to mbed-os a number of
examples were removed from this list due to incompatibility issues.
This PR adds those examples back in:
Filesystem,
Blockdevice,
Mesh-minimal,
Bootloader.
This PR also adds in the new NFC example.
2018-09-25 15:24:30 +01:00
Jarno Lamsa
83a85d7830
mcr20a use core_util_critical_section functions
2018-09-25 16:29:24 +03:00
Martin Kojtal
a88ed6eff1
PR template: add "test update"
...
Adding new test case, test unit or just updating tests
2018-09-25 14:11:39 +01:00
Amir Cohen
e92f41a8a4
Fix print error
2018-09-25 15:30:29 +03:00
jeromecoutant
e8d32ca0f9
STM32F1 RTC : save values in register
...
Date is managed only by SW
within CUBE functions HAL_RTC_GetDate and HAL_RTC_SetDate.
They are then replaced by functions that saved counters in HW registers.
RTC_ReadTimeCounter and RTC_WriteTimeCounter are then added to the ST API.
2018-09-25 13:45:59 +02:00
Martin Kojtal
65a0a1aecd
Merge pull request #8131 from jeromecoutant/PR_F3_ADC
...
STM32F3 correct analogin_read
2018-09-25 13:24:03 +02:00
Martin Kojtal
a999289365
Merge pull request #8034 from EnsilicaEdd/snr_unsigned_signed
...
Changed the reported SNR from unsigned to signed.
2018-09-25 13:23:14 +02:00
Martin Kojtal
396f7e39fa
Merge pull request #8037 from mattbrown015/stm32_gpio_irq_shared_vector
...
STM32: Fix disabling of IRQs shared by multiple events
2018-09-25 13:18:02 +02:00
Seppo Takalo
e7924a98b2
Fix WIFI_CONNECT_PARAMS_CHANNEL_FAIL testcase.
...
Test case was assuming that secure and unsecure SSID were on different
channels.
This is not a requirement and it should be OK to run on same channel.
Fixed the testcase by using +1 on channel number to get a wrong channel.
2018-09-25 14:11:22 +03:00
Veijo Pesonen
d302a62e60
Drops removed mbedgt-netsocket cases from test specification
2018-09-25 11:52:50 +03:00
Martin Kojtal
aac58a7e21
PR template: add "docs update"
...
As we know have documentation in the repository, this type should define changes
only to documentation.
2018-09-25 09:30:58 +01:00
Ganesh Ramachandran
9215b9d264
Fixed pwmout & serial fuart
...
pwmout:
Used SystemCoreClock
Serial fuart:
SERIAL_5 & SERIAL_3 have same CTS pin (PA7), only function register is different (4 & 2).
pinmap_peripheral() will always return first match from the map.
Hence changed as, if SERIAL_5 is used, then pinmap_peripheral() should return SERIAL_5 (function register 2 to be set).
2018-09-25 13:29:12 +05:30
Ganesh Ramachandran
9474603791
Added usticker feature
2018-09-25 12:51:08 +05:30
Veijo Pesonen
6ac099ab1a
Makes mbedgt-network-wifi case to skip channel number check
...
2.4GHz and 5GHz channels might be using the same SSID. Wifi scan
might also fail occasionally to find secure- and unsecure channels
on same scan so lets not assume that we'll find both.
2018-09-25 09:29:53 +03:00
Veijo Pesonen
b355c750a6
Makes mbedgt-netsocket cases to accept port 0 as destination
2018-09-25 09:29:53 +03:00
TomoYamanaka
b01cdcba5a
Modify typo of return value at mbed_get_a9_tick_irqn().
2018-09-25 14:07:59 +09:00
TomoYamanaka
48038e4dcc
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-09-25 13:53:49 +09:00
Russ Butler
000ee90bfe
Add a minimum requirements HAL test
...
Add a test to ensure that devices have at least 2K free ram
and 2K free heap. This test should be the first test that fails
due to running out of ram or heap.
2018-09-24 13:54:56 -05:00
Cruz Monrreal
6fca23ece1
Merge pull request #7955 from yossi2le/add_frequency_to_dataflash_conig
...
Add SPI_FREQ parameter to DATAFLASH block device configuration
2018-09-24 10:45:34 -05:00
Cruz Monrreal
7ca85f9688
Merge pull request #8009 from NXPmicro/LPC1768_RTC
...
LPC1768: Enable RTC
2018-09-24 10:44:29 -05:00
alrodlim
7d9263d2ef
Move I2C pins definition so that A4 and A5 are defined before using them
2018-09-24 09:46:11 -05:00
Mirela Chirica
30da9c1965
Cellular: Fix cellular util unit test
2018-09-24 15:15:59 +03:00
Mirela Chirica
983425e4fc
Cellular: Fix cellular network unit test
2018-09-24 15:15:18 +03:00
Martin Kojtal
ac6ca73dd8
Merge pull request #8165 from mprse/issue_8155_fix
...
Fix for issue #8155 (NRF52832: time stops after 35 minutes)
2018-09-24 12:59:22 +02:00
Lari-Matias Orjala
00397b232c
Unit tests: improve argument checking in coverage.py
2018-09-24 11:41:34 +03:00
Lari-Matias Orjala
04c98b0223
add coverage filtering
2018-09-24 11:41:34 +03:00
Juho Eskeli
d0ac092e68
Adjust stack & heap for IAR on STM32F412xG
2018-09-24 11:27:42 +03:00
Martin Kojtal
b5ee0c0e27
Merge pull request #8026 from SiliconLabs/bugfix/gpcrc
...
Fix for HW CRC calculations on Silicon Labs targets
2018-09-24 10:22:13 +02:00
Martin Kojtal
f0c6a66285
Merge pull request #8005 from paul-szczepanek-arm/fix-whitelist-gen
...
BLE: fix whitelist generation (set correct address type)
2018-09-24 10:17:46 +02:00
Martin Kojtal
9d78650fcc
Merge pull request #7989 from OpenNuvoton/nuvoton_fix_m2351_stdiouart
...
M2351: Fix STDIO_UART error
2018-09-24 09:06:52 +02:00
Martin Kojtal
2e049ce035
Merge pull request #8019 from jarvte/fix_crash_in_close_cellularnetwork
...
Cellular: fixed crash when closing CellularNetwork via CellularDevice.
2018-09-24 09:06:34 +02:00
Martin Kojtal
c503dedac6
Merge pull request #8212 from lorjala/unittests-docs
...
Unit tests: update README.md
2018-09-24 08:34:27 +02:00
Martin Kojtal
e7cd6ae2a9
Merge pull request #7746 from davidsaada/david_nvstore_test_low_mem
...
Handle NVStore tests in a low memory environment
2018-09-24 08:25:20 +02:00
Martin Kojtal
47d1acf49f
Merge pull request #7918 from ARMmbed/AnotherButler-patch-1
...
Add link to README.md
2018-09-24 08:24:46 +02:00
Martin Kojtal
9506f50112
Merge pull request #8036 from TeroJaasko/fix_mbed_error_c_memsets
...
platform: error: fix bogus usage of memset()
2018-09-24 08:23:02 +02:00
Martin Kojtal
7bec04c4be
Merge pull request #8218 from lorjala/unittests-disabledoxygen
...
Unit tests: add UNITTESTS folder to exclude patterns in doxygen_options.json
2018-09-24 08:22:26 +02:00
Cruz Monrreal
1a638c7870
Merge pull request #8106 from c1728p9/macros_to_config
...
Replace macros with config options
2018-09-22 16:40:53 -05:00
Cruz Monrreal
c5f2d16e63
Merge pull request #8073 from jarlamsa/icetea_test_docs
...
Add documentation about icetea testcases
2018-09-22 16:36:17 -05:00
Cruz Monrreal
73a96a68cf
Merge pull request #8147 from AriParkkila/cell-auth
...
Fix authentication on a cellular network for Access Point Name (APN)
2018-09-22 16:25:35 -05:00
Steven
0f879adccd
Apply @kjbracey-arm's comments
2018-09-22 20:40:32 +02:00
Cruz Monrreal
5eb314f65f
Merge pull request #8164 from OpenNuvoton/nuvoton_iot_m487
...
Support Nuvoton's new target NUMAKER_IOT_M487
2018-09-21 21:31:22 -05:00
Cruz Monrreal
da0c5d9a71
Merge pull request #8182 from lorjala/fix_unittests
...
Unit tests: fix cellular athandler unit tests and wait() declaration conflict
2018-09-21 21:30:50 -05:00
Cruz Monrreal
caa4279244
Merge pull request #8023 from SiliconLabs/hotfix/nanostack-default-interface
...
Hotfix for PR #7778 on Silicon Labs targets
2018-09-21 12:50:43 -05:00
jeromecoutant
79bef6e2c8
STM32 EMAC : lock deep sleep
2018-09-21 15:14:38 +02:00
Hasnain Virk
bc976c6545
Fixing coverity findings
...
A couple of the coverity analysis findings are being treated here. For
the rest there will be a separate PR.
2018-09-21 15:55:30 +03:00