author
int64
658
755k
date
stringdate
2012-06-12 08:34:29
2024-07-22 14:51:21
timezone
int64
-46,800
43.2k
hash
stringlengths
40
40
message
stringlengths
5
490
mods
listlengths
1
16
language
stringclasses
20 values
license
stringclasses
3 values
repo
stringlengths
5
68
original_message
stringlengths
12
491
491,595
03.05.2019 13:10:09
-7,200
7147a3e9b90fce32bc8b4f1b686ad2b9eeb3e572
using slot duration 80ms.
[ { "change_type": "MODIFY", "old_path": "bsp/boards/scum/board_info.h", "new_path": "bsp/boards/scum/board_info.h", "diff": "@@ -52,10 +52,10 @@ to return the board's description.\n//===== IEEE802154E timing\n-#define SLOTDURATION 70 // in miliseconds\n+#define SLOTDURATION 80 // in miliseconds\n////...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-830. using slot duration 80ms.
491,595
03.05.2019 14:20:44
-7,200
bf930bdee7a622a51b1f87b6bba6a7621765e94f
update to load openwsn firmware by default.
[ { "change_type": "MODIFY", "old_path": "projects/scum/SCM3B_bootload_script.py", "new_path": "projects/scum/SCM3B_bootload_script.py", "diff": "@@ -12,7 +12,8 @@ import time\n# ---------------------------------------------------------------------\ncom_port = 'COM11';\n-binFilePath = \"{0}\\Objects\\...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-830. update to load openwsn firmware by default.
491,595
03.05.2019 15:34:36
-7,200
d0a884b92338a06223cb39bdeb72c3cb1bda869a
use SCUM3C_FPGA_PCB_VERSION to separate the code from scum to other board.
[ { "change_type": "MODIFY", "old_path": "bsp/boards/debugpins.h", "new_path": "bsp/boards/debugpins.h", "diff": "@@ -58,9 +58,9 @@ void debugpins_intdisabled_toggle(void);\nvoid debugpins_intdisabled_clr(void);\nvoid debugpins_intdisabled_set(void);\n-void debugpins_debug_toggle(void);\n-void debugpi...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-830. use SCUM3C_FPGA_PCB_VERSION to separate the code from scum to other board.
491,595
03.05.2019 15:46:51
-7,200
c9135f94bda62a2df1146c5be3dc63b6db0d994c
remove printf function in the stack.
[ { "change_type": "MODIFY", "old_path": "openstack/02a-MAClow/IEEE802154E.c", "new_path": "openstack/02a-MAClow/IEEE802154E.c", "diff": "@@ -1049,16 +1049,6 @@ port_INLINE void activity_ti1ORri1(void) {\nif (ieee154e_vars.dataToSend == NULL) {\nieee154e_vars.dataToSend = openqueue_macGet6PResponseAnd...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-830. remove printf function in the stack.
491,595
13.05.2019 14:25:16
-7,200
0fc4a600f6a03cf89475b3e7fffc072ab79d4a33
remove the leds debug code
[ { "change_type": "MODIFY", "old_path": "openstack/02a-MAClow/IEEE802154E.c", "new_path": "openstack/02a-MAClow/IEEE802154E.c", "diff": "@@ -2043,7 +2043,6 @@ port_INLINE void activity_ri5(PORT_TIMER_WIDTH capturedTime) {\nieee154e_vars.dataReceived = NULL;\n// abort\nendSlot();\n- leds_debug_off();\...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-830. remove the leds debug code
491,595
13.05.2019 19:21:53
-7,200
8d2af25c1331570ab7ba2e7225bb25e2902a63b9
Add openmotestm board to travis buidling machine.
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -17,6 +17,7 @@ script:\n# - scons board=telosb toolchain=mspgcc verbose=1 oos_macpong\n# - scons board=telosb kernel=freertos toolchain=mspgcc verbose=1 oos_macpong\n- scons board=openmote-cc2538 toolchain=a...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
Add openmotestm board to travis buidling machine.
491,595
16.05.2019 12:03:38
-7,200
ce36c2c061fffdd584307dc86be2fc115e99a225
update the callback function name by ending with '_cbt'
[ { "change_type": "MODIFY", "old_path": "openstack/02b-MAChigh/msf.c", "new_path": "openstack/02b-MAChigh/msf.c", "diff": "@@ -44,10 +44,10 @@ void msf_init(void) {\nmemset(&msf_vars,0,sizeof(msf_vars_t));\nmsf_vars.numAppPacketsPerSlotFrame = 0;\nsixtop_setSFcallback(\n- (sixtop_sf_getsfid)msf_getsf...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-837. update the callback function name by ending with '_cbt'
491,595
16.05.2019 12:05:59
-7,200
80ce527fcbe8148cdafa84f86a0fb94685476655
update sequence number for error return code 6P transcation.
[ { "change_type": "MODIFY", "old_path": "openstack/02b-MAChigh/msf.c", "new_path": "openstack/02b-MAChigh/msf.c", "diff": "@@ -174,6 +174,8 @@ void msf_handleRCError(uint8_t code, open_addr_t* address){\n// mark neighbor f6NORES\nneighbors_setNeighborNoResource(address);\n}\n+\n+ neighbors_updateSequ...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-838. update sequence number for error return code 6P transcation.
491,595
17.05.2019 20:18:39
-7,200
5cfcc260c85d57d5cff31b4192a6828d96b7e18a
retrieve the celllist to delete from the response frame.
[ { "change_type": "MODIFY", "old_path": "openstack/02b-MAChigh/sixtop.c", "new_path": "openstack/02b-MAChigh/sixtop.c", "diff": "@@ -1522,9 +1522,21 @@ void sixtop_six2six_notifyReceive(\nneighbors_updateSequenceNumber(&(pkt->l2_nextORpreviousHop));\nbreak;\ncase SIX_STATE_WAIT_DELETERESPONSE:\n+ i =...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-840. retrieve the celllist to delete from the response frame.
491,607
25.04.2019 16:04:28
-7,200
5dd6ac6cc534221f15529f8a5a79e0538afae95a
Mercator: take a packet only when its CRC is correct
[ { "change_type": "MODIFY", "old_path": "projects/common/03oos_mercator/03oos_mercator.c", "new_path": "projects/common/03oos_mercator/03oos_mercator.c", "diff": "@@ -443,12 +443,14 @@ void cb_endFrame(PORT_TIMER_WIDTH timestamp) {\nis_expected = FALSE;\n}\n- if (is_expected == TRUE){\n+ if (is_expec...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-841. Mercator: take a packet only when its CRC is correct
491,607
25.04.2019 16:46:56
-7,200
b7056e07225580025d58c292683004c64904f96b
Mercator: move 'mercator_vars.numnotifications++' to the right place
[ { "change_type": "MODIFY", "old_path": "projects/common/03oos_mercator/03oos_mercator.c", "new_path": "projects/common/03oos_mercator/03oos_mercator.c", "diff": "@@ -457,9 +457,9 @@ void cb_endFrame(PORT_TIMER_WIDTH timestamp) {\nmercator_vars.uartbuftxfill = sizeof(IND_RX_ht);\nserial_flushtx();\n-...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-841. Mercator: move 'mercator_vars.numnotifications++' to the right place
491,607
25.04.2019 17:11:48
-7,200
cf86835bc6cbee30a364e82d9d7b5015c1a1b47d
Mercator: add a comment
[ { "change_type": "MODIFY", "old_path": "projects/common/03oos_mercator/03oos_mercator.c", "new_path": "projects/common/03oos_mercator/03oos_mercator.c", "diff": "@@ -461,6 +461,7 @@ void cb_endFrame(PORT_TIMER_WIDTH timestamp) {\nmercator_vars.numnotifications++;\n}\n+ // get ready for a following f...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-841. Mercator: add a comment
491,607
25.04.2019 19:21:50
-7,200
467fb55eb84ffcacb4e4d12db90ff55955280461
Mercator: introduce TYPE_RESP_{TX,RX,IDLE}
[ { "change_type": "MODIFY", "old_path": "projects/common/03oos_mercator/03oos_mercator.c", "new_path": "projects/common/03oos_mercator/03oos_mercator.c", "diff": "@@ -127,6 +127,9 @@ void serial_tx_RESP_ST(void) {\n}\nvoid serial_rx_REQ_IDLE(void) {\n+ // schedule a response\n+ scheduler_push_task(se...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-841. Mercator: introduce TYPE_RESP_{TX,RX,IDLE}
491,607
08.05.2019 22:52:38
-7,200
5a9b8ea7311bb0a5cccd17e49192118afbd9cfb9
Mercator: use txpk_ attributes to store expected values
[ { "change_type": "MODIFY", "old_path": "projects/common/03oos_mercator/03oos_mercator.c", "new_path": "projects/common/03oos_mercator/03oos_mercator.c", "diff": "@@ -235,9 +235,10 @@ void serial_rx_REQ_RX(void) {\n}\nreq = (REQ_RX_ht*)mercator_vars.uartbufrx;\n- mercator_vars.rxpk_transctr = htons(r...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-841. Mercator: use txpk_ attributes to store expected values
491,607
09.05.2019 00:04:17
-7,200
eb510f08178c25081ca787cabb3fb4de22d8ad9b
Mercator: save 'txlen' as an expected value
[ { "change_type": "MODIFY", "old_path": "projects/common/03oos_mercator/03oos_mercator.c", "new_path": "projects/common/03oos_mercator/03oos_mercator.c", "diff": "@@ -236,6 +236,7 @@ void serial_rx_REQ_RX(void) {\nreq = (REQ_RX_ht*)mercator_vars.uartbufrx;\n// save the expected values\n+ mercator_var...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-841. Mercator: save 'txlen' as an expected value
491,607
09.05.2019 00:06:52
-7,200
eade854ea1256a163756c6e04d2652fd5e51e46d
Mercator: add length check for the received frame
[ { "change_type": "MODIFY", "old_path": "projects/common/03oos_mercator/03oos_mercator.c", "new_path": "projects/common/03oos_mercator/03oos_mercator.c", "diff": "@@ -479,6 +479,11 @@ void cb_endFrame(PORT_TIMER_WIDTH timestamp) {\nis_expected = FALSE;\n}\n+ // check length\n+ if (mercator_vars.rxpk_...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-841. Mercator: add length check for the received frame
491,607
08.05.2019 22:53:46
-7,200
6792f0ab2a94496ab89436348d8017c80c5a43d3
Mercator: check txfillbyte in the padding field
[ { "change_type": "MODIFY", "old_path": "projects/common/03oos_mercator/03oos_mercator.c", "new_path": "projects/common/03oos_mercator/03oos_mercator.c", "diff": "@@ -490,8 +490,12 @@ void cb_endFrame(PORT_TIMER_WIDTH timestamp) {\n}\n// check txfillbyte\n- if (rx_temp->txfillbyte != mercator_vars.tx...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-841. Mercator: check txfillbyte in the padding field
491,607
09.05.2019 01:21:04
-7,200
5ffe1c369c12fd169a34934939de879382387f3f
Mercator: change status to IDLE after sending IND_TXDONE
[ { "change_type": "MODIFY", "old_path": "projects/common/03oos_mercator/03oos_mercator.c", "new_path": "projects/common/03oos_mercator/03oos_mercator.c", "diff": "@@ -553,6 +553,10 @@ void cb_sendPacket(opentimers_id_t id){\nmercator_vars.numnotifications++;\n+ // goto IDLE\n+ radio_rfOff();\n+ merca...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-841. Mercator: change status to IDLE after sending IND_TXDONE
491,607
13.05.2019 13:56:55
-7,200
4c78f24677f5e4e37c34b96ab3199b6f86e93b06
Mercator: don't init ST_TX if it's already in that state
[ { "change_type": "MODIFY", "old_path": "projects/common/03oos_mercator/03oos_mercator.c", "new_path": "projects/common/03oos_mercator/03oos_mercator.c", "diff": "@@ -169,6 +169,11 @@ void serial_rx_REQ_TX(void) {\nreturn;\n}\n+ if (mercator_vars.status == ST_TX){\n+ // we've already in ST_TX; just r...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-841. Mercator: don't init ST_TX if it's already in that state
491,607
13.05.2019 13:58:33
-7,200
9bc90a314c1b900be43e623191455fedffa4737f
Mercator: send back a response after received length check
[ { "change_type": "MODIFY", "old_path": "projects/common/03oos_mercator/03oos_mercator.c", "new_path": "projects/common/03oos_mercator/03oos_mercator.c", "diff": "@@ -127,14 +127,13 @@ void serial_tx_RESP_ST(void) {\n}\nvoid serial_rx_REQ_IDLE(void) {\n- // schedule a response\n- scheduler_push_task(...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-841. Mercator: send back a response after received length check
491,607
15.05.2019 15:55:22
-7,200
f69765f39c8be4f7e2db1c111b18cb293a734cab
Mercator: add missing radio_rxNow() Calling radio_rxNow() after radio_rxEnable() seems the right way to make the radio listen according to IEEE802154E.c. IoT-LAB M3 doesn't need the radio_rxNow() call since the function is empty for that board. On the other hand, OpenMote-B needs the function call, although radio_rxOn() is empty in the OpenMote-B case.
[ { "change_type": "MODIFY", "old_path": "projects/common/03oos_mercator/03oos_mercator.c", "new_path": "projects/common/03oos_mercator/03oos_mercator.c", "diff": "@@ -258,6 +258,7 @@ void serial_rx_REQ_RX(void) {\n// switch in RX\nradio_rxEnable();\n+ radio_rxNow();\n// change status to RX\nmercator_...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-841. Mercator: add missing radio_rxNow() Calling radio_rxNow() after radio_rxEnable() seems the right way to make the radio listen according to IEEE802154E.c. IoT-LAB M3 doesn't need the radio_rxNow() call since the function is empty for that board. On the other hand, OpenMote-B needs the function call, although radio_rxOn() is empty in the OpenMote-B case.
491,607
16.05.2019 10:21:41
-7,200
480aaddb0f72e754b3bf41e036a57c4478763ad1
Mercator: fix a off-by-one bug in cb_sendPacket() This bug causes openmote-b to send one more packet than txpk_totalnumpk. This bug has no effect on IoT-LAB M3. Because its radio driver (radio_txNow()) doesn't wait SFD and its CPU is fast, radio_txNow() seems to be canceled by the following radio_rfOff() in if-block.
[ { "change_type": "MODIFY", "old_path": "projects/common/03oos_mercator/03oos_mercator.c", "new_path": "projects/common/03oos_mercator/03oos_mercator.c", "diff": "@@ -533,15 +533,6 @@ void cb_sendPacket(opentimers_id_t id){\nuint16_t pkctr;\nuint8_t pkctr_offset = 10; // srcmac[8] + transctr[2]\n- //...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-841. Mercator: fix a off-by-one bug in cb_sendPacket() This bug causes openmote-b to send one more packet than txpk_totalnumpk. This bug has no effect on IoT-LAB M3. Because its radio driver (radio_txNow()) doesn't wait SFD and its CPU is fast, radio_txNow() seems to be canceled by the following radio_rfOff() in if-block.
491,607
22.05.2019 12:51:35
-7,200
404057c0fdced4342f1d707a2b0fcc5b847f0138
Mercator: clear rxpk_buf before getting a received frame
[ { "change_type": "MODIFY", "old_path": "projects/common/03oos_mercator/03oos_mercator.c", "new_path": "projects/common/03oos_mercator/03oos_mercator.c", "diff": "@@ -467,6 +467,7 @@ void cb_endFrame(PORT_TIMER_WIDTH timestamp) {\nif (mercator_vars.status == ST_RX){\n// get packet from radio\n+ memse...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-842. Mercator: clear rxpk_buf before getting a received frame
491,607
22.05.2019 12:57:05
-7,200
bbec872129b8ffe55010b37cef56cef95de701b8
Mercator: move a variable definition for non-C99 compilers
[ { "change_type": "MODIFY", "old_path": "projects/common/03oos_mercator/03oos_mercator.c", "new_path": "projects/common/03oos_mercator/03oos_mercator.c", "diff": "@@ -461,6 +461,7 @@ void cb_endFrame(PORT_TIMER_WIDTH timestamp) {\nRF_PACKET_ht* rx_temp;\nbool is_expected = TRUE;\nIND_RX_ht* resp;\n+ ...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
Mercator: move a variable definition for non-C99 compilers
491,607
22.05.2019 19:55:13
-7,200
9618b5efdd46720400835e5f0f0ec251ed361a1c
Mercator: keep ST_TX status even after sending IND_TX
[ { "change_type": "MODIFY", "old_path": "projects/common/03oos_mercator/03oos_mercator.c", "new_path": "projects/common/03oos_mercator/03oos_mercator.c", "diff": "@@ -550,10 +550,10 @@ void cb_sendPacket(opentimers_id_t id){\nmercator_vars.numnotifications++;\n- // goto IDLE\n+ // turn off the radio ...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-841. Mercator: keep ST_TX status even after sending IND_TX
491,595
06.06.2019 11:51:06
-7,200
0d8add0b93587d8522b9c7c3884eeac52593dae2
add flow control and re-implement the re-transmission timer.
[ { "change_type": "MODIFY", "old_path": "openapps/cjoin/cjoin.c", "new_path": "openapps/cjoin/cjoin.c", "diff": "@@ -71,6 +71,7 @@ void cjoin_init(void) {\ncjoin_vars.desc.callbackSendDone = &cjoin_sendDone;\ncjoin_vars.isJoined = FALSE;\n+ cjoin_vars.isBusySending = FALSE;\nopencoap_register(&cjoin_...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-844. add flow control and re-implement the re-transmission timer.
491,595
06.06.2019 12:12:20
-7,200
04236986b58bec795fccae82437fa619035ae3a7
ownership of the packets should be COMPONENT_SIXTOP_TO_IEEE802154E and remove 6p request if 6p response is received at wrong state of 6P FSM.
[ { "change_type": "MODIFY", "old_path": "openstack/02b-MAChigh/sixtop.c", "new_path": "openstack/02b-MAChigh/sixtop.c", "diff": "@@ -187,7 +187,7 @@ owerror_t sixtop_request(\nsixtop_vars.six2six_state != SIX_STATE_IDLE ||\nneighbor == NULL\n){\n- // neighbor can't be none or previous transcation doe...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-839. ownership of the packets should be COMPONENT_SIXTOP_TO_IEEE802154E and remove 6p request if 6p response is received at wrong state of 6P FSM.
491,595
06.06.2019 16:00:03
-7,200
0ea3bec1adff285e34ab6b0bb6d4fd8e1892a713
just remove the previous JoinRequest if doesn't sentout before retransmission timeout.
[ { "change_type": "MODIFY", "old_path": "openapps/cjoin/cjoin.c", "new_path": "openapps/cjoin/cjoin.c", "diff": "@@ -71,7 +71,6 @@ void cjoin_init(void) {\ncjoin_vars.desc.callbackSendDone = &cjoin_sendDone;\ncjoin_vars.isJoined = FALSE;\n- cjoin_vars.isBusySending = FALSE;\nopencoap_register(&cjoin_...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-844. just remove the previous JoinRequest if doesn't sentout before retransmission timeout.
491,595
07.06.2019 19:46:16
-7,200
8705c1ec6e55560188d275b43d62393327afd541
reorder the error code number.
[ { "change_type": "MODIFY", "old_path": "inc/opendefs.h", "new_path": "inc/opendefs.h", "diff": "@@ -183,87 +183,84 @@ enum {\n*/\nenum {\n// l7\n- ERR_RCVD_ECHO_REQUEST = 0x01, // received an echo request\n- ERR_RCVD_ECHO_REPLY = 0x02, // received an echo reply\n- ERR_GETDATA_ASKS_TOO_FEW_BYTES = 0x...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-845. reorder the error code number.
491,609
15.09.2017 19:28:39
-7,200
69a349c9ad61d06d6363dff05cf9a03c7be7cfea
Init cryptoengine from board_init.
[ { "change_type": "MODIFY", "old_path": "bsp/boards/iot-lab_M3/SConscript", "new_path": "bsp/boards/iot-lab_M3/SConscript", "diff": "@@ -22,6 +22,12 @@ source = \\\nGlob('configure/*.c') + \\\nGlob('library/STM32F10x_StdPeriph_Lib_V3.5.0/Libraries/STM32F10x_StdPeriph_Driver/src/*.c')\n+localEnv.Appen...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-703. Init cryptoengine from board_init.
491,609
15.09.2017 19:28:57
-7,200
6bfdc003f7e972ca1a5c8c46e304f44dc6e183a5
Add defines for AES registers.
[ { "change_type": "MODIFY", "old_path": "bsp/chips/at86rf231/at86rf231.h", "new_path": "bsp/chips/at86rf231/at86rf231.h", "diff": "@@ -648,6 +648,9 @@ enum radio_irqstatus_enum {\n# define RG_RX_CTRL (0x0a)\n//controls the sensitivity of the antenna diversity mode\n+# define RG_AES_STATE_KEY (0x84)\n...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-703. Add defines for AES registers.
491,609
15.09.2017 19:29:36
-7,200
c346a9f1caa77de2af29cc35cc3ef94a59ae6b0a
First implementation of ECB function passing tests.
[ { "change_type": "MODIFY", "old_path": "bsp/boards/iot-lab_M3/cryptoengine.c", "new_path": "bsp/boards/iot-lab_M3/cryptoengine.c", "diff": "#include <stdint.h>\n#include <string.h>\n+#include \"at86rf231.h\"\n#include \"cryptoengine.h\"\n+#include \"spi.h\"\n+#include \"radio.h\"\n+\n+//============...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-703. First implementation of ECB function passing tests.
491,609
15.09.2017 19:29:58
-7,200
e5356b6c0f5d257d6f112313087e0f69ebcc39cb
Make sure leds are off before starting the bsp_cryptoengine test suite.
[ { "change_type": "MODIFY", "old_path": "projects/common/01bsp_cryptoengine/01bsp_cryptoengine.c", "new_path": "projects/common/01bsp_cryptoengine/01bsp_cryptoengine.c", "diff": "@@ -335,6 +335,8 @@ int mote_main(void) {\nboard_init();\n+ leds_all_off();\n+\n#if TEST_AES_ECB\nif (run_aes_ecb_suite(ae...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-703. Make sure leds are off before starting the bsp_cryptoengine test suite.
491,609
18.09.2017 17:17:31
-7,200
3f8fd764d0691373e01647a49bdd4d5dece10965
Add firmware CCM implementation that uses AT86RF231 hardware AES engine.
[ { "change_type": "MODIFY", "old_path": "bsp/boards/iot-lab_M3/cryptoengine.c", "new_path": "bsp/boards/iot-lab_M3/cryptoengine.c", "diff": "//=========================== prototypes ======================================\nowerror_t at86rf231_crypto_load_key(uint8_t key[16]);\nowerror_t at86rf231_cryp...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-703. Add firmware CCM implementation that uses AT86RF231 hardware AES engine.
491,609
18.09.2017 18:14:55
-7,200
8beb77350dbbaa70c459b1785d43bba093db0702
Working CBC encryption in hardware with read access for each block.
[ { "change_type": "MODIFY", "old_path": "bsp/boards/iot-lab_M3/cryptoengine.c", "new_path": "bsp/boards/iot-lab_M3/cryptoengine.c", "diff": "@@ -383,18 +383,95 @@ owerror_t aes_cbc_enc_raw(uint8_t* buffer, uint8_t len, uint8_t iv[16]) {\nuint8_t nb;\nuint8_t* pbuf;\nuint8_t* pxor;\n+ uint8_t spi_tx_b...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-703. Working CBC encryption in hardware with read access for each block.
491,609
18.09.2017 18:28:37
-7,200
2a10cd1caed6d09c6a9034905112076786743b6c
Skip reading everything but the last CBC block, for performance.
[ { "change_type": "MODIFY", "old_path": "bsp/boards/iot-lab_M3/cryptoengine.c", "new_path": "bsp/boards/iot-lab_M3/cryptoengine.c", "diff": "@@ -210,6 +210,113 @@ owerror_t at86rf231_crypto_load_key(uint8_t key[16]) {\nreturn E_SUCCESS;\n}\n+/**\n+\\brief Raw AES-CBC encryption omitting everything bu...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-703. Skip reading everything but the last CBC block, for performance.
491,609
03.10.2018 18:03:19
-7,200
e117a1670f6455677d8217146b018abfd7b59438
Port the same cryptoengine implementation to iot-lab_A8-M3 board.
[ { "change_type": "MODIFY", "old_path": "bsp/boards/iot-lab_A8-M3/SConscript", "new_path": "bsp/boards/iot-lab_A8-M3/SConscript", "diff": "@@ -23,6 +23,12 @@ source = \\\nGlob('configure/*.s') + \\\nGlob('library/src/*.c')\n+localEnv.Append(\n+ CPPPATH = [\n+ os.path.join('#','bsp','chips','at86rf231...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-703. Port the same cryptoengine implementation to iot-lab_A8-M3 board.
491,595
17.06.2019 12:10:13
-7,200
68f05ffd2157ef73f98178c2f82dc59212d767a8
add dutyCycle info in uinject application.
[ { "change_type": "MODIFY", "old_path": "openapps/uinject/uinject.c", "new_path": "openapps/uinject/uinject.c", "diff": "@@ -96,6 +96,9 @@ void uinject_task_cb(void) {\nopen_addr_t parentNeighbor;\nbool foundNeighbor;\n+ uint32_t ticksOn;\n+ uint32_t ticksInTotal;\n+\n// don't run if not synch\nif (i...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-846. add dutyCycle info in uinject application.
491,606
12.07.2019 11:17:41
-7,200
25008813d81d11c5ef27ef560d3829e1e3d0ba34
clear sixtop state if ack is not received after max retries reached
[ { "change_type": "MODIFY", "old_path": "openstack/02b-MAChigh/sixtop.c", "new_path": "openstack/02b-MAChigh/sixtop.c", "diff": "@@ -931,8 +931,18 @@ void sixtop_six2six_sendDone(OpenQueueEntry_t* msg, owerror_t error){\n// if this is a request send done\nif (msg->l2_sixtop_messageType == SIXTOP_CELL...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-775 clear sixtop state if ack is not received after max retries reached (#474)
491,595
12.07.2019 11:20:39
-7,200
b70d224976ddbbb82d051faf1c7b7f46b1621781
don't remove the cell in advance for clear command.
[ { "change_type": "MODIFY", "old_path": "openstack/02b-MAChigh/msf.c", "new_path": "openstack/02b-MAChigh/msf.c", "diff": "@@ -165,30 +165,6 @@ void msf_updateCellsUsed(open_addr_t* neighbor, cellType_t type){\n}\n}\n-void msf_trigger6pClear(open_addr_t* neighbor){\n-\n- if (schedule_hasNegotiatedTxC...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-775. don't remove the cell in advance for clear command.
491,595
12.07.2019 13:38:39
-7,200
9a3b99ce1a41df5e050a9964d9272209620760c2
should install autoTx cell after the packet's owner changes to COMPONENT_SIXTOP_TO_IEEE802154E.
[ { "change_type": "MODIFY", "old_path": "openstack/02b-MAChigh/sixtop.c", "new_path": "openstack/02b-MAChigh/sixtop.c", "diff": "@@ -363,25 +363,6 @@ owerror_t sixtop_request(\nowerror_t sixtop_send(OpenQueueEntry_t *msg) {\n- if (\n- packetfunctions_isBroadcastMulticast(&(msg->l2_nextORpreviousHop))...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-849. should install autoTx cell after the packet's owner changes to COMPONENT_SIXTOP_TO_IEEE802154E.
491,595
15.07.2019 15:07:48
-7,200
4e959776c5badf0a1b2dd0cc08d69d12cb7e1a16
Update timing for openmote-cc2538 according to openmote-b's timing.
[ { "change_type": "MODIFY", "old_path": "bsp/boards/openmote-cc2538/board_info.h", "new_path": "bsp/boards/openmote-cc2538/board_info.h", "diff": "//===== IEEE802154E timing\n-#define SLOTDURATION 10 // in miliseconds\n+#define SLOTDURATION 20 // in miliseconds\n+\n+//===== IEEE802154E timing\n#if SL...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
Update timing for openmote-cc2538 according to openmote-b's timing.
491,595
12.08.2019 17:20:10
-7,200
9243a4276021eba7989a194b1cc6b20ec436f2ed
check the bootloader backdoor setting before upload the image.
[ { "change_type": "MODIFY", "old_path": "bootloader/openmote-cc2538/ot_program.py", "new_path": "bootloader/openmote-cc2538/ot_program.py", "diff": "@@ -25,6 +25,21 @@ class program_over_testbed(object):\n# initialize parameters\nself.mote = mote\nself.image = None\n+\n+ # check bootload backdoor is ...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-852. check the bootloader backdoor setting before upload the image.
491,595
14.08.2019 11:23:41
-7,200
73baf7a243c9bac90d34b40545d75090994f1ee1
check the whole 32bit address.
[ { "change_type": "MODIFY", "old_path": "bootloader/openmote-cc2538/ot_program.py", "new_path": "bootloader/openmote-cc2538/ot_program.py", "diff": "@@ -29,13 +29,24 @@ class program_over_testbed(object):\n# check bootload backdoor is configured correctly\nbootloader_backdoor_enabled = False\n+ exten...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-852. check the whole 32bit address.
491,595
14.08.2019 13:27:54
-7,200
b5e597f1f6ad6903bfc67cfada7ade40ca7ecb94
resolve the windows/linux ending charactor issue.
[ { "change_type": "MODIFY", "old_path": "bootloader/openmote-cc2538/ot_program.py", "new_path": "bootloader/openmote-cc2538/ot_program.py", "diff": "@@ -38,7 +38,7 @@ class program_over_testbed(object):\n# refer to: https://en.wikipedia.org/wiki/Intel_HEX#Record_types\n# looking for upper 16bit addre...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-852. resolve the windows/linux ending charactor issue.
491,595
30.08.2019 11:43:46
-7,200
f0c0ba9978d5bc67dff3a068f569ebd1c788de1e
check current slot type according current slotOffset.
[ { "change_type": "MODIFY", "old_path": "openapps/cexample/cexample.c", "new_path": "openapps/cexample/cexample.c", "diff": "@@ -116,7 +116,7 @@ void cexample_task_cb(void) {\nreturn;\n}\n- if (schedule_hasNegotiatedTxCellToNeighbor(&parentNeighbor) == FALSE) {\n+ if (schedule_hasNegotiatedCellToNeig...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-853. check current slot type according current slotOffset. (#484)
491,595
02.09.2019 10:23:11
-7,200
365cf91cd22c7f660f7b6567e84feaa380aeb35e
get isAutoCell from link information.
[ { "change_type": "MODIFY", "old_path": "openstack/02a-MAClow/IEEE802154E.c", "new_path": "openstack/02a-MAClow/IEEE802154E.c", "diff": "@@ -2936,7 +2936,7 @@ void endSlot(void) {\n}\n// update numcellelapsed if this is auto rx or rx cell to parent\n- if (schedule_getIsAutoCell()){\n+ if (info.isAuto...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-853. get isAutoCell from link information.
491,595
03.09.2019 13:49:27
-7,200
d4e5228559b92720e063b2e26312852aec2b45ea
Fix the wrong component ownership.
[ { "change_type": "MODIFY", "old_path": "openstack/03b-IPv6/forwarding.c", "new_path": "openstack/03b-IPv6/forwarding.c", "diff": "@@ -784,7 +784,7 @@ owerror_t forwarding_send_internal_SourceRouting(\n} else {\n// log error\nopenserial_printError(\n- COMPONENT_IPHC,\n+ COMPONENT_FORWARDING,\nERR_6LO...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
Fix the wrong component ownership.
491,595
03.09.2019 15:55:41
-7,200
22c9c95224a412441c6c9284e62adffdaca467f5
update nextActiveSlotOffset before using in case the currentScheduleEntry's next pointer changes. (new cell added/deleted)
[ { "change_type": "MODIFY", "old_path": "openstack/02a-MAClow/IEEE802154E.c", "new_path": "openstack/02a-MAClow/IEEE802154E.c", "diff": "@@ -906,6 +906,8 @@ port_INLINE void activity_ti1ORri1(void) {\n// Reset sleep slots\nieee154e_vars.numOfSleepSlots = 1;\n+ // update nextActiveSlotOffset before us...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-855. update nextActiveSlotOffset before using in case the currentScheduleEntry's next pointer changes. (new cell added/deleted) (#485)
491,595
05.09.2019 12:18:43
-7,200
4acbc4da876b3b08e81b2e81cc5612ea6f13759d
fix bsp_leds project.
[ { "change_type": "MODIFY", "old_path": "projects/scum/01bsp_leds/01bsp_leds.uvprojx", "new_path": "projects/scum/01bsp_leds/01bsp_leds.uvprojx", "diff": "<FileType>5</FileType>\n<FilePath>..\\..\\..\\bsp\\boards\\scum\\scm3_hardware_interface.h</FilePath>\n</File>\n+ <File>\n+ <FileName>bucket_o_fun...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-830. fix bsp_leds project.
491,595
04.10.2019 14:29:42
-7,200
014e11ca14cae76760aaed4b46e73d8cef30bf56
add numcellused for rx cell.
[ { "change_type": "MODIFY", "old_path": "openapps/uinject/uinject.c", "new_path": "openapps/uinject/uinject.c", "diff": "@@ -167,6 +167,10 @@ void uinject_task_cb(void) {\nnumCellsUsed = msf_getPreviousNumCellsUsed(CELLTYPE_TX);\npkt->payload[0] = numCellsUsed;\n+ packetfunctions_reserveHeaderSize(pk...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-858. add numcellused for rx cell. (#488)
491,595
10.10.2019 16:29:43
-7,200
c6422f3f824d15a1798b04b426d804cc72289b13
add getFrequencyOffset function to radio of cc2538.
[ { "change_type": "MODIFY", "old_path": "bsp/boards/openmote-b-24ghz/radio.c", "new_path": "bsp/boards/openmote-b-24ghz/radio.c", "diff": "@@ -221,6 +221,15 @@ void radio_rfOff(void) {\nradio_vars.state = RADIOSTATE_RFOFF;\n}\n+int8_t radio_getFrequencyOffset(void){\n+\n+ int8_t freq_offset;\n+\n+ fr...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-859. add getFrequencyOffset function to radio of cc2538. (#489)
491,595
14.10.2019 11:38:45
-7,200
ee2edded9cf9e5c1ed7128741f0fc3f8923134f8
fix the bsp_radio_rx project
[ { "change_type": "MODIFY", "old_path": "bsp/chips/at86rf215/radio.c", "new_path": "bsp/chips/at86rf215/radio.c", "diff": "@@ -227,6 +227,12 @@ void radio_rfOff(void) {\nradio_vars.state = RADIOSTATE_RFOFF;\n}\n+int8_t radio_getFrequencyOffset(void){\n+\n+ // not available\n+ return 0;\n+}\n+\n//====...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-859. fix the bsp_radio_rx project
491,595
16.10.2019 12:31:55
-7,200
cc5adaf7723bce1d28b6bc30a6347b3127183047
fix for wsn430b13b port.
[ { "change_type": "MODIFY", "old_path": "bsp/chips/cc1101/radio.c", "new_path": "bsp/chips/cc1101/radio.c", "diff": "@@ -213,6 +213,12 @@ void radio_rfOff(void) {\n}\n+int8_t radio_getFrequencyOffset(void){\n+\n+ // not available\n+ return 0;\n+}\n+\n//==== TX\nvoid radio_loadPacket(uint8_t* packet, ...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-859. fix for wsn430b13b port.
491,595
23.10.2019 15:43:37
-7,200
b2771ab945f616efb0f895bc8d79fba27c596d1b
print more info in bsp_radio project.
[ { "change_type": "MODIFY", "old_path": "projects/common/01bsp_radio/01bsp_radio.c", "new_path": "projects/common/01bsp_radio/01bsp_radio.c", "diff": "@@ -31,7 +31,7 @@ end of frame event), it will turn on its error LED.\n#define TIMER_PERIOD (0xffff>>4) ///< 0xffff = 2s@32kHz\n#define ID 0x99 ///< b...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
SW-10. print more info in bsp_radio project.
491,595
30.10.2019 10:49:15
-3,600
a66869ba78e220ff3c8c253cca3ee5bc0b4e0636
print rssi and customize tx packet payload (for scum)
[ { "change_type": "MODIFY", "old_path": "projects/common/01bsp_radio/01bsp_radio.c", "new_path": "projects/common/01bsp_radio/01bsp_radio.c", "diff": "@@ -31,7 +31,7 @@ end of frame event), it will turn on its error LED.\n#define TIMER_PERIOD (0xffff>>4) ///< 0xffff = 2s@32kHz\n#define ID 0x99 ///< b...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
SW-10. print rssi and customize tx packet payload (for scum)
491,595
09.12.2019 14:16:39
-3,600
faced32ae8467678f8538b4c3de147cd81758132
add channel info in packet.
[ { "change_type": "MODIFY", "old_path": "projects/common/01bsp_radio/01bsp_radio.c", "new_path": "projects/common/01bsp_radio/01bsp_radio.c", "diff": "@@ -25,7 +25,7 @@ end of frame event), it will turn on its error LED.\n//=========================== defines =========================================...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
SW-10. add channel info in packet.
491,595
11.12.2019 15:36:24
-3,600
8c566a076157b2980b192fd3822862172029f654
implement the whole algorithm
[ { "change_type": "MODIFY", "old_path": "projects/common/01bsp_quick_cal/01bsp_quick_cal.c", "new_path": "projects/common/01bsp_quick_cal/01bsp_quick_cal.c", "diff": "@@ -17,18 +17,22 @@ can use this project with any platform.\n//=========================== defines ===================================...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-862. implement the whole algorithm
491,595
11.12.2019 18:49:18
-3,600
447ded7a676edf7bae8690f75a36b13efcdcbad3
Add debug support.
[ { "change_type": "MODIFY", "old_path": "projects/common/01bsp_quick_cal/01bsp_quick_cal.c", "new_path": "projects/common/01bsp_quick_cal/01bsp_quick_cal.c", "diff": "@@ -33,12 +33,17 @@ can use this project with any platform.\n#define SLOT_DURATION (0xffff>>1) ///< 0xffff = 2s@32kHz\n#define SUB_SLO...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
Add debug support.
491,595
11.12.2019 19:39:22
-3,600
5f48aae3674d71800b2ee148143988a436df1a59
length of frame can be 4 bytes.
[ { "change_type": "MODIFY", "old_path": "bsp/boards/openmote-b-24ghz/radio.c", "new_path": "bsp/boards/openmote-b-24ghz/radio.c", "diff": "@@ -349,7 +349,7 @@ void radio_getReceivedFrame(uint8_t* pBufRead,\n}\n- if(len <= CC2538_RF_MIN_PACKET_LEN) {\n+ if(len < CC2538_RF_MIN_PACKET_LEN) {\n//too shor...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-862. length of frame can be 4 bytes.
491,595
11.12.2019 19:40:24
-3,600
a3222c9d1e03ead06f9fbc724a3da4223ccff8ef
fix SUB_SLOT timer schedule issue.
[ { "change_type": "MODIFY", "old_path": "projects/common/01bsp_quick_cal/01bsp_quick_cal.c", "new_path": "projects/common/01bsp_quick_cal/01bsp_quick_cal.c", "diff": "@@ -29,7 +29,7 @@ can use this project with any platform.\n#define SYNC_CHANNEL 11\n// timing\n-#define TXOFFSET 100 ///< measured, to...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-862. fix SUB_SLOT timer schedule issue.
491,595
17.12.2019 14:35:57
-3,600
03ce63aa9e5b4ac25b144fcb26bc14b481f07eee
send more frame to fill up the whole slot.
[ { "change_type": "MODIFY", "old_path": "projects/common/01bsp_quick_cal/01bsp_quick_cal.c", "new_path": "projects/common/01bsp_quick_cal/01bsp_quick_cal.c", "diff": "@@ -29,7 +29,7 @@ can use this project with any platform.\n#define SYNC_CHANNEL 11\n// timing\n-#define TXOFFSET 13 ///< measured, 382...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-862. send more frame to fill up the whole slot.
491,595
18.12.2019 14:28:05
-3,600
38da87f75c371aa20da4dc823a6fdd33154a171c
use 0-15 represent channel in packet and change the validFrame filtering condition to avoid receiving frame from unexpected channel (because of abnormal behavior)
[ { "change_type": "MODIFY", "old_path": "projects/common/01bsp_quick_cal/01bsp_quick_cal.c", "new_path": "projects/common/01bsp_quick_cal/01bsp_quick_cal.c", "diff": "@@ -217,7 +217,7 @@ int mote_main(void) {\nradio_setEndFrameCb(cb_endFrame);\n// prepare packet\n- temp = (app_vars.myChannel << 4) | ...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-862. use 0-15 represent channel in packet and change the validFrame filtering condition to avoid receiving frame from unexpected channel (because of abnormal behavior)
491,595
26.12.2019 13:16:59
-3,600
574942be88136768c5e356fbfe26a4d593d426fc
update slot type that radio isr refers to.
[ { "change_type": "MODIFY", "old_path": "projects/common/01bsp_quick_cal/01bsp_quick_cal.c", "new_path": "projects/common/01bsp_quick_cal/01bsp_quick_cal.c", "diff": "@@ -128,6 +128,8 @@ typedef struct{\napp_vars_t app_vars;\ndebug_vars_t debug_vars;\n+const uint8_t debuginfo[] = \"ack sent\";\n+\n//...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-862. update slot type that radio isr refers to.
491,595
29.12.2019 18:23:35
-3,600
6cc46d77946585d789470c394f5b8c9942ba7a35
use 3 seconds as slot duration.
[ { "change_type": "MODIFY", "old_path": "projects/common/01bsp_quick_cal/01bsp_quick_cal.c", "new_path": "projects/common/01bsp_quick_cal/01bsp_quick_cal.c", "diff": "@@ -30,7 +30,7 @@ can use this project with any platform.\n// timing\n#define TXOFFSET 13 ///< measured, 382us\n-#define SLOT_DURATION...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-862. use 3 seconds as slot duration.
491,595
07.01.2020 14:01:29
-3,600
032bbfc957a0585c053d5fbf8a1396d2984faed3
put freq_offset in ack frame.
[ { "change_type": "MODIFY", "old_path": "projects/common/01bsp_quick_cal/01bsp_quick_cal.c", "new_path": "projects/common/01bsp_quick_cal/01bsp_quick_cal.c", "diff": "@@ -399,8 +399,7 @@ void cb_endFrame(PORT_TIMER_WIDTH timestamp) {\nuint8_t pkt_channel;\nuint16_t pkt_seqNum;\n- // todo\n- //uint8_t...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-862. put freq_offset in ack frame.
491,595
07.01.2020 20:36:36
-3,600
4bf2d657f2b0ae5fc22975bc362dafcf65ff1001
reply ack by checking MAGIC_BYTE.
[ { "change_type": "MODIFY", "old_path": "projects/common/01bsp_quick_cal/01bsp_quick_cal.c", "new_path": "projects/common/01bsp_quick_cal/01bsp_quick_cal.c", "diff": "@@ -19,7 +19,7 @@ can use this project with any platform.\n#define MAX_PKT_BUFFER 125+LENGTH_CRC ///< maximum packet buffer size is 12...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-862. reply ack by checking MAGIC_BYTE.
491,595
09.01.2020 15:57:06
-3,600
4edbeafd3288213049dbac77b047d60d9d3af758
update bootload script
[ { "change_type": "MODIFY", "old_path": "bootloader/scum/scum_bootloader.py", "new_path": "bootloader/scum/scum_bootloader.py", "diff": "-import getopt\n-import sys\nimport serial\n+import random\n+import argparse\n-if __name__ == \"__main__\":\n+def program_cortex(teensy_port=\"COM15\", scum_port=\"...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-830. update bootload script
491,595
10.01.2020 13:31:53
-3,600
ceefd02bcd8c4481662f90de326a9113f187cce8
fix the crc variable type error and update the project file.
[ { "change_type": "MODIFY", "old_path": "bsp/boards/scum/board.c", "new_path": "bsp/boards/scum/board.c", "diff": "@@ -64,8 +64,6 @@ void build_channel_table(unsigned int channel_11_LC_code);\n//=========================== interrupt ========================================\n-void optical_sfd_isr(void...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-830. fix the crc variable type error and update the project file.
491,595
10.01.2020 13:35:47
-3,600
2cd9661768c14227d1e7bb54e37a04b7d0454df7
fix bsp_sctimer project.
[ { "change_type": "MODIFY", "old_path": "projects/scum/01bsp_sctimer/01bsp_sctimer.uvprojx", "new_path": "projects/scum/01bsp_sctimer/01bsp_sctimer.uvprojx", "diff": "<FilePath>..\\..\\..\\bsp\\boards\\scum\\memory_map.h</FilePath>\n</File>\n<File>\n- <FileName>scm3_hardware_interface.c</FileName>\n+...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-830. fix bsp_sctimer project.
491,595
10.01.2020 13:40:09
-3,600
12de4c629764f450332cd52cd5d255e06cc77228
fix bsp_action_timer_radio project.
[ { "change_type": "MODIFY", "old_path": "projects/scum/01bsp_action_timer_radio/01bsp_action_timer_radio.uvprojx", "new_path": "projects/scum/01bsp_action_timer_radio/01bsp_action_timer_radio.uvprojx", "diff": "<v6Rtti>0</v6Rtti>\n<VariousControls>\n<MiscControls></MiscControls>\n- <Define></Define>\...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-830. fix bsp_action_timer_radio project.
491,595
10.01.2020 13:58:30
-3,600
60f28ef9016e2953f8ed4691994000d2d73fafad
fix the bsp projects.
[ { "change_type": "MODIFY", "old_path": "projects/scum/01bsp_leds/01bsp_leds.uvprojx", "new_path": "projects/scum/01bsp_leds/01bsp_leds.uvprojx", "diff": "<FilePath>..\\..\\..\\bsp\\boards\\scum\\uart.c</FilePath>\n</File>\n<File>\n- <FileName>scm3_hardware_interface.c</FileName>\n+ <FileName>retarge...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-830. fix the bsp projects.
491,595
13.01.2020 12:30:57
-3,600
d77537f723fd3d196394512d7bb958e6c9fe10c7
fix the oos projects.
[ { "change_type": "MODIFY", "old_path": "projects/scum/03oos_macpong/03oos_macpong.uvprojx", "new_path": "projects/scum/03oos_macpong/03oos_macpong.uvprojx", "diff": "<FilePath>..\\..\\..\\bsp\\boards\\uart.h</FilePath>\n</File>\n<File>\n- <FileName>radio.h</FileName>\n+ <FileName>sctimer.h</FileName...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-830. fix the oos projects.
491,595
13.01.2020 15:05:23
-3,600
65ea02505d6f02d0f2c4617f6e4d3e6f27358c8b
donot use timer converter
[ { "change_type": "MODIFY", "old_path": "bsp/boards/scum/sctimer.c", "new_path": "bsp/boards/scum/sctimer.c", "diff": "// ========================== define ==========================================\n-#define RFTIMER_MAX_COUNT 0x3ffffff // use a value less than 0xffffffff/61 and also equal to 2^n-1\n...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-830. donot use timer converter
491,595
13.01.2020 15:05:54
-3,600
a8fc3ea17367c49a37127df153ced5127b749d8b
use pre-configured freq_settings.
[ { "change_type": "MODIFY", "old_path": "bsp/boards/scum/radio.c", "new_path": "bsp/boards/scum/radio.c", "diff": "//=========================== variables =======================================\n+// freq_settings\n+typedef struct {\n+ uint16_t fine:5;\n+ uint16_t mid:5;\n+ uint16_t coarse:5;\n+ uint...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-830. use pre-configured freq_settings.
491,595
13.01.2020 15:19:31
-3,600
0061a09d26fff034c7e3b57385362c449c1ca13f
use the new radio-setFrequency interface.
[ { "change_type": "MODIFY", "old_path": "bsp/boards/openmote-b-24ghz/radio.c", "new_path": "bsp/boards/openmote-b-24ghz/radio.c", "diff": "@@ -181,7 +181,7 @@ void radio_reset(void) {\n//===== RF admin\n-void radio_setFrequency(uint8_t frequency) {\n+void radio_setFrequency(uint8_t frequency, radio_f...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-830. use the new radio-setFrequency interface.
491,595
13.01.2020 18:13:01
-3,600
00fb006ce7534d215680a4af6935c6288547c3b5
update radio_setFrequency interface.
[ { "change_type": "MODIFY", "old_path": "bsp/boards/openmote-b-24ghz/radio.c", "new_path": "bsp/boards/openmote-b-24ghz/radio.c", "diff": "@@ -194,7 +194,7 @@ void radio_setFrequency(uint8_t frequency, radio_freq_t tx_or_rx) {\n/* Changes to FREQCTRL take effect after the next recalibration */\nHWREG...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-830. update radio_setFrequency interface.
491,595
14.01.2020 14:01:41
-3,600
4787c642821c0c3340a44d613f009b44910cfa4f
fix oos_macpong projects.
[ { "change_type": "MODIFY", "old_path": "bsp/boards/scum/board_info.h", "new_path": "bsp/boards/scum/board_info.h", "diff": "@@ -57,9 +57,9 @@ to return the board's description.\n#define SLOTDURATION 20 // in miliseconds\n//// time-slot related\n-#define PORT_TsSlotDuration 10000 // 10000 ticks = 15m...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-830. fix oos_macpong projects.
491,595
03.02.2020 14:30:17
-3,600
0f1d2a2fb3c2295eb44ae729093d9faad93a7e20
update radio driver of scum.
[ { "change_type": "MODIFY", "old_path": "bsp/boards/scum/radio.c", "new_path": "bsp/boards/scum/radio.c", "diff": "@@ -97,7 +97,18 @@ unsigned int IF_estimate_history[11] = {500,500,500,500,500,500,500,500,500,500}\nsigned short cdr_tau_history[11] = {0};\n-uint16_t freq_setting_rx[16] = {24901, 2507...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-830. update radio driver of scum.
491,595
03.02.2020 14:30:55
-3,600
2c6807bc18d83d4ce89654dcfb890b5b8e2a0359
add delay before optical calibration starts.
[ { "change_type": "MODIFY", "old_path": "bootloader/scum/scum_bootloader.py", "new_path": "bootloader/scum/scum_bootloader.py", "diff": "import serial\nimport random\nimport argparse\n+import time\ndef program_cortex(teensy_port=\"COM15\", scum_port=\"COM18\", binary_image=\"./code.bin\",\nboot_mode=...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-830. add delay before optical calibration starts.
491,595
03.02.2020 14:40:15
-3,600
63c209a67b580e456e1928291e31a0b5ad08c776
add debug pin z
[ { "change_type": "MODIFY", "old_path": "bsp/boards/debugpins.h", "new_path": "bsp/boards/debugpins.h", "diff": "@@ -66,6 +66,10 @@ void debugpins_debug_y_toggle(void);\nvoid debugpins_debug_y_clr(void);\nvoid debugpins_debug_y_set(void);\n+void debugpins_debug_z_toggle(void);\n+void debugpins_debug_...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-830. add debug pin z
491,595
03.02.2020 14:41:12
-3,600
8f6aa2cdc0e0016276c23455f540edeaceaa895f
update scum timing.
[ { "change_type": "MODIFY", "old_path": "bsp/boards/scum/board_info.h", "new_path": "bsp/boards/scum/board_info.h", "diff": "@@ -61,7 +61,7 @@ to return the board's description.\n#define PORT_maxTxDataPrepare 1650 // 1650 ticks = 3300us @500000hz\n#define PORT_maxRxAckPrepare 504 // 504 ticks = 1006u...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-830. update scum timing.
491,595
03.02.2020 14:50:37
-3,600
83f62dc25c071624de7f6844e3820f2b69ce7dad
channel hopping by default.
[ { "change_type": "MODIFY", "old_path": "bsp/boards/scum/radio.c", "new_path": "bsp/boards/scum/radio.c", "diff": "@@ -228,8 +228,8 @@ void radio_setFrequency(uint8_t frequency, radio_freq_t tx_or_rx) {\n// change state\nradio_vars.state = RADIOSTATE_SETTING_FREQUENCY;\n-// radio_vars.current_frequen...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-830. channel hopping by default.
491,587
04.02.2020 18:30:27
-3,600
4699be6cb3e82066457cc74632bae67174f6c987
Refactor openbridge.c/.h
[ { "change_type": "MODIFY", "old_path": "openstack/03a-IPHC/openbridge.h", "new_path": "openstack/03a-IPHC/openbridge.h", "diff": "//=========================== prototypes ======================================\nvoid openbridge_init(void);\n+\nvoid openbridge_triggerData(void);\n+\nvoid openbridge_se...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-863. Refactor openbridge.c/.h
491,587
10.01.2020 18:04:17
-3,600
08854bef310c503eedd68cff8e6458621700ac05
Add support for simulation mode
[ { "change_type": "MODIFY", "old_path": "bsp/boards/python/openwsnmodule.c", "new_path": "bsp/boards/python/openwsnmodule.c", "diff": "@@ -54,6 +54,7 @@ static PyObject* OpenMote_getState(OpenMote* self) {\nPyObject* icmpv6rpl_vars;\nPyObject* opencoap_vars;\nPyObject* monitor_expiration_vars;\n+ PyO...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-863. Add support for simulation mode
491,587
17.01.2020 19:35:52
-3,600
9fa87ff213d93574f58435560433ef4184381b40
Reformatted iphc.c
[ { "change_type": "MODIFY", "old_path": "openstack/03a-IPHC/iphc.c", "new_path": "openstack/03a-IPHC/iphc.c", "diff": "//=========================== variables =======================================\n-static const uint8_t dagroot_mac64b[] = {0x02,\n- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01\n-}...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-863. Reformatted iphc.c
491,587
20.01.2020 14:46:44
-3,600
b840592f60fdd522813d333073e48a5e587a8bb6
Delete redundant code from IPv6 header parsing function
[ { "change_type": "MODIFY", "old_path": "openstack/03a-IPHC/iphc.c", "new_path": "openstack/03a-IPHC/iphc.c", "diff": "@@ -651,10 +651,6 @@ void iphc_retrieveIPv6Header(OpenQueueEntry_t *msg, ipv6_header_iht *ipv6_outer_\nextention_header_length += 2 + 16 * size;\nbreak;\n}\n- temp_8b = *(uint8_t * )...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-863. Delete redundant code from IPv6 header parsing function
491,587
21.01.2020 10:08:11
-3,600
59841e890d986d7a53fc61526ce31dd13b32e644
Correctly format forwarding.c
[ { "change_type": "MODIFY", "old_path": "openstack/03b-IPv6/forwarding.c", "new_path": "openstack/03b-IPv6/forwarding.c", "diff": "//=========================== prototypes ======================================\n-void forwarding_getNextHop(\n- open_addr_t* destination,\n- open_addr_t* addressToWrite\...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-863. Correctly format forwarding.c
491,587
21.01.2020 16:13:25
-3,600
f10b1e2e3fb83545b4500ff7c93a592006d4ce6e
Add support for source routing of fragments (1) Bug fixes for upward routing. (2) Fixed a bug in fragmentation layer. (3) Update definitions opendefs.h (4) Support for out-of-order fragment fast-forwarding
[ { "change_type": "MODIFY", "old_path": "inc/opendefs.h", "new_path": "inc/opendefs.h", "diff": "@@ -43,7 +43,7 @@ static const uint8_t infoStackName[] = \"OpenWSN \";\n// frame sizes\n#define IEEE802154_FRAME_SIZE 127\n-#define BIG_PACKET_SIZE (6*127)\n+#define BIG_PACKET_SIZE (10*127)\nenum {\nE_SU...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-863. Add support for source routing of fragments (1) Bug fixes for upward routing. (2) Fixed a bug in fragmentation layer. (3) Update definitions opendefs.h (4) Support for out-of-order fragment fast-forwarding
491,587
22.01.2020 15:44:25
-3,600
b1afb38c5c8817566cf1da473334604166680aeb
Correctly formatted packetfunctions.c/.h
[ { "change_type": "MODIFY", "old_path": "openstack/cross-layers/packetfunctions.c", "new_path": "openstack/cross-layers/packetfunctions.c", "diff": "@@ -29,6 +29,7 @@ void packetfunctions_ip128bToMac64b(\nmac64btoWrite->type = ADDR_64B;\nmemcpy(mac64btoWrite->addr_64b, &(ip128b->addr_128b[8]), 8);\n}...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-863. Correctly formatted packetfunctions.c/.h
491,587
23.01.2020 16:04:39
-3,600
906cbc31042c3327836a3cae309a224fb68465c9
Formatting uecho.c
[ { "change_type": "MODIFY", "old_path": "openapps/uecho/uecho.c", "new_path": "openapps/uecho/uecho.c", "diff": "@@ -24,7 +24,6 @@ void uecho_init(void) {\n}\nvoid uecho_receive(OpenQueueEntry_t *request) {\n- uint16_t temp_l4_destination_port;\nOpenQueueEntry_t *reply;\nif (request->length > 60) {\n...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-863. Formatting uecho.c
491,587
27.01.2020 11:44:37
-3,600
2a6200d7dd80cb5c790e1038a3d2b757c8ad8547
Add a reassembly timeout mechanism + support for large ICMPv6 echo response
[ { "change_type": "MODIFY", "old_path": "inc/opendefs.h", "new_path": "inc/opendefs.h", "diff": "@@ -218,60 +218,62 @@ enum {\nERR_FRAG_INVALID_SIZE = 0x1a, // invalid original packet size ({0} > {1})\nERR_FRAG_REASSEMBLED = 0x1b, // reassembled fragments into big packet (size: {0}, tag: {1})\nERR_FR...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-863. Add a reassembly timeout mechanism + support for large ICMPv6 echo response
491,587
03.02.2020 18:57:43
-3,600
ba4010514352b48e4e923e449e4e0b6aa06d3269
Fixes issue when forwarding out-of-order fragments.
[ { "change_type": "MODIFY", "old_path": "openstack/03a-IPHC/frag.c", "new_path": "openstack/03a-IPHC/frag.c", "diff": "@@ -247,7 +247,23 @@ void frag_sendDone(OpenQueueEntry_t *msg, owerror_t sendError) {\nopenqueue_freePacketBuffer(msg);\n}\n} else if (msg->l3_isFragment && msg->l3_useSourceRouting)...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-863. Fixes issue when forwarding out-of-order fragments.
491,587
04.02.2020 18:12:11
-3,600
a2adc2160e7a678890921b48bf3c52ec3ac14faf
Fixes the fragment buffer and VRB cleanup functions When a fragment is received, a node schedules a 60 timeout either for the reassembly buffer or fast-forwarding VRB. If not all bytes are received within this 60s interval, all fragments are dropped and the buffers are liberated.
[ { "change_type": "MODIFY", "old_path": "drivers/common/opentimers.c", "new_path": "drivers/common/opentimers.c", "diff": "@@ -269,8 +269,7 @@ This function should be called in the callback of the timer interrupt.\n\\param[in] id the timer id\n\\param[in] duration the timer duration\n*/\n-void openti...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-863. Fixes the fragment buffer and VRB cleanup functions When a fragment is received, a node schedules a 60 timeout either for the reassembly buffer or fast-forwarding VRB. If not all bytes are received within this 60s interval, all fragments are dropped and the buffers are liberated.
491,587
05.02.2020 15:16:48
-3,600
e380c8259dcd1ef01b75559f2248a23ad7812c71
Fix segmentation fault when L2 security is active When L2 security is active, the fragmentation payload size must be reduced to make place for the auxiliary security header and the authentication tag
[ { "change_type": "MODIFY", "old_path": "inc/opendefs.h", "new_path": "inc/opendefs.h", "diff": "@@ -43,7 +43,7 @@ static const uint8_t infoStackName[] = \"OpenWSN \";\n// frame sizes\n#define IEEE802154_FRAME_SIZE 127\n-#define BIG_PACKET_SIZE (10*127)\n+#define IPV6_PACKET_SIZE 1320\nenum {\nE_SUCC...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-863. Fix segmentation fault when L2 security is active - When L2 security is active, the fragmentation payload size must be reduced to make place for the auxiliary security header and the authentication tag
491,587
05.02.2020 17:19:30
-3,600
7b2d0e416433ef289eca85c4f0a470e57008db9c
Allocate all the SRAM memory + Tell linker that there is 32kB of SRAM instead of 16kB.
[ { "change_type": "MODIFY", "old_path": "bsp/boards/openmote-b-24ghz/cc2538sf53.lds", "new_path": "bsp/boards/openmote-b-24ghz/cc2538sf53.lds", "diff": "@@ -19,7 +19,7 @@ MEMORY\n{\nFLASH (rx) : ORIGIN = 0x00200000, LENGTH = 0x0007FFD4\nFLASH_CCA (RX) : ORIGIN = 0x0027FFD4, LENGTH = 12\n- SRAM (RWX) ...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-863. Allocate all the SRAM memory + Tell linker that there is 32kB of SRAM instead of 16kB.
491,587
06.02.2020 11:35:19
-3,600
7ccaf69698c8dc1bfdf701798ca01a1a203b8422
Fix compile errors macpong project and samr21_xpro
[ { "change_type": "MODIFY", "old_path": "openstack/cross-layers/openqueue.c", "new_path": "openstack/cross-layers/openqueue.c", "diff": "@@ -142,9 +142,10 @@ OpenQueueEntry_t* openqueue_getFreeBigPacketBuffer(uint8_t creator) {\nowerror_t openqueue_freePacketBuffer(OpenQueueEntry_t* pkt) {\nuint8_t i...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-863. Fix compile errors macpong project and samr21_xpro
491,587
06.02.2020 15:15:55
-3,600
3bce81d5c4cbcd6673ec3d4689079b24a088ea57
Bug fixes and formatting implicit declarations out-of-bounds array clang-tidy remarks
[ { "change_type": "MODIFY", "old_path": "openstack/03a-IPHC/frag.c", "new_path": "openstack/03a-IPHC/frag.c", "diff": "@@ -21,6 +21,12 @@ This module implements 6LoWPAN fragmentation according to RFC 4944,\n#include \"opentimers.h\"\n#include \"scheduler.h\"\n+//============================ defines =...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-863. Bug fixes and formatting - implicit declarations - out-of-bounds array - clang-tidy remarks
491,587
06.02.2020 18:19:46
-3,600
99a0dfb2a252d0d7d571e8faab0a126c307ec738
Additional log for fragmentation
[ { "change_type": "MODIFY", "old_path": "inc/opendefs.h", "new_path": "inc/opendefs.h", "diff": "@@ -221,61 +221,62 @@ enum {\nERR_FRAG_STORED = 0x1d, // stored a fragment with offset {0} (currently in buffer: {1})\nERR_FRAG_TX_FAIL = 0x1e, // failed to send fragment with tag {0} (offset: {1})\nERR_F...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-863. Additional log for fragmentation
491,587
06.02.2020 18:44:33
-3,600
28e2c41cb52aab3a07608ed5cd1c95a573bc3ca9
Cleanup fragments if buffer allocation fails
[ { "change_type": "MODIFY", "old_path": "openstack/03a-IPHC/frag.c", "new_path": "openstack/03a-IPHC/frag.c", "diff": "@@ -119,12 +119,10 @@ owerror_t frag_fragment6LoPacket(OpenQueueEntry_t *msg) {\nlowpan_fragment = openqueue_getFreePacketBuffer(COMPONENT_FRAG);\nif (lowpan_fragment == NULL) {\n// ...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-863. Cleanup fragments if buffer allocation fails