Commit Graph

30392 Commits (aa42aeb514c12d97c1661cf2098ef66854c73113)

Author SHA1 Message Date
Paul Szczeanek 3316e7ff66 shutdown timer on deinit 2020-07-02 16:41:42 +01:00
Paul Szczeanek 981eaed9bb crypto init calls fixed 2020-07-02 16:41:42 +01:00
Paul Szczeanek 16cbc97feb enum for acl changed name from data to acl to match stack 2020-07-02 16:41:42 +01:00
Paul Szczeanek 3a46d09a87 add stubs for iso channels, update config for iso 2020-07-02 16:41:42 +01:00
Paul Szczeanek dbd58bfd02 remove unneeded pal 2020-07-02 16:41:42 +01:00
Paul Szczeanek ebd4aed9b1 disable led 2020-07-02 16:41:42 +01:00
Paul Szczeanek d9699cf269 asm only for gcc 2020-07-02 16:41:42 +01:00
Paul Szczeanek a04102ae39 switch to timer 2 due to conflict 2020-07-02 16:41:42 +01:00
Paul Szczeanek 7f23b6df0f update nrf cordio ll files 2020-07-02 16:41:42 +01:00
Paul Szczeanek 568d0a287e use assembly on gcc 2020-07-02 16:41:42 +01:00
Paul Szczeanek 4ce36b3728 missing def arm id in ll_defs 2020-07-02 16:41:42 +01:00
Paul Szczeanek c2ccc30657 enable custom hci transport in config 2020-07-02 16:41:42 +01:00
Paul Szczeanek fbf55f90eb change fake chci into custom chci to resolve naming issues 2020-07-02 16:41:42 +01:00
Paul Szczeanek be80c46e9a update cordio LL files to 20.05r 2020-07-02 16:41:42 +01:00
Paul Szczeanek c2bc9a4385 avoid redundant call on timer init 2020-07-02 16:41:42 +01:00
Paul Szczeanek a40d0cb282 fix error message 2020-07-02 16:41:42 +01:00
Paul Szczeanek ebf9ec963d copy advertising data into the message 2020-07-02 16:41:42 +01:00
Paul Szczeanek d3bda92bee fix signed writes 2020-07-02 16:41:41 +01:00
Paul Szczeanek c4afea26fa remember if key was authenticated 2020-07-02 16:41:41 +01:00
Paul Szczeanek c61f84b97c remove pointless heap count 2020-07-02 16:41:41 +01:00
Paul Szczeanek 260e5016dc fix cordio configuration 2020-07-02 16:41:41 +01:00
Paul Szczeanek 11dba2e972 don't compile debug version of ecc by deafult 2020-07-02 16:38:28 +01:00
Paul Szczeanek 758b9587d2 missing wsf_types.h include 2020-07-02 16:38:28 +01:00
Paul Szczeanek 4090f31107 add missing services header 2020-07-02 16:38:28 +01:00
Paul Szczeanek 59528d6a18 expose WsfTimerNextExpiration in the wsf api 2020-07-02 16:38:28 +01:00
Paul Szczeanek 313651bb2e remove nvm 2020-07-02 16:38:28 +01:00
Paul Szczeanek 764f18c4bd add crit section to cordio stack pal 2020-07-02 16:38:28 +01:00
Paul Szczeanek bb4b58b239 porting adaptation layer 2020-07-02 16:38:28 +01:00
Paul Szczeanek fc59443a09 hciDrvWrite no longer needed 2020-07-02 16:38:28 +01:00
Paul Szczeanek 3e011a9c4a update host and wsf files 2020-07-02 16:38:28 +01:00
jeromecoutant e10a233c80 STM32 PWM : avoid glitch after duty cycle change 2020-07-02 14:54:09 +02:00
jeromecoutant a0b718fc04 STM32 ANALOGOUT and DEEPSLEEP
keep DAC on during wait period
2020-07-02 14:18:44 +02:00
jeromecoutant c8737c593d STM32WB RNG: enable use from both M4 and M0+ core 2020-07-02 10:17:08 +02:00
Dustin Crossman 0ae7516cac Fix serial wait bug in sleep test.
During the sleep_usticker_test and the deepsleep_lpticker_test a sleep
was placed above the main testing loop in order to give the device some
time to finish the Green Tea UART transmissions before entering sleep
mode. Since there is a Green Tea transmission at the end of each
iteration of this test loop, this sleep should be called for each loop
instead of just once before it.
2020-07-01 10:49:49 -07:00
Dustin Crossman c70baa9289 Fix kv parsing bug in greentea client.
Mbed greentea sends all KV pairs in the following format:
"{{key,value}}\n"
Previously the greentea client code was not reading the final '\n' from
the UART as part of the HandleKV() call. This did not cause an
error when multiple KV pairs were being parsed because any whitespace
proceeding a message was ignored. Once the final KV pair was sent,
however, HandleKV() would only read up to the "}}" leaving the final
'\n' in the UART buffer.
2020-07-01 10:38:49 -07:00
Kyle Kearney 1751983ca1 PSoC Targets: Increase greentea sync timeout 2020-07-01 09:37:52 -07:00
jeromecoutant eac3c95303 LED1 and LED2 removed from tests-mbed_drivers-ticker
not really useful for automatic CI test
2020-07-01 16:00:49 +02:00
jeromecoutant 2cc72e7342 Remove LED2 in integration tests
- LED1 is sufficient
- Use MBED_CONF_APP_NO_LED json config if LED1 doesn't exist
2020-07-01 15:59:49 +02:00
Martin Kojtal ffeb926a67
Merge pull request #13206 from vvkaggarwal12/usb-device-fix
Usb device init: wait_us fix
2020-07-01 14:08:47 +02:00
Martin Kojtal 663492a24f
Merge pull request #13205 from kjbracey-arm/lwipnonblock
LWIPStack: set sockets non-blocking
2020-07-01 12:29:22 +02:00
Martin Kojtal 26b6ca67ff
Merge pull request #13199 from jamesbeyond/test_fix
TEST: Update kvstore tests with shorter timeout
2020-07-01 12:18:12 +02:00
Martin Kojtal ab84dcde03
Merge pull request #13198 from kyle-cypress/pr/whd-1.91.2
Cypress: Update WHD to version 1.91.2
2020-07-01 12:01:51 +02:00
Martin Kojtal 60c94ebd3c
Merge pull request #13191 from dgreen-arm/fix-ordering-in-adjust_config.sh
Fix ordering in adjust config.sh
2020-07-01 12:00:41 +02:00
Martin Kojtal a0fd81bcd0
Merge pull request #13188 from toyowata/fix_baremetal_build
TEST: Add spif-driver support for baremetal test build
2020-07-01 11:48:18 +02:00
Martin Kojtal 76831a95f4
Merge pull request #13174 from jeromecoutant/PR_FPGA_WATCHDOG
tests-mbed_timing_fpga_ci_test_shield-watchdog update with clock accuracy
2020-07-01 11:47:25 +02:00
Martin Kojtal 23a84dd396
Merge pull request #13180 from esajaa/master
Update mbed-coap to version 5.1.6
2020-07-01 11:43:04 +02:00
Martin Kojtal 0e225f9298
Merge pull request #13173 from jeromecoutant/PR_I2C_L4R
STM32L4: I2C init parameters for L4+ MCU
2020-07-01 11:30:38 +02:00
Martin Kojtal 9ad4aa5334
Merge pull request #13152 from debdeep-arm/add-wisun-interface-api
Add Wi-SUN Interface APIs
2020-07-01 10:25:56 +02:00
Martin Kojtal 22e9925ca9
Merge pull request #13172 from yarbcy/pr/dev-mbed-init-fix
Cypress: Fix internal JIRA. Add check if cybsp_init() is successful
2020-07-01 10:25:11 +02:00
vivek 8d1503b220 Fix: #13203: USB device: wait_us instead of ThisThread::sleep_for, delay given is 5us 2020-07-01 13:11:42 +05:30