-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdevice-version-notes.json
More file actions
106 lines (106 loc) · 3.69 KB
/
device-version-notes.json
File metadata and controls
106 lines (106 loc) · 3.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"notes": [
{
"id": "flash-get-from-head-offset",
"title": "Flash logs: CMD_FLASH_GET_FROM_HEAD start offset bug",
"appliesTo": {
"fwVersions": [
"4.4.2",
"5.0.1",
"6.8.1",
"6.9.0",
"6.10.0",
"6.11.0",
"6.12.1",
"6.14.1",
"6.15.0"
],
"fwVersionMin": null,
"fwVersionMax": null,
"hwVersions": [],
"hwVersionMin": null,
"hwVersionMax": null,
"hwTypes": []
},
"body": [
"Bug: the start index is shifted by the requested count.",
"Impact: a request for start X and count N is treated as start X+N.",
"Workaround: for the latest N entries, use start=0 and count=N."
]
},
{
"id": "firmware-test-warning",
"title": "Firmware status: test build",
"appliesTo": {
"fwVersions": [
"7.0.0"
],
"fwVersionMin": null,
"fwVersionMax": null,
"hwVersions": [],
"hwVersionMin": null,
"hwVersionMax": null,
"hwTypes": []
},
"body": [
"This firmware is a test build.",
"Expect incomplete or unstable behavior."
]
},
{
"id": "open-collar-7-1-0-release-notes",
"title": "Open Collar 7.1.0 release notes",
"appliesTo": {
"fwVersions": [
"7.1.0"
],
"fwVersionMin": null,
"fwVersionMax": null,
"hwVersions": [],
"hwVersionMin": null,
"hwVersionMax": null,
"hwTypes": []
},
"body": [
"Added: external switch user-configurable power control (toggle external switch power on/off).",
"Added: LoRa TX/RX tests in provisioning firmware.",
"Added: flash size printout as a separate provisioning test.",
"Added: freeedge_nrf52840 v1.6.0 board files with ambiguous flash support.",
"Added: collaredge_nrf52840 v1.5.0 board files with ambiguous flash support.",
"Added: RF front end module as a standalone module in a separate lib folder.",
"Fixed: AirQ report-sending interval overflow.",
"Fixed: flash read from head now starts at the specified message.",
"Fixed: external switch GPIO pin initialization.",
"Fixed: unnecessary uart0 (serial-uart) toggling when sending s-band messages.",
"Removed: RF scanner and related components (RF Open Sky Detection, EWMA partition).",
"AirQ: rangeredge_airq_nrf52840 is a use-case-specific build with an external I2C board (BME690, BMV080); to fit firmware size, it disables non-EU868 LoRa regions, BT_CMDQ, RF scanning/Open Sky Detection, and outdoor detection.",
"AirQ DFU files: see air_quality-v7.1.0."
]
},
{
"id": "open-collar-7-2-0-release-notes",
"title": "Open Collar 7.2.0 release notes",
"appliesTo": {
"fwVersions": [
"7.2.0"
],
"fwVersionMin": null,
"fwVersionMax": null,
"hwVersions": [],
"hwVersionMin": null,
"hwVersionMax": null,
"hwTypes": []
},
"body": [
"Added: SDFS UART (SD card writer) module and sample.",
"Added: updates to main README.md.",
"Added: support for multiple LED colors (magenta, yellow, and cyan).",
"Added: LP0 lib with packetization and communication modules.",
"Added: LP0 feature in main app for ABP message sending and offloading logic.",
"Fixed: device rebooting on ungraceful Bluetooth disconnection (for example when out of range).",
"Removed: remaining RF Open Sky detection user settings not removed in v7.1.0.",
"DFU files: see open-collar-v7.2.0."
]
}
]
}