mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
-------------------------------------------------------------------------------
* a25800e Comment
* 36b8ce1 Fixed crash when debugging internal Dect.
* 4e4a468 Fixed swaped arguments for calloc
* 737aa13 Due to some units of product DG400 has been faulty initialized at produciton factory we need to complete the first time setup ourself. Issues we now look for: - Blacklisted RFPI addresses - Faulty RFPI ranges - Incorrect radio calibration frequency - Blank NVS - Missing Natalie firmware Invalid RFPI and radio freq can be repaired by dectmngr2 during startup. For the rest we print warnings.
-------------------------------------------------------------------------------
commit a25800e9e424867c9fb6167b3ebf4af32d3402eb
Author: Ronny Nilsson <ronny.nilsson@inteno.se>
Date: 2016-10-12 16:05:56 +0200
Comment
Base directory -> /
src/rawmailproxy.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 36b8ce18ed4ed6932d71b058059ef9e790708677
Author: Ronny Nilsson <ronny.nilsson@inteno.se>
Date: 2016-10-12 16:05:32 +0200
Fixed crash when debugging internal Dect.
Base directory -> /
src/debugger.c | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
-------------------------------------------------------------------------------
commit 4e4a468c335cb6f0595e0f5de50d0ffbff5dbed2
Author: Ronny Nilsson <ronny.nilsson@inteno.se>
Date: 2016-10-12 16:04:07 +0200
Fixed swaped arguments for calloc
Base directory -> /
src/busmail.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 737aa1392ff2033e15f0f9fa4c9c05de4f2c283f
Author: Ronny Nilsson <ronny.nilsson@inteno.se>
Date: 2016-10-11 17:06:05 +0200
Due to some units of product DG400 has been faulty initialized at produciton
factory we need to complete the first time setup ourself. Issues we now look
for: - Blacklisted RFPI addresses - Faulty RFPI ranges -
Incorrect radio calibration frequency - Blank NVS - Missing
Natalie firmware Invalid RFPI and radio freq can be repaired by dectmngr2
during startup. For the rest we print warnings.
Base directory -> /
src/connection_init.c | 356 +++++++++++++++++++++++++++++++++++++++++---------
src/connection_init.h | 3 +
2 files changed, 295 insertions(+), 64 deletions(-)
-------------------------------------------------------------------------------
|
||
|---|---|---|
| .. | ||
| files | ||
| Makefile | ||