Commit Graph

13 Commits

Author SHA1 Message Date
Edvard Pettersen
ff93ef11db Added individual configuration of front-end mode for each RF path 2019-01-28 16:26:21 +01:00
Edvard Pettersen
257a3794a1 Fixed RF front-end configuration and RF switching for CC13xx
Two issues caused the sensitivity on CC13xx devices to be dramatically
worse than CC26xx devices:
* Wrong front-end mode configuration
* Faulty/outdated RF switching logic

Both issues are inherently board-specific. Therefore, a generic
configuration was aligned across all boards which allows a specific
board to configure a correct RF front-end mode. In addition, the RF
switching logic was updated to latest and greatest.
2019-01-28 16:22:42 +01:00
Edvard Pettersen
081a8cd516 Fixed wrong PIN configuration for UART0_RX on LaunchPads
All LaunchPads drives the UART0_RX pin up, but is configured in the
Board file to be pull-down. This alignes the UART0_RX pin configuration
with the development board HW.
2018-11-26 12:04:08 +01:00
Edvard Pettersen
232fbd4c98 Fixed travis errors 2018-08-31 16:39:20 +02:00
Edvard Pettersen
eda0a9b962 Added SPI pin declarations to Board files 2018-08-31 11:06:31 +02:00
Edvard Pettersen
8fb568a7a2 Removed Display from Board files 2018-08-31 11:05:31 +02:00
Edvard Pettersen
3031be39a8 Added BOARD_STRING 2018-08-31 11:04:51 +02:00
Edvard Pettersen
06cc883b3f Fixed DeviceFamily_constructPath() 2018-08-31 11:04:51 +02:00
Edvard Pettersen
dfc6ee611a Doxygen alignment, and fixed missing TRNG objects 2018-08-31 11:04:49 +02:00
Edvard Pettersen
de0197d71f Normalized TX power settings 2018-08-31 11:04:48 +02:00
Edvard Pettersen
f4a8cba371 Rehauled doxygen commenting and fixed TI drivers configuration 2018-08-31 11:04:48 +02:00
Edvard Pettersen
315bfc00d3 Added SUPPORT_BLE_BEACON flag 2018-08-31 11:04:46 +02:00
Edvard Pettersen
bb00eaa041 Normalized GPIO HAL, fixed LEDS & Buttons HAL, and aligned sensortag and
SRF06 boards
2018-08-31 11:04:45 +02:00