mbed-os/features
Hasnain Virk d76f6c07e9 Making recv timing error and preamble length configurable
We had a bug especially in the reception path. Our recv window opening
delays were being calculated on the premise that the radio has to capture
5 preamble symbols out of 8 transmitted by the base station. However, in PHY
layer while setting radio rc settings, we were setting preamble length to be 8.
Preamble length register needs to be configured differently for Uplink and Downlink.
For uplink, we wish to transmit 8 preamble symbols whereas in the reception path we need
to receive 5 preamble symbols at least out of 8.
Alongwith that the maximum range of timing error may vary from platform to platform as it
is based upon the crystal in the chip. We have now made these parameters configurable and
have loaded them with the most optimal defaults.
2018-07-30 15:25:36 +03:00
..
FEATURE_BLE Merge pull request #7210 from pan-/fix-nordic-security-cancellation 2018-06-25 10:12:23 -05:00
FEATURE_UVISOR Upgrade uvisor to v0.31.1 2018-06-06 15:18:24 +03:00
TESTS/filesystem Merge pull request #6757 from davidsaada/david_buffered_bd 2018-05-22 14:25:51 +02:00
cellular Cellular: Fix socket_send unit test 2018-07-11 13:45:00 +03:00
cryptocell/FEATURE_CRYPTOCELL310 Remove redundant Cryptocell libraries 2018-05-31 18:15:25 +03:00
deprecated_warnings Add deprecation warning for those who enable LWIP or NANOSTACK 2018-06-21 11:00:00 +03:00
device_key device key: add memset include 2018-06-28 14:17:15 +01:00
filesystem FatFs 0.13b hotfix - fix readdir() never terminates when dir is full. 2018-07-03 17:03:35 -04:00
frameworks Unity: Add macros for test skipping. 2018-07-11 14:51:05 +03:00
lorawan Making recv timing error and preamble length configurable 2018-07-30 15:25:36 +03:00
lwipstack Revise heap and stack size for Ethernet of GR-PEACH 2018-07-19 16:12:32 +09:00
mbedtls Integrate mbed OS RTC with mbed TLS 2018-07-16 20:39:43 +01:00
nanostack Merge pull request #7107 from kjbracey-arm/ns-global-events 2018-07-12 10:06:03 -05:00
netsocket Allow legacy TCPServer::accept() to override inherited Socket::accept() 2018-07-24 18:06:04 +03:00
nvstore Fix Greentea test code with Cortex-M23/M33 2018-07-12 18:01:27 +08:00
storage/FEATURE_STORAGE typos 2018-02-20 20:11:19 -05:00
unsupported TARGET_STM USB astyle 2018-06-27 15:01:23 +02:00