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
16.08.2017 02:25:44
-7,200
5cc3657c9de587bf7df41a4a8bbc576b4dda0491
DEFAULTLINKCOST should be used when numTxAck is 0 AND numTx is 0.
[ { "change_type": "MODIFY", "old_path": "openstack/02b-MAChigh/neighbors.c", "new_path": "openstack/02b-MAChigh/neighbors.c", "diff": "@@ -274,6 +274,22 @@ bool neighbors_isNeighborWithHigherDAGrank(uint8_t index) {\nreturn returnVal;\n}\n+bool neighbors_reachedMaxTransmission(uint8_t index){\n+ bool...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-492. DEFAULTLINKCOST should be used when numTxAck is 0 AND numTx is 0.
491,595
21.08.2017 18:03:00
-7,200
1b70781c0bb05e1376d914eae2c6dba2268db6e1
support channel offset specification when issuing 6p command.
[ { "change_type": "MODIFY", "old_path": "drivers/common/openserial.c", "new_path": "drivers/common/openserial.c", "diff": "@@ -546,6 +546,7 @@ void openserial_handleEcho(uint8_t* buf, uint8_t bufLen){\nvoid openserial_get6pInfo(uint8_t commandId, uint8_t* code,uint8_t* cellOptions,uint8_t* numCells,c...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
SW-298. support channel offset specification when issuing 6p command.
491,609
31.08.2017 15:06:56
-7,200
b4d826ecae62dccb09d0032ddc2122570cf1c752
Pass unencrypted errors to the application.
[ { "change_type": "MODIFY", "old_path": "openapps/opencoap/opencoap.c", "new_path": "openapps/opencoap/opencoap.c", "diff": "@@ -353,9 +353,12 @@ void opencoap_receive(OpenQueueEntry_t* msg) {\nfound=TRUE;\n}\n- // resource found, verify if it needs to be decrypted\n+ // resource found\n+ // verify i...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-696. Pass unencrypted errors to the application.
491,609
01.09.2017 17:56:33
-7,200
cac256231ea774b12377a44467387db617eef958
Initalize the OSCOAP context just before sending the Join Request.
[ { "change_type": "MODIFY", "old_path": "openapps/cjoin/cjoin.c", "new_path": "openapps/cjoin/cjoin.c", "diff": "@@ -74,7 +74,6 @@ void cjoin_init() {\ncjoin_vars.timerId = opentimers_create();\nidmanager_setJoinKey((uint8_t *) masterSecret);\n- cjoin_init_security_context();\ncjoin_schedule();\n}\n@...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-697. Initalize the OSCOAP context just before sending the Join Request.
491,609
12.09.2017 19:28:43
-7,200
4333a07683d0bac2c73f5a1bca102befae1b520e
Join Proxy must be a stable neighbor.
[ { "change_type": "MODIFY", "old_path": "openstack/02b-MAChigh/neighbors.c", "new_path": "openstack/02b-MAChigh/neighbors.c", "diff": "@@ -112,6 +112,7 @@ open_addr_t* neighbors_getJoinProxy() {\njoinProxy = NULL;\nfor (i=0;i<MAXNUMNEIGHBORS;i++) {\nif (neighbors_vars.neighbors[i].used==TRUE &&\n+ ne...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-699. Join Proxy must be a stable neighbor.
491,609
13.09.2017 11:51:41
-7,200
e178267c0d4579ba8f1bcaeba44e5c8a094875bc
Allow L2SEC to be configured even when it is not used.
[ { "change_type": "MODIFY", "old_path": "openstack/02a-MAClow/IEEE802154_security.c", "new_path": "openstack/02a-MAClow/IEEE802154_security.c", "diff": "#include \"IEEE802154_security.h\"\n//=============================define==========================================\n-#ifdef L2_SECURITY_ACTIVE\n//=...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-701. Allow L2SEC to be configured even when it is not used.
491,609
18.09.2017 14:08:56
-7,200
a2eaec08c0beca334609a81cf01630ef94c28102
Introduce a flag within L2SEC to signal presence of dynamic keying support.
[ { "change_type": "MODIFY", "old_path": "openapps/cjoin/cjoin.c", "new_path": "openapps/cjoin/cjoin.c", "diff": "@@ -56,6 +56,9 @@ void cjoin_setIsJoined(bool newValue);\n//=========================== public ==========================================\nvoid cjoin_init() {\n+ // declare the usage of dy...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
Introduce a flag within L2SEC to signal presence of dynamic keying support.
491,593
18.09.2017 14:52:08
-7,200
31ca34b7410317e97d998bec0265ac8abf6da596
Assign to serial.baudrate instead of setBaudrate
[ { "change_type": "MODIFY", "old_path": "bootloader/telosb/bsl", "new_path": "bootloader/telosb/bsl", "diff": "@@ -1165,7 +1165,7 @@ class BootStrapLoader(LowLevel):\nself.bslTxRx(self.BSL_CHANGEBAUD, #Command: change baudrate\na, l) #args are coded in adr and len\ntime.sleep(0.010) #recomended delay...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
Assign to serial.baudrate instead of setBaudrate
491,593
20.09.2017 11:26:33
-7,200
7fede0c4ec301363cfba4a628e04cae3119cbf82
Having short sniffer TIME_PERIOD
[ { "change_type": "MODIFY", "old_path": "projects/common/03oos_sniffer/03oos_sniffer.c", "new_path": "projects/common/03oos_sniffer/03oos_sniffer.c", "diff": "#define LENGTH_PACKET 125+LENGTH_CRC ///< maximum length is 127 bytes\n#define CHANNEL 20 ///< 20=2.450GHz\n#define ID 0x99 ///< byte sent in ...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
Having short sniffer TIME_PERIOD
491,595
20.09.2017 22:28:30
-7,200
a19459c158ef7b9d395c26ca7723286753bf21d5
Apply inhibitatation behavior before synchronizing to the network.
[ { "change_type": "MODIFY", "old_path": "openstack/02a-MAClow/IEEE802154E.c", "new_path": "openstack/02a-MAClow/IEEE802154E.c", "diff": "@@ -61,6 +61,8 @@ void activity_rie6(void);\nvoid activity_ri9(PORT_TIMER_WIDTH capturedTime);\n// inhibit serial\nvoid activity_inhibitSerial(void);\n+void activit...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-540. Apply inhibitatation behavior before synchronizing to the network.
491,595
20.09.2017 22:29:20
-7,200
8837d4ed5b56b4cd2f2df81c2805c9a0da98fad6
efficient opentimer callback.
[ { "change_type": "MODIFY", "old_path": "drivers/common/opentimers.c", "new_path": "drivers/common/opentimers.c", "diff": "@@ -355,6 +355,7 @@ void opentimers_timer_callback(void){\nPORT_TIMER_WIDTH tempTimerGap;\nPORT_TIMER_WIDTH tempLastTimeout = opentimers_vars.currentTimeout;\n// 1. find the expi...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-540. efficient opentimer callback.
491,592
25.09.2017 10:52:30
-7,200
a45dd7793108b013aaf2af3f76e814a14fb27bc5
fixing inverted leds and enabling antenna switch
[ { "change_type": "MODIFY", "old_path": "bsp/boards/openmote-b/board.c", "new_path": "bsp/boards/openmote-b/board.c", "diff": "@@ -47,6 +47,8 @@ bool board_timer_expired(uint32_t future);\nstatic void clock_init(void);\nstatic void gpio_init(void);\nstatic void button_init(void);\n+static void antenn...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-705 fixing inverted leds and enabling antenna switch
491,592
25.09.2017 11:09:39
-7,200
7621c1ab5f22b90635f14a38ede6a2202c76824f
adding compilation in travis
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -28,6 +28,7 @@ script:\n- scons board=openmote-cc2538 toolchain=armgcc verbose=1 oos_openwsn\n- scons board=openmote-cc2538 goldenImage=sniffer toolchain=armgcc verbose=1 oos_sniffer\n- scons board=openmote-...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-705 - adding compilation in travis
491,592
25.09.2017 16:37:10
-7,200
a6e57ac5ba4a7e52521fd6f6c92d8c1a7af88482
adding si70x driver
[ { "change_type": "MODIFY", "old_path": "bsp/boards/openmote-b/SConscript", "new_path": "bsp/boards/openmote-b/SConscript", "diff": "@@ -4,23 +4,11 @@ Import('env')\nlocalEnv = env.Clone()\n-# adxl346 = localEnv.SConscript(\n- # os.path.join('#','bsp','chips','adxl346','SConscript'),\n- # variant_dir...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-705 adding si70x driver
491,595
27.10.2017 15:37:43
-7,200
a4c9c8925024736c3931bba02b8031b99db36adc
use other port rather than 5683. (used by JRC)
[ { "change_type": "MODIFY", "old_path": "openapps/cinfo/cinfo.py", "new_path": "openapps/cinfo/cinfo.py", "diff": "@@ -8,8 +8,9 @@ from coap import coap\nimport signal\nMOTE_IP = 'bbbb::1415:92cc:0:2'\n+UDPPORT = 61618 # can't be the port used in OV\n-c = coap.coap()\n+c = coap.coap(udpPort=UDPPORT)\...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-709. use other port rather than 5683. (used by JRC)
491,595
05.11.2017 13:06:13
-3,600
5a609a0c7a9875635314eddd5000ea9dcc80e963
fix the Travis.
[ { "change_type": "MODIFY", "old_path": "openstack/SConscript", "new_path": "openstack/SConscript", "diff": "@@ -45,7 +45,6 @@ sources_h = [\n#=== 02b-MAChigh\nos.path.join('02b-MAChigh','neighbors.h'),\nos.path.join('02b-MAChigh','sf0.h'),\n- os.path.join('02b-MAChigh','sfx.h'),\nos.path.join('02b-M...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-548. fix the Travis.
491,595
05.11.2017 22:10:59
-3,600
f5cac20c80be929f5702bab106f928bec378ba2c
remove additional code.
[ { "change_type": "MODIFY", "old_path": "openstack/02a-MAClow/IEEE802154E.c", "new_path": "openstack/02a-MAClow/IEEE802154E.c", "diff": "@@ -777,13 +777,6 @@ port_INLINE bool ieee154e_processIEs(OpenQueueEntry_t* pkt, uint16_t* lenIE) {\nieee154e_syncSlotOffset();\nschedule_syncSlotOffset(ieee154e_va...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-548. remove additional code.
491,595
06.11.2017 13:14:12
-3,600
4339a0852ffdaaedfe9c9ca47dec0478f23310f0
remove generation field from 6p frame.
[ { "change_type": "MODIFY", "old_path": "inc/opendefs.h", "new_path": "inc/opendefs.h", "diff": "@@ -385,7 +385,6 @@ typedef struct {\nasn_t asn;\nuint8_t joinPrio;\nbool f6PNORES;\n- uint8_t generation;\nuint8_t sequenceNumber;\n} neighborRow_t;\nEND_PACK\n" }, { "change_type": "MODIFY", ...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-710. remove generation field from 6p frame.
491,595
06.11.2017 13:34:38
-3,600
a7e5ef142c40a3f6c1a46bdec51137c0c62623d8
Node chooses random frequency to listen EB at beginning.
[ { "change_type": "MODIFY", "old_path": "openstack/02a-MAClow/IEEE802154E.c", "new_path": "openstack/02a-MAClow/IEEE802154E.c", "diff": "@@ -531,11 +531,11 @@ port_INLINE void activity_synchronize_newSlot() {\n// turn off the radio (in case it wasn't yet)\nradio_rfOff();\n- // configure the radio to ...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-712. Node chooses random frequency to listen EB at beginning.
491,595
06.11.2017 15:37:54
-3,600
d582711f7697cc4fe5fca34393f5057b87d99b5f
send EB and DIO on portion of minimal cell of 1/6*(neighbor+1) and 1/6*(neighbor+1) respectively.
[ { "change_type": "MODIFY", "old_path": "openstack/02a-MAClow/IEEE802154E.c", "new_path": "openstack/02a-MAClow/IEEE802154E.c", "diff": "#include \"sixtop.h\"\n#include \"adaptive_sync.h\"\n#include \"sctimer.h\"\n+#include \"openrandom.h\"\n//=========================== variables ===================...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-711. send EB and DIO on portion of minimal cell of 1/6*(neighbor+1) and 1/6*(neighbor+1) respectively.
491,595
06.11.2017 19:21:23
-3,600
7e879d42cc009e1c8cbdcb52b9cfb009eebff2ac
implementing the MSF algorithm to adapting to traffic.
[ { "change_type": "MODIFY", "old_path": "drivers/common/openserial.c", "new_path": "drivers/common/openserial.c", "diff": "@@ -173,6 +173,9 @@ owerror_t openserial_printCritical(\n) {\nopentimers_id_t id;\nuint32_t reference;\n+\n+ printf(\"critical error happened %d %d %d %d\\n\", calling_component,...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-548. implementing the MSF algorithm to adapting to traffic.
491,595
06.11.2017 19:24:21
-3,600
25bcf61e082cba1760ecf623c9a7a11901c1885e
add anycast type address check in packetfunctions_isBroadcastMulticast.
[ { "change_type": "MODIFY", "old_path": "openstack/cross-layers/packetfunctions.c", "new_path": "openstack/cross-layers/packetfunctions.c", "diff": "@@ -82,6 +82,12 @@ void packetfunctions_mac16bToMac64b(open_addr_t* mac16b, open_addr_t* mac64btoWr\nbool packetfunctions_isBroadcastMulticast(open_addr...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-548. add anycast type address check in packetfunctions_isBroadcastMulticast.
491,595
06.11.2017 20:12:58
-3,600
9f7f8f1528defabf954cbbf98cd8fad02ced7581
doing indenting.
[ { "change_type": "MODIFY", "old_path": "openstack/02a-MAClow/IEEE802154E.c", "new_path": "openstack/02a-MAClow/IEEE802154E.c", "diff": "@@ -113,7 +113,6 @@ void ieee154e_init() {\nmemset(&ieee154e_vars,0,sizeof(ieee154e_vars_t));\nmemset(&ieee154e_dbg,0,sizeof(ieee154e_dbg_t));\n- // to easy debug, ...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-548. doing indenting.
491,595
06.11.2017 20:14:23
-3,600
d1ae41ab93ba194f2ed180f6040eea7581144f7b
remove printf.
[ { "change_type": "MODIFY", "old_path": "drivers/common/openserial.c", "new_path": "drivers/common/openserial.c", "diff": "@@ -174,8 +174,6 @@ owerror_t openserial_printCritical(\nopentimers_id_t id;\nuint32_t reference;\n- printf(\"critical error happened %d %d %d %d\\n\", calling_component,error_co...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-548. remove printf.
491,595
07.11.2017 00:29:54
-3,600
0a5e4bd98b2a080d4f548c4c334b44387ef54e16
The shared cell scheduled by 6P is dedicated cell not an anycast type cell.
[ { "change_type": "MODIFY", "old_path": "openstack/02b-MAChigh/sixtop.c", "new_path": "openstack/02b-MAChigh/sixtop.c", "diff": "@@ -1590,12 +1590,7 @@ bool sixtop_addCells(\nisShared = TRUE;\n}\n- if (isShared){\n- memset(&temp_neighbor,0,sizeof(temp_neighbor));\n- temp_neighbor.type = ADDR_ANYCAST;...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-717. The shared cell scheduled by 6P is dedicated cell not an anycast type cell.
491,595
07.11.2017 14:45:02
-3,600
4aeec78e1e7c562c05e4b625fde7c334baca16ae
implement msf housekeeping.
[ { "change_type": "MODIFY", "old_path": "openstack/02b-MAChigh/msf.c", "new_path": "openstack/02b-MAChigh/msf.c", "diff": "#include \"schedule.h\"\n#include \"openapps.h\"\n#include \"openrandom.h\"\n+#include \"idmanager.h\"\n//=========================== definition =================================...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-715. implement msf housekeeping.
491,595
07.11.2017 14:49:08
-3,600
3299bf11aca2ea4d2fde1344def0268050a93bf7
traffic control on the minimal cell and dedicated cell.
[ { "change_type": "MODIFY", "old_path": "openstack/02a-MAClow/IEEE802154E.c", "new_path": "openstack/02a-MAClow/IEEE802154E.c", "diff": "@@ -818,8 +818,7 @@ port_INLINE void activity_ti1ORri1() {\nif (idmanager_getIsDAGroot()==FALSE) {\nif(ieee154e_vars.deSyncTimeout > ieee154e_vars.numOfSleepSlots){...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-548. traffic control on the minimal cell and dedicated cell.
491,595
07.11.2017 15:57:45
-3,600
70ebd9bbceb6f80405f6d4d319d10e71419fcfc9
apply backoff on each neighbor.
[ { "change_type": "MODIFY", "old_path": "inc/opendefs.h", "new_path": "inc/opendefs.h", "diff": "@@ -387,6 +387,8 @@ typedef struct {\nbool f6PNORES;\nuint8_t generation;\nuint8_t sequenceNumber;\n+ uint8_t backoffExponenton;\n+ uint8_t backoff;\n} neighborRow_t;\nEND_PACK\n" }, { "change_typ...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-716. apply backoff on each neighbor.
491,595
07.11.2017 17:24:02
-3,600
3133b2e467b6bb7547dd6712b6a6ff60aa410650
Control the traffic on minimal cell and dedicated cells.
[ { "change_type": "MODIFY", "old_path": "openstack/02a-MAClow/IEEE802154E.c", "new_path": "openstack/02a-MAClow/IEEE802154E.c", "diff": "@@ -912,27 +912,30 @@ port_INLINE void activity_ti1ORri1() {\n// check whether we can send\nif (schedule_getOkToSend()) {\n- if (schedule_hasDedicatedCells()){\nif ...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-548. Control the traffic on minimal cell and dedicated cells.
491,595
07.11.2017 17:26:46
-3,600
1b9f25f5bc8ecb3cf2a1b71901abf6002b769f54
reset its backoff variable when a neighbor is removed.
[ { "change_type": "MODIFY", "old_path": "openstack/02b-MAChigh/neighbors.c", "new_path": "openstack/02b-MAChigh/neighbors.c", "diff": "@@ -803,6 +803,8 @@ void removeNeighbor(uint8_t neighborIndex) {\nneighbors_vars.neighbors[neighborIndex].asn.bytes2and3 = 0;\nneighbors_vars.neighbors[neighborIndex]...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-548. reset its backoff variable when a neighbor is removed.
491,595
07.11.2017 17:30:52
-3,600
6ca52898355c08cd64e5d15ebd6302817067fbe0
initial its backoff variables when register a new neighbor.
[ { "change_type": "MODIFY", "old_path": "openstack/02b-MAChigh/neighbors.c", "new_path": "openstack/02b-MAChigh/neighbors.c", "diff": "@@ -758,6 +758,8 @@ void registerNewNeighbor(open_addr_t* address,\nneighbors_vars.neighbors[i].numTx = 0;\nneighbors_vars.neighbors[i].numTxACK = 0;\nmemcpy(&neighbo...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-548. initial its backoff variables when register a new neighbor.
491,595
07.11.2017 20:56:50
-3,600
6d79c167477ab4707dbdff3f24393fc51ca4deb0
Synchronize to any packet before having a dedicated cell.
[ { "change_type": "MODIFY", "old_path": "openstack/02a-MAClow/IEEE802154E.c", "new_path": "openstack/02a-MAClow/IEEE802154E.c", "diff": "@@ -1699,6 +1699,7 @@ port_INLINE void activity_rie3() {\nport_INLINE void activity_ri5(PORT_TIMER_WIDTH capturedTime) {\nieee802154_header_iht ieee802514_header;\n...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-718. Synchronize to any packet before having a dedicated cell.
491,595
07.11.2017 21:05:02
-3,600
8738d575eeacf28aa1a0d346564b010b2e4f2d65
don't need synchronize at ri9.
[ { "change_type": "MODIFY", "old_path": "openstack/02a-MAClow/IEEE802154E.c", "new_path": "openstack/02a-MAClow/IEEE802154E.c", "diff": "@@ -2127,11 +2127,6 @@ port_INLINE void activity_ri9(PORT_TIMER_WIDTH capturedTime) {\n// clear local variable\nieee154e_vars.ackToSend = NULL;\n- // synchronize to...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-719. don't need synchronize at ri9.
491,595
07.11.2017 22:35:06
-3,600
ac2cbb1618558525d5af45c1af3574fd5eaba6db
handle return code: retries and clear.
[ { "change_type": "MODIFY", "old_path": "openstack/02b-MAChigh/msf.c", "new_path": "openstack/02b-MAChigh/msf.c", "diff": "@@ -20,10 +20,14 @@ msf_vars_t msf_vars;\n// sixtop callback\nuint16_t msf_getMetadata(void);\nmetadata_t msf_translateMetadata(void);\n-void msf_handleRCError(uint8_t code);\n+v...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-714. handle return code: retries and clear.
491,595
07.11.2017 22:39:02
-3,600
5d4cec125759c0af3b27eb290cb5141967025cfb
reset sequence number when the neighbor is removed.
[ { "change_type": "MODIFY", "old_path": "openstack/02b-MAChigh/neighbors.c", "new_path": "openstack/02b-MAChigh/neighbors.c", "diff": "@@ -807,6 +807,7 @@ void removeNeighbor(uint8_t neighborIndex) {\nneighbors_vars.neighbors[neighborIndex].asn.bytes2and3 = 0;\nneighbors_vars.neighbors[neighborIndex]...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-720. reset sequence number when the neighbor is removed.
491,595
07.11.2017 23:38:07
-3,600
e8f35bc050f242e9a76888686d8affda6d2c009e
don't send any packet except 6P or CJOIN before having a dedicated cell.
[ { "change_type": "MODIFY", "old_path": "openstack/02a-MAClow/IEEE802154E.c", "new_path": "openstack/02a-MAClow/IEEE802154E.c", "diff": "@@ -1699,7 +1699,7 @@ port_INLINE void activity_rie3() {\nport_INLINE void activity_ri5(PORT_TIMER_WIDTH capturedTime) {\nieee802154_header_iht ieee802514_header;\n...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-721. don't send any packet except 6P or CJOIN before having a dedicated cell.
491,595
08.11.2017 02:29:14
-3,600
8f22ba2975ca04e510f775e4affc0b79e17e1d8a
Remove the old neighbors and issue 6P Clear when no activity from a neighbor is detected or the parent changed.
[ { "change_type": "MODIFY", "old_path": "openstack/02a-MAClow/IEEE802154E.h", "new_path": "openstack/02a-MAClow/IEEE802154E.h", "diff": "@@ -43,8 +43,8 @@ static const uint8_t ebIEsBytestream[] = {\n#define RESYNCHRONIZATIONGUARD 5 // in 32kHz ticks. min distance to the end of the slot to successfull...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-713. Remove the old neighbors and issue 6P Clear when no activity from a neighbor is detected or the parent changed.
491,595
08.11.2017 14:19:35
-3,600
f907a984ad2a47ab61a49ee914c93b452f3fe49b
don't update myrank and parent before having enough tx on current parent.
[ { "change_type": "MODIFY", "old_path": "openstack/02b-MAChigh/neighbors.c", "new_path": "openstack/02b-MAChigh/neighbors.c", "diff": "@@ -253,12 +253,12 @@ bool neighbors_isNeighborWithHigherDAGrank(uint8_t index) {\nreturn returnVal;\n}\n-bool neighbors_reachedMaxTransmission(uint8_t index){\n+bool...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-492. don't update myrank and parent before having enough tx on current parent.
491,595
08.11.2017 16:58:29
-3,600
3fd3000e794e2b6d0cf57388d2d58e9e4c50c43e
re-order the checking sequence.
[ { "change_type": "MODIFY", "old_path": "openstack/02b-MAChigh/sixtop.c", "new_path": "openstack/02b-MAChigh/sixtop.c", "diff": "@@ -356,13 +356,15 @@ owerror_t sixtop_send(OpenQueueEntry_t *msg) {\nif (\nidmanager_getIsDAGroot() == FALSE &&\n+ (\n+ msg->creator != COMPONENT_SIXTOP_RES &&\n+ msg->cre...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-721. re-order the checking sequence.
491,595
09.11.2017 01:29:00
-3,600
1f9d39b1dce206f3878cb8b4f1943da431204da7
fix the abnormal neighbor removal behavior.
[ { "change_type": "MODIFY", "old_path": "openstack/02a-MAClow/IEEE802154E.c", "new_path": "openstack/02a-MAClow/IEEE802154E.c", "diff": "@@ -933,7 +933,12 @@ port_INLINE void activity_ti1ORri1() {\nschedule_hasDedicatedCellToNeighbor(&ieee154e_vars.dataToSend->l2_nextORpreviousHop)\n) {\n// leave the...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-548. fix the abnormal neighbor removal behavior.
491,595
09.11.2017 02:00:28
-3,600
a93b9361e314ac236c41483f1a0db9b77a4a4c21
increasing the timeout for 6p.
[ { "change_type": "MODIFY", "old_path": "openstack/02b-MAChigh/sixtop.h", "new_path": "openstack/02b-MAChigh/sixtop.h", "diff": "@@ -81,7 +81,7 @@ typedef enum {\n// >2^4*3*(101/9)*15=8080 (2^MAXEB * maxretries * (slotframe / numberOfsharedCellsFor6p)*slotlength) (ms))\n// on the receiver side of six...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-548. increasing the timeout for 6p.
491,595
09.11.2017 02:54:05
-3,600
ed9ca7803e807f50424057f9c36838446f3028de
change some parameters.
[ { "change_type": "MODIFY", "old_path": "inc/opendefs.h", "new_path": "inc/opendefs.h", "diff": "@@ -36,7 +36,7 @@ static const uint8_t infoStackName[] = \"OpenWSN \";\n#define LENGTH_ADDR64b 8\n#define LENGTH_ADDR128b 16\n-#define MAXNUMNEIGHBORS 10\n+#define MAXNUMNEIGHBORS 30\n// maximum celllist ...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-548. change some parameters.
491,595
09.11.2017 11:23:46
-3,600
48c0e2dc67e5fc401c5f065da23f74d1a728e700
remove COMPONENT_SF.
[ { "change_type": "MODIFY", "old_path": "inc/opendefs.h", "new_path": "inc/opendefs.h", "diff": "@@ -144,39 +144,38 @@ enum {\nCOMPONENT_NEIGHBORS = 0x0d,\nCOMPONENT_SCHEDULE = 0x0e,\nCOMPONENT_SIXTOP_RES = 0x0f,\n- COMPONENT_SF = 0x10,\n//IPHC\n- COMPONENT_OPENBRIDGE = 0x11,\n- COMPONENT_IPHC = 0x12...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-548. remove COMPONENT_SF.
491,595
09.11.2017 11:28:17
-3,600
185c401c90c5c3642c54d049e0dc58d6d42a4a39
Update neighbors' NumTx and numTxACK only after having a dedicated cell to parent.
[ { "change_type": "MODIFY", "old_path": "openstack/02b-MAChigh/neighbors.c", "new_path": "openstack/02b-MAChigh/neighbors.c", "diff": "@@ -379,6 +379,7 @@ void neighbors_indicateTx(\nasn_t* asnTs\n) {\nuint8_t i;\n+ uint8_t parentIndex;\n// don't run through this function if packet was sent to broadc...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-723. Update neighbors' NumTx and numTxACK only after having a dedicated cell to parent.
491,595
09.11.2017 14:58:58
-3,600
bd74448f0469e9f8eb831db974feafa6b149e163
increase the size of outputbuf size to 1024.
[ { "change_type": "MODIFY", "old_path": "bsp/boards/python/openwsnmodule_obj.h", "new_path": "bsp/boards/python/openwsnmodule_obj.h", "diff": "@@ -55,7 +55,7 @@ void sctimer_intr_compare(OpenMote* self);\n// uart\nvoid uart_intr_tx(OpenMote* self);\nvoid uart_intr_rx(OpenMote* self);\n-void uart_writ...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-724. increase the size of outputbuf size to 1024.
491,595
09.11.2017 15:51:59
-3,600
853234c4ebccf86b2f61f79e2d3f78e96da70862
dagroot doesn't synchronize to anyone ever.
[ { "change_type": "MODIFY", "old_path": "openstack/02a-MAClow/IEEE802154E.c", "new_path": "openstack/02a-MAClow/IEEE802154E.c", "diff": "@@ -1930,16 +1930,16 @@ port_INLINE void activity_ri5(PORT_TIMER_WIDTH capturedTime) {\n// or in case I'm in the middle of the join process when parent is not yet s...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-548. dagroot doesn't synchronize to anyone ever.
491,595
11.11.2017 03:26:47
-3,600
ae5631e496d478d776a0c5f51655d6a48a8ab323
clear the other cells only when there is a cell to my current parent.
[ { "change_type": "MODIFY", "old_path": "openstack/02b-MAChigh/msf.c", "new_path": "openstack/02b-MAChigh/msf.c", "diff": "@@ -338,7 +338,8 @@ bool msf_candidateRemoveCellList(\nvoid msf_housekeeping(void){\n- open_addr_t neighbor;\n+ open_addr_t parentNeighbor;\n+ open_addr_t* nonParentNeighbor;\nbo...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-548. clear the other cells only when there is a cell to my current parent.
491,595
11.11.2017 14:59:54
-3,600
c2df41b56627177355376f663303be7dade22bef
change the rank updating algorithm.
[ { "change_type": "MODIFY", "old_path": "inc/opendefs.h", "new_path": "inc/opendefs.h", "diff": "@@ -384,6 +384,7 @@ typedef struct {\nasn_t asn;\nuint8_t joinPrio;\nbool f6PNORES;\n+ bool inBlacklist;\nuint8_t sequenceNumber;\nuint8_t backoffExponenton;\nuint8_t backoff;\n" }, { "change_type...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-548. change the rank updating algorithm.
491,595
11.11.2017 18:33:00
-3,600
497c8b5b371260c4219ca1363c82046bc47ee612
send sixtop response with SEQNUM_ERR code on minimal cell only.
[ { "change_type": "MODIFY", "old_path": "openstack/02a-MAClow/IEEE802154E.c", "new_path": "openstack/02a-MAClow/IEEE802154E.c", "diff": "@@ -931,6 +931,11 @@ port_INLINE void activity_ti1ORri1() {\n// there is a packet to send\nif (\nschedule_hasDedicatedCellToNeighbor(&ieee154e_vars.dataToSend->l2_n...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-548. send sixtop response with SEQNUM_ERR code on minimal cell only.
491,595
11.11.2017 23:44:32
-3,600
394ef01a4ce4aeffd2a492875c1aec31df344a0e
update parameters.
[ { "change_type": "MODIFY", "old_path": "openstack/02b-MAChigh/msf.c", "new_path": "openstack/02b-MAChigh/msf.c", "diff": "@@ -39,7 +39,12 @@ void msf_housekeeping(void);\nvoid msf_init(void) {\nmemset(&msf_vars,0,sizeof(msf_vars_t));\nmsf_vars.numAppPacketsPerSlotFrame = 0;\n- sixtop_setSFcallback(m...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-548. update parameters.
491,595
23.11.2017 12:44:33
-3,600
35d9c26b5a38998f3ab297ecbcdac421f9eacfba
add bsp_sctimer project.
[ { "change_type": "MODIFY", "old_path": "bsp/boards/scum/board.c", "new_path": "bsp/boards/scum/board.c", "diff": "// bsp modules\n#include \"leds.h\"\n#include \"uart.h\"\n-#include \"bsp_timer.h\"\n#include \"radio.h\"\n-#include \"radiotimer.h\"\n#include \"eui64.h\"\n+#include \"sctimer.h\"\n//==...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-726. add bsp_sctimer project.
491,595
23.11.2017 12:51:01
-3,600
130fab03af42efc76860996a6b518b21245c45f6
FW-726/ update 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": "<TargetName>Target SCuM</TargetName>\n<ToolsetNumber>0x4</ToolsetNumber>\n<ToolsetName>ARM-ADS</ToolsetName>\n- <pCCUsed>5060183::V5.06 update 2 (...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-726/ update bsp_leds project.
491,595
23.11.2017 13:39:03
-3,600
5c284097181e5b124dd9f483239a6089c9e5cdaa
update uart project.
[ { "change_type": "MODIFY", "old_path": "projects/scum/01bsp_uart/01bsp_uart.uvprojx", "new_path": "projects/scum/01bsp_uart/01bsp_uart.uvprojx", "diff": "<TargetName>Target SCuM</TargetName>\n<ToolsetNumber>0x4</ToolsetNumber>\n<ToolsetName>ARM-ADS</ToolsetName>\n- <pCCUsed>5060183::V5.06 update 2 (...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-726. update uart project.
491,595
23.11.2017 20:57:24
-3,600
9ddc90ffc30a95f066825606008bdede26e79640
update sctimer project.
[ { "change_type": "MODIFY", "old_path": "bsp/boards/scum/sctimer.c", "new_path": "bsp/boards/scum/sctimer.c", "diff": "typedef struct {\nsctimer_cbt sctimer_cb;\nPORT_TIMER_WIDTH last_compare_value;\n+ uint8_t noNeedClearFlag;\n} sctimer_vars_t;\nsctimer_vars_t sctimer_vars;\n@@ -58,14 +59,15 @@ void...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-726. update sctimer project.
491,595
23.11.2017 21:28:27
-3,600
287e09ef033fd0493c0bdd2eb4227c0433db17c6
update opentimers project.
[ { "change_type": "MODIFY", "old_path": "bsp/boards/scum/sctimer.c", "new_path": "bsp/boards/scum/sctimer.c", "diff": "@@ -100,6 +100,7 @@ void sctimer_disable(void){\nkick_scheduler_t sctimer_isr(void){\ndebugpins_isr_set();\nif (sctimer_vars.sctimer_cb!=NULL) {\n+ sctimer_vars.noNeedClearFlag = 0;\...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-726. update opentimers project.
491,595
23.11.2017 21:32:23
-3,600
7fe94de86689441198fd2f17bb01f76f6021e7fe
update openserial project.
[ { "change_type": "MODIFY", "old_path": "projects/scum/02drv_openserial/02drv_openserial.uvprojx", "new_path": "projects/scum/02drv_openserial/02drv_openserial.uvprojx", "diff": "<TargetName>Target SCuM</TargetName>\n<ToolsetNumber>0x4</ToolsetNumber>\n<ToolsetName>ARM-ADS</ToolsetName>\n- <pCCUsed>5...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-726. update openserial project.
491,595
25.11.2017 15:56:27
-3,600
4699c91891fe7a82a44b7565a3275adf44984090
remove bsp_timer and radiotimer project.
[ { "change_type": "DELETE", "old_path": "projects/scum/01bsp_bsp_timer/01bsp_bsp_timer.uvprojx", "new_path": null, "diff": "-<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\" ?>\n-<Project xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:noNamespaceSchemaLocation=\"project_projx.x...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-726. remove bsp_timer and radiotimer project.
491,595
26.11.2017 16:25:53
-3,600
f2b8c3a79da9103ef64968541a447a0bbe02bcb6
fix wrong state changes.
[ { "change_type": "MODIFY", "old_path": "openstack/02a-MAClow/IEEE802154E.c", "new_path": "openstack/02a-MAClow/IEEE802154E.c", "diff": "@@ -1129,10 +1129,6 @@ port_INLINE void activity_ti2() {\nieee154e_vars.radioOnThisSlot=TRUE;\n// change state\nchangeState(S_TXDATAREADY);\n-#ifdef SLOT_FSM_IMPLEM...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-726. fix wrong state changes.
491,595
26.11.2017 19:08:10
-3,600
dc52f81104791f80e487cdae3c3fa44281ac5917
add bsp_multipletimer_radio project.
[ { "change_type": "ADD", "old_path": null, "new_path": "projects/scum/01bsp_multipletimer_radio/01bsp_multipletimer_radio.uvprojx", "diff": "+<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\" ?>\n+<Project xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:noNamespaceSchemaLocation=...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-726. add bsp_multipletimer_radio project.
491,595
26.11.2017 23:51:35
-3,600
85d8794fc028bcefbc5a6fb1249ccb4809626a99
tiny fixes.
[ { "change_type": "MODIFY", "old_path": "bsp/boards/scum/radio.c", "new_path": "bsp/boards/scum/radio.c", "diff": "@@ -248,6 +248,9 @@ void radio_getReceivedFrame(uint8_t* pBufRead,\nkick_scheduler_t radio_isr() {\nPORT_TIMER_WIDTH capturedTime;\n+\n+ debugpins_isr_set();\n+\nPORT_TIMER_WIDTH irq_sta...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-726. tiny fixes.
491,595
27.11.2017 00:07:50
-3,600
fbf8b5b6fcfc0612041dfac84db5eda3557d6e94
add bsp_multipletimer_radio.c file.
[ { "change_type": "ADD", "old_path": null, "new_path": "projects/scum/01bsp_multipletimer_radio/01bsp_multipletimer_radio.c", "diff": "+/**\n+\\brief This is a project specifically for SCuM showsing the issue SCuM when\n+using multiple timers feature to schedule different radio actions.\n+\n+The main...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-726. add bsp_multipletimer_radio.c file.
491,595
08.12.2017 17:44:25
-3,600
57c7918bc849a6df4832ba3e715f826a3693f7ad
update mercator project.
[ { "change_type": "MODIFY", "old_path": "projects/common/03oos_mercator/03oos_mercator.c", "new_path": "projects/common/03oos_mercator/03oos_mercator.c", "diff": "@@ -399,11 +399,11 @@ void isr_openserial_rx_mod(void) {\n//===== radiotimer\n-void cb_startFrame(uint16_t timestamp){\n+void cb_startFram...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-730. update mercator project.
491,595
08.12.2017 17:55:49
-3,600
40fd2562fb33070c5a2490deeee424d76464320a
fix all other projects.
[ { "change_type": "MODIFY", "old_path": "projects/common/01bsp_radio_tx/01bsp_radio_tx.c", "new_path": "projects/common/01bsp_radio_tx/01bsp_radio_tx.c", "diff": "@@ -68,8 +68,8 @@ int mote_main(void) {\n// add radio callback functions\nsctimer_set_callback(cb_radioTimerOverflows);\n- sctimer_setStar...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-730. fix all other projects.
491,595
17.12.2017 15:28:08
-3,600
329d418863dfe5bdc5d2519a4fbdc5ed49cb219e
implement infrared app.
[ { "change_type": "MODIFY", "old_path": "bsp/boards/openmote-cc2538/board.c", "new_path": "bsp/boards/openmote-cc2538/board.c", "diff": "#include \"sctimer.h\"\n#include \"uart.h\"\n#include \"cryptoengine.h\"\n+#include \"pwm.h\"\n//=========================== variables =============================...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-732. implement infrared app.
491,595
17.12.2017 15:37:45
-3,600
711e4f31133e9961b2642b1e6cbdffd2b03e74de
by default cinfrared is not presented in openapps.c
[ { "change_type": "MODIFY", "old_path": "openapps/openapps.c", "new_path": "openapps/openapps.c", "diff": "#include \"cjoin.h\"\n#include \"cwellknown.h\"\n#include \"rrt.h\"\n-#include \"cinfrared.h\"\n// UDP\n#include \"uecho.h\"\n#include \"uinject.h\"\n@@ -41,7 +40,6 @@ void openapps_init(void) {...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-732. by default cinfrared is not presented in openapps.c
491,595
22.12.2017 14:33:29
-3,600
fc759b09a7ab70194c6aa789afe71a2b249dbe11
revert the commit since the issue won't fix.
[ { "change_type": "MODIFY", "old_path": "openstack/02a-MAClow/IEEE802154E.c", "new_path": "openstack/02a-MAClow/IEEE802154E.c", "diff": "@@ -2132,6 +2132,12 @@ port_INLINE void activity_ri9(PORT_TIMER_WIDTH capturedTime) {\n// clear local variable\nieee154e_vars.ackToSend = NULL;\n+ if ((idmanager_ge...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-719. revert the commit since the issue won't fix.
491,588
26.01.2018 13:23:03
-3,600
3d25f0862d9b80ab96b06da86ba49d89dd8a6f8a
printf capabilities
[ { "change_type": "MODIFY", "old_path": "SConscript", "new_path": "SConscript", "diff": "@@ -46,6 +46,8 @@ if env['noadaptivesync']==1:\nenv.Append(CPPDEFINES = 'NOADAPTIVESYNC')\nif env['l2_security']==1:\nenv.Append(CPPDEFINES = 'L2_SECURITY_ACTIVE')\n+if env['printf']==1:\n+ env.Append(CPPDEFINES ...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
printf capabilities
491,588
29.01.2018 14:40:24
-3,600
1628823199cea286f23fa22a67e0f16ba4ea593f
function to push an int32 after a string (printf)
[ { "change_type": "MODIFY", "old_path": "drivers/common/openserial.c", "new_path": "drivers/common/openserial.c", "diff": "\\author Fabien Chraim <chraim@eecs.berkeley.edu>, March 2012.\n\\author Thomas Watteyne <thomas.watteyne@inria.fr>, August 2016.\n*/\n+#include <stdio.h>\n+#include <stdarg.h>\n...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
function to push an int32 after a string (printf)
491,588
29.01.2018 14:50:58
-3,600
5615bc4febf7d796e85fdd4d10715e8b3eeee705
the short address is txed in the correct order
[ { "change_type": "MODIFY", "old_path": "drivers/common/openserial.c", "new_path": "drivers/common/openserial.c", "diff": "@@ -211,8 +211,8 @@ owerror_t openserial_printData(uint8_t* buffer, uint8_t length) {\nopenserial_vars.outputBufFilled = TRUE;\noutputHdlcOpen();\noutputHdlcWrite(SERFRAME_MOTE2P...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
the short address is txed in the correct order
491,588
29.01.2018 17:26:56
-3,600
c8b3df2ca4ef45055290c2b67d6bcec55e97a127
new printf functions (string vs. utin32_t)
[ { "change_type": "MODIFY", "old_path": "drivers/common/openserial.c", "new_path": "drivers/common/openserial.c", "diff": "#include \"icmpv6echo.h\"\n#include \"sf0.h\"\n+\n+\n//=========================== variables =======================================\nopenserial_vars_t openserial_vars;\n+enum{\n...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
new printf functions (string vs. utin32_t)
491,588
29.01.2018 17:35:25
-3,600
ffc4c77f988ebfcc65a7a0a403b39ed650dc4728
correct conversion uint32_t -> array of uint8_t
[ { "change_type": "MODIFY", "old_path": "drivers/common/openserial.c", "new_path": "drivers/common/openserial.c", "diff": "@@ -257,7 +257,7 @@ owerror_t openserial_printSniffedPacket(uint8_t* buffer, uint8_t length, uint8_t\nowerror_t openserial_print_uint32_t(uint32_t value) {\n#ifdef OPENSERIAL_PRI...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
correct conversion uint32_t -> array of uint8_t
491,591
08.02.2018 09:55:58
-3,600
a05debbafce7e7487e861e360fe5f3aebcbfaf59
MAChigh/sixtop: fix potential uninitialized variable
[ { "change_type": "MODIFY", "old_path": "openstack/02b-MAChigh/sixtop.c", "new_path": "openstack/02b-MAChigh/sixtop.c", "diff": "@@ -1061,9 +1061,9 @@ void sixtop_six2six_notifyReceive(\nuint8_t length,\nOpenQueueEntry_t* pkt\n){\n- uint8_t returnCode;\n- uint16_t metadata;\n- uint8_t cellOptions;\n+...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
MAChigh/sixtop: fix potential uninitialized variable
491,591
08.02.2018 11:16:44
-3,600
e6cc0d5d7358c9a161bf0aad0f67aab0af28ce4d
MAClow/IEEE802154: fix potential uninitialized variable
[ { "change_type": "MODIFY", "old_path": "openstack/02a-MAClow/IEEE802154.c", "new_path": "openstack/02a-MAClow/IEEE802154.c", "diff": "@@ -38,7 +38,7 @@ void ieee802154_prependHeader(OpenQueueEntry_t* msg,\nuint16_t timeSyncInfo;\nuint16_t length_elementid_type;\nbool headerIEPresent = FALSE;\n- uint...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
MAClow/IEEE802154: fix potential uninitialized variable
491,591
08.02.2018 14:18:11
-3,600
7221a3df11641583ceee23eca990aec4c549d2db
Bugfix introduced in Change back to default channel hopping.
[ { "change_type": "MODIFY", "old_path": "openstack/02a-MAClow/IEEE802154E.c", "new_path": "openstack/02a-MAClow/IEEE802154E.c", "diff": "@@ -111,7 +111,7 @@ void ieee154e_init(void) {\nmemset(&ieee154e_vars,0,sizeof(ieee154e_vars_t));\nmemset(&ieee154e_dbg,0,sizeof(ieee154e_dbg_t));\n- ieee154e_vars....
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
Bugfix introduced in #411. Change back to default channel hopping.
491,595
08.03.2018 14:10:23
-3,600
6bb7f3d965d661fee8d5a07374fadbf68a083df5
do not compile for telosb, wsn430v13b and wsn430v14 (microcontroller ROM size limited).
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -23,14 +23,14 @@ script:\n- scons board=z1 toolchain=mspgcc verbose=1 oos_macpong\n- scons board=iot-lab_M3 toolchain=armgcc verbose=1 oos_macpong\n- scons board=iot-lab_A8-M3 toolchain=armgcc verbose=1 oos_...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-613. do not compile for telosb, wsn430v13b and wsn430v14 (microcontroller ROM size limited).
491,595
12.03.2018 10:37:52
-3,600
97073aa3369f9977e230c7609f242e308649290b
update sixtop return codes.
[ { "change_type": "MODIFY", "old_path": "openstack/02b-MAChigh/msf.c", "new_path": "openstack/02b-MAChigh/msf.c", "diff": "@@ -120,8 +120,7 @@ void msf_handleRCError(uint8_t code, open_addr_t* address){\nif (\ncode==IANA_6TOP_RC_RESET ||\n- code==IANA_6TOP_RC_LOCKED ||\n- code==IANA_6TOP_RC_BUSY\n+ c...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-548. update sixtop return codes.
491,595
12.03.2018 10:55:29
-3,600
66e6cd495a617629c5e92f1546fc31a28609f11a
remove TCP based application.
[ { "change_type": "MODIFY", "old_path": "inc/opendefs.h", "new_path": "inc/opendefs.h", "diff": "@@ -154,29 +154,26 @@ enum {\nCOMPONENT_ICMPv6ROUTER = 0x15,\nCOMPONENT_ICMPv6RPL = 0x16,\n//TRAN\n- COMPONENT_OPENTCP = 0x17,\n- COMPONENT_OPENUDP = 0x18,\n- COMPONENT_OPENCOAP = 0x19,\n+ COMPONENT_OPENU...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-548. remove TCP based application.
491,606
20.03.2018 13:48:22
-3,600
8eb34fa20d1fbaac280a3accc983352cd1feff0d
Update 01bsp_cryptoengine.c when running CCMS_AUTH tests output is never compared because len_m is zero for both examples, use tag_len instead
[ { "change_type": "MODIFY", "old_path": "projects/common/01bsp_cryptoengine/01bsp_cryptoengine.c", "new_path": "projects/common/01bsp_cryptoengine/01bsp_cryptoengine.c", "diff": "@@ -162,7 +162,7 @@ static owerror_t run_aes_ccms_auth_forward_suite(aes_ccms_auth_forward_suite_t*\nsuite[i].key,\nsuite[...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
Update 01bsp_cryptoengine.c when running CCMS_AUTH tests output is never compared because len_m is zero for both examples, use tag_len instead
491,595
09.04.2018 19:04:33
-7,200
71405cbd04ee8d9c5ddb0adb9d60ebacfaf1fc7f
update signal and clear commands value.
[ { "change_type": "MODIFY", "old_path": "openstack/02b-MAChigh/sixtop.h", "new_path": "openstack/02b-MAChigh/sixtop.h", "diff": "#define IANA_6TOP_CMD_RELOCATE 0x03 // CMD_RELOCATE | relocate one or more cells\n#define IANA_6TOP_CMD_COUNT 0x04 // CMD_COUNT | count scheduled cells\n#define IANA_6TOP_C...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-548. update signal and clear commands value.
491,595
11.04.2018 16:22:05
-7,200
e24b7fb6091ffc1b3174a002f844234741806377
use lower case name of OpenMote-CC2538
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -13,7 +13,7 @@ Build status\n| [OpenWSN builder](http://builder.openwsn.org/job/Firmware/board=wsn430v13b,label=master,project=oos_openwsn,toolchain=mspgcc/) | compile (wsn430v13b) | [![Build Status](http://buil...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
use lower case name of OpenMote-CC2538
491,595
12.04.2018 16:18:57
-7,200
95946cc9b89628d158a811f99832beae620c5575
use the randomized period to send packets ensuring the packets spread on all channel evenly.
[ { "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_10MS // by default, we use 10ms time slot\n+#define SLOTDURATION 10 // in miliseconds\n-#ifdef SLOTDURAT...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-743. use the randomized period to send packets ensuring the packets spread on all channel evenly.
491,595
12.04.2018 16:19:49
-7,200
b5541b10ccb6935d5ff2fa5e595448f2348d5d39
use 11 slotframe length to speed up.
[ { "change_type": "MODIFY", "old_path": "openstack/02b-MAChigh/schedule.h", "new_path": "openstack/02b-MAChigh/schedule.h", "diff": "The superframe reappears over time and can be arbitrarily long.\n*/\n-#define SLOTFRAME_LENGTH 101 //should be 101\n+#define SLOTFRAME_LENGTH 11 //should be 101\n//draf...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-743. use 11 slotframe length to speed up.
491,595
12.04.2018 16:30:05
-7,200
8204478a7d3dd27686cfeb0eace1f7f05d32ad37
update board_info for slotduration.
[ { "change_type": "MODIFY", "old_path": "bsp/boards/gina/board_info.h", "new_path": "bsp/boards/gina/board_info.h", "diff": "@@ -61,6 +61,8 @@ to return the board's description.\n//===== IEEE802154E timing\n+#define SLOTDURATION 15 // in miliseconds\n+\n// time-slot related\n#define PORT_TsSlotDurati...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-740. update board_info for slotduration.
491,595
12.04.2018 19:39:30
-7,200
0529718a72cf846db88dfc21c0b2bb627d55034d
should be range.
[ { "change_type": "MODIFY", "old_path": "openstack/cross-layers/openrandom.c", "new_path": "openstack/cross-layers/openrandom.c", "diff": "@@ -37,7 +37,7 @@ uint16_t openrandom_getRandomizePeriod(uint16_t period, uint16_t range){\n// randomly choose a new period from [period/2 ... period+period/2]\nn...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-743. should be range.
491,595
12.04.2018 22:12:03
-7,200
ec4d7185ee6a7cc2e774532f8569c0bea39d8d2c
PD0 pin always high, choose PA2 as radio debugpins.
[ { "change_type": "MODIFY", "old_path": "bsp/boards/openmote-cc2538/debugpins.c", "new_path": "bsp/boards/openmote-cc2538/debugpins.c", "diff": "#define BSP_PIND_3 GPIO_PIN_3 //!< PD3 -- slot -RF1.6\n#define BSP_PIND_2 GPIO_PIN_2 //!< PD2 -- fsm -RF1.8\n#define BSP_PIND_1 GPIO_PIN_1 //!< PD1 -- task ...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-744. PD0 pin always high, choose PA2 as radio debugpins.
491,595
13.04.2018 12:22:52
-7,200
d0dbc9579f0319f9b1ad5c92eff790aae48251fb
resolve the error after merging.
[ { "change_type": "MODIFY", "old_path": "drivers/common/openserial.c", "new_path": "drivers/common/openserial.c", "diff": "@@ -254,21 +254,21 @@ owerror_t openserial_print_uint32_t(uint32_t value) {\n#ifdef OPENSERIAL_PRINTF\nuint8_t i;\nuint8_t pvalue[4];\n- INTERRUPT_DECLARATION();\n- DISABLE_INTER...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-540. resolve the error after merging.
491,595
13.04.2018 12:30:57
-7,200
f234c09d098345e3c38a06aa1749bf29a4f811b4
clean up openserial.c
[ { "change_type": "MODIFY", "old_path": "drivers/common/openserial.c", "new_path": "drivers/common/openserial.c", "diff": "@@ -266,8 +266,6 @@ owerror_t openserial_print_uint32_t(uint32_t value) {\n// start TX'ing\nopenserial_flush();\n-\n- ENABLE_INTERRUPTS();\n#endif\nreturn E_SUCCESS;\n}\n@@ -295,...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-540. clean up openserial.c
491,595
13.04.2018 19:26:18
-7,200
21c69574dc36b146dcdabbbcaac75ae6948bc589
send EBs/DIOs on a portion of the minimal cells not exceeding 1/(3(N+1))
[ { "change_type": "MODIFY", "old_path": "openstack/02a-MAClow/IEEE802154E.h", "new_path": "openstack/02a-MAClow/IEEE802154E.h", "diff": "@@ -42,7 +42,6 @@ static const uint8_t ebIEsBytestream[] = {\n#define TX_POWER 31 // 1=-25dBm, 31=0dBm (max value)\n#define RESYNCHRONIZATIONGUARD 5 // in 32kHz tic...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-746. send EBs/DIOs on a portion of the minimal cells not exceeding 1/(3(N+1))
491,595
13.04.2018 20:29:59
-7,200
2d200af1aeb559b15d075e01a2833c5f81e44130
use slotframe 101.
[ { "change_type": "MODIFY", "old_path": "openstack/02b-MAChigh/schedule.h", "new_path": "openstack/02b-MAChigh/schedule.h", "diff": "The superframe reappears over time and can be arbitrarily long.\n*/\n-#define SLOTFRAME_LENGTH 11 //should be 101\n+#define SLOTFRAME_LENGTH 101 //should be 101\n//draf...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-746. use slotframe 101.
491,595
15.04.2018 21:04:33
-7,200
615828f49773377d5ce74525b0fe0aa5e9b04ffb
handle rxoverflow error interrupt/condition.
[ { "change_type": "MODIFY", "old_path": "bsp/boards/openmote-cc2538/radio.c", "new_path": "bsp/boards/openmote-cc2538/radio.c", "diff": "@@ -514,18 +514,28 @@ void radio_isr_internal(void) {\n}\n}\ndebugpins_isr_clr();\n-\n- return;\n}\nvoid radio_error_isr(void){\n- uint8_t rferrm;\n- rferrm = (uint...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-540. handle rxoverflow error interrupt/condition.
491,595
16.04.2018 11:21:58
-7,200
42e5a3c8a1c5ca651bc0f1e2620927667efcf09b
don't want to miss the EB because of wrong state caused by inhibit timer.
[ { "change_type": "MODIFY", "old_path": "openstack/02a-MAClow/IEEE802154E.c", "new_path": "openstack/02a-MAClow/IEEE802154E.c", "diff": "@@ -615,7 +615,8 @@ port_INLINE void activity_synchronize_newSlot(void) {\nport_INLINE void activity_synchronize_startOfFrame(PORT_TIMER_WIDTH capturedTime) {\n// d...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-540. don't want to miss the EB because of wrong state caused by inhibit timer.
491,595
17.04.2018 11:09:42
-7,200
b627f080d285cde0713e530eee77c3621e818a4a
FW0540. use the correct names.
[ { "change_type": "MODIFY", "old_path": "drivers/common/opentimers.c", "new_path": "drivers/common/opentimers.c", "diff": "@@ -57,7 +57,7 @@ opentimers_id_t opentimers_create(void){\n}\n}\n// there is no available buffer for this timer\n- return TOO_MANY_TIMERS_ERROR;\n+ return ERROR_NO_AVAILABLE_ENT...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW0540. use the correct names.
491,595
17.04.2018 13:14:40
-7,200
6c4c7d112ea760c45248b9a3203f68493d088c7e
update debugpins according to stenchil_telosb.pdf
[ { "change_type": "MODIFY", "old_path": "bsp/boards/telosb/debugpins.c", "new_path": "bsp/boards/telosb/debugpins.c", "diff": "@@ -19,10 +19,10 @@ void debugpins_init(void) {\nP6DIR |= 0x40; // frame [P6.6]\nP6DIR |= 0x80; // slot [P6.7]\nP2DIR |= 0x08; // fsm [P2.3]\n- P2DIR |= 0x40; // radio [P2.6]...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-540. update debugpins according to stenchil_telosb.pdf
491,595
17.04.2018 13:17:32
-7,200
8a595f12c02e94cfad5689497fd7c300971855f7
assign the priority to timer when created.
[ { "change_type": "MODIFY", "old_path": "drivers/common/openserial.c", "new_path": "drivers/common/openserial.c", "diff": "@@ -183,7 +183,7 @@ owerror_t openserial_printCritical(\nleds_error_blink();\n// schedule for the mote to reboot in 10s\n- id = opentimers_create();\n+ id = opentimers_create(DEF...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-540. assign the priority to timer when created.
491,595
17.04.2018 13:19:18
-7,200
e3b436fc457dce307f4a80c928ef5c74e39b6f41
add debugpins header since telosb use for indicating ISR activity.
[ { "change_type": "MODIFY", "old_path": "openstack/02b-MAChigh/schedule.c", "new_path": "openstack/02b-MAChigh/schedule.c", "diff": "#include \"IEEE802154E.h\"\n#include \"icmpv6rpl.h\"\n#include \"neighbors.h\"\n+// telosb need debugpins to indicate the ISR activity\n+#include \"debugpins.h\"\n//===...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-540. add debugpins header since telosb use for indicating ISR activity.
491,595
17.04.2018 13:32:27
-7,200
140ee3f46b97fb0af078a494bb698da526336760
update IAR projects.
[ { "change_type": "MODIFY", "old_path": "projects/openmote-cc2538/03oos_macpong/03oos_macpong.ewp", "new_path": "projects/openmote-cc2538/03oos_macpong/03oos_macpong.ewp", "diff": "<group>\n<name>boards</name>\n<group>\n- <name>openmote-CC2538</name>\n+ <name>openmote-cc2538</name>\n<group>\n<name>he...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-540. update IAR projects.
491,595
17.04.2018 18:38:59
-7,200
ce14f8c2dcb01fd8e63f04bc0e3d48996360da4a
update the leds conventions according to
[ { "change_type": "MODIFY", "old_path": "bsp/boards/openmote-b/leds.c", "new_path": "bsp/boards/openmote-b/leds.c", "diff": "@@ -59,34 +59,34 @@ uint8_t leds_error_isOn(void) {\nreturn (uint8_t)(ui32Toggle & BSP_LED_1)>>4;\n}\n-// orange\n+// green\nvoid leds_sync_on(void) {\n- bspLedSet(BSP_LED_2);\...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
update the leds conventions according to https://openwsn.atlassian.net/wiki/spaces/OW/pages/688214/LED+Conventions
491,595
17.04.2018 18:44:03
-7,200
630a7db9dab518e808920ae3696f69bc61d76d7f
Fix the leds conventions.
[ { "change_type": "MODIFY", "old_path": "bsp/boards/openmote-b/leds.c", "new_path": "bsp/boards/openmote-b/leds.c", "diff": "@@ -59,34 +59,34 @@ uint8_t leds_error_isOn(void) {\nreturn (uint8_t)(ui32Toggle & BSP_LED_1)>>4;\n}\n-// green\n+// orange\nvoid leds_sync_on(void) {\n- bspLedSet(BSP_LED_4);\...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
Fix the leds conventions.
491,595
17.04.2018 20:07:49
-7,200
f502445d2745b224eacd1389ddad5b1c81cd7ed7
update opentimers by pushing the non-TSCH state machine timer as a task.
[ { "change_type": "MODIFY", "old_path": "drivers/common/opentimers.c", "new_path": "drivers/common/opentimers.c", "diff": "@@ -11,6 +11,7 @@ at most MAX_NUM_TIMERS timers.\n#include \"opentimers.h\"\n#include \"sctimer.h\"\n#include \"leds.h\"\n+#include \"scheduler.h\"\n//===========================...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-540. update opentimers by pushing the non-TSCH state machine timer as a task.
491,595
17.04.2018 20:18:39
-7,200
82cdbc0e4606cfef494c5d914aaa3bd2b83bea24
fix the oos_sniffer project.
[ { "change_type": "MODIFY", "old_path": "projects/common/03oos_sniffer/03oos_sniffer.c", "new_path": "projects/common/03oos_sniffer/03oos_sniffer.c", "diff": "@@ -83,7 +83,7 @@ int mote_main(void) {\nradio_setEndFrameCb(cb_endFrame);\n// start timer\n- app_vars.timerId = opentimers_create();\n+ app_v...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-540. fix the oos_sniffer project.