- Jul 09, 2024
-
-
- sleep mode must be enabled in firmware with compile flag SLEEP_ENABLE (default: off) - sleep is activated by UART and left through EXT_PIN_WAKEUP (rising edge) - sleep is delayed until pending UART TX has completed (typically ACK for SLEEP command) - added software control for alternative LEDP configuration (RP) through PEN (PEN will be low / LEDP off when modem is sleeping) changed ACI interface to return NACK on faulty CMD (processCmd returns bool now instead of void)
-
- Jun 05, 2024
-
-
Bernd-Christian Renner authored
- removed obsolte txamp functions (re DAC enable sequence) - reorderd TX enable sequence - consolidated time keeping (ticks/time vs sample count) - added RX_ and TX_ prefixes for samples counts - added new data type rx_sample_cnt_t - renamed function to calc rx lag for more clarity - deactivated downsampling (locked feature, almost all steps made)
-
- Feb 10, 2020
-
-
Bernd-Christian Renner authored
-