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 | 19.08.2018 08:13:16 | -7,200 | 23c3c49095c4adb6c5add6197acf0372a25e3499 | add scum into scons build system. | [
{
"change_type": "MODIFY",
"old_path": "SConscript",
"new_path": "SConscript",
"diff": "@@ -199,7 +199,7 @@ elif env['toolchain']=='iar-proj':\nelif env['toolchain']=='armgcc':\n- if env['board'] not in ['silabs-ezr32wg','openmote-cc2538','openmote-b','iot-lab_M3','iot-lab_A8-M3','openmotestm', 'sam... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | SCUM-30. add scum into scons build system. |
491,595 | 21.08.2018 02:26:17 | -7,200 | 4515cf109a5aafbc81eebd33f732671998d0f1bd | update startup and linker file according to ARM_Cortex_M0_DesignStart_Eval examples. | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/scum/scum_linker.ld",
"new_path": "bsp/boards/scum/scum_linker.ld",
"diff": "+/* Library configurations */\n+GROUP(libgcc.a libc.a libm.a libnosys.a)\nENTRY(Reset_Handler)\n@@ -26,64 +28,113 @@ SECTIONS\n/* The program code and other data goes into ... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | SCUM-30. update startup and linker file according to ARM_Cortex_M0_DesignStart_Eval examples. |
491,595 | 21.08.2018 02:26:49 | -7,200 | ae0ef8acbd127ab4913837d3433a60bc5ddc7491 | fix prototype warning. | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/scum/scm3_hardware_interface.c",
"new_path": "bsp/boards/scum/scm3_hardware_interface.c",
"diff": "@@ -109,7 +109,7 @@ void analog_scan_chain_write(unsigned int* scan_bits) {\n}\n}\n-void analog_scan_chain_load() {\n+void analog_scan_chain_load(void... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | SCUM-30. fix prototype warning. |
491,595 | 21.08.2018 02:28:01 | -7,200 | 5e3058c352e1aaac28f84b14b8a11af4965b2dc8 | reduce code size according to | [
{
"change_type": "MODIFY",
"old_path": "SConscript",
"new_path": "SConscript",
"diff": "@@ -397,28 +397,25 @@ elif env['toolchain']=='armgcc':\n# compiler (C)\nenv.Replace(CC = 'arm-none-eabi-gcc')\n- env.Append(CCFLAGS = '-O0')\n+ env.Append(CCFLAGS = '-O3')\nenv.Append(CCFLAGS = '-Wall')\n- env.Ap... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | SCUM-30. reduce code size according to http://blog.atollic.com/the-ultimate-guide-to-reducing-code-size-with-gnu-gcc-for-arm-cortex-m. |
491,595 | 21.08.2018 16:44:06 | -7,200 | b9f6e6577ef45d37a49a119d9bccf77c2f3eeb13 | add bootload support for scums. | [
{
"change_type": "MODIFY",
"old_path": "SConscript",
"new_path": "SConscript",
"diff": "@@ -403,7 +403,6 @@ elif env['toolchain']=='armgcc':\nenv.Append(CCFLAGS = '-mthumb')\nenv.Append(CCFLAGS = '-g')\nenv.Append(CCFLAGS = '-Ibsp/boards/scum')\n- env.Append(CCFLAGS = '-std=c99')\nenv.Append(CCFLAGS... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | SCUM-30. add bootload support for scums. |
491,595 | 21.08.2018 17:17:30 | -7,200 | 43e2ed73cba0083fd7e58822811b298bfdafdd90 | update DISABLE_INTERRUPTS and ENABLE_INTERRUPTS functions. | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/scum/board_info.h",
"new_path": "bsp/boards/scum/board_info.h",
"diff": "@@ -17,8 +17,10 @@ to return the board's description.\n#define INTERRUPT_DECLARATION()\n-#define DISABLE_INTERRUPTS() __disable_irq();\n-#define ENABLE_INTERRUPTS() __enable_ir... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | SCUM-30. update DISABLE_INTERRUPTS and ENABLE_INTERRUPTS functions. |
491,595 | 21.08.2018 22:16:06 | -7,200 | 0927614f04b802080dc29053f9d539b660b52d90 | fix the bugs in linker file and start up file. | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/scum/scum_linker.ld",
"new_path": "bsp/boards/scum/scum_linker.ld",
"diff": "@@ -9,22 +9,8 @@ MEMORY\nRAM (rwx) : ORIGIN = 0x20000000, LENGTH = 64K\n}\n-stack_size = 2048;\n-heap_size = 1024;\n-\n-_stack_start = ORIGIN(RAM)+LENGTH(RAM);\n-_stack_end... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | SCUM-30. fix the bugs in linker file and start up file. |
491,595 | 22.08.2018 15:44:16 | -7,200 | 6f01aa1788ca55b829f0275b57d07ecf9da64bd6 | create a map for the generated image. | [
{
"change_type": "MODIFY",
"old_path": "SConscript",
"new_path": "SConscript",
"diff": "@@ -412,6 +412,7 @@ elif env['toolchain']=='armgcc':\nenv.Append(LINKFLAGS = '-Tbsp/boards/scum/scum_linker.ld')\nenv.Append(LINKFLAGS = '-nostartfiles')\nenv.Append(LINKFLAGS = '-Wl,--gc-sections')\n+ env.Append... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | SCUM-30. create a map for the generated image. |
491,595 | 25.08.2018 20:06:54 | -7,200 | 52d74fb3007768ffbd30b6b1948a23cea36913b1 | update the rftimer converter value. | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/scum/board_info.h",
"new_path": "bsp/boards/scum/board_info.h",
"diff": "@@ -34,25 +34,20 @@ to return the board's description.\n// ==== SCuM RF timer specific\n-/**\n-* since SCuM uses 500kHz, but the stack protocol is designed for 32kHz.\n-* the f... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | SCUM-30. update the rftimer converter value. |
491,595 | 25.08.2018 20:10:25 | -7,200 | 02bc9fdb8f43ba5ed245897b5e94475db99889ba | change converter name. | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/scum/board_info.h",
"new_path": "bsp/boards/scum/board_info.h",
"diff": "@@ -44,10 +44,10 @@ to return the board's description.\n// this is called when require to WRITE the RFTIMER counter/compare registers,\n// where the value is going to be multip... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | SCUM-30. change converter name. |
491,595 | 27.08.2018 18:26:18 | -7,200 | b2f16c8420fec18d71cda210907b690ca8230d33 | update scum bsp driver according to the latest design. | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/scum/debugpins.c",
"new_path": "bsp/boards/scum/debugpins.c",
"diff": "@@ -18,78 +18,82 @@ To be implemented after issue: SCUM-25\n//=========================== public ==========================================\nvoid debugpins_init(void) {\n- // GPI... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | SCUM-30. update scum bsp driver according to the latest design. |
491,595 | 27.08.2018 20:04:29 | -7,200 | 747402de7ca47cf9abed87ca2c79bef47e49dd79 | add comments to the converter. | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/scum/board_info.h",
"new_path": "bsp/boards/scum/board_info.h",
"diff": "@@ -42,6 +42,11 @@ to return the board's description.\n// 1) 255 is the maxium value can be divided.\n// 2) on FPGA, 20MHz clock can't be slow down.\n+// NOTE:\n+// This conver... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | SCUM-30. add comments to the converter. |
491,595 | 27.08.2018 20:08:31 | -7,200 | 7a3911b97339456b4a165d6c8c6522acee3e7e88 | update compiler version for multipltimer_radio project. | [
{
"change_type": "MODIFY",
"old_path": "projects/scum/01bsp_multipletimer_radio/01bsp_multipletimer_radio.uvprojx",
"new_path": "projects/scum/01bsp_multipletimer_radio/01bsp_multipletimer_radio.uvprojx",
"diff": "<TargetName>Target 1</TargetName>\n<ToolsetNumber>0x4</ToolsetNumber>\n<ToolsetName>AR... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | SCUM-30. update compiler version for multipltimer_radio project. |
491,595 | 27.08.2018 23:07:25 | -7,200 | 5d4a9b261e7f4a29dfa5573c95791697e5eedd3c | enable capture when listenning for EB to join. | [
{
"change_type": "MODIFY",
"old_path": "openstack/02a-MAClow/IEEE802154E.c",
"new_path": "openstack/02a-MAClow/IEEE802154E.c",
"diff": "@@ -545,6 +545,11 @@ port_INLINE void activity_synchronize_newSlot(void) {\n// configure the radio to listen to the default synchronizing channel\nradio_setFrequenc... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | SCUM-30. enable capture when listenning for EB to join. |
491,606 | 28.08.2018 14:05:52 | -7,200 | da3b432697abdf9bc8c66f4c48809dee54302346 | we found an issue which disabled the interrupts in the schedule and didn't reenabled them in all cases, that led to the stuck timers in the nordic case | [
{
"change_type": "MODIFY",
"old_path": "openstack/02b-MAChigh/schedule.c",
"new_path": "openstack/02b-MAChigh/schedule.c",
"diff": "@@ -544,6 +544,7 @@ open_addr_t* schedule_getNonParentNeighborWithDedicatedCells(open_addr_t* neighb\nschedule_vars.scheduleBuf[i].neighbor.type == ADDR_64B &&\npacketf... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-737
we found an issue which disabled the interrupts in the schedule and didn't reenabled them in all cases, that led to the stuck timers in the nordic case |
491,595 | 29.08.2018 14:55:33 | -7,200 | 19bddd18d67da2e308cef48e3b4dc7f3b8501481 | default rssi value is -50. | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/scum/radio.c",
"new_path": "bsp/boards/scum/radio.c",
"diff": "// ==== default crc check result and rssi value\n#define DEFAULT_CRC_CHECK 0x01 // this is an arbitrary value for now\n-#define DEFAULT_RSSI -91 // this is an arbitrary value for now\n+#... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | SCUM-30. default rssi value is -50. |
491,595 | 29.08.2018 14:59:54 | -7,200 | 4af5ce55c5ee2f20025cc0300184595dabd3dfc3 | There are limit number of gpio on FPGA board. map (isr debugpin and fsm debugpin) to gpio 8 and 9 where is available to plugin wires for debugging (checkout GPIO bank configuration and UCF pinout file). | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/scum/debugpins.c",
"new_path": "bsp/boards/scum/debugpins.c",
"diff": "@@ -23,15 +23,15 @@ void debugpins_init(void) {\n}\nvoid debugpins_frame_toggle(void) {\n- GPIO_REG__OUTPUT ^= 0x1000;\n+ // GPIO_REG__OUTPUT ^= 0x1000;\n}\nvoid debugpins_frame_... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | SCUM-30. There are limit number of gpio on FPGA board. map (isr debugpin and fsm debugpin) to gpio 8 and 9 where is available to plugin wires for debugging (checkout GPIO bank configuration and UCF pinout file). |
491,595 | 29.08.2018 15:01:59 | -7,200 | a8314290eb8731ca80ddd4f897e3f3ee40257768 | update the timing for scumv3b design. | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/scum/board_info.h",
"new_path": "bsp/boards/scum/board_info.h",
"diff": "@@ -36,8 +36,7 @@ to return the board's description.\n// with the setup of FPGA board +teensy, the rftimer clock is\n// 20MHz divided by 255 (around 78431Hz), the following cod... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | SCUM-30. update the timing for scumv3b design. |
491,595 | 29.08.2018 15:06:54 | -7,200 | 89601efdd4fadcd023418653c79a6bd394cf7d2c | setup radio at each slot before joining the network. | [
{
"change_type": "MODIFY",
"old_path": "openstack/02a-MAClow/IEEE802154E.c",
"new_path": "openstack/02a-MAClow/IEEE802154E.c",
"diff": "@@ -557,6 +557,15 @@ port_INLINE void activity_synchronize_newSlot(void) {\n// I'm listening last slot\nieee154e_stats.numTicsOn += ieee154e_vars.slotDuration;\niee... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | SCUM-30. setup radio at each slot before joining the network. |
491,595 | 29.08.2018 18:15:35 | -7,200 | 72d2cd11c0a9be579cb9ca6e62a144f4a3ec526b | add 01bsp_action_timer_radio project. | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "projects/scum/01bsp_action_timer_radio/01bsp_action_timer_radio.c",
"diff": "+/**\n+\\brief This program shows the use of the \"radio\" bsp module using action timer\n+that scum provide.\n+\n+With this project, SLOT_FSM_IMPLEMENTATION_MULTIPLE_T... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | SCUM-30. add 01bsp_action_timer_radio project. |
491,595 | 13.09.2018 10:12:00 | -7,200 | 319e4e9a8cb4bd10d5dcbc805feae331fc2116f1 | change it to PA6 as the bootload active pin. | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/openmote-b-/startup_iar.c",
"new_path": "bsp/boards/openmote-b-/startup_iar.c",
"diff": "#include <stdint.h>\n#define FLASH_START_ADDR 0x00200000\n-#define BOOTLOADER_BACKDOOR_ENABLE 0xF7FFFFFF // ENABLED: PORT A, PIN 6, LOW\n+#define BOOTLOADER_BAC... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-773. change it to PA6 as the bootload active pin. |
491,595 | 13.09.2018 20:17:43 | -7,200 | 62c85ae46fb8f99f9bdc58a60cbd2ec1c6812d1c | update button and antennae GPIO configuration according to pere's commit: | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/openmote-b-/board.c",
"new_path": "bsp/boards/openmote-b-/board.c",
"diff": "#include \"uart.h\"\n#include \"cryptoengine.h\"\n-//=========================== variables =======================================\n+//=========================== defines =... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-773. update button and antennae GPIO configuration according to pere's commit: https://github.com/openwsn-berkeley/openwsn-fw/pull/432/files |
491,595 | 14.09.2018 09:02:41 | -7,200 | e586867e39ee46cb5a8fe3e71a2508e496c3b62e | update openmote-b- bsp driver | [
{
"change_type": "DELETE",
"old_path": "bsp/boards/openmote-b-/cc2538sf23.lds",
"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 linker script configuration f... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-733. update openmote-b- bsp driver |
491,595 | 14.09.2018 09:41:01 | -7,200 | 49247345d07386425c9e87ace2ab426d9f4fa61d | update board configuration. | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/openmote-b-/board.c",
"new_path": "bsp/boards/openmote-b-/board.c",
"diff": "#include <source/sys_ctrl.h>\n#include \"board.h\"\n+#include \"board_info.h\"\n#include \"debugpins.h\"\n#include \"i2c.h\"\n#include \"leds.h\"\n#define BSP_BUTTON_BASE (... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-773. update board configuration. |
491,595 | 15.09.2018 18:02:06 | -7,200 | 84c473898174f67a39397e9a28591d1a17097d8c | support using scons to upload firmware to testbed. | [
{
"change_type": "MODIFY",
"old_path": "SConscript",
"new_path": "SConscript",
"diff": "@@ -675,6 +675,58 @@ def OpenMoteCC2538_bootload(target, source, env):\nfor t in bootloadThreads:\ncountingSem.acquire()\n+\n+class opentestbed_bootloadThread(threading.Thread):\n+ def __init__(self,mote,hexFile,... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-773. support using scons to upload firmware to testbed. |
491,595 | 19.09.2018 21:34:53 | -7,200 | ce7a3d0653ab735b6503f6c3e129940fc09ca760 | comment out CCA configuration code to reduce binary image size. | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/openmote-b-/startup_gcc.c",
"new_path": "bsp/boards/openmote-b-/startup_gcc.c",
"diff": "@@ -79,21 +79,32 @@ static uint32_t pui32Stack[512];\n// Reserved (byte 2006 - 2004)\n//\n//********************************************************************... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-773. comment out CCA configuration code to reduce binary image size. |
491,595 | 19.09.2018 21:36:06 | -7,200 | 09fcd618187908f8ff23080999030455ff176eef | do NOT erase the last page to avoid to change the CCA configuration. | [
{
"change_type": "MODIFY",
"old_path": "bootloader/openmote-cc2538/cc2538-bsl.py",
"new_path": "bootloader/openmote-cc2538/cc2538-bsl.py",
"diff": "@@ -236,7 +236,7 @@ class CommandInterface(object):\n# it has actually entered its bootloader mode.\n#\n- time.sleep(0.002)\n+ time.sleep(0.1)\ndef clos... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-773. do NOT erase the last page to avoid to change the CCA configuration. |
491,595 | 19.09.2018 21:38:34 | -7,200 | 21c83d317e79890d544397cf943d1d2d41e3823d | use binary file rather then hex file. | [
{
"change_type": "MODIFY",
"old_path": "SConscript",
"new_path": "SConscript",
"diff": "@@ -211,7 +211,7 @@ elif env['toolchain']=='armgcc':\n# compiler (C)\nenv.Replace(CC = 'arm-none-eabi-gcc')\n- env.Append(CCFLAGS = '-O0')\n+ env.Append(CCFLAGS = '-Os')\nenv.Append(CCFLAGS = '-Wall')\nenv.Append... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-773. use binary file rather then hex file. |
491,605 | 20.09.2018 11:36:07 | -7,200 | f9def26945177e9399fc74be692a57872a76616b | Added ADC sensor for battery monitoring. | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/SConscript",
"new_path": "bsp/boards/SConscript",
"diff": "@@ -14,6 +14,7 @@ sources_h = [\n'radio.h',\n'uart.h',\n'sctimer.h',\n+ 'sensors.h',\nos.path.join('common', 'openccms.h'),\nos.path.join('common', 'openaes.h'),\n]\n"
},
{
"change_t... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | Added ADC sensor for battery monitoring. |
491,605 | 20.09.2018 11:36:22 | -7,200 | 15498b2797cb4a5a5933648a0a2c931d3e686460 | Updated for nRF52840 Dongle. | [
{
"change_type": "MODIFY",
"old_path": "SConscript",
"new_path": "SConscript",
"diff": "@@ -197,7 +197,7 @@ elif env['toolchain']=='iar-proj':\nelif env['toolchain']=='armgcc':\n- if env['board'] not in ['silabs-ezr32wg','openmote-cc2538','openmote-b','iot-lab_M3','iot-lab_A8-M3','openmotestm','samr... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | Updated for nRF52840 Dongle. |
491,595 | 20.09.2018 18:24:23 | -7,200 | 91cc2ba8f70e3bf71a4804178a782a1d463a3dfd | set number_of_motes to 76. | [
{
"change_type": "MODIFY",
"old_path": "bootloader/openmote-cc2538/ot_program.py",
"new_path": "bootloader/openmote-cc2538/ot_program.py",
"diff": "@@ -8,7 +8,7 @@ import random\n#============================ defines =========================================\nBROKER_ADDRESS = \"argus.paris.inria.fr\... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-773. set number_of_motes to 76. |
491,595 | 20.09.2018 20:47:50 | -7,200 | 711c2b9626d5bc5177ca3c6b6ea1d4504a6a5b68 | update scons files. | [
{
"change_type": "MODIFY",
"old_path": "SConscript",
"new_path": "SConscript",
"diff": "@@ -169,7 +169,7 @@ elif env['toolchain']=='iar':\nelif env['toolchain']=='iar-proj':\n- if env['board'] not in ['telosb','gina','wsn430v13b','wsn430v14','z1','openmotestm','agilefox','openmote-cc2538','openmote-... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-773. update scons files. |
491,595 | 20.09.2018 20:50:02 | -7,200 | c39a871be87969d7c6165b5a12a015940d29d0ac | update text printed out. | [
{
"change_type": "MODIFY",
"old_path": "bootloader/openmote-cc2538/ot_program.py",
"new_path": "bootloader/openmote-cc2538/ot_program.py",
"diff": "@@ -104,7 +104,7 @@ class program_over_testbed(object):\n#======================== public ==========================================\ndef is_response_su... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-773. update text printed out. |
491,595 | 20.09.2018 20:53:40 | -7,200 | 6c36078368c132e561acff4c5e8238dca08822d5 | add openmote-b-24ghz to travis | [
{
"change_type": "MODIFY",
"old_path": ".travis.yml",
"new_path": ".travis.yml",
"diff": "@@ -29,6 +29,7 @@ script:\n- scons board=openmote-cc2538 goldenImage=sniffer toolchain=armgcc verbose=1 oos_sniffer\n- scons board=openmote-cc2538 goldenImage=root toolchain=armgcc verbose=1 oos_openwsn\n- scon... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-773. add openmote-b-24ghz to travis |
491,605 | 21.09.2018 13:20:43 | -7,200 | 2198204e56254747212150a3f4c1b7b403b19d4e | Updated flash.sh for flashing nRF52840 Development Kit. | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/nrf52840/tools/flash.sh",
"new_path": "bsp/boards/nrf52840/tools/flash.sh",
"diff": "#!/bin/bash\n-FILE=$(echo $1 | sed \"s/.*\\/.*\\/.*\\/.*\\/\\([0-9]\\+\\)/\\1/\")\n-DIR=$(dirname $1)\n-#echo -e \"Direktirij $DIR\"\n-echo -e \"\\n\\t FLASHING $FI... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | Updated flash.sh for flashing nRF52840 Development Kit. |
491,595 | 24.09.2018 19:43:50 | -7,200 | 81fddc4d7c1fa0add1a584875c4192f96c6471bb | correct the version . | [
{
"change_type": "MODIFY",
"old_path": "inc/opendefs.h",
"new_path": "inc/opendefs.h",
"diff": "static const uint8_t infoStackName[] = \"OpenWSN \";\n#define OPENWSN_VERSION_MAJOR 1\n-#define OPENWSN_VERSION_MINOR 11\n+#define OPENWSN_VERSION_MINOR 17\n#define OPENWSN_VERSION_PATCH 0\n#ifndef TRUE\n... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-776. correct the version . |
491,595 | 25.09.2018 10:40:57 | -7,200 | 01bb5b299a437b5be436efb65a464e48499c9436 | openmote-b-subghz scons support. | [
{
"change_type": "MODIFY",
"old_path": "SConscript",
"new_path": "SConscript",
"diff": "@@ -169,7 +169,7 @@ elif env['toolchain']=='iar':\nelif env['toolchain']=='iar-proj':\n- if env['board'] not in ['telosb','gina','wsn430v13b','wsn430v14','z1','openmotestm','agilefox','openmote-cc2538','openmote-... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-776. openmote-b-subghz scons support. |
491,595 | 25.09.2018 11:41:08 | -7,200 | 7de2f8121bfc306d38fe6ff22703ea17159bd89b | update radio driver. | [
{
"change_type": "MODIFY",
"old_path": "bsp/chips/at86rf215/at86rf215.c",
"new_path": "bsp/chips/at86rf215/at86rf215.c",
"diff": "\\brief AT86RF215-specific library.\n\\author Jonathan Munoz <jonathan.munoz@inria.fr>, August 2016.\n+\\author Xavi Vilajosana <xvilajosana@eecs.berkeley.edu>, December ... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-776. update radio driver. |
491,595 | 25.09.2018 12:02:20 | -7,200 | 42923f1a920fc8f2a62888f3084a33bfb99264fc | move spi.c to board folder and update spi interface to support lenBytes > 255 | [
{
"change_type": "RENAME",
"old_path": "bsp/chips/at86rf215/spi.c",
"new_path": "bsp/boards/openmote-b-subghz/spi.c",
"diff": ""
},
{
"change_type": "MODIFY",
"old_path": "bsp/boards/spi.h",
"new_path": "bsp/boards/spi.h",
"diff": "@@ -54,10 +54,10 @@ void spi_init(void);\nvoid s... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-776. move spi.c to board folder and update spi interface to support lenBytes > 255 |
491,595 | 25.09.2018 12:14:18 | -7,200 | b98b6861e9748cc27baecca6b59a5bed6df3814d | update spi_txrx function interface for other boards. | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/gina/spi.c",
"new_path": "bsp/boards/gina/spi.c",
"diff": "@@ -77,10 +77,10 @@ void spi_setCallback(spi_cbt cb) {\n#endif\nvoid spi_txrx(uint8_t* bufTx,\n- uint8_t lenbufTx,\n+ uint16_t lenbufTx,\nspi_return_t returnType,\nuint8_t* bufRx,\n- uint8_t... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-776. update spi_txrx function interface for other boards. |
491,595 | 25.09.2018 12:15:30 | -7,200 | 445db940896032e37965bcb2f12e6bda449836ed | add radio.c and at86rf215.c files to openmote-b-subghz scons builder system. | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/openmote-b-subghz/SConscript",
"new_path": "bsp/boards/openmote-b-subghz/SConscript",
"diff": "@@ -10,6 +10,12 @@ si70x = localEnv.SConscript(\nexports = {'env': env},\n)\n+rf215 = localEnv.SConscript(\n+ os.path.join('#','bsp','chips','at86rf215','... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-776. add radio.c and at86rf215.c files to openmote-b-subghz scons builder system. |
491,595 | 25.09.2018 14:31:29 | -7,200 | c6b4f3b2194b29cac10f4a595eddd8fc041e71fe | using FSK option 1 in maximum transmitting power . | [
{
"change_type": "MODIFY",
"old_path": "bsp/chips/at86rf215/at86rf215.h",
"new_path": "bsp/chips/at86rf215/at86rf215.h",
"diff": "@@ -3990,7 +3990,7 @@ static const registerSetting_t basic_settings_fsk_option1 []={\n{RG_RF09_EDD, 0x7A},\n{RG_RF09_TXCUTC, 0xC0},\n{RG_RF09_TXDFE, 0x98},\n- {RG_RF09_PA... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-776. using FSK option 1 in maximum transmitting power . |
491,595 | 25.09.2018 14:54:20 | -7,200 | 5e2090022781e23ddc98426feed8453c7127381a | remove the radio.c file for subghz port. | [
{
"change_type": "DELETE",
"old_path": "bsp/boards/openmote-b-subghz/radio.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 \"radio\" bs... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-776. remove the radio.c file for subghz port. |
491,595 | 25.09.2018 15:02:13 | -7,200 | ea64d0e3971e2e844a469ea91a30a883e5a00274 | update the projects. | [
{
"change_type": "MODIFY",
"old_path": "projects/openmote-b-subghz/01bsp_radio_rx/01bsp_radio_rx.ewp",
"new_path": "projects/openmote-b-subghz/01bsp_radio_rx/01bsp_radio_rx.ewp",
"diff": "<file>\n<name>$PROJ_DIR$\\..\\..\\..\\bsp\\boards\\openmote-b-subghz\\leds.c</name>\n</file>\n- <file>\n- <name>... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-776. update the projects. |
491,595 | 25.09.2018 15:33:27 | -7,200 | 04c022aaf1cb8684ce3ad82184cb7161b87df1fe | use maximum txpower for cc2538 radio. | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/openmote-b-subghz/cc2538rf.h",
"new_path": "bsp/boards/openmote-b-subghz/cc2538rf.h",
"diff": "*---------------------------------------------------------------------------*/\n/* Constants */\n#define CC2538_RF_CCA_THRES_USER_GUIDE 0xF8\n-#define CC2... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-776. use maximum txpower for cc2538 radio. |
491,595 | 25.09.2018 15:48:36 | -7,200 | a278c42a72b151e6b3731801548e76632df1eaf5 | initialize spi at beginning of radio_init function. | [
{
"change_type": "MODIFY",
"old_path": "bsp/chips/at86rf215/radio.c",
"new_path": "bsp/chips/at86rf215/radio.c",
"diff": "@@ -81,6 +81,8 @@ void radio_init(void) {\n//power it on and configure pins\nradio_powerOn();\n+ spi_init();\n+\n// clear variables\nmemset(&radio_vars,0,sizeof(radio_vars_t));\n... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-776. initialize spi at beginning of radio_init function. |
491,595 | 25.09.2018 17:23:38 | -7,200 | be68e3f1c10680029779e64401fef6d783cba6c3 | configure at86rf215 radio to use fsk option 1. | [
{
"change_type": "MODIFY",
"old_path": "bsp/chips/at86rf215/radio.c",
"new_path": "bsp/chips/at86rf215/radio.c",
"diff": "//=========================== defines =========================================\n+#define DEFAULT_CHANNEL_SPACING_FSK_OPTION_1 200 // kHz\n+#define DEFAULT_CENTER_FREQUENCY_0_FSK... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-776. configure at86rf215 radio to use fsk option 1. |
491,595 | 26.09.2018 11:31:45 | -7,200 | d0f195b0d412f9bae90618107449917273fc2fa3 | check the received frame is sent by bsp_radio_tx. | [
{
"change_type": "MODIFY",
"old_path": "projects/common/01bsp_radio_rx/01bsp_radio_rx.c",
"new_path": "projects/common/01bsp_radio_rx/01bsp_radio_rx.c",
"diff": "@@ -150,7 +150,6 @@ int mote_main(void) {\nwhile (app_vars.rxpk_done==0) {\nboard_sleep();\n}\n- leds_debug_off();\n// if I get here, I ju... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-776. check the received frame is sent by bsp_radio_tx. |
491,594 | 28.09.2018 16:58:58 | -7,200 | b1beafea17ba1792626824b57e9c522d5a40a637 | prints PDR over serial port.
IFS is 100'000 machine cycles.
packet length, 20 B. | [
{
"change_type": "MODIFY",
"old_path": "bsp/chips/at86rf215/radio.c",
"new_path": "bsp/chips/at86rf215/radio.c",
"diff": "@@ -210,6 +210,7 @@ radio_state_t radio_getState(void){\nvoid radio_txEnable(void) {\n+ //if (!at86rf215_status() & IRQS_TRXRDY_MASK){\n// change state\nradio_vars.state = RADIOS... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | prints PDR over serial port.
IFS is 100'000 machine cycles.
packet length, 20 B. |
491,594 | 28.09.2018 18:51:14 | -7,200 | ce0dadbd9290b885417cd4cfb11c764e807e7e49 | sub-ghz PDR test | [
{
"change_type": "MODIFY",
"old_path": "bsp/chips/at86rf215/at86rf215.h",
"new_path": "bsp/chips/at86rf215/at86rf215.h",
"diff": "@@ -3985,25 +3985,26 @@ static const registerSetting_t basic_settings_fsk_option1 []={\n{RG_RF09_IRQM, 0x1F}, // TRXERR, BATLOW, EDC, TRXRDY, WAKEUP interrupts enabled\n{... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | sub-ghz PDR test |
491,594 | 01.10.2018 09:43:42 | -7,200 | a67bcca3001996dee6b008a1476c1c39b09fd88d | radio rx sends packet counter after at least 100 packets received.
radio tx does not set frequency before each packet previous to tx. | [
{
"change_type": "MODIFY",
"old_path": "projects/common/01bsp_radio_rx/01bsp_radio_rx.c",
"new_path": "projects/common/01bsp_radio_rx/01bsp_radio_rx.c",
"diff": "@@ -97,6 +97,7 @@ typedef struct {\nuint8_t rxpk_previous;\nuint8_t rxpk_counter;\nbool rxpk_crc;\n+ bool rxpk_send_uart;\n// uart\nuint8_... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | radio rx sends packet counter after at least 100 packets received.
radio tx does not set frequency before each packet previous to tx. |
491,595 | 01.10.2018 11:29:29 | -7,200 | 5f9ae9120abd57ddd34cdd81584fa4f88eab52be | update bsp_radio_tx project. | [
{
"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": "@@ -21,15 +21,15 @@ remainder of the packet contains an incrementing bytes.\n//=========================== defines =======================... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | update bsp_radio_tx project. |
491,595 | 02.10.2018 17:39:38 | -7,200 | 2ac6c8cb7243de1c35c4d82f6c80949045e61b8d | update bsp_radio_rx and tx projects. | [
{
"change_type": "MODIFY",
"old_path": "projects/common/01bsp_radio_rx/01bsp_radio_rx.c",
"new_path": "projects/common/01bsp_radio_rx/01bsp_radio_rx.c",
"diff": "@@ -202,6 +202,8 @@ void cb_endFrame(PORT_TIMER_WIDTH timestamp) {\n// update debug stats\napp_dbg.num_endFrame++;\n+ memset(&app_vars.rxp... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-776. update bsp_radio_rx and tx projects. |
491,595 | 02.10.2018 17:51:02 | -7,200 | e4c700da1438f6e85ba39a3ffd34a1aa578e2f4a | comment out the debug info and update key name. | [
{
"change_type": "MODIFY",
"old_path": "projects/common/01bsp_radio_rx/opentestbed_pdr.py",
"new_path": "projects/common/01bsp_radio_rx/opentestbed_pdr.py",
"diff": "@@ -13,6 +13,10 @@ BROKER_ADDRESS = \"argus.paris.inria.fr\"\nBSP_RADIO_TX_IHEX = '01bsp_radio_tx_prog-subghz.ihex'\nBSP_RADIO_RX_IHEX... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-776. comment out the debug info and update key name. |
491,595 | 03.10.2018 13:27:20 | -7,200 | b63006ca32a5047663eef0e4a2af0089c0f0d538 | update at87rf215.h file. | [
{
"change_type": "MODIFY",
"old_path": "bsp/chips/at86rf215/at86rf215.h",
"new_path": "bsp/chips/at86rf215/at86rf215.h",
"diff": "@@ -3991,14 +3991,14 @@ static const registerSetting_t basic_settings_fsk_option1 []={\n{RG_RF09_EDD, 0x7A},\n{RG_RF09_TXCUTC, 0xC0},\n{RG_RF09_TXDFE, 0x98},\n- {RG_RF09_... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-776. update at87rf215.h file. |
491,595 | 03.10.2018 14:46:04 | -7,200 | 275876a62ca87d52b9f7b2b0512cde5f51b1d8f5 | check status before go to next. | [
{
"change_type": "MODIFY",
"old_path": "bsp/chips/at86rf215/radio.c",
"new_path": "bsp/chips/at86rf215/radio.c",
"diff": "@@ -176,7 +176,7 @@ void radio_setFrequency(uint16_t channel) {\nvoid radio_rfOn(void) {\n//put the radio in the TRXPREP state\nat86rf215_spiStrobe(CMD_RF_TRXOFF);\n- //while(rad... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-777. check status before go to next. |
491,595 | 03.10.2018 17:14:04 | -7,200 | 423bac6da7266f1c28ef02ea1df9492421971bd8 | make the status is in TRXOFF before updating frequency. | [
{
"change_type": "MODIFY",
"old_path": "bsp/chips/at86rf215/radio.c",
"new_path": "bsp/chips/at86rf215/radio.c",
"diff": "@@ -86,8 +86,6 @@ void radio_init(void) {\nspi_init();\n- at86rf215_status();\n-\n// clear variables\nmemset(&radio_vars,0,sizeof(radio_vars_t));\n@@ -165,6 +163,10 @@ void radio... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-777. make the status is in TRXOFF before updating frequency. |
491,595 | 03.10.2018 18:42:04 | -7,200 | 3aed59671d3602d0fbe76c8f50cb28b72b9a7016 | only change to txprep status if radio is not in the status. | [
{
"change_type": "MODIFY",
"old_path": "bsp/chips/at86rf215/radio.c",
"new_path": "bsp/chips/at86rf215/radio.c",
"diff": "@@ -43,6 +43,7 @@ typedef struct {\nuint8_t rf24_isr;\nuint8_t bb0_isr;\nuint8_t bb1_isr;\n+ bool trx_ready;\n} radio_vars_t;\nradio_vars_t radio_vars;\n@@ -217,14 +218,19 @@ voi... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-777. only change to txprep status if radio is not in the status. |
491,595 | 03.10.2018 19:44:45 | -7,200 | fd0962607dd17a69e154b4ba9b83d0982c641efd | add script to get serial bytes. | [
{
"change_type": "MODIFY",
"old_path": "projects/openmote-b-subghz/00std_selftest/00std_selftest.c",
"new_path": "projects/openmote-b-subghz/00std_selftest/00std_selftest.c",
"diff": "@@ -221,6 +221,7 @@ int main(void) {\npartNumber = at86rf215_spiReadReg(RG_RF_PN);\nversionNumber = at86rf215_spiRea... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-777. add script to get serial bytes. |
491,595 | 04.10.2018 10:33:52 | -7,200 | 22199e75f4cae1eba764b8565e0150fe6f87d7f9 | Release as 1.18.0 version. | [
{
"change_type": "MODIFY",
"old_path": "inc/opendefs.h",
"new_path": "inc/opendefs.h",
"diff": "static const uint8_t infoStackName[] = \"OpenWSN \";\n#define OPENWSN_VERSION_MAJOR 1\n-#define OPENWSN_VERSION_MINOR 17\n+#define OPENWSN_VERSION_MINOR 18\n#define OPENWSN_VERSION_PATCH 0\n#ifndef TRUE\n... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | Release as 1.18.0 version. |
491,595 | 12.10.2018 14:56:26 | -7,200 | bff537fe47e43f88496e65cbb6df92f4cd266d30 | update uart and debugpin driver for openmote-b ports. | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/openmote-b-24ghz/debugpins.c",
"new_path": "bsp/boards/openmote-b-24ghz/debugpins.c",
"diff": "@@ -80,13 +80,13 @@ void debugpins_fsm_set(void) {\n// PB1\nvoid debugpins_task_toggle(void) {\n-// bspDBpinToggle(BSP_PINB_BASE,BSP_PINB_1);\n+ bspDBpinT... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-540. update uart and debugpin driver for openmote-b ports. |
491,595 | 12.10.2018 17:40:51 | -7,200 | 405e8c680912208be0d4f45ea17e38e6094ae7c3 | execute the non-TSCH timer in the next interrupt routine after the TIMER_INHIBIT fired, avoiding bytes receiving from serial port interrupted. | [
{
"change_type": "MODIFY",
"old_path": "drivers/common/opentimers.c",
"new_path": "drivers/common/opentimers.c",
"diff": "@@ -335,6 +335,7 @@ void opentimers_timer_callback(void){\nuint8_t idToSchedule;\nPORT_TIMER_WIDTH timerGap;\nPORT_TIMER_WIDTH tempTimerGap;\n+ PORT_TIMER_WIDTH tempDuration;\nif... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-540. execute the non-TSCH timer in the next interrupt routine after the TIMER_INHIBIT fired, avoiding bytes receiving from serial port interrupted. |
491,595 | 15.10.2018 11:19:07 | -7,200 | ad1a37646ce8124ca102133ed21bf1980c3ebc9b | call the time_callback when the remain timer duration is less than a PRE_CALL_TIMER_WINDOW after timer_wraps decrease to 0. | [
{
"change_type": "MODIFY",
"old_path": "drivers/common/opentimers.c",
"new_path": "drivers/common/opentimers.c",
"diff": "@@ -335,7 +335,6 @@ void opentimers_timer_callback(void){\nuint8_t idToSchedule;\nPORT_TIMER_WIDTH timerGap;\nPORT_TIMER_WIDTH tempTimerGap;\n- PORT_TIMER_WIDTH tempDuration;\nif... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-540. call the time_callback when the remain timer duration is less than a PRE_CALL_TIMER_WINDOW after timer_wraps decrease to 0. |
491,595 | 15.10.2018 14:27:10 | -7,200 | d1daf8a37de9cd5a7463a6f96b60015ce8af15d7 | remove no-needed codes in openserial_inhibitStart function. | [
{
"change_type": "MODIFY",
"old_path": "drivers/common/openserial.c",
"new_path": "drivers/common/openserial.c",
"diff": "@@ -486,17 +486,15 @@ void openserial_flush(void) {\n}\nvoid openserial_inhibitStart(void) {\n- INTERRUPT_DECLARATION();\n+ // this function needs to run in non-interrupt mode\n+... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-540. remove no-needed codes in openserial_inhibitStart function. |
491,595 | 16.10.2018 12:16:20 | -7,200 | d99624ca676c0afb7f54b68f96c5805d61add29a | user periodical timer and update the duration use updateDuration function. | [
{
"change_type": "MODIFY",
"old_path": "drivers/common/opentimers.c",
"new_path": "drivers/common/opentimers.c",
"diff": "@@ -99,8 +99,6 @@ void opentimers_scheduleIn(opentimers_id_t id,\nPORT_TIMER_WIDTH tempTimerGap;\nINTERRUPT_DECLARATION();\n- DISABLE_INTERRUPTS();\n-\n// 1. make sure the timer ... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-540. user periodical timer and update the duration use updateDuration function. |
491,595 | 16.10.2018 15:53:53 | -7,200 | 2df5c690de757f9fcdaab49f4fe60c86321d1845 | updating the timing for telosb. | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/telosb/board_info.h",
"new_path": "bsp/boards/telosb/board_info.h",
"diff": "@@ -56,19 +56,19 @@ to this board.\n//===== IEEE802154E timing\n-#define SLOTDURATION 15 // in miliseconds\n+#define SLOTDURATION 20 // in miliseconds\n// time-slot related... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-540. updating the timing for telosb. |
491,595 | 16.10.2018 15:55:03 | -7,200 | 9fcf0ef2ee2d87a8538b8be9f211d61d27bfed36 | fix macpong project. send macpong packet through dedicated cell between two nodes. | [
{
"change_type": "MODIFY",
"old_path": "projects/common/03oos_macpong/03oos_macpong.c",
"new_path": "projects/common/03oos_macpong/03oos_macpong.c",
"diff": "@@ -51,6 +51,8 @@ int mote_main(void) {\nvoid macpong_initSend(opentimers_id_t id) {\nbool timeToSend = FALSE;\n+ open_addr_t temp;\n+\nmacpon... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-540. fix macpong project. send macpong packet through dedicated cell between two nodes. |
491,595 | 16.10.2018 18:26:53 | -7,200 | b0b0da1590da02168347e88e6091b8cfc010fbf0 | update timing for openmote-b-24ghz | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/openmote-b-24ghz/board_info.h",
"new_path": "bsp/boards/openmote-b-24ghz/board_info.h",
"diff": "#define PORT_PIN_RADIO_RESET_HIGH() // nothing\n#define PORT_PIN_RADIO_RESET_LOW() // nothing\n-#define SLOTDURATION 15 // in miliseconds\n+#define SLOT... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-540. update timing for openmote-b-24ghz |
491,595 | 17.10.2018 10:55:58 | -7,200 | 136721882801bb75d8862da8c611def511eab6fe | update all boards to 20ms slot duration. | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/gina/board_info.h",
"new_path": "bsp/boards/gina/board_info.h",
"diff": "@@ -61,18 +61,19 @@ to return the board's description.\n//===== IEEE802154E timing\n-#define SLOTDURATION 15 // in miliseconds\n+#define SLOTDURATION 20 // in miliseconds\n// t... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-540. update all boards to 20ms slot duration. |
491,595 | 17.10.2018 11:08:49 | -7,200 | 7fbb50f8c8ec5e168583b8cab3c44fc116184347 | update openmote-b-24ghz timing. | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/openmote-b-24ghz/board_info.h",
"new_path": "bsp/boards/openmote-b-24ghz/board_info.h",
"diff": "#define PORT_TsSlotDuration 655 // 20ms\n// execution speed related\n- #define PORT_maxTxDataPrepare 110 // 3355us (measured 2989us)\n- #define PORT_max... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-540. update openmote-b-24ghz timing. |
491,595 | 17.10.2018 12:17:11 | -7,200 | fdefc66c04acece8cc325bfc43acee945e11c151 | wdAckDuration's value is not related to slot duration. | [
{
"change_type": "MODIFY",
"old_path": "openstack/02a-MAClow/IEEE802154E.h",
"new_path": "openstack/02a-MAClow/IEEE802154E.h",
"diff": "@@ -182,12 +182,7 @@ enum ieee154e_atomicdurations_enum {\n// radio watchdog\nwdRadioTx = 45, // 1000us (needs to be >delayTx) (SCuM need a larger value, 45 is test... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-540. wdAckDuration's value is not related to slot duration. |
491,595 | 17.10.2018 16:51:48 | -7,200 | f2cd1cfbfb2ee583d93d3c72aa48edd9394de863 | update openmote-b-subghz timing. | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/openmote-b-subghz/board_info.h",
"new_path": "bsp/boards/openmote-b-subghz/board_info.h",
"diff": "#define PORT_PIN_RADIO_RESET_HIGH() // nothing\n#define PORT_PIN_RADIO_RESET_LOW() // nothing\n-#define SLOTDURATION 15 // in miliseconds\n+#define SL... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-540. update openmote-b-subghz timing. |
491,595 | 17.10.2018 16:54:13 | -7,200 | 26731cba3ade02e60f25e704f0e7dcaf85265894 | check the status by reading status register rather than wait for a flag changed by interrupt. | [
{
"change_type": "MODIFY",
"old_path": "bsp/chips/at86rf215/radio.c",
"new_path": "bsp/chips/at86rf215/radio.c",
"diff": "@@ -43,7 +43,6 @@ typedef struct {\nuint8_t rf24_isr;\nuint8_t bb0_isr;\nuint8_t bb1_isr;\n- bool trx_ready;\n} radio_vars_t;\nradio_vars_t radio_vars;\n@@ -219,12 +218,8 @@ void... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-780. check the status by reading status register rather than wait for a flag changed by interrupt. |
491,595 | 17.10.2018 17:56:58 | -7,200 | 87b1f7d99dffb21c75657ccc4124d84272242c06 | send DAO in a constant interval. | [
{
"change_type": "MODIFY",
"old_path": "openstack/03b-IPv6/icmpv6rpl.c",
"new_path": "openstack/03b-IPv6/icmpv6rpl.c",
"diff": "@@ -172,7 +172,7 @@ void icmpv6rpl_init(void) {\nicmpv6rpl_vars.timerIdDAO = opentimers_create(TIMER_GENERAL_PURPOSE);\nopentimers_scheduleIn(\nicmpv6rpl_vars.timerIdDAO,\n... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-781. send DAO in a constant interval. |
491,605 | 18.10.2018 12:39:10 | -7,200 | 3b7742d36b81513497201ba8cead7a2aef5ec5a3 | Fixed the problem of UART dropping received characters by utilizing a FIFO. | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/nrf52840/SConscript",
"new_path": "bsp/boards/nrf52840/SConscript",
"diff": "@@ -15,17 +15,19 @@ source = \\\nGlob('sdk/components/boards/boards.c') + \\\nGlob('sdk/components/libraries/experimental_section_vars/*.c') + \\\nGlob('sdk/components/libr... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | Fixed the problem of UART dropping received characters by utilizing a FIFO. |
491,595 | 18.10.2018 15:54:04 | -7,200 | dd0585e810276f57ea4984d0c34bf470738f3559 | no need using ackReply. | [
{
"change_type": "MODIFY",
"old_path": "drivers/common/openserial.c",
"new_path": "drivers/common/openserial.c",
"diff": "@@ -48,7 +48,6 @@ owerror_t openserial_printInfoErrorCritical(\nerrorparameter_t arg1,\nerrorparameter_t arg2\n);\n-owerror_t openserial_ackReply(void);\n// command handlers\nvoi... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | OV-6. no need using ackReply. |
491,595 | 18.10.2018 15:58:15 | -7,200 | 8d888d9abb990fdc6ab22140cf4d50af98c9e602 | remove ACKreply type serial command | [
{
"change_type": "MODIFY",
"old_path": "drivers/common/openserial.h",
"new_path": "drivers/common/openserial.h",
"diff": "#define SERFRAME_MOTE2PC_CRITICAL ((uint8_t)'C')\n#define SERFRAME_MOTE2PC_SNIFFED_PACKET ((uint8_t)'P')\n#define SERFRAME_MOTE2PC_PRINTF ((uint8_t)'F')\n-#define SERFRAME_MOTE2P... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | OV-6. remove ACKreply type serial command |
491,595 | 18.10.2018 18:03:38 | -7,200 | c0275696ab85597e031705ecec1831d7fe58b8bd | remove serialRx cells. | [
{
"change_type": "MODIFY",
"old_path": "inc/opendefs.h",
"new_path": "inc/opendefs.h",
"diff": "static const uint8_t infoStackName[] = \"OpenWSN \";\n#define OPENWSN_VERSION_MAJOR 1\n#define OPENWSN_VERSION_MINOR 21\n-#define OPENWSN_VERSION_PATCH 1\n+#define OPENWSN_VERSION_PATCH 2\n#ifndef TRUE\n#... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-540. remove serialRx cells. |
491,595 | 22.10.2018 18:34:59 | -7,200 | 5e013b8e20ec8b3187c089baeeb5925ecf596841 | correct the image name. | [
{
"change_type": "MODIFY",
"old_path": "bootloader/openmote-cc2538/ot_program.py",
"new_path": "bootloader/openmote-cc2538/ot_program.py",
"diff": "@@ -5,6 +5,7 @@ import time\nimport sys, getopt\nimport Queue\nimport random\n+import os\n#============================ defines ========================... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-773. correct the image name. |
491,595 | 22.10.2018 18:37:37 | -7,200 | 5066664df5db22fed87d2628a9db691d7cb18e7c | use opentestbed instead of testbed. | [
{
"change_type": "MODIFY",
"old_path": "SConscript",
"new_path": "SConscript",
"diff": "@@ -690,7 +690,7 @@ class opentestbed_bootloadThread(threading.Thread):\ndef run(self):\nprint 'starting bootloading on {0}'.format(self.mote)\n- if self.mote == 'testbed':\n+ if self.mote == 'opentestbed':\ntarg... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-773. use opentestbed instead of testbed. |
491,605 | 25.10.2018 11:02:58 | -7,200 | 7fc31f5b9cdf16bb3b834b337276b7c20aaca600 | Added 20ms slot duration case. | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/nrf52840/board_info.h",
"new_path": "bsp/boards/nrf52840/board_info.h",
"diff": "//===== IEEE802154E timing\n// 1 clock tick = 30.5 us\n-#define SLOTDURATION 15 // in miliseconds\n+#define SLOTDURATION 20 // in miliseconds\n#if SLOTDURATION==10\n// ... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | Added 20ms slot duration case. |
491,605 | 25.10.2018 11:03:45 | -7,200 | 447329ced1145aef383e9a120f99278df5d45697 | Updated SES project files (beautification) | [
{
"change_type": "MODIFY",
"old_path": "projects/nrf52840/02drv_opentimers/NordicOpenWSN_02drv_opentimers_DK.emProject",
"new_path": "projects/nrf52840/02drv_opentimers/NordicOpenWSN_02drv_opentimers_DK.emProject",
"diff": "project_type=\"Executable\" />\n<folder Name=\"Application\">\n<file file_na... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | Updated SES project files (beautification) |
491,595 | 26.10.2018 21:15:42 | -7,200 | a79644bf4313d44f5b7640c091a3f75cb768c301 | Send debug info every slot. | [
{
"change_type": "MODIFY",
"old_path": "inc/opendefs.h",
"new_path": "inc/opendefs.h",
"diff": "static const uint8_t infoStackName[] = \"OpenWSN \";\n#define OPENWSN_VERSION_MAJOR 1\n#define OPENWSN_VERSION_MINOR 21\n-#define OPENWSN_VERSION_PATCH 3\n+#define OPENWSN_VERSION_PATCH 4\n#ifndef TRUE\n#... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-782. Send debug info every slot. |
491,595 | 26.10.2018 21:19:17 | -7,200 | 16980a6833722fa23fed71bfd4e9332f59d583e7 | should be version 3. | [
{
"change_type": "MODIFY",
"old_path": "inc/opendefs.h",
"new_path": "inc/opendefs.h",
"diff": "static const uint8_t infoStackName[] = \"OpenWSN \";\n#define OPENWSN_VERSION_MAJOR 1\n#define OPENWSN_VERSION_MINOR 21\n-#define OPENWSN_VERSION_PATCH 4\n+#define OPENWSN_VERSION_PATCH 3\n#ifndef TRUE\n#... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-782. should be version 3. |
491,595 | 31.10.2018 11:26:31 | -3,600 | 8215d44c0153ec60c4645e8f7a0cd91881537e03 | debugPrint function of openserial should be only called inside of openserial. | [
{
"change_type": "MODIFY",
"old_path": "drivers/common/openserial.c",
"new_path": "drivers/common/openserial.c",
"diff": "@@ -37,6 +37,9 @@ enum{\nTYPE_STR = 0, //subtype for the printf message\nTYPE_INT = 1\n};\n+\n+#define DEBUGPRINT_PERIOD 100 // in ms\n+\n//=========================== prototypes... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-785. debugPrint function of openserial should be only called inside of openserial. |
491,595 | 31.10.2018 14:45:32 | -3,600 | 60ac16a0c2103c7ab80dc5baf3da6cbe72d8df94 | opentimers should be initialized before openserial. | [
{
"change_type": "MODIFY",
"old_path": "openstack/openstack.c",
"new_path": "openstack/openstack.c",
"diff": "void openstack_init(void) {\n//===== drivers\n+ opentimers_init();\nopenserial_init();\n//===== stack\n@@ -53,7 +54,7 @@ void openstack_init(void) {\nidmanager_init(); // call first since in... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-785. opentimers should be initialized before openserial. |
491,595 | 31.10.2018 14:48:46 | -3,600 | 8707580fb2a43113a44d3f426378cbe084cf0409 | fix simulation compilation. | [
{
"change_type": "MODIFY",
"old_path": "drivers/common/openserial.h",
"new_path": "drivers/common/openserial.h",
"diff": "#ifndef __OPENSERIAL_H\n#define __OPENSERIAL_H\n-#include \"opentimers.h\"\n+#include \"opendefs.h\"\n#include <stdio.h>\n#include <stdarg.h>\n@@ -101,7 +101,7 @@ typedef struct ... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-785. fix simulation compilation. |
491,595 | 02.11.2018 11:57:24 | -3,600 | 9b524b9c9da2f7151dbeb8cb7b432e48f417b77d | log time correction only when it's larger than LIMITLARGETIMECORRECTION. | [
{
"change_type": "MODIFY",
"old_path": "inc/opendefs.h",
"new_path": "inc/opendefs.h",
"diff": "static const uint8_t infoStackName[] = \"OpenWSN \";\n#define OPENWSN_VERSION_MAJOR 1\n#define OPENWSN_VERSION_MINOR 21\n-#define OPENWSN_VERSION_PATCH 3\n+#define OPENWSN_VERSION_PATCH 4\n#ifndef TRUE\n#... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-786. log time correction only when it's larger than LIMITLARGETIMECORRECTION. |
491,595 | 05.11.2018 12:01:22 | -3,600 | aaafd6d4d593d5411d452b944d919745a4f202f1 | add automous rx cell for each motes. | [
{
"change_type": "MODIFY",
"old_path": "openstack/02b-MAChigh/msf.c",
"new_path": "openstack/02b-MAChigh/msf.c",
"diff": "@@ -37,6 +37,7 @@ void msf_housekeeping(void);\n//=========================== public ==========================================\nvoid msf_init(void) {\n+\nmemset(&msf_vars,0,size... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-782. add automous rx cell for each motes. |
491,595 | 05.11.2018 16:18:08 | -3,600 | 04311eae009f7651093cacb877502c68d8f155ca | add autonomous tx cell when new neighbor is found and remove the cell when neighbor is removed. | [
{
"change_type": "MODIFY",
"old_path": "openstack/02b-MAChigh/msf.c",
"new_path": "openstack/02b-MAChigh/msf.c",
"diff": "@@ -48,10 +48,10 @@ void msf_init(void) {\n);\nschedule_addActiveSlot(\n- msf_hashFunction_getSlotoffset(), // slot offset\n+ msf_hashFunction_getSlotoffset(256*idmanager_getMyID... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-782. add autonomous tx cell when new neighbor is found and remove the cell when neighbor is removed. |
491,595 | 05.11.2018 16:19:18 | -3,600 | 05288ad46eab6dd7dbf523461b9083c443098bff | increase the number of timers supported. | [
{
"change_type": "MODIFY",
"old_path": "drivers/common/openserial.c",
"new_path": "drivers/common/openserial.c",
"diff": "@@ -99,6 +99,7 @@ void openserial_init(void) {\nopenserial_vars.outputBufIdxW = 0;\nopenserial_vars.fBusyFlushing = FALSE;\n+ openserial_vars.reset_timerId = opentimers_create(TI... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-782. increase the number of timers supported. |
491,595 | 05.11.2018 22:46:53 | -3,600 | 64c2fdc109d76d724400c860280b9d6bac2a7b17 | don't remove the autonomous cell. | [
{
"change_type": "MODIFY",
"old_path": "openstack/02b-MAChigh/msf.c",
"new_path": "openstack/02b-MAChigh/msf.c",
"diff": "@@ -99,7 +99,7 @@ void msf_updateCellsUsed(open_addr_t* neighbor){\nvoid msf_trigger6pClear(open_addr_t* neighbor){\n- if (schedule_hasDedicatedCellToNeighbor(neighbor)>0){\n+ if... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-782. don't remove the autonomous cell. |
491,595 | 06.11.2018 16:15:35 | -3,600 | c701c65e03149825f897cb8c62b1d72f83175261 | increase the backoff exponent and maxmium number of tries. | [
{
"change_type": "MODIFY",
"old_path": "openstack/02a-MAClow/IEEE802154E.h",
"new_path": "openstack/02a-MAClow/IEEE802154E.h",
"diff": "@@ -38,7 +38,7 @@ static const uint8_t ebIEsBytestream[] = {\n#define EB_IE_LEN 28\n#define NUM_CHANNELS 16 // number of channels to channel hop on\n-#define TXRETR... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-782. increase the backoff exponent and maxmium number of tries. |
491,595 | 06.11.2018 18:03:31 | -3,600 | 6ece5f32efd08c276e6ee82f9c226aa14e0624db | just reserve autonomous cell to parent. | [
{
"change_type": "MODIFY",
"old_path": "openstack/02b-MAChigh/neighbors.c",
"new_path": "openstack/02b-MAChigh/neighbors.c",
"diff": "@@ -532,7 +532,34 @@ void neighbors_setNeighborNoResource(open_addr_t* address){\n}\nvoid neighbors_setPreferredParent(uint8_t index, bool isPreferred){\n+\n+ uint16_... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-782. just reserve autonomous cell to parent. |
491,595 | 06.11.2018 18:47:25 | -3,600 | 27504b4993d5852068168ea97849663a8d3cd36f | remove cell only when it exist. | [
{
"change_type": "MODIFY",
"old_path": "openstack/02b-MAChigh/neighbors.c",
"new_path": "openstack/02b-MAChigh/neighbors.c",
"diff": "@@ -557,12 +557,14 @@ void neighbors_setPreferredParent(uint8_t index, bool isPreferred){\n} else {\n// the neighbor is de-selected as parent\n// remove the autonomou... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-782. remove cell only when it exist. |
491,595 | 06.11.2018 21:29:16 | -3,600 | d56a6d9de5f04fb93a74a6fe1a1c0d962d798bd2 | regulate the traffic on different cells and update functions names. | [
{
"change_type": "MODIFY",
"old_path": "openstack/02a-MAClow/IEEE802154E.c",
"new_path": "openstack/02a-MAClow/IEEE802154E.c",
"diff": "@@ -952,13 +952,20 @@ port_INLINE void activity_ti1ORri1(void) {\n// check whether we can send\nif (schedule_getOkToSend()) {\nif (packetfunctions_isBroadcastMultic... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-782. regulate the traffic on different cells and update functions names. |
491,595 | 06.11.2018 21:54:25 | -3,600 | c08238b1f0988da77ae3fa6ecd8da78a1614629c | reserve downstream autonomous cell. | [
{
"change_type": "MODIFY",
"old_path": "openstack/02b-MAChigh/neighbors.c",
"new_path": "openstack/02b-MAChigh/neighbors.c",
"diff": "@@ -745,11 +745,13 @@ bool isNeighbor(open_addr_t* neighbor) {\n}\nvoid removeNeighbor(uint8_t neighborIndex) {\n+\n+ uint16_t moteId, slotoffset;\n+\nneighbors_vars.... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-782. reserve downstream autonomous cell. |
491,595 | 07.11.2018 01:46:43 | -3,600 | 9e637776d37b130aabdfa540aa9d64464457967d | update ka period and DESYNCTIMEOUT. | [
{
"change_type": "MODIFY",
"old_path": "openstack/02a-MAClow/IEEE802154E.c",
"new_path": "openstack/02a-MAClow/IEEE802154E.c",
"diff": "@@ -960,6 +960,10 @@ port_INLINE void activity_ti1ORri1(void) {\n// this is a managed Tx cell\nieee154e_vars.dataToSend = openqueue_macGetNonJoinIPv6Packet(&neighbo... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-782. update ka period and DESYNCTIMEOUT. |
491,595 | 07.11.2018 13:18:33 | -3,600 | d820701bdf5f6437709516dec7626b1a761fcf85 | change retries to 3 and maxbe to 5. | [
{
"change_type": "MODIFY",
"old_path": "openstack/02a-MAClow/IEEE802154E.h",
"new_path": "openstack/02a-MAClow/IEEE802154E.h",
"diff": "@@ -38,7 +38,7 @@ static const uint8_t ebIEsBytestream[] = {\n#define EB_IE_LEN 28\n#define NUM_CHANNELS 16 // number of channels to channel hop on\n-#define TXRETR... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-782. change retries to 3 and maxbe to 5. |
491,595 | 07.11.2018 15:02:35 | -3,600 | 17b07ef0bb461657950a73dba771c6e0f53fc9d0 | don't send any packet before having a managed cell. | [
{
"change_type": "MODIFY",
"old_path": "openstack/02b-MAChigh/schedule.c",
"new_path": "openstack/02b-MAChigh/schedule.c",
"diff": "@@ -726,7 +726,7 @@ cellType_t schedule_getType(void) {\n\\returns The isShared of the current schedule entry.\n*/\nbool schedule_getShared(void) {\n- cellType_t return... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-782. don't send any packet before having a managed cell. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.