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
61,745
18.01.2023 08:05:29
0
43d73d760fb2a91a138de60ae8de0a267b724067
Remove old main reference
[ { "change_type": "DELETE", "old_path": "Test/Images/Small/astc_reference-main-avx2_fast_results.csv", "new_path": null, "diff": "-Image Set,Block Size,Name,PSNR,Total Time,Coding Time,Coding Rate\n-Small,4x4,hdr-rgb-00.hdr,33.7117,0.0963,0.0119,5.4994\n-Small,4x4,hdr-rgb-r16.ktx,999.0000,0.0028,0.00...
C
Apache License 2.0
arm-software/astc-encoder
Remove old main reference
61,745
24.01.2023 13:14:17
0
0808704c70b9732a9b5c6916c08c5e8bd3f8c2a7
Fix CLI option typo for -2/3/4partitioncandidatelimit Fixes
[ { "change_type": "MODIFY", "old_path": "Source/astcenccli_toplevel.cpp", "new_path": "Source/astcenccli_toplevel.cpp", "diff": "// SPDX-License-Identifier: Apache-2.0\n// ----------------------------------------------------------------------------\n-// Copyright 2011-2022 Arm Limited\n+// Copyright ...
C
Apache License 2.0
arm-software/astc-encoder
Fix CLI option typo for -2/3/4partitioncandidatelimit Fixes #395
61,745
24.01.2023 22:27:37
0
82523e9162f73f09e7ff17e00aed0ed8bde9672b
Fix -3/4partitionindexlimit CLI options
[ { "change_type": "MODIFY", "old_path": "Source/astcenccli_toplevel.cpp", "new_path": "Source/astcenccli_toplevel.cpp", "diff": "@@ -918,7 +918,7 @@ static int edit_astcenc_config(\nreturn 1;\n}\n- config.tune_2partition_index_limit = atoi(argv[argidx - 1]);\n+ config.tune_3partition_index_limit = at...
C
Apache License 2.0
arm-software/astc-encoder
Fix -3/4partitionindexlimit CLI options
61,745
29.01.2023 20:11:15
0
6ea9ef711d7550b267f4f1d3cff2afda7e835b7d
Update to stb_image.h v2.28
[ { "change_type": "MODIFY", "old_path": "Docs/ChangeLog-4x.md", "new_path": "Docs/ChangeLog-4x.md", "diff": "@@ -6,6 +6,20 @@ release of the 4.x series.\nAll performance data on this page is measured on an Intel Core i5-9600K\nclocked at 4.2 GHz, running `astcenc` using AVX2 and 6 threads.\n+<!-- ---...
C
Apache License 2.0
arm-software/astc-encoder
Update to stb_image.h v2.28
61,745
30.01.2023 21:10:38
0
409d88f550a82eb5d98572793b9d2ca67ebf1c4b
Fix compile warnings on AppleClang
[ { "change_type": "MODIFY", "old_path": "Source/cmake_core.cmake", "new_path": "Source/cmake_core.cmake", "diff": "@@ -296,8 +296,8 @@ if(CMAKE_CXX_COMPILER_ID MATCHES \"GNU|Clang\")\n\" $<$<NOT:$<CXX_COMPILER_ID:MSVC>>: -Wno-tautological-type-limit-compare>\"\n\" $<$<NOT:$<CXX_COMPILER_ID:MSVC>>: -W...
C
Apache License 2.0
arm-software/astc-encoder
Fix compile warnings on AppleClang
61,745
30.01.2023 21:11:19
0
376c55e80d0ce1e014257f59e6aa422d8fdbaf5c
Increase version to 4.3.1
[ { "change_type": "MODIFY", "old_path": "CMakeLists.txt", "new_path": "CMakeLists.txt", "diff": "@@ -24,7 +24,7 @@ if(MSVC)\nadd_compile_options(\"/wd4324\") # Disable structure was padded due to alignment specifier\nendif()\n-project(astcencoder VERSION 4.3.0)\n+project(astcencoder VERSION 4.3.1)\ns...
C
Apache License 2.0
arm-software/astc-encoder
Increase version to 4.3.1
61,745
04.02.2023 08:56:53
0
7c45b2a9d4a149b4a494543db75f5d080886db53
Shrink oversized color array
[ { "change_type": "MODIFY", "old_path": "Source/astcenc_compress_symbolic.cpp", "new_path": "Source/astcenc_compress_symbolic.cpp", "diff": "@@ -561,7 +561,7 @@ static float compress_symbolic_block_for_partition_1plane(\nworkscb.color_formats_matched = 0;\nif (partition_count >= 2 && all_same)\n{\n- ...
C
Apache License 2.0
arm-software/astc-encoder
Shrink oversized color array
61,745
04.02.2023 09:13:29
0
7b96663b7b839e3597b09085cd7bda57d7e4f6b5
Use bool return type
[ { "change_type": "MODIFY", "old_path": "Source/astcenc_color_quantize.cpp", "new_path": "Source/astcenc_color_quantize.cpp", "diff": "@@ -217,7 +217,7 @@ static bool try_quantize_rgb_blue_contract(\n*\n* @return Returns @c false on failure, @c true on success.\n*/\n-static int try_quantize_rgba_blue...
C
Apache License 2.0
arm-software/astc-encoder
Use bool return type
491,590
16.01.2017 15:59:54
-3,600
9ed9f910f706bba8e0d3e8d1d2523ec23f462f6c
Reduce baudrate to improve reliability and ensure backwards compatibility.
[ { "change_type": "MODIFY", "old_path": "SConscript", "new_path": "SConscript", "diff": "@@ -543,7 +543,7 @@ class OpenMoteCC2538_bootloadThread(threading.Thread):\ndef run(self):\nprint 'starting bootloading on {0}'.format(self.comPort)\nsubprocess.call(\n- 'python '+os.path.join('bootloader','openm...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
Reduce baudrate to improve reliability and ensure backwards compatibility.
491,595
17.01.2017 19:28:33
-3,600
d41badd39e8d9d35efebd6ba64c8de612baaaa1f
add bsp_eui64 project for telosb.
[ { "change_type": "DELETE", "old_path": "projects/telosb/00std_eui64_uart/00std_eui64_uart.c", "new_path": null, "diff": "-/**\n-\\brief This is a standalone test program for retrieving the unique identifier\n- from the DS2411 chip on the TelosB.\n-\n-The datasheet of the chip at http://pdfserv.maxim...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-614. add bsp_eui64 project for telosb.
491,608
10.01.2017 15:25:46
-3,600
446addc691b95d6751c7420397b6c5b8315792d3
Fixed timer period computation when synchronizing for the first time.
[ { "change_type": "MODIFY", "old_path": "openstack/02a-MAClow/IEEE802154E.c", "new_path": "openstack/02a-MAClow/IEEE802154E.c", "diff": "@@ -1993,24 +1993,33 @@ void synchronizePacket(PORT_RADIOTIMER_WIDTH timeReceived) {\nPORT_SIGNED_INT_WIDTH timeCorrection;\nPORT_RADIOTIMER_WIDTH newPeriod;\nPORT_...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-446. Fixed timer period computation when synchronizing for the first time.
491,595
18.01.2017 23:21:02
-3,600
b46e6c92b2b55e489b4424d2f423237ab2bc5469
remove sixtop state maintenance for handling incoming request and response senddone.
[ { "change_type": "MODIFY", "old_path": "openstack/02b-MAChigh/sixtop.c", "new_path": "openstack/02b-MAChigh/sixtop.c", "diff": "@@ -891,10 +891,10 @@ void sixtop_six2six_sendDone(OpenQueueEntry_t* msg, owerror_t error){\nsixtop_vars.six2six_state == SIX_STATE_WAIT_COUNTREQUEST_SENDDONE ||\nsixtop_va...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-610. remove sixtop state maintenance for handling incoming request and response senddone.
491,595
18.01.2017 23:30:46
-3,600
95751b31f1749158f5506b4a242120fcef433b06
assign sixtop handler only when current handler is none and state is IDLE.
[ { "change_type": "MODIFY", "old_path": "openstack/02b-MAChigh/sixtop.c", "new_path": "openstack/02b-MAChigh/sixtop.c", "diff": "@@ -164,7 +164,10 @@ void sixtop_setEBPeriod(uint8_t ebPeriod) {\n}\nbool sixtop_setHandler(six2six_handler_t handler) {\n- if (sixtop_vars.handler == SIX_HANDLER_NONE){\n+...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-610. assign sixtop handler only when current handler is none and state is IDLE.
491,595
19.01.2017 10:32:28
-3,600
2913cd88ecd5d3a0b19a0bc9433bc65b3f4be4eb
Update mote's rank to current parent before scanning through neighbor.
[ { "change_type": "MODIFY", "old_path": "openstack/03b-IPv6/icmpv6rpl.c", "new_path": "openstack/03b-IPv6/icmpv6rpl.c", "diff": "@@ -362,10 +362,21 @@ void icmpv6rpl_updateMyDAGrankAndParentSelection() {\n}\n// prep for loop, remember state before neighbor table scanning\n- previousDAGrank = icmpv6rp...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-616. Update mote's rank to current parent before scanning through neighbor.
491,595
19.01.2017 17:08:44
-3,600
e7804873e8d46fb2b127a42549c69efd7b1f8484
correct comments.
[ { "change_type": "MODIFY", "old_path": "openstack/02b-MAChigh/neighbors.c", "new_path": "openstack/02b-MAChigh/neighbors.c", "diff": "@@ -479,7 +479,7 @@ void neighbors_removeOld() {\nreturn;\n}\n- // remove all neighbor that either f6PNORES is set or recorded as lowest 3 rank neighbors\n+ // remove...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-618. correct comments.
491,595
20.10.2016 11:12:13
-7,200
994b900a96b49415df1608cac35f85d3d8f1e0c0
Move frequency calculation right after the currentScheduleEntry is updated and before the incrementAsnOffset for skipping slot.
[ { "change_type": "MODIFY", "old_path": "openstack/02a-MAClow/IEEE802154E.c", "new_path": "openstack/02a-MAClow/IEEE802154E.c", "diff": "@@ -888,6 +888,9 @@ port_INLINE void activity_ti1ORri1() {\n// advance the schedule\nschedule_advanceSlot();\n+ // calculate the frequency to transmit on\n+ ieee154...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-576. Move frequency calculation right after the currentScheduleEntry is updated and before the incrementAsnOffset for skipping slot.
491,595
20.10.2016 13:29:45
-7,200
fc74a2e0d98d44e8e7f753df93a613ed24c7b1fc
process slot skipping at the end of slot.
[ { "change_type": "MODIFY", "old_path": "openstack/02a-MAClow/IEEE802154E.c", "new_path": "openstack/02a-MAClow/IEEE802154E.c", "diff": "@@ -890,20 +890,6 @@ port_INLINE void activity_ti1ORri1() {\n// find the next one\nieee154e_vars.nextActiveSlotOffset = schedule_getNextActiveSlotOffset();\n- if (i...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-576. process slot skipping at the end of slot.
491,595
19.01.2017 18:27:06
-3,600
9f74c140759bf80a58b6deaba02e61edd1e821a4
calculate number sleep at the beginning of slot. also calculate the frequency before starting a slot.
[ { "change_type": "MODIFY", "old_path": "openstack/02a-MAClow/IEEE802154E.c", "new_path": "openstack/02a-MAClow/IEEE802154E.c", "diff": "@@ -888,8 +888,26 @@ port_INLINE void activity_ti1ORri1() {\n// advance the schedule\nschedule_advanceSlot();\n+ // calculate the frequency to transmit on\n+ ieee15...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-576. calculate number sleep at the beginning of slot. also calculate the frequency before starting a slot.
491,595
19.01.2017 18:49:56
-3,600
3235354ac513ca68869b892ac7297e281eb8e670
use current period rather than slotduration in synchronizePacket.
[ { "change_type": "MODIFY", "old_path": "openstack/02a-MAClow/IEEE802154E.c", "new_path": "openstack/02a-MAClow/IEEE802154E.c", "diff": "@@ -1984,10 +1984,12 @@ port_INLINE void channelhoppingTemplateIDStoreFromEB(uint8_t id){\nvoid synchronizePacket(PORT_RADIOTIMER_WIDTH timeReceived) {\nPORT_SIGNED...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-608. use current period rather than slotduration in synchronizePacket.
491,595
20.01.2017 10:17:03
-3,600
bedaa2c1c2476ca64b89bd7d7eebdfabd875475a
rename files to different names and update project file.
[ { "change_type": "MODIFY", "old_path": "bsp/boards/openmote-cc2538/i2c.c", "new_path": "bsp/boards/openmote-cc2538/i2c.c", "diff": "#include <headers/hw_types.h>\n#include <source/gpio.h>\n-#include <source/i2c.h>\n+#include <source/i2c_lib.h>\n#include <source/ioc.h>\n#include <source/sys_ctrl.h>\n...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-619. rename files to different names and update project file.
491,592
21.01.2017 14:05:10
-3,600
b5418e1c2043ed14bcc35d56a2c189fdcea2e5fc
adding udp compression through lowpan_NHC
[ { "change_type": "MODIFY", "old_path": "openstack/03a-IPHC/iphc.c", "new_path": "openstack/03a-IPHC/iphc.c", "diff": "@@ -737,6 +737,7 @@ uint8_t iphc_retrieveIphcHeader(open_addr_t* temp_addr_16b,\nuint8_t page;\nuint8_t temp_8b;\nuint8_t ipinip_length;\n+ uint8_t lowpan_nhc;\ntemp_8b = *((uint8_t*...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
adding udp compression through lowpan_NHC
491,592
21.01.2017 14:23:23
-3,600
8ba5721e5b20795808229ede3fb3118e54a212a9
removing debug printf
[ { "change_type": "MODIFY", "old_path": "openstack/03b-IPv6/forwarding.c", "new_path": "openstack/03b-IPv6/forwarding.c", "diff": "@@ -200,7 +200,6 @@ void forwarding_sendDone(OpenQueueEntry_t* msg, owerror_t error) {\nopentcp_sendDone(msg,error);\nbreak;\ncase IANA_UDP:\n- printf(\"udp packet send d...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-620 removing debug printf
491,595
22.01.2017 23:37:17
-3,600
15f78fe27ad665f4bc5f6fab228153a9066dbc4e
correct UDP compression code.
[ { "change_type": "MODIFY", "old_path": "openstack/03a-IPHC/iphc.c", "new_path": "openstack/03a-IPHC/iphc.c", "diff": "@@ -953,7 +953,7 @@ uint8_t iphc_retrieveIphcHeader(open_addr_t* temp_addr_16b,\n//TODO, check NH if compressed no?\nif (ipv6_header->next_header_compressed){\nlowpan_nhc = *(msg->pa...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-620. correct UDP compression code.
491,595
23.01.2017 11:41:01
-3,600
82191c739f6e0a813ca58268d9a34650e1d31ce3
use 0xf0b1 as udpinject sourcePort/DestPort to test UDP header compression.
[ { "change_type": "MODIFY", "old_path": "inc/opendefs.h", "new_path": "inc/opendefs.h", "diff": "@@ -89,7 +89,7 @@ enum {\n//UDP\nWKP_UDP_COAP = 5683,\nWKP_UDP_ECHO = 7,\n- WKP_UDP_INJECT = 2000,\n+ WKP_UDP_INJECT = 61617,// 0xf0b1\nWKP_UDP_RINGMASTER = 15000,\nWKP_UDP_SERIALBRIDGE = 2001,\n};\n" }...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-620. use 0xf0b1 as udpinject sourcePort/DestPort to test UDP header compression.
491,595
23.01.2017 20:40:17
-3,600
07fc54cf6da524360f2d334ad22851fa7f216f69
reset l4_protocol_compressed when reset an queue buffer entry.
[ { "change_type": "MODIFY", "old_path": "openstack/03b-IPv6/icmpv6rpl.c", "new_path": "openstack/03b-IPv6/icmpv6rpl.c", "diff": "@@ -575,6 +575,7 @@ void sendDIO() {\n// set transport information\nmsg->l4_protocol = IANA_ICMPv6;\n+ msg->l4_protocol_compressed = FALSE;\nmsg->l4_sourcePortORicmpv6Type ...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-620. reset l4_protocol_compressed when reset an queue buffer entry.
491,595
24.01.2017 16:37:58
-3,600
106ea72a2cd08ca83af7c875541a658cad7bef57
Fixed. set container as frameId no matter which command.
[ { "change_type": "MODIFY", "old_path": "openstack/02b-MAChigh/sixtop.c", "new_path": "openstack/02b-MAChigh/sixtop.c", "diff": "@@ -212,21 +212,19 @@ void sixtop_request(uint8_t code, open_addr_t* neighbor, uint8_t numCells){\nif (sixtop_candidateAddCellList(&frameID,cellList,numCells)==FALSE){\nsix...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
Fixed. set container as frameId no matter which command.
491,587
26.01.2017 17:24:30
-3,600
2e7331de4f5be8e691eff61f2a9842bb80b93629
Bug fix TelosB mote is on for 1ms too long because radio_rxEnable() is called in activity_ri2 rather than activity_ri3.
[ { "change_type": "MODIFY", "old_path": "bsp/chips/cc2420/radio.c", "new_path": "bsp/chips/cc2420/radio.c", "diff": "@@ -236,25 +236,23 @@ void radio_rxEnable(void) {\n// change state\nradio_vars.state = RADIOSTATE_ENABLING_RX;\n- // put radio in reception mode\n- cc2420_spiStrobe(CC2420_SRXON, &radi...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
Bug fix FW-583 TelosB mote is on for 1ms too long because radio_rxEnable() is called in activity_ri2 rather than activity_ri3.
491,609
18.07.2015 12:55:40
-7,200
578ce565e6243aafe2e3872a920387ff9b946b4c
Add packetfunction to reverse byte order in an array of var length.
[ { "change_type": "MODIFY", "old_path": "openstack/cross-layers/packetfunctions.c", "new_path": "openstack/cross-layers/packetfunctions.c", "diff": "@@ -468,4 +468,16 @@ uint32_t packetfunctions_ntohl( uint8_t* src ) {\n);\n}\n+// reverse byte order in the array\n+void packetfunctions_reverseArrayByt...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-433. Add packetfunction to reverse byte order in an array of var length.
491,609
18.07.2015 12:55:57
-7,200
9e59b6ef78d58aec93e5185f639d97746c179757
Use big endian ASN within security nonce.
[ { "change_type": "MODIFY", "old_path": "openstack/02a-MAClow/IEEE802154_security.c", "new_path": "openstack/02a-MAClow/IEEE802154_security.c", "diff": "@@ -334,6 +334,7 @@ owerror_t IEEE802154_security_outgoingFrameSecurity(OpenQueueEntry_t* msg){\n// Fill last 5 bytes with the ASN part of the nonce...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-433. Use big endian ASN within security nonce.
491,595
01.02.2017 00:49:53
-3,600
fd487b5ab43e63dbc92ca641919fe8bc267bc2cf
remove piggybackEB feature.
[ { "change_type": "MODIFY", "old_path": "inc/opendefs.h", "new_path": "inc/opendefs.h", "diff": "@@ -38,8 +38,6 @@ static const uint8_t infoStackName[] = \"OpenWSN \";\n#define MAXNUMNEIGHBORS 10\n-#define EB_DIO_PIGGYBACK\n-\nenum {\nE_SUCCESS = 0,\nE_FAIL = 1,\n" }, { "change_type": "MODIFY...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-548. remove piggybackEB feature.
491,595
01.02.2017 01:38:49
28,800
2934bdb71b4a15ed24d82a7bd76b2257a0bc473c
revert M3 project Sconscript.env file
[ { "change_type": "MODIFY", "old_path": "projects/iot-lab_M3/SConscript.env", "new_path": "projects/iot-lab_M3/SConscript.env", "diff": "@@ -13,21 +13,16 @@ buildEnv['ENV'] = os.environ\n# configuration for the same board.\nbuildEnv['BSP'] = buildEnv['board']\n-# include board/bsp-specific directorie...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-548. revert M3 project Sconscript.env file
491,595
01.02.2017 13:46:26
-3,600
de0ea537c9e8b8e67037e908c3d84ec1de03bebe
handle multiple sixtop response return code.
[ { "change_type": "MODIFY", "old_path": "openstack/02b-MAChigh/sixtop.c", "new_path": "openstack/02b-MAChigh/sixtop.c", "diff": "@@ -875,15 +875,22 @@ void sixtop_six2six_sendDone(OpenQueueEntry_t* msg, owerror_t error){\nptr = msg->l2_sixtop_cellObjects;\nnumOfCells = msg->l2_sixtop_numOfCells;\nmsg...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-610. handle multiple sixtop response return code.
491,595
02.02.2017 02:30:07
-3,600
ce124fc8fef9866ae1c45690dfdfebc2c0ceb845
create scheduling function y: hashtable.
[ { "change_type": "MODIFY", "old_path": "bsp/boards/python/openwsnmodule.c", "new_path": "bsp/boards/python/openwsnmodule.c", "diff": "@@ -66,6 +66,7 @@ static PyObject* OpenMote_getState(OpenMote* self) {\nPyObject* schedule_vars;\nPyObject* schedule_dbg;\nPyObject* sfx_vars;\n+ PyObject* sfy_hashta...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-548. create scheduling function y: hashtable.
491,602
09.02.2017 17:54:21
-3,600
798f8742b9ecc4f8262b1323c2677b2165c264a3
Making transctr variable 2bytes long
[ { "change_type": "MODIFY", "old_path": "projects/common/03oos_mercator/03oos_mercator.c", "new_path": "projects/common/03oos_mercator/03oos_mercator.c", "diff": "@@ -142,6 +142,7 @@ void serial_rx_REQ_IDLE(void) {\n}\nvoid serial_rx_REQ_TX(void) {\n+ uint16_t transctr;\nuint16_t pkctr;\nREQ_TX_ht* r...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
Making transctr variable 2bytes long
491,602
10.02.2017 13:37:17
-3,600
80a43ae6d9397ed90e40f9e034476608f08aa108
[Mercator] Removing magic values
[ { "change_type": "MODIFY", "old_path": "projects/common/03oos_mercator/03oos_mercator.c", "new_path": "projects/common/03oos_mercator/03oos_mercator.c", "diff": "*/\n#include \"03oos_mercator.h\"\n+#include <stddef.h>\n//=========================== initialization ==================================\n...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
[Mercator] Removing magic values
491,595
23.02.2017 15:09:00
-3,600
06f3ede76f7fc41b3ffeac611a01cfdd7985783c
recover remove old neighbor feature. (disabled during updating new removing policy: only keep 3 lowest rank neighbor.)
[ { "change_type": "MODIFY", "old_path": "openstack/02b-MAChigh/neighbors.c", "new_path": "openstack/02b-MAChigh/neighbors.c", "diff": "@@ -417,6 +417,25 @@ void neighbors_removeOld() {\nbool haveParent;\nuint8_t neighborIndexWithLowestRank[3];\ndagrank_t lowestRank;\n+ PORT_RADIOTIMER_WIDTH timeSince...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-214. recover remove old neighbor feature. (disabled during updating new removing policy: only keep 3 lowest rank neighbor.)
491,595
07.03.2017 17:48:45
-3,600
92c75df0d5bb0d9be490f3c09c8e855828add47f
Fixed: Time correction is not standard compliant.
[ { "change_type": "MODIFY", "old_path": "inc/opendefs.h", "new_path": "inc/opendefs.h", "diff": "@@ -313,6 +313,7 @@ typedef struct {\nbool l2_IEListPresent; // did have IE field?\nbool l2_payloadIEpresent; // did I have payload IE field\nbool l2_joinPriorityPresent;\n+ bool l2_isNegativeACK; // is t...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-628. Fixed: Time correction is not standard compliant.
491,599
22.03.2017 16:02:22
-32,400
b7a237ced106c4a891c49e5eab32a43e8e696e4f
correct comments that has some typos
[ { "change_type": "MODIFY", "old_path": "openstack/02a-MAClow/IEEE802154E.c", "new_path": "openstack/02a-MAClow/IEEE802154E.c", "diff": "@@ -761,7 +761,7 @@ port_INLINE bool ieee154e_processIEs(OpenQueueEntry_t* pkt, uint16_t* lenIE) {\ncase IEEE802154E_MLME_TIMESLOT_IE_SUBID:\nif (idmanager_getIsDAG...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
correct comments that has some typos
491,595
06.04.2017 10:16:42
-7,200
914dd2c3a0319f80c37cb04301333d70df517579
organizing IE processing for EB.
[ { "change_type": "MODIFY", "old_path": "bsp/boards/openmote-cc2538/radiotimer.c", "new_path": "bsp/boards/openmote-cc2538/radiotimer.c", "diff": "@@ -191,14 +191,14 @@ void radiotimer_cancel() {\n//===== capture\nport_INLINE PORT_RADIOTIMER_WIDTH radiotimer_getCapturedTime() {\n- volatile PORT_RADIO...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-631. organizing IE processing for EB.
491,595
07.04.2017 17:15:59
-7,200
dcc78e6452250ff67178448d778775b5e39014e5
add sctimer.c for openmote-cc2538.
[ { "change_type": "MODIFY", "old_path": "bsp/boards/SConscript", "new_path": "bsp/boards/SConscript", "diff": "@@ -15,6 +15,7 @@ sources_h = [\n'radio.h',\n'radiotimer.h',\n'uart.h',\n+ 'sctimer.h',\n]\n#============================ SCons targets ===================================\n" }, { "c...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-634. add sctimer.c for openmote-cc2538.
491,595
09.04.2017 15:57:36
-7,200
e096dd43fb790e7e5cf3ebc5002bcc2deaf3c782
create sctimer project for cc2538.
[ { "change_type": "MODIFY", "old_path": "bsp/boards/openmote-cc2538/board.c", "new_path": "bsp/boards/openmote-cc2538/board.c", "diff": "#include <source/sys_ctrl.h>\n#include \"board.h\"\n-#include \"bsp_timer.h\"\n#include \"debugpins.h\"\n#include \"i2c.h\"\n#include \"leds.h\"\n#include \"radio.h...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-634. create sctimer project for cc2538.
491,595
10.04.2017 23:25:28
-7,200
05163eb30b2ef2f53d246ecd9498653d5b483242
implement opentimer2 timer schedule function.
[ { "change_type": "MODIFY", "old_path": "drivers/common/opentimers2.c", "new_path": "drivers/common/opentimers2.c", "diff": "@@ -17,7 +17,6 @@ at most MAX_NUM_TIMERS timers.\n//=========================== variables =======================================\nopentimers2_vars_t opentimers2_vars;\n-//uint...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-635. implement opentimer2 timer schedule function.
491,595
12.04.2017 18:39:00
-7,200
c29689a3cbb5947642cdb967cb2bdf4e39b5578b
implement opentimer2_timer_callback.
[ { "change_type": "MODIFY", "old_path": "drivers/common/opentimers2.c", "new_path": "drivers/common/opentimers2.c", "diff": "@@ -151,7 +151,7 @@ void opentimer2_scheduleAbsolute(opentimer2_id_t id,\nswitch (uint_type){\ncase TIME_MS:\nif (duration>MAX_TICKS_NUMBER/PORT_TICS_PER_MS){\n- // openserail_...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-635. implement opentimer2_timer_callback.
491,595
13.04.2017 15:55:13
-7,200
e9efa77560045a59e64297bbae7697763f7c0344
opentimer2 project passed.
[ { "change_type": "MODIFY", "old_path": "drivers/common/opentimers2.c", "new_path": "drivers/common/opentimers2.c", "diff": "@@ -44,7 +44,8 @@ create a timer by reserving an Id for the timer.\nopentimer2_id_t opentimer2_create(void){\nuint8_t id;\nfor (id=0;id<MAX_NUM_TIMERS;id++){\n- if (opentimers2...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-635. opentimer2 project passed.
491,595
14.04.2017 09:41:09
-7,200
41a92c274c01e90e1c4197b7b2c51d580484c7cc
replace operation of radio module related timer by radiotimer module.
[ { "change_type": "MODIFY", "old_path": "openstack/02a-MAClow/IEEE802154E.c", "new_path": "openstack/02a-MAClow/IEEE802154E.c", "diff": "@@ -144,7 +144,7 @@ void ieee154e_init() {\nradio_setStartFrameCb(ieee154e_startOfFrame);\nradio_setEndFrameCb(ieee154e_endOfFrame);\n// have the radio start its ti...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-635. replace operation of radio module related timer by radiotimer module.
491,595
17.04.2017 21:50:17
-7,200
05ad8539638ca308392d96955a202144877442f8
update opentimers2.
[ { "change_type": "MODIFY", "old_path": "drivers/common/opentimers.h", "new_path": "drivers/common/opentimers.h", "diff": "@@ -36,12 +36,6 @@ typedef enum {\nTIMER_ONESHOT,\n} timer_type_t;\n-/*the time can be in tics or in ms*/\n-typedef enum {\n- TIME_MS,\n- TIME_TICS,\n-} time_type_t;\n-\ntypedef ...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-635. update opentimers2.
491,585
19.04.2017 13:30:42
-7,200
5914cb8f4ca3634af7ee907ca3fdca8a65bf71be
Fix compile warnings for openstack and drivers.
[ { "change_type": "MODIFY", "old_path": "drivers/common/openserial.c", "new_path": "drivers/common/openserial.c", "diff": "@@ -58,6 +58,9 @@ void inputHdlcOpen(void);\nvoid inputHdlcWrite(uint8_t b);\nvoid inputHdlcClose(void);\n+// sniffer\n+void sniffer_setListeningChannel(uint8_t channel);\n+\n//=...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-637. Fix compile warnings for openstack and drivers.
491,585
19.04.2017 13:33:07
-7,200
ee7b5838a5f1c4d5496e02a70e4ce82db8461781
Fixed compile warnings for telosb board.
[ { "change_type": "MODIFY", "old_path": "bsp/boards/telosb/board.c", "new_path": "bsp/boards/telosb/board.c", "diff": "// these are part of the TelosB port only, so not present in debugpins.h, only\n// in debugpins.c. We therefore need to extern them.\n-extern void debugpins_isruarttx_toggle();\n-ext...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-637. Fixed compile warnings for telosb board.
491,585
19.04.2017 13:39:07
-7,200
5f34b874cbd655ca2a3d6f2eac935e3eb9282c02
Introduced openudp_register().
[ { "change_type": "MODIFY", "old_path": "bsp/boards/python/openwsnmodule_obj.h", "new_path": "bsp/boards/python/openwsnmodule_obj.h", "diff": "#include \"icmpv6rpl_obj.h\"\n#include \"opencoap_obj.h\"\n#include \"opentcp_obj.h\"\n+#include \"openudp_obj.h\"\n#include \"idmanager_obj.h\"\n#include \"o...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-637. Introduced openudp_register().
491,585
19.04.2017 13:50:25
-7,200
f3a5f9c02033e5ef06d9689ed55703311102afe0
Registered opencoap module as UDP service.
[ { "change_type": "MODIFY", "old_path": "openapps/openapps.c", "new_path": "openapps/openapps.c", "diff": "//=========================== private =========================================\nvoid openapps_init(void) {\n+ //-- 04-TRAN\n+ opencoap_init(); // initialize before any of the CoAP applications\...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-637. Registered opencoap module as UDP service.
491,585
19.04.2017 13:58:13
-7,200
feea1fbdf2349176d90f8b3026f6232e2c90d226
Registered uecho application as UDP service.
[ { "change_type": "MODIFY", "old_path": "openapps/uecho/uecho.c", "new_path": "openapps/uecho/uecho.c", "diff": "#include \"opendefs.h\"\n#include \"uecho.h\"\n-#include \"openudp.h\"\n#include \"openqueue.h\"\n#include \"openserial.h\"\n#include \"packetfunctions.h\"\n//=========================== v...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-637. Registered uecho application as UDP service.
491,585
19.04.2017 13:59:10
-7,200
7addee815b1ff59cc46f6bdcca2f4f99a7631660
Registered uinject application as UDP service.
[ { "change_type": "MODIFY", "old_path": "openapps/uinject/uinject.c", "new_path": "openapps/uinject/uinject.c", "diff": "#include \"opendefs.h\"\n#include \"uinject.h\"\n-#include \"openudp.h\"\n#include \"openqueue.h\"\n#include \"opentimers.h\"\n#include \"openserial.h\"\n@@ -30,8 +29,13 @@ void ui...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-637. Registered uinject application as UDP service.
491,585
19.04.2017 14:02:07
-7,200
eb1bf6cf0f1355582deee9140953d8dcf5acc28a
Registered userialbridge application as UDP service.
[ { "change_type": "MODIFY", "old_path": "openapps/userialbridge/userialbridge.c", "new_path": "openapps/userialbridge/userialbridge.c", "diff": "#include \"opendefs.h\"\n#include \"userialbridge.h\"\n-#include \"openudp.h\"\n#include \"openqueue.h\"\n#include \"opentimers.h\"\n#include \"openserial.h...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-637. Registered userialbridge application as UDP service.
491,585
19.04.2017 14:09:11
-7,200
3d6f880e29b4f9b797d42cc5f68ad5ffeb6d1e52
Used registered services instead of hard-coded functions to handle UDP transfers.
[ { "change_type": "MODIFY", "old_path": "openapps/rrt/rrt.c", "new_path": "openapps/rrt/rrt.c", "diff": "@@ -237,9 +237,7 @@ void rrt_sendCoAPMsg(char actionMsg, uint8_t *ipv6mote) {\n//metada\npkt->l4_destination_port = WKP_UDP_RINGMASTER;\n- pkt->l4_sourcePortORicmpv6Type = WKP_UDP_RINGMASTER;\npkt...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-637. Used registered services instead of hard-coded functions to handle UDP transfers.
491,585
19.04.2017 14:20:49
-7,200
0d08fa521dccb49e1a27559c92f4863c0ca29be0
Fixed linker library dependency.
[ { "change_type": "MODIFY", "old_path": "SConscript", "new_path": "SConscript", "diff": "@@ -767,7 +767,7 @@ def buildLibs(projectDir):\n'00std': [ ],\n'01bsp': [ 'libbsp'],\n'02drv': [ 'libkernel','libdrivers','libbsp'],\n- '03oos': ['libopenstack','libopenapps','libkernel','libdrivers','libbsp'], #...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-637. Fixed linker library dependency.
491,585
19.04.2017 14:21:24
-7,200
48cf8b5888ff163afb8dd8490c00ee075c8b38b2
Fixed build errors for python board.
[ { "change_type": "MODIFY", "old_path": "projects/python/SConscript.env", "new_path": "projects/python/SConscript.env", "diff": "@@ -721,6 +721,10 @@ functionsToChange = [\n'openudp_receive',\n'openudp_debugPrint',\n'openudp_register',\n+ 'openudp_sendDone_default_handler',\n+ 'openudp_receive_defaul...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-637. Fixed build errors for python board.
491,585
19.04.2017 16:03:36
-7,200
47e5f866f06db45a7e665a160c6e609455f2e654
Fixed inconsitencies in doxygen comments.
[ { "change_type": "MODIFY", "old_path": "drivers/common/opensensors.c", "new_path": "drivers/common/opensensors.c", "diff": "@@ -36,7 +36,7 @@ void opensensors_init(void) {\n/**\n\\brief Return the number of registered OpenSensors\n- \\param[out] the number of registered OpenSensors.\n+ \\returns the...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-637. Fixed inconsitencies in doxygen comments.
491,595
19.04.2017 16:41:58
-7,200
6aea6b96d260eabce41e54aa72a7040ff33f3908
update sixtop.c.
[ { "change_type": "MODIFY", "old_path": "openstack/02b-MAChigh/sixtop.c", "new_path": "openstack/02b-MAChigh/sixtop.c", "diff": "@@ -144,13 +144,6 @@ void sixtop_init() {\n);\nsixtop_vars.timeoutTimerId = opentimers2_create();\n- opentimers2_scheduleAbsolute(\n- sixtop_vars.timeoutTimerId,\n- SIX2SIX...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-635. update sixtop.c.
491,595
19.04.2017 16:45:41
-7,200
429d0a84e3b67f19ce891a56b279acc725748aea
correct the reference time to calculate the next to be expired timer.
[ { "change_type": "MODIFY", "old_path": "drivers/common/opentimers2.c", "new_path": "drivers/common/opentimers2.c", "diff": "@@ -176,8 +176,8 @@ void opentimers2_scheduleAbsolute(opentimers2_id_t id,\ntimerGap = MAX_TICKS_NUMBER;\nfor (i=0;i<MAX_NUM_TIMERS;i++){\nif (opentimers2_vars.timersBuf[i].isr...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-635. correct the reference time to calculate the next to be expired timer.
491,595
20.04.2017 16:45:49
-7,200
b3be3b3e167ad91656cfb74b07478d50c67ed1eb
give priority of each timer to deal with timer schedule threshold problem. section 13.2 at Page 363:
[ { "change_type": "MODIFY", "old_path": "bsp/boards/openmote-cc2538/board_info.h", "new_path": "bsp/boards/openmote-cc2538/board_info.h", "diff": "#define NUMSENSORS 7\n+//===== sctimer scheduling\n+// If the timer compared value is to set to TIMERTHRESHOLD ticks (or less) later than\n+// current tim...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-635. give priority of each timer to deal with timer schedule threshold problem. section 13.2 at Page 363: http://www.ti.com/lit/ug/swru319c/swru319c.pdf
491,595
20.04.2017 20:45:23
-7,200
3eadcee5484bc08193245d146240c7a9b343d248
when the timer is already late, schedule the ISR manually immediately.
[ { "change_type": "MODIFY", "old_path": "bsp/boards/openmote-cc2538/sctimer.c", "new_path": "bsp/boards/openmote-cc2538/sctimer.c", "diff": "#include \"debugpins.h\"\n#include <headers/hw_ints.h>\n+// ========================== define ==========================================\n+\n+#define TIMERLOOP_...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-635. when the timer is already late, schedule the ISR manually immediately.
491,595
21.04.2017 15:50:24
-7,200
3a1df1e0e5438f3d7d7fa5213ea3139b9ddbb4dc
use the right slot duration variable.
[ { "change_type": "MODIFY", "old_path": "openstack/02a-MAClow/IEEE802154E.c", "new_path": "openstack/02a-MAClow/IEEE802154E.c", "diff": "@@ -1924,7 +1924,7 @@ port_INLINE void activity_ri5(PORT_RADIOTIMER_WIDTH capturedTime) {\n// radiotimer_schedule(DURATION_rt5);\n#endif\n} else {\n- // synchronize...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-635. use the right slot duration variable.
491,595
21.04.2017 19:23:52
-7,200
d57c761620a625a18d3c1469bf88d49d4432b6aa
re-schedule timers relatively inside the callback.
[ { "change_type": "MODIFY", "old_path": "bsp/boards/openmote-cc2538/radio.c", "new_path": "bsp/boards/openmote-cc2538/radio.c", "diff": "@@ -440,6 +440,8 @@ void radio_isr_internal(void) {\nvolatile PORT_TIMER_WIDTH capturedTime;\nuint8_t irq_status0,irq_status1;\n+ debugpins_isr_set();\n+\n// captur...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-653. re-schedule timers relatively inside the callback.
491,595
21.04.2017 19:25:45
-7,200
02619d94283bfe3e756cbcf5b576b5b6a67ce60c
trigger interrupt manually if timer is to be scheduled within TIMERTHRESHOLD ticks.
[ { "change_type": "MODIFY", "old_path": "bsp/boards/openmote-cc2538/sctimer.c", "new_path": "bsp/boards/openmote-cc2538/sctimer.c", "diff": "@@ -52,11 +52,17 @@ void sctimer_setCompare(uint32_t val){\nif (SleepModeTimerCountGet() - val < TIMERLOOP_THRESHOLD){\n// the timer is already late, schedule t...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-635. trigger interrupt manually if timer is to be scheduled within TIMERTHRESHOLD ticks.
491,595
26.04.2017 11:23:39
-7,200
d0262c9ba9d4e7d45b8734e4d844f0e0a6d1fd85
radio should have higher interrupt priority than sleeptimer. Fixed.
[ { "change_type": "MODIFY", "old_path": "bsp/boards/openmote-cc2538/radio.c", "new_path": "bsp/boards/openmote-cc2538/radio.c", "diff": "@@ -143,9 +143,6 @@ void radio_init() {\nIntRegister(INT_RFCORERTX, radio_isr_internal);\nIntRegister(INT_RFCOREERR, radio_error_isr);\n- IntPrioritySet(INT_RFCORER...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-635. radio should have higher interrupt priority than sleeptimer. Fixed.
491,595
26.04.2017 11:31:48
-7,200
c00e77df7108152271800f8f45c1c6bdd2ed7759
call only one timer's callback which has the high priority inside of opentimers2 callback.
[ { "change_type": "MODIFY", "old_path": "drivers/common/opentimers2.c", "new_path": "drivers/common/opentimers2.c", "diff": "@@ -339,7 +339,6 @@ void opentimers2_timer_callback(void){\nopentimers2_vars.lastTimeout = tempLastTimeout;\n// 2. call the callback of expired timers\n- for (i=0;i<MAX_NUM_TIM...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-635. call only one timer's callback which has the high priority inside of opentimers2 callback.
491,595
27.04.2017 17:20:26
-7,200
74ad33ee15eae3d914f56f2f5f40831cddb6ad19
openmote-cc2538 armgcc compiler support.
[ { "change_type": "MODIFY", "old_path": "bsp/boards/SConscript", "new_path": "bsp/boards/SConscript", "diff": "@@ -7,13 +7,11 @@ localEnv = env.Clone()\nsources_h = [\n'board.h',\n- 'bsp_timer.h',\n'crypto_engine.h',\n'debugpins.h',\n'eui64.h',\n'leds.h',\n'radio.h',\n- 'radiotimer.h',\n'uart.h',\n's...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-635. openmote-cc2538 armgcc compiler support.
491,595
27.04.2017 18:18:24
-7,200
5bca1f47cfcb4e39ef3868ab4a594566accea08d
change priority feature (small value indicates high priority)
[ { "change_type": "MODIFY", "old_path": "drivers/common/openserial.c", "new_path": "drivers/common/openserial.c", "diff": "@@ -176,7 +176,7 @@ owerror_t openserial_printCritical(\nleds_error_blink();\n// schedule for the mote to reboot in 10s\n- id = opentimers2_create(0);\n+ id = opentimers2_create(...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-635. change priority feature (small value indicates high priority)
491,595
27.04.2017 18:32:39
-7,200
c282d93c910c6c4ee9098690af03907fefc0d6ad
remove opentimers module.
[ { "change_type": "DELETE", "old_path": "drivers/common/opentimers.c", "new_path": null, "diff": "-/**\n-\\brief Definition of the \"opentimers\" driver.\n-\n-This driver uses a single hardware timer, which it virtualizes to support\n-at most MAX_NUM_TIMERS timers.\n-\n-\\author Xavi Vilajosana <xvil...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-635. remove opentimers module.
491,595
28.04.2017 13:30:08
-7,200
a4c90d940f083f5955e4a882c7770eda17f30939
rename sctimer_capture_cbt to radio_capture_cbt.
[ { "change_type": "MODIFY", "old_path": "bsp/boards/openmote-cc2538/radio.c", "new_path": "bsp/boards/openmote-cc2538/radio.c", "diff": "//=========================== variables =======================================\ntypedef struct {\n- sctimer_capture_cbt startFrame_cb;\n- sctimer_capture_cbt endFr...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-635. rename sctimer_capture_cbt to radio_capture_cbt.
491,595
28.04.2017 19:33:43
-7,200
15ad992ab3be5bf7afd2c49fa8253194baf21dff
clean up project.
[ { "change_type": "MODIFY", "old_path": "bsp/boards/radio.h", "new_path": "bsp/boards/radio.h", "diff": "\\author Thomas Watteyne <watteyne@eecs.berkeley.edu>, February 2012.\n*/\n-#include \"sctimer.h\"\n+#include \"board.h\"\n//=========================== define ====================================...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-635. clean up project.
491,595
28.04.2017 19:34:17
-7,200
4dc604b371990fae2c4fcec8aa82bdd99b898016
port for python simulated board.
[ { "change_type": "DELETE", "old_path": "bsp/boards/bsp_timer.h", "new_path": null, "diff": "-#ifndef __BSP_TIMERS_H\n-#define __BSP_TIMERS_H\n-\n-/**\n-\\addtogroup BSP\n-\\{\n-\\addtogroup bsp_timer\n-\\{\n-\n-\\brief Cross-platform declaration \"bsp_timer\" bsp module.\n-\n-\\author Thomas Watteyn...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-635. port for python simulated board.
491,595
02.05.2017 08:35:09
-7,200
8ec933c8202e02338726d1ba950131ecda7f36ec
Fixed simulation.
[ { "change_type": "MODIFY", "old_path": "bsp/boards/python/board_info.h", "new_path": "bsp/boards/python/board_info.h", "diff": "//===== timer\n-#define PORT_TIMER_WIDTH uint16_t\n-#define PORT_RADIOTIMER_WIDTH uint16_t\n+#define PORT_TIMER_WIDTH uint32_t\n+#define PORT_RADIOTIMER_WIDTH uint32_t\n-#d...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-635. Fixed simulation.
491,595
03.05.2017 15:50:25
-7,200
48be20275dc3df80dd53f2e896a4c90b47fee789
port sctimer on openmotestm.
[ { "change_type": "MODIFY", "old_path": "bsp/boards/openmote-cc2538/sctimer.c", "new_path": "bsp/boards/openmote-cc2538/sctimer.c", "diff": "/**\n\\brief A timer module with only a single compare value.\n-\\author Xavier Vilajosana <xvilajosana@eecs.berkeley.edu>\n-\\author Christian Hopfner <christi...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-635. port sctimer on openmotestm.
491,595
03.05.2017 15:54:28
-7,200
db5b4116c6cb8d4a5afb8eab9d0c9d14e54e37c9
update the cc2538 isr function.
[ { "change_type": "MODIFY", "old_path": "bsp/boards/openmote-cc2538/sctimer.c", "new_path": "bsp/boards/openmote-cc2538/sctimer.c", "diff": "@@ -25,8 +25,6 @@ sctimer_vars_t sctimer_vars;\n// ========================== private =========================================\n-static void sctimer_isr(void);...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-635. update the cc2538 isr function.
491,595
03.05.2017 16:01:53
-7,200
63ddd3a612c27f298c8515e0fae82cf9284df759
remove bsp_timer.c and radiotimer.c files.
[ { "change_type": "DELETE", "old_path": "bsp/boards/openmote-cc2538/bsp_timer.c", "new_path": null, "diff": "-/**\n- * Author: Xavier Vilajosana (xvilajosana@eecs.berkeley.edu)\n- * Pere Tuset (peretuset@openmote.com)\n- * Date: July 2013\n- * Description: CC2538-specific definition of the \"bsp_time...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-635. remove bsp_timer.c and radiotimer.c files.
491,595
03.05.2017 16:02:24
-7,200
a95eda2fa9d4a2bfcbdbb4bc150397250c2270d3
add sctimer.c file for openmotestm.
[ { "change_type": "ADD", "old_path": null, "new_path": "bsp/boards/openmotestm/sctimer.c", "diff": "+/**\n+\\brief Iot_Lab_M3 definition of the \"sctimer\" bsp module.\n+\n+On Iot_Lab_M3, we use RTC for the sctimer module.\n+\n+\\author Chang Tengfei <tengfei.chang@gmail.com>, May 2017.\n+*/\n+\n+#in...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-635. add sctimer.c file for openmotestm.
491,595
03.05.2017 16:16:30
-7,200
98f3c81fa7895a2463c4cd9af64c650975f96161
format a little bit.
[ { "change_type": "MODIFY", "old_path": "bsp/boards/openmotestm/board_info.h", "new_path": "bsp/boards/openmotestm/board_info.h", "diff": "@@ -68,11 +68,11 @@ to return the board's description.\n//===== adaptive_sync accuracy\n-#define SYNC_ACCURACY 2 // by ticks\n+#define SYNC_ACCURACY 2 // ticks\n/...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-635. format a little bit.
491,595
03.05.2017 16:17:14
-7,200
23e342b4e4a9af8c8631bac9bc0e117beb0444e9
port sctimer for iot-lab_M3
[ { "change_type": "MODIFY", "old_path": "bsp/boards/iot-lab_M3/board.c", "new_path": "bsp/boards/iot-lab_M3/board.c", "diff": "\\brief iot-lab_M3 definition of the \"board\" bsp module.\n\\author Alaeddine Weslati <alaeddine.weslati@inria.fr>, January 2014.\n-\\author Tengfei Chang <tengfei.chang@inr...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-635. port sctimer for iot-lab_M3
491,595
03.05.2017 16:30:11
-7,200
5d62167156afe2bb33d7de0ed24b2d422cfa9e13
port sctimer for iot-lab_A8_M3.
[ { "change_type": "MODIFY", "old_path": "bsp/boards/iot-lab_A8-M3/board.c", "new_path": "bsp/boards/iot-lab_A8-M3/board.c", "diff": "\\brief iot-lab_A8-M3 definition of the \"board\" bsp module.\n\\author Alaeddine Weslati <alaeddine.weslati@inria.fr>, January 2014.\n-\\author Tengfei Chang <tengfei....
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-635. port sctimer for iot-lab_A8_M3.
491,595
03.05.2017 16:30:46
-7,200
4234a9166d39fddccbd71464fcf5ea8122c2451f
add sctimer for A8_M3.
[ { "change_type": "ADD", "old_path": null, "new_path": "bsp/boards/iot-lab_A8-M3/sctimer.c", "diff": "+/**\n+\\brief Iot_Lab_A8-M3 definition of the \"sctimer\" bsp module.\n+\n+On Iot_Lab_A8-M3, we use RTC for the sctimer module.\n+\n+\\author Tengfei Chang <tengfei.chang@inria.fr>, May 2017.\n+*/\n...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-635. add sctimer for A8_M3.
491,595
03.05.2017 18:49:59
-7,200
c93b14201d67e0ea0f0ee6372b183dde7e88e591
update openmotestm interrupt priority.
[ { "change_type": "MODIFY", "old_path": "bsp/boards/openmotestm/nvic.c", "new_path": "bsp/boards/openmotestm/nvic.c", "diff": "@@ -35,10 +35,10 @@ void NVIC_uart(void) {\nvoid NVIC_spi(void) {\n#ifdef SPI_IN_INTERRUPT_MODE\n- //Configure NVIC: Preemption Priority = 1 and Sub Priority = 1\n+ //Configu...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-635. update openmotestm interrupt priority.
491,595
03.05.2017 18:51:34
-7,200
ecd115c3f9fc7dbb834ffae8c5392919953844f2
use defined timer width rather than uint32_t
[ { "change_type": "MODIFY", "old_path": "drivers/common/opentimers.c", "new_path": "drivers/common/opentimers.c", "diff": "@@ -75,14 +75,14 @@ can't be called firstly after the timer is created.\n\\param[in] cb indicates when this scheduled timer fired, call this callback function.\n*/\nvoid opentime...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-635. use defined timer width rather than uint32_t
491,595
11.05.2017 10:11:34
-7,200
247bc30f497f872472dc83cd2b8c65f3d6ba5b0d
replace PORT_RADIOTIMER_WIDTH by PORT_TIMER_WIDTH.
[ { "change_type": "MODIFY", "old_path": "openstack/02a-MAClow/IEEE802154E.c", "new_path": "openstack/02a-MAClow/IEEE802154E.c", "diff": "@@ -27,39 +27,39 @@ ieee154e_dbg_t ieee154e_dbg;\n// SYNCHRONIZING\nvoid activity_synchronize_newSlot(void);\n-void activity_synchronize_startOfFrame(PORT_RADIOTIME...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-635. replace PORT_RADIOTIMER_WIDTH by PORT_TIMER_WIDTH.
491,595
11.05.2017 10:22:10
-7,200
eb42b9a7856e375142326943215acafd4a10a769
schedule multiple seconds period timer by scheduling multiple pieces of timer with 1 second duration. This is required for 16bit micro-controller since it's only able to schedule timer within 2 seconds (2s = 65536@32768Hz).
[ { "change_type": "MODIFY", "old_path": "openstack/02a-MAClow/IEEE802154E.h", "new_path": "openstack/02a-MAClow/IEEE802154E.h", "diff": "@@ -28,7 +28,7 @@ static const uint8_t chTemplate_default[] = {\n#define TX_POWER 31 // 1=-25dBm, 31=0dBm (max value)\n#define RESYNCHRONIZATIONGUARD 5 // in 32kHz ...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-635. schedule multiple seconds period timer by scheduling multiple pieces of timer with 1 second duration. This is required for 16bit micro-controller since it's only able to schedule timer within 2 seconds (2s = 65536@32768Hz).
491,595
11.05.2017 10:26:50
-7,200
3992e351229ebc990ff79e1b757f0387606a8d3e
only update the currentTimeout when outside of ISR since ISR always updates currentTimeout (Reducing the duration for timer ISR execution.)
[ { "change_type": "MODIFY", "old_path": "drivers/common/opentimers.c", "new_path": "drivers/common/opentimers.c", "diff": "@@ -114,6 +114,9 @@ void opentimers_scheduleRelative(opentimers_id_t id,\nopentimers_vars.timersBuf[id].callback = cb;\n// 3. find the next timer to fire\n+\n+ // only execute up...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-635. only update the currentTimeout when outside of ISR since ISR always updates currentTimeout (Reducing the duration for timer ISR execution.)
491,595
11.05.2017 11:11:59
-7,200
e81e0a96a189e1795d2025eb44603aaed82956f9
telosb sctimer port.
[ { "change_type": "MODIFY", "old_path": "bsp/boards/sctimer.h", "new_path": "bsp/boards/sctimer.h", "diff": "//=========================== typedef =========================================\ntypedef void (*sctimer_cbt)(void);\n+typedef void (*sctimer_capture_cbt)(PORT_TIMER_WIDTH timestamp);\n//======...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-635. telosb sctimer port.
491,595
11.05.2017 11:13:34
-7,200
1998d98732e222e37db4c3870ca2b6f0ef16e137
update openmote-cc2538 sctimer interface.
[ { "change_type": "MODIFY", "old_path": "bsp/boards/openmote-cc2538/board_info.h", "new_path": "bsp/boards/openmote-cc2538/board_info.h", "diff": "#define NUMSENSORS 7\n-//===== sctimer scheduling\n-// If the timer compared value is to set to TIMERTHRESHOLD ticks (or less) later than\n-// current tim...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-635. update openmote-cc2538 sctimer interface.
491,595
11.05.2017 11:14:19
-7,200
6e67812600b9da04694a2efc05137d3e49a626c8
move TIMERTHRESHOLD to opentimers.h
[ { "change_type": "MODIFY", "old_path": "drivers/common/opentimers.h", "new_path": "drivers/common/opentimers.h", "diff": "//=========================== define ==========================================\n+\n+//===== sctimer scheduling\n+// the timer with higher priority can be scheduled in advance ev...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-635. move TIMERTHRESHOLD to opentimers.h
491,595
11.05.2017 11:15:49
-7,200
aab22436ac0db20ce6f136ec59dd668860632c27
update iar projects
[ { "change_type": "MODIFY", "old_path": "projects/openmote-cc2538/OpenMote-CC2538.eww", "new_path": "projects/openmote-cc2538/OpenMote-CC2538.eww", "diff": "<project>\n<path>$WS_DIR$\\01bsp_sctimer\\01bsp_sctimer.ewp</path>\n</project>\n+ <project>\n+ <path>$WS_DIR$\\01bsp_uart\\01bsp_uart.ewp</path>...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-635. update iar projects
491,595
11.05.2017 13:29:32
-7,200
b3341638f81e50be4f582e5ff13112fbfcaa5020
fix warning of openmotestm compilation.
[ { "change_type": "MODIFY", "old_path": "bsp/boards/openmotestm/board.c", "new_path": "bsp/boards/openmotestm/board.c", "diff": "//Configures the different GPIO ports as Analog Inputs.\nvoid GPIO_Config_ALL_AIN(void);\n// configure the hard fault exception\n-void board_enableHardFaultExceptionHandler...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-635. fix warning of openmotestm compilation.
491,595
11.05.2017 13:38:41
-7,200
da9cba72428878b3963a0439ae2f03a2255a9658
update openmotecc2538 sctimer.
[ { "change_type": "MODIFY", "old_path": "bsp/boards/openmote-cc2538/sctimer.c", "new_path": "bsp/boards/openmote-cc2538/sctimer.c", "diff": "// ========================== define ==========================================\n#define TIMERLOOP_THRESHOLD 0xffffff // 511 seconds @ 32768Hz clock\n+#define M...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-635. update openmotecc2538 sctimer.
491,595
11.05.2017 15:54:10
-7,200
c09a5f904963453a8a70256f3504c0955bf1a42d
gina port for sctimer.
[ { "change_type": "MODIFY", "old_path": "bsp/boards/gina/SConscript", "new_path": "bsp/boards/gina/SConscript", "diff": "@@ -18,11 +18,10 @@ rf231 = localEnv.SConscript(\nsource = [\n'board.c',\n- 'bsp_timer.c',\n'debugpins.c',\n+ 'sctimer.c',\n'eui64.c',\n'leds.c',\n- 'radiotimer.c',\n'spi.c',\n'uar...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-635. gina port for sctimer.
491,595
11.05.2017 15:55:24
-7,200
c0b96a17746752a702b2956e942c75794517832c
port wsn430v13b for sctimer.
[ { "change_type": "MODIFY", "old_path": "bsp/boards/wsn430v13b/SConscript", "new_path": "bsp/boards/wsn430v13b/SConscript", "diff": "@@ -18,11 +18,10 @@ cc1101 = localEnv.SConscript(\nsource = [\n'board.c',\n- 'bsp_timer.c',\n+ 'sctimer.c',\n'debugpins.c',\n'eui64.c',\n'leds.c',\n- 'radiotimer.c',\n'...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-635. port wsn430v13b for sctimer.
491,595
11.05.2017 16:09:33
-7,200
028773f4bff4c533597764e299601ecb476702bf
port of sctimer on wsn430v14.
[ { "change_type": "MODIFY", "old_path": "bsp/boards/wsn430v14/SConscript", "new_path": "bsp/boards/wsn430v14/SConscript", "diff": "@@ -18,11 +18,10 @@ cc2420 = localEnv.SConscript(\nsource = [\n'board.c',\n- 'bsp_timer.c',\n+ 'sctimer.c',\n'debugpins.c',\n'eui64.c',\n'leds.c',\n- 'radiotimer.c',\n'sp...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-635. port of sctimer on wsn430v14.
491,595
11.05.2017 16:10:18
-7,200
fb1fa84c56f9da68a4c1d5711b0dfd01764345e1
add sctimer.c for wsn430v14
[ { "change_type": "ADD", "old_path": null, "new_path": "bsp/boards/wsn430v14/sctimer.c", "diff": "+/**\n+\\brief A timer module with only a single compare value.\n+\n+\\author: Tengfei Chang <tengfei.chang@inria.fr> April 2017\n+*/\n+\n+#include \"sctimer.h\"\n+#include \"msp430f1611.h\"\n+#include \...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-635. add sctimer.c for wsn430v14
491,595
11.05.2017 16:28:30
-7,200
8e76208cdcd0cc4d517812a8e6b72c159d5b38e0
update oos_sniffer project.
[ { "change_type": "MODIFY", "old_path": "projects/common/03oos_macpong/03oos_macpong.c", "new_path": "projects/common/03oos_macpong/03oos_macpong.c", "diff": "#include \"sixtop.h\"\n#include \"idmanager.h\"\n#include \"neighbors.h\"\n-#include \"sctimer.h\"\n#define LEN_PAYLOAD 100\n@@ -112,7 +111,7 ...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-635. update oos_sniffer project.
491,595
11.05.2017 16:32:17
-7,200
1e4bf27f1898848ea912b8cc73f085535a8626a6
opentimers_getValue doesn't require parameters.
[ { "change_type": "MODIFY", "old_path": "drivers/common/openserial.c", "new_path": "drivers/common/openserial.c", "diff": "@@ -177,7 +177,7 @@ owerror_t openserial_printCritical(\n// schedule for the mote to reboot in 10s\nid = opentimers_create();\n- reference = opentimers_getValue(id);\n+ reference...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-635. opentimers_getValue doesn't require parameters.
491,595
11.05.2017 16:42:15
-7,200
e9a04b54ba2d2d71e28edf3830e7211bd4a83782
port sctimer on z1 board.
[ { "change_type": "MODIFY", "old_path": "bsp/boards/z1/SConscript", "new_path": "bsp/boards/z1/SConscript", "diff": "@@ -18,11 +18,10 @@ cc2420 = localEnv.SConscript(\nsource = [\n'board.c',\n- 'bsp_timer.c',\n+ 'sctimer.c',\n'debugpins.c',\n'eui64.c',\n'leds.c',\n- 'radiotimer.c',\n'spi.c',\n'uart.c...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-635. port sctimer on z1 board.
491,595
11.05.2017 16:43:22
-7,200
d6f716229d37af7d9512da7ee2f34478f62507bf
add sctimer.c for gina.
[ { "change_type": "ADD", "old_path": null, "new_path": "bsp/boards/gina/sctimer.c", "diff": "+/**\n+\\brief A timer module with only a single compare value.\n+\n+\\author: Tengfei Chang <tengfei.chang@inria.fr> April 2017\n+*/\n+\n+#include \"sctimer.h\"\n+#include \"msp430x26x.h\"\n+#include \"sctim...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-635. add sctimer.c for gina.