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 | 18.04.2018 11:20:13 | -7,200 | 825ff97b2b5b7704bad2df9afbf00a14ba6aa5c2 | rephrase variables name. | [
{
"change_type": "MODIFY",
"old_path": "drivers/common/opentimers.c",
"new_path": "drivers/common/opentimers.c",
"diff": "@@ -108,17 +108,17 @@ void opentimers_scheduleIn(opentimers_id_t id,\n// 2. updat the timer content\nswitch (uint_type){\ncase TIME_MS:\n- opentimers_vars.timersBuf[id].totalTime... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-540. rephrase variables name. |
491,595 | 18.04.2018 12:38:48 | -7,200 | b8b0a6e47e3d8fdb8e59a09448dd3c2d5bb69bfd | update debugpins of openmote-cc2538 | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/openmote-cc2538/debugpins.c",
"new_path": "bsp/boards/openmote-cc2538/debugpins.c",
"diff": "#define BSP_PINA_BASE GPIO_A_BASE\n#define BSP_PIND_BASE GPIO_D_BASE\n-#define BSP_PINA_4 GPIO_PIN_4 //!< PA4 -- frame -RF1.5\n-#define BSP_PINA_5 GPIO_PIN_... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-540. update debugpins of openmote-cc2538 |
491,595 | 18.04.2018 15:00:34 | -7,200 | f57a979ffa11ba4920f3d29a9e6df97e29dd8190 | call sniffer_setListeningChannel in oos_sniffer.c file. | [
{
"change_type": "MODIFY",
"old_path": "drivers/common/openserial.c",
"new_path": "drivers/common/openserial.c",
"diff": "@@ -66,9 +66,6 @@ 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-740. call sniffer_setListeningChannel in oos_sniffer.c file. |
491,595 | 18.04.2018 16:44:19 | -7,200 | deed427fbc797d87760da39cfee9019a3c1b3e66 | protect the opentimer operations in non-interrupt mode. | [
{
"change_type": "MODIFY",
"old_path": "drivers/common/opentimers.c",
"new_path": "drivers/common/opentimers.c",
"diff": "@@ -9,8 +9,10 @@ at most MAX_NUM_TIMERS timers.\n#include \"opendefs.h\"\n#include \"opentimers.h\"\n+// some dsp modules are required\n#include \"sctimer.h\"\n-#include \"leds.h... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-749. protect the opentimer operations in non-interrupt mode. |
491,595 | 18.04.2018 17:40:11 | -7,200 | 13e0219ff6d9ac966ac5c14e2f60666191a881fa | update openmote-b debugpins.c implementation. | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/openmote-b/debugpins.c",
"new_path": "bsp/boards/openmote-b/debugpins.c",
"diff": "//=========================== defines =========================================\n// Board dbPINS defines\n#define BSP_PINA_BASE GPIO_A_BASE\n-#define BSP_PIND_BASE GP... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-752. update openmote-b debugpins.c implementation. |
491,595 | 19.04.2018 15:42:55 | -7,200 | 80e58730cc8d451bc1594aa4596d6ddf60e1e02e | split opentimer callback into two when it's inhibit timer fired. | [
{
"change_type": "MODIFY",
"old_path": "drivers/common/opentimers.c",
"new_path": "drivers/common/opentimers.c",
"diff": "@@ -57,14 +57,21 @@ opentimers_id_t opentimers_create(uint8_t priority){\nINTERRUPT_DECLARATION();\nDISABLE_INTERRUPTS();\n- if (priority==0){\n- if (opentimers_vars.timersBuf[0]... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-540. split opentimer callback into two when it's inhibit timer fired. |
491,595 | 19.04.2018 16:22:01 | -7,200 | 2478c96f2bf78e35d19aa38cef8d7e8738d4d66d | remove priority item and update macros' name. | [
{
"change_type": "MODIFY",
"old_path": "drivers/common/openserial.c",
"new_path": "drivers/common/openserial.c",
"diff": "@@ -179,7 +179,7 @@ owerror_t openserial_printCritical(\nleds_error_blink();\n// schedule for the mote to reboot in 10s\n- id = opentimers_create(DEFAULT_PRIORITY);\n+ id = opent... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-540. remove priority item and update macros' name. |
491,595 | 19.04.2018 17:02:07 | -7,200 | 33d77c64ab772239ecd16c666e502bb94a8df7d5 | flag insideISR to avoid find next timer twice. | [
{
"change_type": "MODIFY",
"old_path": "drivers/common/opentimers.c",
"new_path": "drivers/common/opentimers.c",
"diff": "@@ -364,6 +364,7 @@ void opentimers_timer_callback(void){\nopentimers_vars.timersBuf[i].isrunning = FALSE;\nscheduler_push_task((task_cbt)(opentimers_vars.timersBuf[i].callback),... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-540. flag insideISR to avoid find next timer twice. |
491,595 | 20.04.2018 10:52:49 | -7,200 | aa5b23f17ff169ad698fc4f179c2cf62665c5a7c | don't initialize hdlcLastRxByte as HDLC_FLAG. | [
{
"change_type": "MODIFY",
"old_path": "drivers/common/openserial.c",
"new_path": "drivers/common/openserial.c",
"diff": "@@ -81,7 +81,6 @@ void openserial_init(void) {\nopenserial_vars.debugPrintCounter = 0;\n// input\n- openserial_vars.hdlcLastRxByte = HDLC_FLAG;\nopenserial_vars.hdlcBusyReceiving... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-754. don't initialize hdlcLastRxByte as HDLC_FLAG. |
491,595 | 20.04.2018 11:44:41 | -7,200 | 736c83121e6bffdb21787942c48729b0c001254c | send an ACK to each received frame. | [
{
"change_type": "MODIFY",
"old_path": "drivers/common/openserial.c",
"new_path": "drivers/common/openserial.c",
"diff": "@@ -47,6 +47,10 @@ owerror_t openserial_printInfoErrorCritical(\nerrorparameter_t arg1,\nerrorparameter_t arg2\n);\n+owerror_t openserial_ackReply(\n+ bool positiveAck,\n+ bool h... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-753. send an ACK to each received frame. |
491,595 | 20.04.2018 14:34:28 | -7,200 | 30473cc28c430726b4fdabeb7a36205dbd880311 | simplify the serial frame ACK. | [
{
"change_type": "MODIFY",
"old_path": "drivers/common/openserial.c",
"new_path": "drivers/common/openserial.c",
"diff": "@@ -47,10 +47,7 @@ owerror_t openserial_printInfoErrorCritical(\nerrorparameter_t arg1,\nerrorparameter_t arg2\n);\n-owerror_t openserial_ackReply(\n- bool positiveAck,\n- bool h... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-753. simplify the serial frame ACK. |
491,595 | 20.04.2018 19:11:51 | -7,200 | 0e48c19500d39198512c3ed73b5d1cb284612294 | stop serial "inhibit" after start of slot and end of frame interrupt. Start serial "inhibit" at start of frame interrupt. Schedule a timer to start "inhibit" SERIALINHIBITGUARD time before next slot. | [
{
"change_type": "MODIFY",
"old_path": "openstack/02a-MAClow/IEEE802154E.c",
"new_path": "openstack/02a-MAClow/IEEE802154E.c",
"diff": "@@ -65,8 +65,6 @@ void activity_rie6(void);\nvoid activity_ri9(PORT_TIMER_WIDTH capturedTime);\n// inhibit serial\nvoid activity_inhibitSerial(void);\n-void activit... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-540. stop serial "inhibit" after start of slot and end of frame interrupt. Start serial "inhibit" at start of frame interrupt. Schedule a timer to start "inhibit" SERIALINHIBITGUARD time before next slot. |
491,595 | 23.04.2018 09:10:16 | -7,200 | 23e1848d4471bd39fe0241090a37a08e4028fbed | change "timerSplited" to "splitTimer". | [
{
"change_type": "MODIFY",
"old_path": "drivers/common/opentimers.c",
"new_path": "drivers/common/opentimers.c",
"diff": "@@ -336,7 +336,7 @@ void opentimers_timer_callback(void){\nPORT_TIMER_WIDTH timerGap;\nPORT_TIMER_WIDTH tempTimerGap;\n- if (opentimers_vars.timerSplited==FALSE){\n+ if (opentime... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-540. change "timerSplited" to "splitTimer". |
491,595 | 24.04.2018 11:25:50 | -7,200 | 674aa6b499c3b221d524f097e3965d589f5a8aa6 | don't stop inhibit after endOfframe. | [
{
"change_type": "MODIFY",
"old_path": "openstack/02a-MAClow/IEEE802154E.c",
"new_path": "openstack/02a-MAClow/IEEE802154E.c",
"diff": "@@ -790,8 +790,6 @@ port_INLINE void activity_synchronize_endOfFrame(PORT_TIMER_WIDTH capturedTime)\n// return to listening state\nchangeState(S_SYNCLISTEN);\n-\n- ... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-540. don't stop inhibit after endOfframe. |
491,595 | 24.04.2018 11:43:11 | -7,200 | de65829cbc5ed018f6ec0c0e0e1bb432e51fd817 | splitTimer flag is not needed. | [
{
"change_type": "MODIFY",
"old_path": "drivers/common/opentimers.c",
"new_path": "drivers/common/opentimers.c",
"diff": "@@ -336,7 +336,6 @@ void opentimers_timer_callback(void){\nPORT_TIMER_WIDTH timerGap;\nPORT_TIMER_WIDTH tempTimerGap;\n- if (opentimers_vars.splitTimer==FALSE){\nif (\nopentimers... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-540. splitTimer flag is not needed. |
491,605 | 24.04.2018 13:40:19 | -7,200 | cc5a0c30c7a3e62b261cf810e9aa067c012db70a | Added nrf52840dk as possible target. | [
{
"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', 'sam... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | Added nrf52840dk as possible target. |
491,587 | 26.04.2018 02:27:52 | -7,200 | a9672878812d5259f25d33f7a5459fc81186f9a2 | Calculating wrong frequencies when NUM_CHANNELS differs from 16
Quick fix for calculating the correct asnOffset. | [
{
"change_type": "MODIFY",
"old_path": "openstack/02a-MAClow/IEEE802154E.c",
"new_path": "openstack/02a-MAClow/IEEE802154E.c",
"diff": "@@ -2275,7 +2275,7 @@ port_INLINE void incrementAsnOffset(void) {\n} else {\nieee154e_vars.slotOffset = (ieee154e_vars.slotOffset+1)%frameLength;\n}\n- ieee154e_var... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-757: Calculating wrong frequencies when NUM_CHANNELS differs from 16
Quick fix for calculating the correct asnOffset. |
491,595 | 27.04.2018 14:12:09 | -7,200 | 716fa68b741881e04bfe4ec011d230a0d7319da9 | execute debug printing in task mode. | [
{
"change_type": "MODIFY",
"old_path": "drivers/common/openserial.c",
"new_path": "drivers/common/openserial.c",
"diff": "@@ -310,7 +310,7 @@ owerror_t openserial_print_str(char* buffer, uint8_t length) {\n//===== retrieving inputBuffer\n-void openserial_triggerDebugprint() {\n+void task_openserial_... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-540. execute debug printing in task mode. |
491,595 | 27.04.2018 14:36:01 | -7,200 | 22e1d1899ed17060607f770bf7a818fcde94934d | update sniffer project. | [
{
"change_type": "MODIFY",
"old_path": "projects/common/03oos_sniffer/03oos_sniffer.c",
"new_path": "projects/common/03oos_sniffer/03oos_sniffer.c",
"diff": "@@ -162,7 +162,7 @@ void cb_timer(opentimers_id_t id) {\ncb_timer // callback\n);\napp_vars.outputOrInput = (app_vars.outputOrInput+1)%2;\n- o... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-540. update sniffer project. |
491,605 | 27.04.2018 15:33:29 | -7,200 | 0e6122422b45b005f4c6a787cdf9eaef34a13807 | leds, debugpins, and uart ported.
Next todos:
port timers,
revert changes in sdk/config/nrf*/config/sdk_config.h and make relevant defines in board_info.h or per compiler flag in SConscript
remove irrelevant parts of the SDK | [
{
"change_type": "ADD",
"old_path": null,
"new_path": ".vscode/c_cpp_properties.json",
"diff": "+{\n+ \"configurations\": [\n+ {\n+ \"name\": \"Mac\",\n+ \"includePath\": [\n+ \"/usr/include\",\n+ \"/usr/local/include\",\n+ \"${workspaceFolder}\"\n+ ],\n+ \"defines\": [],\n+ \"intelliSenseMode\": \"... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-751.
leds, debugpins, and uart ported.
Next todos:
- port timers,
- revert changes in sdk/config/nrf*/config/sdk_config.h and make relevant defines in board_info.h or per compiler flag in SConscript
- remove irrelevant parts of the SDK |
491,595 | 27.04.2018 16:34:37 | -7,200 | c1efcfc7bd2ded7ace25d6942f16b2177a3433a6 | further reduce the execution time of inhibit timer. | [
{
"change_type": "MODIFY",
"old_path": "openstack/02a-MAClow/IEEE802154E.c",
"new_path": "openstack/02a-MAClow/IEEE802154E.c",
"diff": "@@ -63,8 +63,6 @@ void activity_rie5(void);\nvoid activity_ri8(PORT_TIMER_WIDTH capturedTime);\nvoid activity_rie6(void);\nvoid activity_ri9(PORT_TIMER_WIDTH captur... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-540. further reduce the execution time of inhibit timer. |
491,595 | 27.04.2018 18:42:27 | -7,200 | 643201fd9d0dbc255c0c626996bafae06bfd0d70 | push "printing error message " as a task so it doesn't influence the following incoming bytes if any. | [
{
"change_type": "MODIFY",
"old_path": "drivers/common/openserial.c",
"new_path": "drivers/common/openserial.c",
"diff": "#include \"opendefs.h\"\n#include \"openserial.h\"\n+#include \"scheduler.h\"\n#include \"IEEE802154E.h\"\n#include \"neighbors.h\"\n#include \"sixtop.h\"\n@@ -68,6 +69,10 @@ voi... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-540. push "printing error message " as a task so it doesn't influence the following incoming bytes if any. |
491,595 | 30.04.2018 14:44:09 | -7,200 | d455493fbcbffb3119161bd64afff47cc6e3b10e | correct the sac and dac value. | [
{
"change_type": "MODIFY",
"old_path": "openstack/03b-IPv6/forwarding.c",
"new_path": "openstack/03b-IPv6/forwarding.c",
"diff": "@@ -116,8 +116,6 @@ owerror_t forwarding_send(OpenQueueEntry_t* msg) {\ndac = IPHC_DAC_STATELESS;\n} else {\nmyprefix = idmanager_getMyID(ADDR_PREFIX);\n- sac = IPHC_SAC_... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-756. correct the sac and dac value. |
491,604 | 01.05.2018 16:52:55 | -7,200 | 3a7c66b73300808c58ec9fbf230aac1624812d7e | SPI port work in progress, not working at the moment | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "bsp/boards/nrf52840dk/spi.c",
"diff": "+/**\n+ * Author: Adam Sedmak (adam.sedmak@gmail.com)\n+ * Company: Faculty of Electronics and Computing, Zagreb, Croatia\n+ * Date: Apr 2018\n+ * Description: nRF52840-specific definition of the \"spi\" bs... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | SPI port work in progress, not working at the moment |
491,604 | 05.05.2018 14:08:44 | -7,200 | 95929bab8638b5b03b25818a85efa54065f05297 | removed legacy drivers | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/nrf52840dk/app_config.h",
"new_path": "bsp/boards/nrf52840dk/app_config.h",
"diff": "#define NRFX_SPI_ENABLED\n#define NRFX_SPI0_ENABLED\n#define NRFX_SPIM0_ENABLED\n-// #define SPI_ENABLED\n+#define SPI_ENABLED\n// #define SPI0_ENABLED\n// power ma... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | removed legacy drivers |
491,604 | 09.05.2018 16:41:22 | -7,200 | 4d4978f95beb22654662b22dedbc2122712bdb92 | configuration working | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/nrf52840dk/app_config.h",
"new_path": "bsp/boards/nrf52840dk/app_config.h",
"diff": "#define UART0_CONFIG_USE_EASY_DMA 0\n// SPI\n-#define NRFX_SPI_ENABLED\n-#define NRFX_SPI0_ENABLED\n-#define NRFX_SPIM0_ENABLED\n+//#define NRFX_SPI_ENABLED\n+//#de... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | configuration working |
491,604 | 10.05.2018 18:01:47 | -7,200 | 73d25f34c589632451bb7c49a803e84789378f60 | added txrx functionality to SPI | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/nrf52840dk/spi.c",
"new_path": "bsp/boards/nrf52840dk/spi.c",
"diff": "#include <stdio.h>\n//=========================== defines =========================================\n+\n#define SPI_SS_PIN 29\n#define SPI_MISO_PIN 28\n#define SPI_MOSI_PIN 4\n#d... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | added txrx functionality to SPI |
491,604 | 11.05.2018 14:25:57 | -7,200 | 2d5289ef08c94927347eae3e9dba57708f3b02a7 | timer still in development | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/nrf52840dk/app_config.h",
"new_path": "bsp/boards/nrf52840dk/app_config.h",
"diff": "#define SPI0_ENABLED 1\n#define SPI0_USE_EASY_DMA 0\n+// TIMER\n+#define TIMER_ENABLED\n+#define TIMER0_ENABLED 1\n+#define TIMER0_USE_EASY_DMA 0\n+\n// power manag... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | timer still in development |
491,605 | 22.05.2018 08:39:16 | -7,200 | 62e7bcb1ea64880ecdd8a4974b8cbe71cce562e7 | bsp_leds working again | [
{
"change_type": "MODIFY",
"old_path": "SConscript",
"new_path": "SConscript",
"diff": "@@ -441,8 +441,8 @@ elif env['toolchain']=='armgcc':\nenv.Append(LINKFLAGS = '-g -gdwarf-2 -mcpu=cortex-m4 -mthumb')\n# @todo: Decide which linker script to use\n- # env.Append(LINKFLAGS = '-Tbsp/boards/nrf52840d... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | bsp_leds working again |
491,605 | 22.05.2018 13:03:18 | -7,200 | 02919cda10b7b9fa3f4fc4eaf93e9e0d0a00bfb2 | SPI implementation checked. returnType, isFirst, and isLast still needs to be done. | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/nrf52840dk/SConscript",
"new_path": "bsp/boards/nrf52840dk/SConscript",
"diff": "@@ -14,6 +14,7 @@ source = \\\nGlob('sdk/components/boards/boards.c') + \\\nGlob('sdk/modules/nrfx/drivers/src/nrfx_clock.c') + \\\nGlob('sdk/modules/nrfx/drivers/src/n... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | SPI implementation checked. returnType, isFirst, and isLast still needs to be done. |
491,605 | 23.05.2018 15:11:14 | -7,200 | b114b3cfa83ce77a5eccbfc8f7ee33af793486a4 | Added further ports. Timer implementation still seems to be buggy (02drv_opentimers project hangs after several minutes). | [
{
"change_type": "MODIFY",
"old_path": "SConscript",
"new_path": "SConscript",
"diff": "@@ -430,6 +430,7 @@ elif env['toolchain']=='armgcc':\nenv.Append(CCFLAGS = '-DUSE_APP_CONFIG=1')\nenv.Append(CCFLAGS = '-DNRF52840_XXAA=1') # set the CPU to nRF52840 (ARM Cortex M4f)\nenv.Append(CCFLAGS = '-DBOAR... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | Added further ports. Timer implementation still seems to be buggy (02drv_opentimers project hangs after several minutes). |
491,604 | 23.05.2018 16:14:55 | -7,200 | 7673b90e6c1a866777b7b701221ca93221a1fd2f | Changed SConscript | [
{
"change_type": "MODIFY",
"old_path": "SConscript",
"new_path": "SConscript",
"diff": "@@ -572,6 +572,12 @@ def jtagUploadFunc(location):\nsuffix = '.phonyupload',\nsrc_suffix = '.ihex',\n)\n+ if env['board']=='nrf52840dk':\n+ return Builder(\n+ action = os.path.join('bsp','boards',env['board'],'to... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | Changed SConscript |
491,604 | 24.05.2018 16:04:20 | -7,200 | 29ceb0739573a01c99ef8584bcc9137cc0fbcfd3 | Added SPI functionality | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/nrf52840dk/board.c",
"new_path": "bsp/boards/nrf52840dk/board.c",
"diff": "@@ -76,7 +76,7 @@ void board_init(void)\n// radiotimer_init();\nuart_init();\n// radio_init();\n-// spi_init();\n+ spi_init();\nuart_writeByte('S'); ///< DEBUG, REMOVE ME!\n}... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | Added SPI functionality |
491,604 | 25.05.2018 09:52:40 | -7,200 | 2a6a242ff77ee11d953da2b518084b4f8a77ea34 | Initial radio source added | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "bsp/boards/nrf52840dk/radio.c",
"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\" bsp module.\... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | Initial radio source added |
491,605 | 29.05.2018 16:16:28 | -7,200 | dde2e8369660e03bee9c156d09db781e7cb8e231 | sctimer working quite good (still needs more testing and benchmarking)
ihex file generation enabled again | [
{
"change_type": "DELETE",
"old_path": ".vscode/c_cpp_properties.json",
"new_path": null,
"diff": "-{\n- \"configurations\": [\n- {\n- \"name\": \"Mac\",\n- \"includePath\": [\n- \"/usr/include\",\n- \"/usr/local/include\",\n- \"${workspaceFolder}\"\n- ],\n- \"defines\": [],\n- \"intelliSenseMode\":... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | sctimer working quite good (still needs more testing and benchmarking)
ihex file generation enabled again |
491,605 | 29.05.2018 16:22:27 | -7,200 | 4904a49e0bb1b59273d2d2e988e6361900a11210 | Re-added sctimer and opentimers test projects, which were accidentally removed. | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "projects/common/01bsp_sctimer/01bsp_sctimer.c",
"diff": "+/**\n+\\brief This program shows the use of the \"sctimer\" bsp module.\n+\n+Since the bsp modules for different platforms have the same declaration, you\n+can use this project with any p... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | Re-added sctimer and opentimers test projects, which were accidentally removed. |
491,605 | 30.05.2018 09:40:31 | -7,200 | 3fed615b91c0a460650a146bb079e010dba986d1 | sctimer implementation revisited, now it should be safe to use | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/nrf52840dk/sctimer.c",
"new_path": "bsp/boards/nrf52840dk/sctimer.c",
"diff": "#include \"board.h\"\n#include \"leds.h\"\n#include \"debugpins.h\"\n-#include \"uart.h\" ///< for debuggin only, REMOVE ME\n// ========================== define ========... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | sctimer implementation revisited, now it should be safe to use |
491,604 | 01.06.2018 14:42:33 | -7,200 | 3295a249a43f079e48bfe85f8120e87bc3638335 | Early development stage for radio | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "bsp/boards/nrf52840dk/eui64.c",
"diff": "+/**\n+\\brief nrf52840dk-specific definition of the \"eui64\" bsp module.\n+\n+ * Author: Adam Sedmak (adam.sedmak@gmail.com)\n+ * Company: Faculty of Electronics and Computing, Zagreb, Croatia\n+ * Date... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | Early development stage for radio |
491,605 | 07.06.2018 10:48:20 | -7,200 | 8250aeba2dfc3ddac44e1a4c71635ebfa17c9550 | Tuned constants to yield sligthly better precision. | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/nrf52840dk/sctimer.c",
"new_path": "bsp/boards/nrf52840dk/sctimer.c",
"diff": "// ========================== define ==========================================\n-#define MINIMUM_COMPAREVALE_ADVANCE 5\n-#define COMPAREVALE_ADVANCE_STEP 2\n+#define MIN... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | Tuned constants to yield sligthly better precision. |
491,604 | 07.06.2018 17:41:56 | -7,200 | 0d5ca4ceb6cbc688468903786859426942b44ff2 | Not working transmit | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/nrf52840dk/SConscript",
"new_path": "bsp/boards/nrf52840dk/SConscript",
"diff": "@@ -22,6 +22,8 @@ source = \\\nGlob('sdk/modules/nrfx/drivers/src/nrfx_uart.c') + \\\nGlob('sdk/modules/nrfx/mdk/gcc_startup_nrf52840.S') + \\\nGlob('sdk/modules/nrfx/m... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | Not working transmit |
491,595 | 12.06.2018 15:34:34 | -7,200 | 03080839d548f299835c7e339eb047dc3fa8c73c | Add license.md file | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "LICENSE.md",
"diff": "+Copyright (c) 2010-2014, Regents of the University of California.\n+All rights reserved.\n+\n+Redistribution and use in source and binary forms, with or without\n+modification, are permitted provided that the following con... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | Add license.md file |
491,604 | 21.06.2018 12:56:50 | -7,200 | 46b5f4fefc9a6c832231f8be8cb72697511e2ac9 | Initial implementation, functions not working yet | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/nrf52840dk/SConscript",
"new_path": "bsp/boards/nrf52840dk/SConscript",
"diff": "@@ -24,6 +24,7 @@ source = \\\nGlob('sdk/modules/nrfx/mdk/system_nrf52840.c') + \\\nGlob('sdk/components/drivers_nrf/radio_config/radio_config.c') + \\\nGlob('sdk/compo... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | Initial implementation, functions not working yet |
491,595 | 21.06.2018 18:40:22 | -7,200 | 3a8e412e1ce900a4a9bf435298f4203abd904093 | add protection for scheduleIn function. | [
{
"change_type": "MODIFY",
"old_path": "drivers/common/opentimers.c",
"new_path": "drivers/common/opentimers.c",
"diff": "@@ -92,6 +92,8 @@ void opentimers_scheduleIn(opentimers_id_t id,\nreturn;\n}\n+ DISABLE_INTERRUPTS();\n+\nopentimers_vars.timersBuf[id].timerType = timer_type;\n// 2. updat the t... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-761. add protection for scheduleIn function. |
491,595 | 21.06.2018 18:46:17 | -7,200 | 134e2029ed798dde325f6ec9465c8c20f3cd1bae | use 5 ticks as MINIMUM_COMPAREVALE_ADVANCE (refer to user guide cc2538 section 13.2) | [
{
"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-761. use 5 ticks as MINIMUM_COMPAREVALE_ADVANCE (refer to user guide cc2538 section 13.2) |
491,595 | 21.06.2018 18:47:52 | -7,200 | 9cf2f1f0f2c5324e31d3edadbe9af551b878b176 | increase 5 ticks of ACK prepare interval (observed from debugging pin) as opentimer callback taking longer time than before. | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/openmote-cc2538/board_info.h",
"new_path": "bsp/boards/openmote-cc2538/board_info.h",
"diff": "#define PORT_maxTxDataPrepare 10 // 305us (measured 82us)\n#define PORT_maxRxAckPrepare 10 // 305us (measured 83us)\n#define PORT_maxRxDataPrepare 4 // 12... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-761. increase 5 ticks of ACK prepare interval (observed from debugging pin) as opentimer callback taking longer time than before. |
491,604 | 23.06.2018 18:40:04 | -7,200 | 8810b6c049ddecabf5cc964ab6802cc95667ac42 | Transmit is probably working now, need to check what is actually sent | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/nrf52840dk/radio.c",
"new_path": "bsp/boards/nrf52840dk/radio.c",
"diff": "//#define RSSI_OFFSET 73\n//#define CHECKSUM_LEN 2\n+/* For calculating frequency */\n+#define FREQUENCY_OFFSET 10\n+#define FREQUENCY_STEP 5\n+\n//==========================... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | Transmit is probably working now, need to check what is actually sent |
491,595 | 26.06.2018 00:16:01 | -7,200 | b9e099e81ba04d1e953c22af2b50b7a50d3e1df9 | Disable MSF add/delete cells after first cell is added. | [
{
"change_type": "MODIFY",
"old_path": "SConscript",
"new_path": "SConscript",
"diff": "@@ -46,6 +46,8 @@ if env['noadaptivesync']==1:\nenv.Append(CPPDEFINES = 'NOADAPTIVESYNC')\nif env['l2_security']==1:\nenv.Append(CPPDEFINES = 'L2_SECURITY_ACTIVE')\n+if env['msf_adapting_to_traffic']==1:\n+ env.A... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-741. Disable MSF add/delete cells after first cell is added. |
491,595 | 26.06.2018 12:28:08 | -7,200 | 3634bfbb2d26d87593d3257ae15b2d4befb805a4 | Fix the maxRankIncrease and minHopRankIncrease bytes order. | [
{
"change_type": "MODIFY",
"old_path": "openstack/03b-IPv6/icmpv6rpl.c",
"new_path": "openstack/03b-IPv6/icmpv6rpl.c",
"diff": "@@ -530,7 +530,14 @@ void icmpv6rpl_indicateRxDIO(OpenQueueEntry_t* msg) {\ncase RPL_OPTION_CONFIG:\n// configuration option\nicmpv6rpl_vars.incomingConf = (icmpv6rpl_confi... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | Fix the maxRankIncrease and minHopRankIncrease bytes order. |
491,609 | 26.06.2018 16:27:28 | -7,200 | 497ee7164b59f64c61a7a00b410d29512e4ad647 | Make sure join packets are link-local and compressed correctly
Remove trailing whitespaces. | [
{
"change_type": "MODIFY",
"old_path": "openstack/03b-IPv6/forwarding.c",
"new_path": "openstack/03b-IPv6/forwarding.c",
"diff": "@@ -71,7 +71,6 @@ owerror_t forwarding_send(OpenQueueEntry_t* msg) {\nipv6_header_iht ipv6_outer_header;\nipv6_header_iht ipv6_inner_header;\nrpl_option_ht rpl_option;\n-... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-756: Make sure join packets are link-local and compressed correctly
Remove trailing whitespaces. |
491,609 | 29.06.2018 15:47:34 | -7,200 | c4dcf0faf61c51bc04befe2670f09305ce3edf6c | Bug fix when sending to the same network prefix | [
{
"change_type": "MODIFY",
"old_path": "openstack/03b-IPv6/forwarding.c",
"new_path": "openstack/03b-IPv6/forwarding.c",
"diff": "@@ -103,9 +103,9 @@ owerror_t forwarding_send(OpenQueueEntry_t* msg) {\nmsg->l3_sourceAdd.type=ADDR_128B;\npacketfunctions_ip128bToMac64b(&(msg->l3_destinationAdd),&temp_... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-756. Bug fix when sending to the same network prefix |
491,609 | 01.06.2018 12:01:23 | -7,200 | 9d1ab4d5a7b30b95ee58f0dcebe962f3fcda8169 | cojp_cbor: First update of data structs to reflect minimal-security-06 | [
{
"change_type": "MODIFY",
"old_path": "openapps/cjoin/cbor.h",
"new_path": "openapps/cjoin/cbor.h",
"diff": "//=========================== define ==========================================\n// max number of keys supported in COSE_KeySet\n-#define COSE_KEYSET_MAX_NUM_KEYS 2\n+#define KEYSET_MAX_NUM_... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | cojp_cbor: First update of data structs to reflect minimal-security-06 |
491,609 | 01.06.2018 16:21:43 | -7,200 | aec666ec66394c88d0b3d283f48d46a502483f99 | cojp_cbor: Implement CBOR decoder for objects defined in minimal-security-06 | [
{
"change_type": "MODIFY",
"old_path": "openapps/cjoin/cbor.c",
"new_path": "openapps/cjoin/cbor.c",
"diff": "//=========================== variables =======================================\n//=========================== prototypes ======================================\n-owerror_t cbor_parse_keyset... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | cojp_cbor: Implement CBOR decoder for objects defined in minimal-security-06 |
491,609 | 01.06.2018 16:51:52 | -7,200 | e7bc59f15b973eb4cd46bc9a184e72f805484d54 | cojp_cbor: Rename cbor.[ch] tp cojp_cbor.[ch] | [
{
"change_type": "MODIFY",
"old_path": "openapps/SConscript",
"new_path": "openapps/SConscript",
"diff": "@@ -33,7 +33,7 @@ additionalSourceFiles = [\nos.path.join('opencoap','hmac.c'),\nos.path.join('opencoap','sha224-256.c'),\nos.path.join('opencoap','cborencoder.c'),\n- os.path.join('cjoin','cbor... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | cojp_cbor: Rename cbor.[ch] tp cojp_cbor.[ch] |
491,609 | 01.06.2018 16:52:16 | -7,200 | ba44fbd6b8ab4a1999d38f797033d78dd0ba56ea | cojp_cbor: Add num_keys to the parsed keyset object | [
{
"change_type": "MODIFY",
"old_path": "openapps/cjoin/cojp_cbor.c",
"new_path": "openapps/cjoin/cojp_cbor.c",
"diff": "@@ -186,6 +186,7 @@ owerror_t cojp_cbor_decode_link_layer_keyset(uint8_t *buf, uint8_t* len, cojp_li\ncurrent_key_index++;\n}\n+ keyset->num_keys = current_key_index;\n*len = (uint... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | cojp_cbor: Add num_keys to the parsed keyset object |
491,609 | 01.06.2018 16:58:47 | -7,200 | 55ac7931edff5edc129b3fbf013f1edd27e48474 | cjoin: Initial update of the Join Message implementation compliant with minimal-security-06 | [
{
"change_type": "MODIFY",
"old_path": "openapps/cjoin/cjoin.c",
"new_path": "openapps/cjoin/cjoin.c",
"diff": "#include \"idmanager.h\"\n#include \"IEEE802154E.h\"\n#include \"IEEE802154_security.h\"\n-#include \"cbor.h\"\n+#include \"cojp_cbor.h\"\n#include \"eui64.h\"\n#include \"neighbors.h\"\n@... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | cjoin: Initial update of the Join Message implementation compliant with minimal-security-06 |
491,609 | 04.06.2018 14:40:42 | -7,200 | 5460aed4245bd7099f6fa9571532d6956316895c | cjoin: Update OSCORE security context initialization to the latest spec and test description values | [
{
"change_type": "MODIFY",
"old_path": "openapps/cjoin/cjoin.c",
"new_path": "openapps/cjoin/cjoin.c",
"diff": "const uint8_t cjoin_path0[] = \"j\";\n-static const uint8_t masterSecret[] = {0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, \\\n- 0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f};\n+stati... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | cjoin: Update OSCORE security context initialization to the latest spec and test description values |
491,609 | 04.06.2018 17:04:24 | -7,200 | a0b02a29b9195ac66c0cbdbb894c9f9ab23efe0e | cborencoder: Update cborencoder library and align it with Wireshark project | [
{
"change_type": "MODIFY",
"old_path": "openapps/opencoap/cborencoder.c",
"new_path": "openapps/opencoap/cborencoder.c",
"diff": "/**\n-\\brief CBOR encoder library.\n-\n-\\author Martin Gunnarsson <martin.gunnarsson@ri.se>\n+\\brief CBOR encoding functions.\n+\\Author Martin Gunnarsson <martin.gunn... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | cborencoder: Update cborencoder library and align it with Wireshark project |
491,609 | 04.06.2018 17:05:03 | -7,200 | 0c8b6e03c0fa44df42e4f663ce43728c56d32b57 | openoscoap: Update the usage of cborencoder library in openoscoap.c
Remove trailing whitespaces. | [
{
"change_type": "MODIFY",
"old_path": "openapps/opencoap/openoscoap.c",
"new_path": "openapps/opencoap/openoscoap.c",
"diff": "@@ -510,27 +510,24 @@ owerror_t hkdf_derive_parameter(uint8_t* buffer,\nconst uint8_t key[] = \"Key\";\nuint8_t info[20];\nuint8_t infoLen;\n- uint8_t *temp;\nuint8_t ret;\... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | openoscoap: Update the usage of cborencoder library in openoscoap.c
Remove trailing whitespaces. |
491,609 | 04.06.2018 17:05:29 | -7,200 | a44b509cf88492b23f986701ff7871b92e3eea28 | cojp_cbor: Implement CBOR Join_Request object encoding and data structs | [
{
"change_type": "MODIFY",
"old_path": "openapps/cjoin/cojp_cbor.c",
"new_path": "openapps/cjoin/cojp_cbor.c",
"diff": "/*e\n-\\brief A minimal CBOR parser implementation of draft-6tisch-minimal-security-02.\n+\\brief CBOR helper functions implementing decoding and encoding of structures defined in ... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | cojp_cbor: Implement CBOR Join_Request object encoding and data structs |
491,609 | 04.06.2018 17:05:56 | -7,200 | 5cfd7468fad35a0196b68a4d1a76869499a2b146 | cjoin: Update Join Request CoAP message to minimal-security-06 | [
{
"change_type": "MODIFY",
"old_path": "openapps/cjoin/cjoin.c",
"new_path": "openapps/cjoin/cjoin.c",
"diff": "@@ -86,10 +86,13 @@ void cjoin_init_security_context(void) {\nuint8_t recipientID[3]; // 3 byte fixed value\nuint8_t id_context[8];\nuint8_t* joinKey;\n+\neui64_get(id_context);\nsenderID[... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | cjoin: Update Join Request CoAP message to minimal-security-06 |
491,609 | 04.06.2018 17:51:28 | -7,200 | 34f7da4accd9ba314f0737b5879948b9278fbe1e | opencoap: Add payload marker before sending the request if payload is present | [
{
"change_type": "MODIFY",
"old_path": "openapps/opencoap/opencoap.c",
"new_path": "openapps/opencoap/opencoap.c",
"diff": "@@ -730,6 +730,12 @@ owerror_t opencoap_send(\nclass = COAP_OPTION_CLASS_U;\n}\n+ // add payload marker\n+ if (msg->length) {\n+ packetfunctions_reserveHeaderSize(msg, 1);\n+ m... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | opencoap: Add payload marker before sending the request if payload is present |
491,609 | 04.06.2018 17:52:18 | -7,200 | 0d46182d6db093363a01c3e1a1ef970cb896c908 | cojp_cbor: Align the usage with the changes to the cborencoder library API | [
{
"change_type": "MODIFY",
"old_path": "openapps/cjoin/cojp_cbor.c",
"new_path": "openapps/cjoin/cojp_cbor.c",
"diff": "@@ -116,13 +116,13 @@ uint8_t cojp_cbor_encode_join_request_object(uint8_t *buf, cojp_join_request_obj\nelements = 2;\n}\n- len += cborencoder_put_map(buf, elements);\n+ len += cbo... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | cojp_cbor: Align the usage with the changes to the cborencoder library API |
491,609 | 26.06.2018 17:59:05 | -7,200 | d409d2e3df57d22cf79c68db3f4b384a6aa47adb | opencoap: CoAP bug fix to match response to a request with 0-length token | [
{
"change_type": "MODIFY",
"old_path": "openapps/opencoap/opencoap.c",
"new_path": "openapps/opencoap/opencoap.c",
"diff": "@@ -368,7 +368,9 @@ void opencoap_receive(OpenQueueEntry_t* msg) {\nmemcmp(&coap_header.token[0],&temp_desc->last_request.token[0],coap_header.TKL)==0\n) {\n- if (coap_header.T... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | opencoap: CoAP bug fix to match response to a request with 0-length token |
491,609 | 26.06.2018 18:17:58 | -7,200 | 6d81fe6ae1eb3a7db66966bf2c999674783e12ef | cojp_cbor: Bug fix in CBOR decoding of Link-layer keyset object | [
{
"change_type": "MODIFY",
"old_path": "openapps/cjoin/cojp_cbor.c",
"new_path": "openapps/cjoin/cojp_cbor.c",
"diff": "@@ -189,7 +189,7 @@ owerror_t cojp_cbor_decode_link_layer_keyset(uint8_t *buf, uint8_t* len, cojp_li\ni++; // moving on to the next element\nmajor_type = (cbor_majortype_t) *tmp >>... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | cojp_cbor: Bug fix in CBOR decoding of Link-layer keyset object |
491,609 | 26.06.2018 18:19:48 | -7,200 | 3e4f44479cc56cd2456dba1890d53a9f056ed461 | cjoin: Expecting 2.04 Changed as a response to POST | [
{
"change_type": "MODIFY",
"old_path": "openapps/cjoin/cjoin.c",
"new_path": "openapps/cjoin/cjoin.c",
"diff": "@@ -131,12 +131,13 @@ owerror_t cjoin_receive(OpenQueueEntry_t* msg,\ncoap_option_iht* coap_outgoingOptions,\nuint8_t* coap_outgoingOptionsLen) {\n+\ncojp_configuration_object_t configurat... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | cjoin: Expecting 2.04 Changed as a response to POST |
491,609 | 27.06.2018 11:30:19 | -7,200 | 607d90b045351736335e89ea2b7b5a8645bdba28 | cjoin: Join is successful only if parameters are recognized | [
{
"change_type": "MODIFY",
"old_path": "openapps/cjoin/cjoin.c",
"new_path": "openapps/cjoin/cjoin.c",
"diff": "@@ -149,13 +149,14 @@ owerror_t cjoin_receive(OpenQueueEntry_t* msg,\n// set the L2 keys as per the parsed value\nIEEE802154_security_setBeaconKey(configuration.keyset.key[0].key_index, co... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | cjoin: Join is successful only if parameters are recognized |
491,609 | 29.06.2018 12:20:15 | -7,200 | 47d80e2027d0b0bbef9592a82bd68e073e07db25 | cojp_cbor: Remove unit tests of obsolete CBOR decoding routines
Unit test routines are obsolete with the update of CBOR structures in
minimal-security-06. Remove them from version control until they are
updated. | [
{
"change_type": "DELETE",
"old_path": "openapps/cjoin/tests/test_parseDumps.py",
"new_path": null,
"diff": "-import ctypes\n-import cbor\n-import binascii\n-\n-import pytest\n-\n-#============================ defines ===============================\n-\n-COSE_KEYSET_MAX_NUM_KEYS = 2\n-SHORT_ADDRESS_... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | cojp_cbor: Remove unit tests of obsolete CBOR decoding routines
Unit test routines are obsolete with the update of CBOR structures in
minimal-security-06. Remove them from version control until they are
updated. |
491,609 | 14.06.2018 16:37:49 | -7,200 | bc648a941b3d99962f20f4558f3c133fcc74cdee | cjoin: Disable the use of OSCORE until the implementation is updated | [
{
"change_type": "MODIFY",
"old_path": "openapps/cjoin/cjoin.c",
"new_path": "openapps/cjoin/cjoin.c",
"diff": "@@ -65,7 +65,8 @@ void cjoin_init(void) {\ncjoin_vars.desc.path1len = 0;\ncjoin_vars.desc.path1val = NULL;\ncjoin_vars.desc.componentID = COMPONENT_CJOIN;\n- cjoin_vars.desc.securityContex... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | cjoin: Disable the use of OSCORE until the implementation is updated |
491,609 | 29.06.2018 12:34:55 | -7,200 | 894f6c57700650540cd7e1a08d82e8220ec1ce23 | cjoin: Enable cjoin by default and fix a warning | [
{
"change_type": "MODIFY",
"old_path": "openapps/SConscript",
"new_path": "openapps/SConscript",
"diff": "@@ -6,7 +6,7 @@ localEnv = env.Clone()\n#===== retrieve the list of apps to build\n-defaultApps = []\n+defaultApps = ['cjoin']\nif localEnv['board']=='python':\ndefaultApps += [\n'c6t',\n@@ -21,... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | cjoin: Enable cjoin by default and fix a warning |
491,609 | 29.06.2018 15:45:55 | -7,200 | 49a85909a4809489b5adab1815d7e2b70f30eff0 | cjoin: Always send to link-local address when joining | [
{
"change_type": "MODIFY",
"old_path": "openapps/cjoin/cjoin.c",
"new_path": "openapps/cjoin/cjoin.c",
"diff": "@@ -222,7 +222,6 @@ void cjoin_sendDone(OpenQueueEntry_t* msg, owerror_t error) {\nowerror_t cjoin_sendJoinRequest(open_addr_t* joinProxy) {\nOpenQueueEntry_t* pkt;\n- open_addr_t* prefix;... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | cjoin: Always send to link-local address when joining |
491,609 | 29.06.2018 16:17:14 | -7,200 | 37272fe864908c27e924b8c2fa8d97d5e0845b77 | cjoin: Update comment and a reference to the correct draft version | [
{
"change_type": "MODIFY",
"old_path": "openapps/cjoin/cjoin.c",
"new_path": "openapps/cjoin/cjoin.c",
"diff": "/**\n-\\brief CoAP application implementing Simple Join Protocol from minimal-security-02 draft.\n+\\brief Implementation of Constrained Join Protocol (CoJP) from minimal-security-06 draft... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | cjoin: Update comment and a reference to the correct draft version |
491,595 | 29.06.2018 16:58:26 | -7,200 | 52244648f552b444b8e2ff5714a83762c7abe5b5 | disable gina and z1 since the code doesn't fit the micro-controller. (revert this commit after issue resolved) | [
{
"change_type": "MODIFY",
"old_path": ".travis.yml",
"new_path": ".travis.yml",
"diff": "@@ -31,8 +31,8 @@ script:\n- scons board=openmote-b toolchain=armgcc verbose=1 oos_openwsn\n# - scons board=wsn430v14 toolchain=mspgcc verbose=1 oos_openwsn\n# - scons board=wsn430v13b toolchain=mspgcc verbose=... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | disable gina and z1 since the code doesn't fit the micro-controller. (revert this commit after issue FW-764 resolved) |
491,605 | 03.07.2018 10:48:09 | -7,200 | 477943219d26fa312975d3a7ef3c408195d074d0 | Clock management changed
Removed UART debug prints | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/nrf52840dk/board.c",
"new_path": "bsp/boards/nrf52840dk/board.c",
"diff": "*/\n#include \"sdk/modules/nrfx/hal/nrf_power.h\"\n-#include \"sdk/modules/nrfx/drivers/include/nrfx_clock.h\"\n#include \"sdk/components/libraries/pwr_mgmt/nrf_pwr_mgmt.h\"\... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | - Clock management changed
- Removed UART debug prints |
491,605 | 03.07.2018 10:54:03 | -7,200 | 5b5b76b4c881b81380a24c5d82f345406611c48d | Removed app_timer dependence | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/nrf52840dk/app_config.h",
"new_path": "bsp/boards/nrf52840dk/app_config.h",
"diff": "// clock\n#define CLOCK_ENABLED 1\n-#define NRFX_CLOCK_ENABLED 1\n+// #define NRFX_CLOCK_ENABLED 1\n// UART\n#define UART_ENABLED 1\n// #define TIMER0_USE_EASY_DMA ... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | - Removed app_timer dependence |
491,605 | 03.07.2018 10:54:46 | -7,200 | fc01b040f4fe0db23b7a291fc45fd1c0597e80b3 | Removed unnecessary (and unused) methods. | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/nrf52840dk/sctimer.c",
"new_path": "bsp/boards/nrf52840dk/sctimer.c",
"diff": "typedef struct\n{\nsctimer_cbt cb;\n- sctimer_capture_cbt startFrameCb;\n- sctimer_capture_cbt endFrameCb;\nuint8_t f_SFDreceived;\nuint32_t counter_MSB; ///< the first 8... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | Removed unnecessary (and unused) methods. |
491,605 | 03.07.2018 10:57:31 | -7,200 | d8451ef311b363bc26200433251b3b93f44c2e64 | Changed the usage of sctimer in a more proper way (was the example already obsolete???) | [
{
"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": "@@ -18,11 +18,12 @@ remainder of the packet contains an incrementing bytes.\n#include \"radio.h\"\n#include \"leds.h\"\n#include \"sctimer... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | Changed the usage of sctimer in a more proper way (was the example already obsolete???) |
491,605 | 03.07.2018 10:58:04 | -7,200 | f0350b5113b1a4fc5dccd8d75de2d022a9318d52 | Added the required rxNow() call ... (was the example already obsolete???) | [
{
"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": "@@ -73,7 +73,7 @@ len=17 num=84 rssi=-81 lqi=108 crc=1\n//=========================== defines =========================================\n#... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | Added the required rxNow() call ... (was the example already obsolete???) |
491,605 | 03.07.2018 10:58:52 | -7,200 | 89cf07ca946b54f455a2e6d3a2ea110de7b6f2b8 | Radio RX, TX now working.
802.15.4 timings in board_info.h still need to be measured and adjusted. | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/nrf52840dk/SConscript",
"new_path": "bsp/boards/nrf52840dk/SConscript",
"diff": "@@ -8,6 +8,9 @@ Import('env')\nlocalEnv = env.Clone()\n+# Glob('sdk/components/proprietary_rf/esb/nrf_esb.c') + \\\n+# Glob('sdk/components/libraries/timer/app_timer.c'... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | Radio RX, TX now working.
802.15.4 timings in board_info.h still need to be measured and adjusted. |
491,605 | 03.07.2018 13:18:53 | -7,200 | 1dd7191de3ea75fc941c1cc06e05729c968e883e | Removed unnecessary (and unsafe) call to callback function. | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/nrf52840dk/radio.c",
"new_path": "bsp/boards/nrf52840dk/radio.c",
"diff": "@@ -56,7 +56,7 @@ typedef struct\nbool event_end;\n} radio_vars_t;\n-radio_vars_t radio_vars= {0};\n+static radio_vars_t radio_vars; // = {0};\n//=========================== ... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | Removed unnecessary (and unsafe) call to callback function. |
491,605 | 04.07.2018 13:58:53 | -7,200 | ae623a2b864d645d652486d558d6a3ebe07bf6bd | Refined and tuned implementation to work with oos_openwsn project. | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/nrf52840dk/debugpins.c",
"new_path": "bsp/boards/nrf52840dk/debugpins.c",
"diff": "// board debug PINS defines (Note that all of them are from port 0, i.e., 0.26, 0.27, etc. This is assumed in the below functions.)\n#define GPIO_DEBUGPIN_FRAME 26\n#... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | Refined and tuned implementation to work with oos_openwsn project. |
491,605 | 04.07.2018 13:59:50 | -7,200 | a033099e1857c3c31a43525a50204a40c45c5732 | Added empty implementation file of cryptoengine so that apps can be compiled, too.
Implementation neeeds to be added later for encrypted communication. | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "bsp/boards/nrf52840dk/cryptoengine.c",
"diff": "+/**\n+\\brief Dummy implementation of cryptoengine.\n+*/\n+\n+#include <stdint.h>\n+#include <string.h>\n+#include \"cryptoengine.h\"\n+\n+owerror_t cryptoengine_aes_ccms_enc(uint8_t* a,\n+ uint8_... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | Added empty implementation file of cryptoengine so that apps can be compiled, too.
Implementation neeeds to be added later for encrypted communication. |
491,605 | 04.07.2018 14:36:24 | -7,200 | 800554b853c9d09e0917e0b62f39ff82aae81cf6 | Hardware handshake (RTS/CTS) setting now used properly. | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/nrf52840dk/uart.c",
"new_path": "bsp/boards/nrf52840dk/uart.c",
"diff": "@@ -60,7 +60,7 @@ void uart_init(void)\n.cts_pin_no= CTS_PIN_NUMBER, // defaults to UART_PIN_DISCONNECTED\n.baud_rate= UART_DEFAULT_CONFIG_BAUDRATE,\n.use_parity= (UART_DEFAULT... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | Hardware handshake (RTS/CTS) setting now used properly. |
491,609 | 27.06.2018 12:12:50 | -7,200 | cba22cd6416033c1df5a5aebc9b8573886c80202 | Add content format to join requests. | [
{
"change_type": "MODIFY",
"old_path": "openapps/cjoin/cjoin.c",
"new_path": "openapps/cjoin/cjoin.c",
"diff": "@@ -267,10 +267,16 @@ owerror_t cjoin_sendJoinRequest(open_addr_t* joinProxy) {\n// length and value are set by the CoAP library\n// options[2].type = COAP_OPTION_NUM_OBJECTSECURITY;\n+ //... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-755. Add content format to join requests. |
491,605 | 05.07.2018 13:15:05 | -7,200 | 9b6e78d93e66443d341ec63f5bed46bc04fd2557 | debugpins and radio LED enabled in code, again | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/nrf52840dk/radio.c",
"new_path": "bsp/boards/nrf52840dk/radio.c",
"diff": "@@ -226,6 +226,10 @@ void radio_rfOff(void)\n#endif // WAIT_FOR_RADIO_DISABLE == 1\nradio_vars.transciever_state = TS_OFF;\n+\n+ // ease debugging\n+ debugpins_radio_clr();\n... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | debugpins and radio LED enabled in code, again |
491,595 | 06.07.2018 19:23:25 | -7,200 | 7fa77005b819a5f4837b9e5eba656c2c47b72b81 | Update IAR projects for TelosB. | [
{
"change_type": "MODIFY",
"old_path": "openapps/cjoin/cojp_cbor.h",
"new_path": "openapps/cjoin/cojp_cbor.h",
"diff": "@@ -92,7 +92,7 @@ typedef struct {\ntypedef struct {\ncojp_role_values_t role;\n- open_addr_t * pan_id;;\n+ open_addr_t * pan_id;\n} cojp_join_request_object_t;\n//================... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-765. Update IAR projects for TelosB. |
491,595 | 09.07.2018 09:29:26 | -7,200 | 021cded86cb9837cb751957c2daafeea40856b25 | fix oos_openwsn project compiling error on IAR. | [
{
"change_type": "MODIFY",
"old_path": "projects/iot-lab_M3/03oos_openwsn/03oos_openwsn.ewp",
"new_path": "projects/iot-lab_M3/03oos_openwsn/03oos_openwsn.ewp",
"diff": "<name>$PROJ_DIR$\\..\\..\\..\\openapps\\cinfo\\cinfo.c</name>\n</file>\n</group>\n+ <group>\n+ <name>cjoin</name>\n+ <file>\n+ <na... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-765. fix oos_openwsn project compiling error on IAR. |
491,592 | 09.07.2018 17:26:57 | -7,200 | d43598a414a2b5c2e4837379efa603504f769fa3 | fixing compilation error in this file | [
{
"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": "@@ -68,7 +68,7 @@ len=17 num=84 rssi=-81 lqi=108 crc=1\n#include \"radio.h\"\n#include \"leds.h\"\n#include \"uart.h\"\n-#include \"sctime... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-766 fixing compilation error in this file |
491,592 | 11.07.2018 16:54:03 | -7,200 | 66f1fb474fe9800214984eeb3bf44902d66316ac | fixing radio rx not turned on | [
{
"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": "@@ -73,7 +73,7 @@ len=17 num=84 rssi=-81 lqi=108 crc=1\n//=========================== defines =========================================\n#... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-768 fixing radio rx not turned on |
491,605 | 13.07.2018 13:31:59 | -7,200 | e384065fe47cafb049e9de0bf25359ccc87b9ed0 | Critical tuning of time constants. Network now stable. | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/nrf52840dk/board_info.h",
"new_path": "bsp/boards/nrf52840dk/board_info.h",
"diff": "// time-slot related\n#define PORT_TsSlotDuration 328 // counter counts one extra count, see datasheet\n// execution speed related\n- #define PORT_maxTxDataPrepare ... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | Critical tuning of time constants. Network now stable. |
491,605 | 18.07.2018 08:36:23 | -7,200 | 2b4c32e641a08b1fd5ca91e3c4b269dfadac4e19 | There was a problem with special cases (timer too late, or next CC value too close) when they happened during a 24-bit wrap of the hardware RTC.
It is now fixed. | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/nrf52840dk/sctimer.c",
"new_path": "bsp/boards/nrf52840dk/sctimer.c",
"diff": "* (2) Faculty of Electronics and Computing, Zagreb, Croatia\n* Date: May 2018\n*\n- * Note: We use RTC0 hardware with its CC0 register.\n+ * Note: We use RTC0 peripheral ... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | There was a problem with special cases (timer too late, or next CC value too close) when they happened during a 24-bit wrap of the hardware RTC.
It is now fixed. |
491,595 | 06.08.2018 14:17:25 | 25,200 | b5dc6c6cd924b10f6b5de199cbee2350e9263ea2 | don't enable interrupt without entries. | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/scum/cm0dsasm.s",
"new_path": "bsp/boards/scum/cm0dsasm.s",
"diff": "@@ -61,7 +61,7 @@ Reset_Handler PROC\nENTRY\nLDR R1, =0xE000E100 ;Interrupt Set Enable Register\n- LDR R0, =0xFF ;<- REMEMBER TO ENABLE THE INTERRUPTS!!\n+ LDR R0, =0xC1 ;<- REMEMB... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-770. don't enable interrupt without entries. |
491,595 | 06.08.2018 14:18:55 | 25,200 | 6747c7e2972079cd41e53d9d75561010ca3066b8 | use gpio_4-7 as leds since gpio 1 and 2 are used as radio data_in and data_clk_in pin. | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/scum/leds.c",
"new_path": "bsp/boards/scum/leds.c",
"diff": "//=========================== public ==========================================\nvoid leds_init(void) {\n- GPIO_REG__OUTPUT &= ~0x0F; // GPIO_REG__OUTPUT = 0bxxxx0000, all LEDs off\n+ GPIO... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-770. use gpio_4-7 as leds since gpio 1 and 2 are used as radio data_in and data_clk_in pin. |
491,595 | 06.08.2018 14:19:30 | 25,200 | c215c03330936478b98d709d1740748665c8efd2 | call functions after initializing variables. | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/scum/radio.c",
"new_path": "bsp/boards/scum/radio.c",
"diff": "@@ -249,11 +249,11 @@ kick_scheduler_t radio_isr(void) {\nPORT_TIMER_WIDTH capturedTime;\n- debugpins_isr_set();\n-\nPORT_TIMER_WIDTH irq_status = RFCONTROLLER_REG__INT;\nPORT_TIMER_WIDT... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-770. call functions after initializing variables. |
491,595 | 06.08.2018 14:23:44 | 25,200 | 8e400347bfee74687f0a1f6df6dc51a00f1fca3c | scan chain need to be initialized at beginning. | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/scum/board.c",
"new_path": "bsp/boards/scum/board.c",
"diff": "#include \"radio.h\"\n#include \"eui64.h\"\n#include \"sctimer.h\"\n+#include \"scm3_hardware_interface.h\"\n//=========================== variables =====================================... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-770. scan chain need to be initialized at beginning. |
491,595 | 06.08.2018 16:02:31 | 25,200 | 9568a286cf222736078da8a15ac00508feb98f84 | implement debugpins for SCuMv3b. | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/scum/debugpins.c",
"new_path": "bsp/boards/scum/debugpins.c",
"diff": "@@ -18,77 +18,78 @@ To be implemented after issue: SCUM-25\n//=========================== public ==========================================\nvoid debugpins_init(void) {\n- // emp... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-770. implement debugpins for SCuMv3b. |
491,595 | 08.08.2018 10:56:22 | 25,200 | b424ab0cc15d0d9ec75931a364340282194eb7ad | update all project files. | [
{
"change_type": "MODIFY",
"old_path": "projects/scum/01bsp_leds/01bsp_leds.uvprojx",
"new_path": "projects/scum/01bsp_leds/01bsp_leds.uvprojx",
"diff": "<FileType>1</FileType>\n<FilePath>..\\..\\..\\bsp\\boards\\scum\\uart.c</FilePath>\n</File>\n+ <File>\n+ <FileName>scm3_hardware_interface.c</File... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-770. update all project files. |
491,595 | 12.08.2018 19:45:46 | 25,200 | f1942111ea475685ba66524cfb9ce3d16293c5c2 | update the ASC file as is fixed. | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/scum/scm3_hardware_interface.c",
"new_path": "bsp/boards/scum/scm3_hardware_interface.c",
"diff": "@@ -556,6 +556,8 @@ void compute_2M_rolling_average() {\nvoid initialize_ASC(){\n+ // The meaning of each bit is explained in scm3_ASC_v9.m script\n+\... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-770. update the ASC file as SCUM-88 is fixed. |
491,595 | 12.08.2018 19:46:34 | 25,200 | ce89cf828ed75edefc12c75310fa63ec24c06d91 | configure priority of interrupts. | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/scum/board.c",
"new_path": "bsp/boards/scum/board.c",
"diff": "@@ -35,6 +35,10 @@ void board_init(void) {\n// initialize the scan chain\ninitialize_ASC();\n+ IPR0 = 0xFF; // uart has lowest priority\n+ IPR6 = 0x0F; // priority for radio\n+ IPR7 = 0x... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-770. configure priority of interrupts. |
491,595 | 12.08.2018 19:47:50 | 25,200 | 14234fa0cdb5c578c70dbbc3a7f97bb45df6f3fb | update bsp_multipletimer_radio project.c | [
{
"change_type": "MODIFY",
"old_path": "projects/scum/01bsp_multipletimer_radio/01bsp_multipletimer_radio.c",
"new_path": "projects/scum/01bsp_multipletimer_radio/01bsp_multipletimer_radio.c",
"diff": "@@ -77,6 +77,8 @@ typedef struct {\nuint8_t rxpk_lqi;\nbool rxpk_crc;\nuint32_t startOfSlotReferen... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-770. update bsp_multipletimer_radio project.c |
491,595 | 12.08.2018 19:54:37 | 25,200 | 338efe6aab2b30f0754ddd6a61b37afbd3d570ee | update the time converting as the system clock is changed from 500K to 2.5MHz. | [
{
"change_type": "MODIFY",
"old_path": "bsp/boards/scum/board_info.h",
"new_path": "bsp/boards/scum/board_info.h",
"diff": "@@ -38,12 +38,19 @@ to return the board's description.\n* two different frequency clocks. 500000/32768 is approximately 61/4.\n**/\n+// with the setup of FPGA board +teensy, th... | C | BSD 3-Clause New or Revised License | openwsn-berkeley/openwsn-fw | FW-770. update the time converting as the system clock is changed from 500K to 2.5MHz. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.