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.02.2020 13:40:48
-3,600
bd5d06165728917662788e53ff321fdc06461ad7
use single channel.
[ { "change_type": "MODIFY", "old_path": "bsp/boards/openmote-b-24ghz/radio.c", "new_path": "bsp/boards/openmote-b-24ghz/radio.c", "diff": "@@ -194,7 +194,7 @@ void radio_setFrequency(uint8_t frequency, radio_freq_t tx_or_rx) {\n/* Changes to FREQCTRL take effect after the next recalibration */\nHWREG...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-830. use single channel.
491,595
19.02.2020 14:12:33
-3,600
c1b9f2641ef54480ad44a5ef41b35dd44aef2fa6
reverse this changes.
[ { "change_type": "MODIFY", "old_path": "openstack/02b-MAChigh/schedule.c", "new_path": "openstack/02b-MAChigh/schedule.c", "diff": "@@ -845,7 +845,8 @@ bool schedule_getAutonomousTxRxCellUnicastNeighbor(open_addr_t* neighbor){\nif(\nschedule_vars.scheduleBuf[i].type == CELLTYPE_TXRX &&\nschedule_var...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-830. reverse this changes.
491,595
19.02.2020 14:15:23
-3,600
3f9d43e1b845ba76860ca6e3f2f8d0e72a949c99
reverse the changes for SCuM.
[ { "change_type": "MODIFY", "old_path": "openstack/02a-MAClow/IEEE802154E.h", "new_path": "openstack/02a-MAClow/IEEE802154E.h", "diff": "@@ -41,9 +41,9 @@ static const uint8_t ebIEsBytestream[] = {\n#define TXRETRIES 15 // number of MAC retries before declaring failed\n#define TX_POWER 31 // 1=-25dBm...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-830. reverse the changes for SCuM.
491,595
19.02.2020 14:23:26
-3,600
a40c38092312c2d2df504eee5fb072966216c277
add README.md about how to run 6TiSCH on SCUM(3C).
[ { "change_type": "ADD", "old_path": null, "new_path": "projects/scum/README.md", "diff": "+Run 6TiSCH on SCuM\n+===============================================================================\n+\n+As the stage of SCuM development (SCuM3C), several adaptation need to be made to run 6TiSCH on SCuM.\n+...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-830. add README.md about how to run 6TiSCH on SCUM(3C).
491,587
19.02.2020 17:24:28
-3,600
7d6ea5253bd444decef69d89cbf3f7cffa369efb
Formatting code to make it compatible with GCC-4.8
[ { "change_type": "MODIFY", "old_path": "openstack/03a-IPHC/frag.c", "new_path": "openstack/03a-IPHC/frag.c", "diff": "@@ -95,9 +95,11 @@ void frag_init() {\n}\nowerror_t frag_fragment6LoPacket(OpenQueueEntry_t *msg) {\n+ uint32_t i;\nOpenQueueEntry_t *lowpan_fragment;\nuint16_t remaining_bytes;\n- u...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-863. Formatting code to make it compatible with GCC-4.8
491,587
19.02.2020 17:25:07
-3,600
8831d05c83b523c81a6aa9fcacff96e981d32213
Reformat code openqueue.c Fix indentation and spacing in the file.
[ { "change_type": "MODIFY", "old_path": "openstack/cross-layers/openqueue.c", "new_path": "openstack/cross-layers/openqueue.c", "diff": "@@ -19,6 +19,7 @@ openqueue_vars_t openqueue_vars;\n//=========================== prototypes ======================================\nvoid openqueue_reset_entry(Open...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-863. Reformat code openqueue.c Fix indentation and spacing in the file.
491,587
19.02.2020 22:27:28
-3,600
6b4ae6baec63a2a4744af130611f902f2340ac67
Bug fix related to "small" big packets When a module request an OpenQueueBigEntry_t packet, but the total size of the packet did not exceed the fragmentation limit, the packet was never scheduled for transmission by the MAC layer.
[ { "change_type": "MODIFY", "old_path": "openstack/cross-layers/openqueue.c", "new_path": "openstack/cross-layers/openqueue.c", "diff": "@@ -229,6 +229,15 @@ OpenQueueEntry_t* openqueue_sixtopGetSentPacket(void) {\nreturn &openqueue_vars.queue[i];\n}\n}\n+\n+ for (i = 0; i < BIGQUEUELENGTH; i++) {\n+...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-863. Bug fix related to "small" big packets When a module request an OpenQueueBigEntry_t packet, but the total size of the packet did not exceed the fragmentation limit, the packet was never scheduled for transmission by the MAC layer.
491,595
21.02.2020 13:43:36
-3,600
60f61937b815c4a43770d73a3801613665bd0152
keep listening on sync slot0 after sycnhronized.
[ { "change_type": "MODIFY", "old_path": "projects/common/01bsp_quick_cal/01bsp_quick_cal.c", "new_path": "projects/common/01bsp_quick_cal/01bsp_quick_cal.c", "diff": "@@ -35,25 +35,25 @@ can use this project with any platform.\n// 16 mote eui64\n-#define OTBOX08_MOTE_1 0xb5b3 // COM91\n-#define OTBOX...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-862. keep listening on sync slot0 after sycnhronized.
491,595
21.02.2020 15:18:59
-3,600
861669b92895f36fe5136f9a4d78614b3bb55d46
revert the SERIALINHIBITGUARD settings.
[ { "change_type": "MODIFY", "old_path": "openstack/02a-MAClow/IEEE802154E.h", "new_path": "openstack/02a-MAClow/IEEE802154E.h", "diff": "@@ -159,10 +159,10 @@ typedef enum {\nenum ieee154e_atomicdurations_enum {\n// time-slot related\n#if SLOTDURATION==10\n- TsTxOffset = 2120/PORT_US_PER_TICK, // 212...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-830. revert the SERIALINHIBITGUARD settings.
491,595
21.02.2020 16:05:10
-3,600
4fc201b6ce82e1038b7491f046bbd33d677111f6
use brackets for timing constant.
[ { "change_type": "MODIFY", "old_path": "openstack/02a-MAClow/IEEE802154E.h", "new_path": "openstack/02a-MAClow/IEEE802154E.h", "diff": "@@ -47,7 +47,7 @@ static const uint8_t ebIEsBytestream[] = {\n#define LIMITLARGETIMECORRECTION 5 // threshold number of ticks to declare a timeCorrection \"large\"\...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-830. use brackets for timing constant.
491,595
21.02.2020 16:47:16
-3,600
b7a58fdf82378eaf18c2c6c952900543c8e2f493
add frag file into openwsn project.
[ { "change_type": "MODIFY", "old_path": "projects/scum/03oos_openwsn/03oos_openwsn.uvprojx", "new_path": "projects/scum/03oos_openwsn/03oos_openwsn.uvprojx", "diff": "<FileType>1</FileType>\n<FilePath>..\\..\\..\\openstack\\03a-IPHC\\openbridge.c</FilePath>\n</File>\n+ <File>\n+ <FileName>frag.c</Fil...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-830. add frag file into openwsn project.
491,595
21.02.2020 17:09:42
-3,600
e4f2c01bedc676f8cc16d0182a06aed68bbe7dd3
be compatible with new radio_setFrequency interface.
[ { "change_type": "MODIFY", "old_path": "bsp/chips/at86rf215/radio.h", "new_path": "bsp/chips/at86rf215/radio.h", "diff": "@@ -49,6 +49,11 @@ typedef enum {\nRADIOSTATE_TURNING_OFF = 0x0d, ///< Turning the RF chain off.\n} radio_state_t;\n+typedef enum {\n+ FREQ_TX = 0x01,\n+ FREQ_RX = 0x02,\n+} radi...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-830. be compatible with new radio_setFrequency interface.
491,587
22.02.2020 17:29:30
-3,600
0b329945c3f19e1e025d7b7c08491cc1d7880690
Remove obsolete functions and apps from SConscripts
[ { "change_type": "MODIFY", "old_path": "bsp/boards/python/openwsnmodule_obj.h", "new_path": "bsp/boards/python/openwsnmodule_obj.h", "diff": "@@ -235,7 +235,6 @@ struct OpenMote {\ncstorm_vars_t cstorm_vars;\ncwellknown_vars_t cwellknown_vars;\nrrt_vars_t rrt_vars;\n- //tohlone_vars_t tohlone_vars;\...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
Remove obsolete functions and apps from SConscripts
491,587
06.02.2020 11:44:34
-3,600
3c7e7e3193b73f57b8307732b1c3d677a8b45fd9
Remove unused and legacy functions in oos_macpong.c
[ { "change_type": "MODIFY", "old_path": "projects/common/03oos_macpong/03oos_macpong.c", "new_path": "projects/common/03oos_macpong/03oos_macpong.c", "diff": "@@ -190,31 +190,14 @@ bool icmpv6rpl_daoSent(void) {\nreturn TRUE;\n}\nvoid icmpv6rpl_setMyDAGrank(dagrank_t rank) { return; }\n-void icmpv6rp...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
Remove unused and legacy functions in oos_macpong.c
491,595
28.02.2020 11:00:20
-3,600
df62328136e481abc97d9e02d4f4b05c24b8c462
Update radio_setFrequency interface for bsp_quick_cal project.
[ { "change_type": "MODIFY", "old_path": "projects/common/01bsp_quick_cal/01bsp_quick_cal.c", "new_path": "projects/common/01bsp_quick_cal/01bsp_quick_cal.c", "diff": "@@ -383,6 +383,9 @@ void cb_startFrame(PORT_TIMER_WIDTH timestamp) {\nreturn;\n}\nbreak;\n+ default:\n+ // should never happen\n+ brea...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-862. Update radio_setFrequency interface for bsp_quick_cal project.
491,603
04.03.2020 16:43:21
-3,600
962a42aaa280a7b48edcad6c5e7554670b3b3871
160 ms timings
[ { "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 20 // in miliseconds\n+#define SL...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
160 ms timings
491,603
04.03.2020 16:53:16
-3,600
9601ea3d1dff112d3983f01ea054b9a72ce20150
ATMEL radio configuration update in accordance to 708 branch + to use 2 byte CRC
[ { "change_type": "MODIFY", "old_path": "bsp/chips/at86rf215/at86rf215.h", "new_path": "bsp/chips/at86rf215/at86rf215.h", "diff": "@@ -3990,36 +3990,38 @@ void at86rf215_readBurst(uint16_t reg, uint8_t* regValueRead, uint16_t size);\n//------------------------------------ FSK ------------------------...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
ATMEL radio configuration update in accordance to 708 branch + to use 2 byte CRC
491,603
05.03.2020 13:23:42
-3,600
e71de6b3bece4642581c64b1a65f4cd1f7b6faac
fixing configurations for experiments
[ { "change_type": "MODIFY", "old_path": "bsp/chips/at86rf215/radio.h", "new_path": "bsp/chips/at86rf215/radio.h", "diff": "//=========================== define ==========================================\n-#define LENGTH_CRC 4\n+#define LENGTH_CRC 2\n//=========================== typedef =============...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
fixing configurations for experiments
491,603
06.03.2020 14:14:55
-3,600
09c6e8a30ae80abfef04f4a3b98968e2cd64c8b9
reverting slot and eb configurations to original configs
[ { "change_type": "MODIFY", "old_path": "openstack/02a-MAClow/IEEE802154E.h", "new_path": "openstack/02a-MAClow/IEEE802154E.h", "diff": "@@ -41,7 +41,7 @@ static const uint8_t ebIEsBytestream[] = {\n#define TXRETRIES 15 // number of MAC retries before declaring failed\n#define TX_POWER 31 // 1=-25dBm...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
reverting slot and eb configurations to original configs
491,595
01.04.2020 12:30:33
-7,200
cae1d7625ac842a2b20dd35a39140fa471a0c24a
add new em project (test).
[ { "change_type": "ADD", "old_path": null, "new_path": "projects/nrf52840/nrf52840.emProject", "diff": "+<!DOCTYPE CrossStudio_Project_File>\n+<solution\n+ Name=\"nordicopenwsn_03oos_openwsn_pca10056\"\n+ target=\"8\"\n+ version=\"2\">\n+ <project Name=\"01bsp_uart\">\n+ <configuration\n+ Name=\"Comm...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-751. add new em project (test).
491,595
01.04.2020 15:09:28
-7,200
0ac461718174cd22221ef6e1762ce78b03786c1d
update uart implementation.
[ { "change_type": "MODIFY", "old_path": "bsp/boards/nrf52840/uart.c", "new_path": "bsp/boards/nrf52840/uart.c", "diff": "@@ -40,6 +40,8 @@ typedef struct\n{\nuart_tx_cbt txCb;\nuart_rx_cbt rxCb;\n+ bool fXonXoffEscaping;\n+ uint8_t xonXoffEscapedByte;\n} uart_vars_t;\nuart_vars_t uart_vars;\n@@ -61,8...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-751. update uart implementation.
491,595
01.04.2020 18:19:40
-7,200
9edf416dfc8c6e5c3e42674abf202c18b3191b08
fix macpong project.
[ { "change_type": "MODIFY", "old_path": "projects/common/03oos_macpong/03oos_macpong.c", "new_path": "projects/common/03oos_macpong/03oos_macpong.c", "diff": "@@ -105,13 +105,13 @@ void macpong_send(uint8_t payloadCtr) {\n//===== FRAG\n-void frag_init(void) {return; }\n-void frag_sendDone(OpenQueueEn...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-873. fix macpong project.
491,595
09.04.2020 11:06:29
-7,200
765db32531d64cd5ecb3c4771e6b23a04b23d0a0
formatting radio.c
[ { "change_type": "MODIFY", "old_path": "bsp/boards/nrf52840/radio.c", "new_path": "bsp/boards/nrf52840/radio.c", "diff": "//=========================== variables =======================================\n-typedef struct\n-{\n+enum transciever_state_t {\n+ TS_OFF,\n+ TS_TX,\n+ TS_RX\n+}\n+\n+typedef s...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-751. formatting radio.c
491,595
09.04.2020 12:41:06
-7,200
4bea728215ab240510fe96c3e5b7f7efbd20f4dc
update board.c and radio.c
[ { "change_type": "MODIFY", "old_path": "bsp/boards/nrf52840/board.c", "new_path": "bsp/boards/nrf52840/board.c", "diff": "@@ -43,21 +43,20 @@ static void button_init(void);\nextern int mote_main(void);\n-int main(void)\n-{\n+int main(void) {\nreturn mote_main();\n}\n//=========================== pub...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-751. update board.c and radio.c
491,595
09.04.2020 12:50:03
-7,200
c4b435b235e5fea8274b77c69d02587dca5c82f0
update drv_openserial project.
[ { "change_type": "MODIFY", "old_path": "projects/nrf52840/02drv_openserial/02drv_openserial.emProject", "new_path": "projects/nrf52840/02drv_openserial/02drv_openserial.emProject", "diff": "<folder Name=\"kernel\">\n<file file_name=\"../../../kernel/openos/scheduler.c\" />\n</folder>\n- <folder Name...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-751. update drv_openserial project.
491,595
09.04.2020 12:56:37
-7,200
3178396723fdaadedc723a10464271eb2016e239
update drv_opentimers project.
[ { "change_type": "RENAME", "old_path": "projects/nrf52840/02drv_opentimers/NordicOpenWSN_02drv_opentimers_DK.emProject", "new_path": "projects/nrf52840/02drv_opentimers/02drv_opentimers.emProject", "diff": "<!DOCTYPE CrossStudio_Project_File>\n-<solution\n- Name=\"nordicopenwsn_02drv_opentimers_pca1...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-751. update drv_opentimers project.
491,595
10.04.2020 17:26:44
-7,200
a39726d5afd81d4f6eee38a0f854cf5f78539ef0
update uart isr.
[ { "change_type": "MODIFY", "old_path": "bsp/boards/nrf52840/uart.c", "new_path": "bsp/boards/nrf52840/uart.c", "diff": "@@ -83,7 +83,13 @@ static void uart_reinit(void) {\nmemset(tx_buf, 0, sizeof(tx_buf));\n// if UART cannot be initialized, blink error LED for 10s, and then reset\n- if (NRF_SUCCESS...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-751. update uart isr.
491,595
10.04.2020 17:27:32
-7,200
52d29c690c9ef64135aeea0453b8f0f8a82ae3f8
update timing and format eui64
[ { "change_type": "MODIFY", "old_path": "bsp/boards/nrf52840/board_info.h", "new_path": "bsp/boards/nrf52840/board_info.h", "diff": "#define PORT_maxTxAckPrepare 13 // ~397us (measured 364us)\n// radio speed related\n- #define PORT_delayTx 10 // 305us (measured 282us; radio_txNow() to RADIO_IRQHandle...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-751. update timing and format eui64
491,595
10.04.2020 17:28:17
-7,200
9ebd85ce9ff64cfe74293b4084a2708f95dc6edd
fix the bsp_radio and drv_openserial project.
[ { "change_type": "MODIFY", "old_path": "projects/common/01bsp_radio/01bsp_radio.c", "new_path": "projects/common/01bsp_radio/01bsp_radio.c", "diff": "@@ -244,6 +244,7 @@ int mote_main(void) {\n// switch to RX mode\nradio_rxEnable();\n+ radio_rxNow();\napp_vars.state = APP_STATE_RX;\n// led\n" }, ...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-751. fix the bsp_radio and drv_openserial project.
491,595
10.04.2020 17:33:55
-7,200
077028c6c60a343d23311168c74dbfc103fe5435
add 03macpong_project.
[ { "change_type": "ADD", "old_path": null, "new_path": "projects/nrf52840/03oos_macpong/03oos_macpong.emProject", "diff": "+<!DOCTYPE CrossStudio_Project_File>\n+<solution Name=\"03oos_macpong\" target=\"8\" version=\"2\">\n+ <project Name=\"03oos_macpong\">\n+ <configuration\n+ Name=\"Common\"\n+ ar...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-751. add 03macpong_project.
491,595
10.04.2020 17:46:36
-7,200
5ae60ca0c4a8a4c632292d43763dfdb5a2f77f0d
remove DAGROOT definitions.
[ { "change_type": "MODIFY", "old_path": "projects/nrf52840/03oos_openwsn/03oos_openwsn_DK.emProject", "new_path": "projects/nrf52840/03oos_openwsn/03oos_openwsn_DK.emProject", "diff": "<!DOCTYPE CrossStudio_Project_File>\n-<solution\n- Name=\"nordicopenwsn_03oos_openwsn_pca10056\"\n- target=\"8\"\n- ...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-751. remove DAGROOT definitions.
491,595
12.04.2020 23:13:20
-7,200
d1ba672dd3431506bf565032eb713118e67708f6
add folders for each layers.
[ { "change_type": "MODIFY", "old_path": "projects/nrf52840/03oos_openwsn/03oos_openwsn_DK.emProject", "new_path": "projects/nrf52840/03oos_openwsn/03oos_openwsn_DK.emProject", "diff": "<file file_name=\"../../../kernel/openos/scheduler.c\" />\n</folder>\n<folder Name=\"openstack\">\n- <file file_name...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-751. add folders for each layers.
491,595
13.04.2020 21:38:06
-7,200
db0ffba041c36c17bc388548f27681b100cf1344
fix the uart communication error (ERRORSRC=1 (runover))
[ { "change_type": "MODIFY", "old_path": "bsp/boards/nrf52840/sdk/modules/nrfx/drivers/src/nrfx_uart.c", "new_path": "bsp/boards/nrf52840/sdk/modules/nrfx/drivers/src/nrfx_uart.c", "diff": "@@ -639,11 +639,11 @@ static void uart_irq_handler(NRF_UART_Type * p_uart,\n}\n}\n-#if NRFX_CHECK(NRFX_UART0_ENA...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-751. fix the uart communication error (ERRORSRC=1 (runover))
491,595
13.04.2020 21:42:20
-7,200
07c34b9c9ae68d4551136989deb785caa0d2a046
update openwsn project
[ { "change_type": "MODIFY", "old_path": "projects/nrf52840/03oos_openwsn/03oos_openwsn_DK.emProject", "new_path": "projects/nrf52840/03oos_openwsn/03oos_openwsn_DK.emProject", "diff": "<folder Name=\"OpenWSN\">\n<folder Name=\"bsp\">\n<file file_name=\"../../../bsp/boards/nrf52840/board.c\" />\n- <fi...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-751. update openwsn project
491,595
13.04.2020 22:22:55
-7,200
16f0abb610c425c5fa98f4a4691b80e09a1ea11e
add README.md for nRF52840 port.
[ { "change_type": "ADD", "old_path": null, "new_path": "projects/nrf52840/README.md", "diff": "+# Running OpenWSN on nRF52840\n+\n+The nRF52840 port of OpenWSN uses SEGGER Embedded Studio as its IDE.\n+The current version doesn't support the L2_security yet.\n+To run an OpenWSN network, cjoin needs t...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-751. add README.md for nRF52840 port.
491,595
14.04.2020 13:34:31
-7,200
e8839fc582146080a6f929d0afb8fef66d0c5147
update the uart interrupt priority.
[ { "change_type": "MODIFY", "old_path": "bsp/boards/nrf52840/uart.c", "new_path": "bsp/boards/nrf52840/uart.c", "diff": "#define UART_BAUDRATE_115200 0x01D7E000 // Baud 115200\n#define UART_BAUDRATE_1M 0x10000000 // Baud 1M\n-#define UART_PRIORITY 2\n-\n#define UART_INTEN_RXDRDY_POS 2\n#define UART_I...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-751. update the uart interrupt priority.
491,595
15.04.2020 10:25:08
-7,200
e33efc8214a871295ea3254c86dc687d1e345e86
remove unrelated configuration.
[ { "change_type": "MODIFY", "old_path": "bsp/boards/nrf52840/radio.c", "new_path": "bsp/boards/nrf52840/radio.c", "diff": "@@ -88,26 +88,6 @@ void radio_init(void) {\n// set radio mode to IEEE 802.15.4\nNRF_RADIO->MODE = (RADIO_MODE_MODE_Ieee802154_250Kbit << RADIO_MODE_MODE_Pos);\n- // - - - - - - T...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-751. remove unrelated configuration.
491,595
15.04.2020 10:45:31
-7,200
340788da69e542c5f11e9b0764db0430f0640bd6
update drv_openserial project for nrf52840.
[ { "change_type": "MODIFY", "old_path": "projects/common/02drv_openserial/02drv_openserial.c", "new_path": "projects/common/02drv_openserial/02drv_openserial.c", "diff": "@@ -101,6 +101,8 @@ open_addr_t* idmanager_getMyID(uint8_t type) {\nreturn &app_vars.addr;\n}\n+void scheduler_push_task(task_cbt ...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-751. update drv_openserial project for nrf52840.
491,595
15.04.2020 10:59:01
-7,200
b7370b697480e63d0c1ea01a38c66ae5cb35c6b7
remove timing template for 15ms (not used).
[ { "change_type": "MODIFY", "old_path": "openstack/02a-MAClow/IEEE802154E.h", "new_path": "openstack/02a-MAClow/IEEE802154E.h", "diff": "@@ -169,16 +169,6 @@ enum ieee154e_atomicdurations_enum {\nwdAckDuration = (3000/PORT_US_PER_TICK), // 3000us (measured 1000us)\n#endif\n-#if SLOTDURATION==15\n- Ts...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-751. remove timing template for 15ms (not used).
491,595
30.04.2020 12:05:10
-7,200
cbcf622bd9369fcfc8455a5fb9349de2ed3c3a46
update opentestbed program timeout to 40 seconds.
[ { "change_type": "MODIFY", "old_path": "bootloader/openmote-cc2538/ot_program.py", "new_path": "bootloader/openmote-cc2538/ot_program.py", "diff": "@@ -18,7 +18,7 @@ class program_over_testbed(object):\nCMD = 'program'\n# in seconds, should be larger than the time starting from publishing message un...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-875. update opentestbed program timeout to 40 seconds.
491,587
05.03.2020 10:25:02
-3,600
b1153ffc73b767f136669b8e95e1e3e160610740
Add CoAP and cjoin to configuration file
[ { "change_type": "MODIFY", "old_path": "opencoap/applayer.c", "new_path": "opencoap/applayer.c", "diff": "#include \"applayer.h\"\n+#if defined(OPENWSN_COAP_C)\n#include \"coap.h\"\n+#endif\n+\n+#if defined(OPENWSN_CJOIN_C)\n#include \"cjoin.h\"\n+#endif\nvoid applayer_init() {\n+\n+#if defined(OPEN...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-867. Add CoAP and cjoin to configuration file
491,587
05.03.2020 10:25:57
-3,600
fce1312d3f1edd55cdd28047e81f6b549ec22af6
Update root level SConstruct and SConscript
[ { "change_type": "MODIFY", "old_path": "SConscript", "new_path": "SConscript", "diff": "@@ -58,7 +58,7 @@ if env['l2_security']==1:\nenv.Append(CPPDEFINES = 'L2_SECURITY_ACTIVE')\nif env['fix_channel']>=11 and env['fix_channel']<=26:\nenv.Append(CPPDEFINES = {'IEEE802154E_SINGLE_CHANNEL' : env['fix_...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-867. Update root level SConstruct and SConscript
491,587
06.03.2020 11:11:16
-3,600
b9a1f0c085ba554151da7b0b334e2b344c525168
Enable/Disable openudp through config.h
[ { "change_type": "MODIFY", "old_path": "inc/SConscript", "new_path": "inc/SConscript", "diff": "@@ -5,6 +5,8 @@ Import('env')\nlocalEnv = env.Clone()\nsources_h = [\n+ 'config.h',\n+ 'check_config.h',\n'opendefs.h',\n]\n" }, { "change_type": "MODIFY", "old_path": "inc/config.h", "new...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-867. Enable/Disable openudp through config.h
491,587
06.03.2020 14:44:07
-3,600
5255a9e8c04a114759c350b2d8d54058c146a108
Disable/enable 6lowpan fragmentation through config.h
[ { "change_type": "MODIFY", "old_path": "inc/config.h", "new_path": "inc/config.h", "diff": "// #define OPENWSN_OPENUDP_C\n+/**\n+ * \\def OPENWSN_6LO_FRAGMENTATION_C\n+ *\n+ * Implements 6LoWPAN fragmentation.\n+ *\n+ * Configuration options:\n+ * - OPENWSN_MAX_PKTSIZE_SUPPORTED: defines the maximum...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-867. Disable/enable 6lowpan fragmentation through config.h
491,587
06.03.2020 14:52:30
-3,600
551d800a619caf86fc5c61a996d3b95301734245
Add config checker (config_check.h)
[ { "change_type": "MODIFY", "old_path": "inc/check_config.h", "new_path": "inc/check_config.h", "diff": "+#ifndef __CHECK_CONFIG_H\n+#define __CHECK_CONFIG_H\n+\n+\n+#if !defined(OPENWSN_COAP_C) && (\\\n+ defined(OPENWSN_C6T_C) || \\\n+ defined(OPENWN_CEXAMPLE_C) || \\\n+ defined(OPENWSN_CINFO_C) || ...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-867. Add config checker (config_check.h)
491,587
01.04.2020 17:13:14
-7,200
f727f78726d0ce5126e4c27881cad1844a2e8d86
Move SHA and HKDF functions to crypto driver
[ { "change_type": "MODIFY", "old_path": "drivers/SConscript", "new_path": "drivers/SConscript", "diff": "@@ -12,7 +12,11 @@ sources_c = [\nos.path.join('common','openserial.c'),\nos.path.join('common','opentimers.c'),\nos.path.join('common','crypto','ccms.c'),\n- os.path.join('common','crypto','aes12...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-867. Move SHA and HKDF functions to crypto driver
491,587
01.04.2020 13:43:56
-7,200
74fdbb003abde885733052986b48baba3e83748d
Refactor openserial and fix openserial_printf Temporarily removes broken commands (will be updated later)
[ { "change_type": "MODIFY", "old_path": "SConscript", "new_path": "SConscript", "diff": "@@ -60,8 +60,6 @@ if env['fix_channel']>=11 and env['fix_channel']<=26:\nenv.Append(CPPDEFINES = {'IEEE802154E_SINGLE_CHANNEL' : env['fix_channel']})\nif env['msf_adaptive']==1:\nenv.Append(CPPDEFINES = 'MSF_ADAP...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-867. Refactor openserial and fix openserial_printf - Temporarily removes broken commands (will be updated later)
491,587
15.05.2020 16:03:43
-7,200
c878741adf61ae87f5f163b5962c2baf1fed5b6b
move "MSF adaptive" to config.h
[ { "change_type": "MODIFY", "old_path": "SConscript", "new_path": "SConscript", "diff": "@@ -94,8 +94,6 @@ if env['l2_security'] == 1:\nenv.Append(CPPDEFINES='L2_SECURITY_ACTIVE')\nif 11 <= env['fix_channel'] <= 26:\nenv.Append(CPPDEFINES={'IEEE802154E_SINGLE_CHANNEL': env['fix_channel']})\n-if env['...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-867. move "MSF adaptive" to config.h
491,587
19.05.2020 17:15:07
-7,200
5962edce41a1e2db3e1200345dac2866e39c2e34
Add a check to warn users about slow SW encryption
[ { "change_type": "MODIFY", "old_path": "inc/check_config.h", "new_path": "inc/check_config.h", "diff": "#error 'Board name must be specified to check for configuration errors'\n#endif\n+#if (defined(OPENMOTE_CC2538) || \\\n+ defined(OPENMOTE_B) || \\\n+ defined(OPENMOTE_B_24GHZ) || \\\n+ defined(OPE...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-867. Add a check to warn users about slow SW encryption
491,587
28.05.2020 17:25:07
-7,200
7102b58ea1b0ddab98e28a55fee94cc51e445e01
Rename openudp to udp
[ { "change_type": "MODIFY", "old_path": "bsp/boards/python/openwsnmodule_obj.h", "new_path": "bsp/boards/python/openwsnmodule_obj.h", "diff": "#include \"icmpv6rpl_obj.h\"\n#include \"coap_obj.h\"\n#include \"oscore_obj.h\"\n-#include \"openudp_obj.h\"\n+#include \"udp_obj.h\"\n#include \"idmanager_o...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-867. Rename openudp to udp
491,587
29.05.2020 00:27:32
-7,200
02ada01cda339465df44ff384bcf478741dfa94c
Fix compiler warning when building python board
[ { "change_type": "MODIFY", "old_path": "bsp/boards/python/radio_obj.c", "new_path": "bsp/boards/python/radio_obj.c", "diff": "@@ -297,7 +297,8 @@ void radio_getReceivedFrame(OpenMote* self,\nreturn;\n}\nif (PyTuple_Size(result) != 4) {\n- printf(\"[CRITICAL] radio_getReceivedFrame() did not return a...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-867. Fix compiler warning when building python board
491,587
29.05.2020 00:32:23
-7,200
83f47b8a5e88cfdb12e3cfa0202b1e1b0f9cb6da
Use BOARD definition to enable/disable BSP specific features
[ { "change_type": "MODIFY", "old_path": "drivers/common/crypto/ccms.c", "new_path": "drivers/common/crypto/ccms.c", "diff": "//=========================== prototypes ======================================\n-#ifndef OPENWSN_AES_HW\n+#ifndef BOARD_CRYPTOENGINE_ENABLED\nstatic owerror_t aes_cbc_mac(uint...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-867. Use BOARD definition to enable/disable BSP specific features
491,587
29.05.2020 00:32:57
-7,200
949dd98d63ad6f988dc9890081ce8ce37d3fb2b3
ICMPv6 ECHO switch in config.h
[ { "change_type": "MODIFY", "old_path": "inc/config.h", "new_path": "inc/config.h", "diff": "*/\n#define OPENWSN_ADAPTIVE_MSF\n+/**\n+ * \\def OPENWSN_ICMPV6ECHO_c\n+ *\n+ * Enables the icmpv6 echo (ping) functionality\n+ */\n+#define OPENWSN_ICMPV6ECHO_C\n+\n// ======================== Board configu...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-867. ICMPv6 ECHO switch in config.h
491,587
28.05.2020 22:41:10
-7,200
29f82c69aec76109fe2b2476b9c059a0bc1ee856
Move force topology option to config.h
[ { "change_type": "MODIFY", "old_path": "SConscript", "new_path": "SConscript", "diff": "@@ -84,8 +84,6 @@ if env['panid']:\nenv.Append(CPPDEFINES={'PANID_DEFINED': env['panid']})\nif env['dagroot'] == 1:\nenv.Append(CPPDEFINES='DAGROOT')\n-if env['forcetopology'] == 1:\n- env.Append(CPPDEFINES='FORC...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-867. Move force topology option to config.h
491,587
28.05.2020 22:52:22
-7,200
ca594ff1bdc3b24971ed7c6bcb64c261812bb52a
Move adaptive sync option to config.h
[ { "change_type": "MODIFY", "old_path": "SConscript", "new_path": "SConscript", "diff": "@@ -86,8 +86,6 @@ if env['dagroot'] == 1:\nenv.Append(CPPDEFINES='DAGROOT')\nif env['atmel_24ghz'] == 1:\nenv.Append(CPPDEFINES='ATMEL_24GHZ')\n-if env['noadaptivesync'] == 1:\n- env.Append(CPPDEFINES='NOADAPTIVE...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-867. Move adaptive sync option to config.h
491,587
28.05.2020 23:08:04
-7,200
73c9db2c64dd5538c6f761a032108eeb7e5178df
Update header guards + remove legacy comments
[ { "change_type": "MODIFY", "old_path": "openstack/02a-MAClow/IEEE802154E.c", "new_path": "openstack/02a-MAClow/IEEE802154E.c", "diff": "@@ -345,7 +345,6 @@ void isr_ieee154e_newSlot(opentimers_id_t id) {\n);\nieee154e_vars.slotDuration = TsSlotDuration;\n- // radiotimer_setPeriod(ieee154e_vars.slotD...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-867. Update header guards + remove legacy comments
491,587
28.05.2020 23:08:43
-7,200
416f809a1bd52d1bb5cb8b590e839095fb25c170
Update header guards IEEE802154.h
[ { "change_type": "MODIFY", "old_path": "openstack/02a-MAClow/IEEE802154.h", "new_path": "openstack/02a-MAClow/IEEE802154.h", "diff": "-#ifndef __IEEE802154_H\n-#define __IEEE802154_H\n+#ifndef OPENWSN_IEEE802154_H\n+#define OPENWSN_IEEE802154_H\n/**\n\\addtogroup MAClow\n@@ -162,4 +162,4 @@ void iee...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-867. Update header guards IEEE802154.h
491,587
28.05.2020 23:09:13
-7,200
0f9ea8fb1c11d3e717cee76bdcad5af1fc02b6cd
Update header guards msf.h
[ { "change_type": "MODIFY", "old_path": "openstack/02b-MAChigh/msf.h", "new_path": "openstack/02b-MAChigh/msf.h", "diff": "-#ifndef __MSF_H\n-#define __MSF_H\n+#ifndef OPENWSN_MSF_H\n+#define OPENWSN_MSF_H\n/**\n\\addtogroup MAChigh\n@@ -88,4 +88,4 @@ uint8_t msf_getPreviousNumCellsUsed(cellType_t ce...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-867. Update header guards msf.h
491,587
28.05.2020 23:10:03
-7,200
1012ed57657bfcefd47b6e0b7280e04b963f0915
Update header guards neighbors.h + linter pass
[ { "change_type": "MODIFY", "old_path": "openstack/02b-MAChigh/neighbors.c", "new_path": "openstack/02b-MAChigh/neighbors.c", "diff": "@@ -22,12 +22,12 @@ void registerNewNeighbor(\nuint8_t joinPrio,\nbool insecure\n);\n+\nbool isNeighbor(open_addr_t *neighbor);\n+\nvoid removeNeighbor(uint8_t neighb...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-867. Update header guards neighbors.h + linter pass
491,587
28.05.2020 23:10:17
-7,200
ccade0a71f7b73c4172116c3d5bf68d7d0ba9401
Update header guards sixtop.h
[ { "change_type": "MODIFY", "old_path": "openstack/02b-MAChigh/sixtop.h", "new_path": "openstack/02b-MAChigh/sixtop.h", "diff": "-#ifndef __SIXTOP_H\n-#define __SIXTOP_H\n+#ifndef OPENWSN_SIXTOP_H\n+#define OPENWSN_SIXTOP_H\n/**\n\\addtogroup MAChigh\n@@ -160,6 +160,6 @@ bool debugPrint_kaPeriod(void...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-867. Update header guards sixtop.h
491,587
28.05.2020 23:22:14
-7,200
6f5dcaef1b0cb30fd868a236fc4e0798392395d3
Update header guards iphc.h + linter pass
[ { "change_type": "MODIFY", "old_path": "openstack/03a-IPHC/iphc.h", "new_path": "openstack/03a-IPHC/iphc.h", "diff": "-#ifndef __IPHC_H\n-#define __IPHC_H\n+#ifndef OPENWSN_IPHC_H\n+#define OPENWSN_IPHC_H\n/**\n\\addtogroup LoWPAN\n@@ -308,9 +308,7 @@ void iphc_retrieveIPv6DeadlineHeader(\ndeadline_...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-867. Update header guards iphc.h + linter pass
491,587
28.05.2020 23:22:27
-7,200
4e48e479d5c069de3a001b05a78ca547923dd247
Update header guards frag.h
[ { "change_type": "MODIFY", "old_path": "openstack/03a-IPHC/frag.h", "new_path": "openstack/03a-IPHC/frag.h", "diff": "\\author Timothy Claeys <timothy.claeys@inria.fr>, January 2020.\n*/\n-#ifndef __FRAG_H\n-#define __FRAG_H\n+#ifndef OPENWSN_FRAG_H\n+#define OPENWSN_FRAG_H\n/**\n\\addtogroup LoWPAN...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-867. Update header guards frag.h
491,587
28.05.2020 23:23:41
-7,200
a7389d27812ab14bccc309ffadb4c1fee732376e
Update header guards openbridge.h
[ { "change_type": "MODIFY", "old_path": "openstack/03a-IPHC/openbridge.h", "new_path": "openstack/03a-IPHC/openbridge.h", "diff": "-#ifndef __OPENBRIDGE_H\n-#define __OPENBRIDGE_H\n+#ifndef OPENWSN_OPENBRIDGE_H\n+#define OPENWSN_OPENBRIDGE_H\n/**\n\\addtogroup LoWPAN\n@@ -29,4 +29,4 @@ void openbridg...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-867. Update header guards openbridge.h
491,587
28.05.2020 23:29:17
-7,200
79cd92409d2a5fe749fe212751dc42afd8b34812
Update header guards forwarding.h
[ { "change_type": "MODIFY", "old_path": "openstack/03b-IPv6/forwarding.h", "new_path": "openstack/03b-IPv6/forwarding.h", "diff": "-#ifndef __FORWARDING_H\n-#define __FORWARDING_H\n+#ifndef OPENWSN_FORWARDING_H\n+#define OPENWSN_FORWARDING_H\n/**\n\\addtogroup IPv6\n@@ -49,6 +49,7 @@ typedef struct {...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-867. Update header guards forwarding.h
491,587
28.05.2020 23:29:47
-7,200
6a57afd32a243658234d2b47a258bc3c636b2f2d
Update header guards icmpv6.h
[ { "change_type": "MODIFY", "old_path": "openstack/03b-IPv6/icmpv6.h", "new_path": "openstack/03b-IPv6/icmpv6.h", "diff": "-#ifndef __ICMPv6_H\n-#define __ICMPv6_H\n+#ifndef OPENWSN_ICMPv6_H\n+#define OPENWSN_ICMPv6_H\n/**\n\\addtogroup IPv6\n@@ -49,8 +49,11 @@ typedef struct {\n//===================...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-867. Update header guards icmpv6.h
491,587
28.05.2020 23:29:57
-7,200
3f953e8a00644288513cb08f63d4d9e2532843f3
Update header guards icmpv6echo.h
[ { "change_type": "MODIFY", "old_path": "openstack/03b-IPv6/icmpv6echo.h", "new_path": "openstack/03b-IPv6/icmpv6echo.h", "diff": "-#ifndef __ICMPv6ECHO_H\n-#define __ICMPv6ECHO_H\n+#ifndef OPENWSN_ICMPv6ECHO_H\n+#define OPENWSN_ICMPv6ECHO_H\n/**\n\\addtogroup IPv6\n@@ -37,4 +37,4 @@ void icmpv6echo_...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-867. Update header guards icmpv6echo.h
491,587
28.05.2020 23:30:14
-7,200
ac6c7c78e5045a9a2f000cb6bb5e60d4b276e234
Update header guards udp.h + linter pass
[ { "change_type": "MODIFY", "old_path": "openstack/04-TRAN/udp.c", "new_path": "openstack/04-TRAN/udp.c", "diff": "@@ -16,6 +16,7 @@ openudp_vars_t openudp_vars;\n//=========================== prototypes ======================================\nstatic void openudp_sendDone_default_handler(OpenQueueEnt...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-867. Update header guards udp.h + linter pass
491,587
28.05.2020 23:30:25
-7,200
d1be11d245549deecc3b3568ed6f3564ba72bafe
Update header guards icmpv6rpl.h
[ { "change_type": "MODIFY", "old_path": "openstack/03b-IPv6/icmpv6rpl.h", "new_path": "openstack/03b-IPv6/icmpv6rpl.h", "diff": "-#ifndef __ICMPv6RPL_H\n-#define __ICMPv6RPL_H\n+#ifndef OPENWSN_ICMPv6RPL_H\n+#define OPENWSN_ICMPv6RPL_H\n/**\n\\addtogroup IPv6\n@@ -246,6 +246,6 @@ bool icmpv6rpl_daoSe...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-867. Update header guards icmpv6rpl.h
491,587
28.05.2020 23:33:02
-7,200
af5a01c8fa270f9e56a33e9eb007b7a90a3e727d
Update header guards idmanager.h + linter pass
[ { "change_type": "MODIFY", "old_path": "openstack/cross-layers/idmanager.c", "new_path": "openstack/cross-layers/idmanager.c", "diff": "@@ -242,11 +242,7 @@ void idmanager_triggerAboutRoot(void) {\n// store prefix (bytes 1-8)\nmyPrefix.type = ADDR_PREFIX;\n- memcpy(\n- myPrefix.prefix,\n- &input_buf...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-867. Update header guards idmanager.h + linter pass
491,587
28.05.2020 23:35:46
-7,200
56593bef3422bdc61d78ba01d0e213e1d7ef8892
Update header guards openqueue.h
[ { "change_type": "MODIFY", "old_path": "openstack/cross-layers/openqueue.h", "new_path": "openstack/cross-layers/openqueue.h", "diff": "-#ifndef __OPENQUEUE_H\n-#define __OPENQUEUE_H\n+#ifndef OPENWSN_OPENQUEUE_H\n+#define OPENWSN_OPENQUEUE_H\n/**\n\\addtogroup cross-layers\n@@ -42,7 +42,9 @@ typede...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-867. Update header guards openqueue.h
491,587
28.05.2020 23:35:58
-7,200
059702a2ccc74a4396f381a2a4b9bb5c48cff58c
Update header guards openrandom.h + linter pass
[ { "change_type": "MODIFY", "old_path": "openstack/cross-layers/openrandom.h", "new_path": "openstack/cross-layers/openrandom.h", "diff": "@@ -23,7 +23,9 @@ typedef struct {\n//=========================== prototypes ======================================\nvoid openrandom_init(void);\n+\nuint16_t open...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-867. Update header guards openrandom.h + linter pass
491,587
28.05.2020 23:36:15
-7,200
369d6b7bed859a73dc19708380500d55c0d3e9d5
Update header guards openstack.h
[ { "change_type": "MODIFY", "old_path": "openstack/openstack.h", "new_path": "openstack/openstack.h", "diff": "\\author Thomas Watteyne <watteyne@eecs.berkeley.edu>, October 2014.\n*/\n-#ifndef __OPENSTACK_H\n-#define __OPENSTACK_H\n+#ifndef OPENWSN_OPENSTACK_H\n+#define OPENWSN_OPENSTACK_H\n#include...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-867. Update header guards openstack.h
491,587
29.05.2020 00:29:56
-7,200
7207e81578b84946edf71fa48c31d3fda27b0980
Move CJOIN back to openapps
[ { "change_type": "MODIFY", "old_path": "SConscript", "new_path": "SConscript", "diff": "@@ -68,7 +68,7 @@ if env['board'] != 'python':\nos.path.join('#', 'bsp', 'chips'),\nos.path.join('#', 'drivers', 'common'),\nos.path.join('#', 'kernel'),\n- os.path.join('#', 'opencoap'),\n+ os.path.join('#', 'op...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-867. Move CJOIN back to openapps
491,587
29.05.2020 00:52:13
-7,200
846aa05af1b373307ff16dc499b62f16bad64c94
Fixed channel option in config.h
[ { "change_type": "MODIFY", "old_path": "SConscript", "new_path": "SConscript", "diff": "@@ -86,8 +86,6 @@ if env['dagroot'] == 1:\nenv.Append(CPPDEFINES='DAGROOT')\nif env['atmel_24ghz'] == 1:\nenv.Append(CPPDEFINES='ATMEL_24GHZ')\n-if 11 <= env['fix_channel'] <= 26:\n- env.Append(CPPDEFINES={'IEEE8...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-867. Fixed channel option in config.h
491,587
29.05.2020 13:58:24
-7,200
8d73a7e4ef9d347305d12d442fa9f8f4aa02238a
Add debugging output for MSF algorithm
[ { "change_type": "MODIFY", "old_path": "drivers/common/openserial.c", "new_path": "drivers/common/openserial.c", "diff": "@@ -400,6 +400,10 @@ void task_openserial_debugPrint(void) {\nif (debugPrint_joined() == TRUE) {\nbreak;\n}\n+ case STATUS_MSF:\n+ if (debugPrint_msf() == TRUE) {\n+ break;\n+ }\...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-867. Add debugging output for MSF algorithm
491,587
29.05.2020 12:33:47
-7,200
968047685a626aeb741e96c901b2724d4f9a86f5
Log sixtop 6p requests
[ { "change_type": "MODIFY", "old_path": "inc/opendefs.h", "new_path": "inc/opendefs.h", "diff": "@@ -236,55 +236,56 @@ enum {\nERR_NO_RECEIVED_PACKET = 0x24, // there is no received packet in queue\nERR_SCHEDULE_OVERFLOWN = 0x25, // schedule overflown\nERR_SIXTOP_RETURNCODE = 0x26, // sixtop return c...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-867. Log sixtop 6p requests
491,587
02.06.2020 10:25:59
-7,200
130c46305e68b15fe0b92fb157a2cd50aaa27959
Cleanup opendefs defines
[ { "change_type": "MODIFY", "old_path": "drivers/common/openserial.c", "new_path": "drivers/common/openserial.c", "diff": "@@ -746,7 +746,7 @@ port_INLINE void inputHdlcClose(void) {\nvoid task_printInputBufferOverflow(void) {\n// input buffer overflow\n- LOG_ERROR(COMPONENT_OPENSERIAL, ERR_INPUT_BUF...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-867. Cleanup opendefs defines
491,595
04.06.2020 10:14:13
-7,200
1152836048dcb0905b7f1215551988e6ec20e60b
update si70x sensor driver.
[ { "change_type": "MODIFY", "old_path": "bsp/boards/openmote-b-24ghz/sensors.c", "new_path": "bsp/boards/openmote-b-24ghz/sensors.c", "diff": "@@ -29,11 +29,9 @@ void sensors_init(void) {\nmemset(&sensors_vars,0,sizeof(sensors_vars_t));\n- if (si70x_is_present()==1) {\nsi70x_init();\nsensors_vars.sen...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-876. update si70x sensor driver.
491,595
05.06.2020 17:09:36
-7,200
0d008f37f84b3dbe8435b83fa736fc727ea14747
add bsp_dynamic_cal.c
[ { "change_type": "ADD", "old_path": null, "new_path": "projects/common/01bsp_dynamic_cal/01bsp_dynamic_cal.c", "diff": "+/**\n+\\brief This program shows the use of the \"radio\" bsp module.\n+\n+Since the bsp modules for different platforms have the same declaration, you\n+can use this project with...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-876. add bsp_dynamic_cal.c
491,595
10.06.2020 00:13:35
-7,200
6d2c8d3cd7136bc9a3c48527fadf536956118f20
change the states in main function.
[ { "change_type": "MODIFY", "old_path": "projects/common/01bsp_continuously_cal/01bsp_continuously_cal.c", "new_path": "projects/common/01bsp_continuously_cal/01bsp_continuously_cal.c", "diff": "@@ -107,6 +107,12 @@ int mote_main(void) {\nif (app_vars.txpk_txDone){\n+ if (app_vars.time_in_second == B...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-876. change the states in main function.
491,595
10.06.2020 15:00:18
-7,200
2f7c8c09cc729a7f278c6fc465e29934c49caf74
verify receivedFrame and reset txAck_done flag.
[ { "change_type": "MODIFY", "old_path": "projects/common/01bsp_continuously_cal/01bsp_continuously_cal.c", "new_path": "projects/common/01bsp_continuously_cal/01bsp_continuously_cal.c", "diff": "@@ -29,8 +29,9 @@ corresponding to the incoming frame.\n//=========================== defines ============...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-876. verify receivedFrame and reset txAck_done flag.
491,587
11.06.2020 18:49:01
-7,200
563a9e350af9591b4bdace668b179b4c1ea70f98
Bug fix for ENABLE_INTERRUPTS
[ { "change_type": "MODIFY", "old_path": "drivers/common/openserial.c", "new_path": "drivers/common/openserial.c", "diff": "@@ -594,10 +594,7 @@ void openserial_handleRxFrame() {\nopenbridge_triggerData();\nbreak;\ncase SERFRAME_PC2MOTE_TRIGGERSERIALECHO:\n- openserial_handleEcho(\n- &openserial_vars....
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-867. Bug fix for ENABLE_INTERRUPTS
491,587
11.06.2020 18:58:12
-7,200
0d42c1f7af6f2335e104cd5d806300a424c00026
Add space optimization flags
[ { "change_type": "MODIFY", "old_path": "SConscript", "new_path": "SConscript", "diff": "@@ -266,6 +266,8 @@ elif env['toolchain'] == 'armgcc':\nenv.Append(CCFLAGS='-Wall')\nenv.Append(CCFLAGS='-Wa,-adhlns=${TARGET.base}.lst')\nenv.Append(CCFLAGS='-c')\n+ env.Append(CCFLAGS='-ffunction-sections')\n+ ...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-867. Add space optimization flags
491,595
12.06.2020 14:39:34
-7,200
a323b73661f6f654d44bbd7879fa7f6a016d6aaf
delay required on SCuM side when configure to listen. So add delay on OpenMote-b side as well.
[ { "change_type": "MODIFY", "old_path": "projects/common/01bsp_continuously_cal/01bsp_continuously_cal.c", "new_path": "projects/common/01bsp_continuously_cal/01bsp_continuously_cal.c", "diff": "@@ -31,7 +31,7 @@ corresponding to the incoming frame.\n#define LENGTH_PACKET 3+LENGTH_CRC // maximum leng...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-876. delay required on SCuM side when configure to listen. So add delay on OpenMote-b side as well.
491,595
12.06.2020 16:15:59
-7,200
6d56f72ec465fac58a157e551f4bea21e1aff1bd
add sensor reset callback after sent ack frame.
[ { "change_type": "MODIFY", "old_path": "bsp/boards/openmote-b-24ghz/sensors.c", "new_path": "bsp/boards/openmote-b-24ghz/sensors.c", "diff": "@@ -88,3 +88,9 @@ callbackConvert_cbt sensors_getCallbackConvert(uint8_t sensorType) {\n}\n//=========================== private =============================...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-876. add sensor reset callback after sent ack frame.
491,595
14.06.2020 23:56:33
-7,200
b15e69331debeac3a2d0905b1b731a3cc936fe4d
only read temperature in ack.
[ { "change_type": "MODIFY", "old_path": "projects/common/01bsp_continuously_cal/01bsp_continuously_cal.c", "new_path": "projects/common/01bsp_continuously_cal/01bsp_continuously_cal.c", "diff": "@@ -30,7 +30,7 @@ corresponding to the incoming frame.\n#define LENGTH_PACKET 3+LENGTH_CRC // maximum leng...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-876. only read temperature in ack.
491,595
16.06.2020 20:16:25
-7,200
abeb43e4a21050bdfc9d2dee29db8995b89e4683
schedule the ack according to payload of incoming frame (probe).
[ { "change_type": "MODIFY", "old_path": "projects/common/01bsp_continuously_cal/01bsp_continuously_cal.c", "new_path": "projects/common/01bsp_continuously_cal/01bsp_continuously_cal.c", "diff": "@@ -33,7 +33,9 @@ corresponding to the incoming frame.\n#define CHANNEL 11 // 24ghz: 11 = 2.405GHz, subghz...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-876. schedule the ack according to payload of incoming frame (probe).
491,587
15.06.2020 17:03:53
-7,200
e8cbd8e2e0ed2dfaf47ceae3a2d9d813a7d58e97
Bug fix: Information Element parsing
[ { "change_type": "MODIFY", "old_path": "openstack/02a-MAClow/IEEE802154.c", "new_path": "openstack/02a-MAClow/IEEE802154.c", "diff": "@@ -422,17 +422,27 @@ void ieee802154_retrieveHeader(OpenQueueEntry_t *msg,\n// Record the position where we should start decrypting the ACK, if security is enabled\n...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-867. Bug fix: Information Element parsing
491,587
16.06.2020 09:22:06
-7,200
fac40813059819728130ffc27afa22a7a982307a
Add logging to MSF
[ { "change_type": "MODIFY", "old_path": "inc/config.h", "new_path": "inc/config.h", "diff": "* Allow the MSF algorithm to dynamically remove and allocate slots, based on the traffic load in the network.\n*\n*/\n-// #define OPENWSN_ADAPTIVE_MSF\n+#define OPENWSN_ADAPTIVE_MSF\n/**\n*\n* Enables the icm...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-867. Add logging to MSF
491,587
25.06.2020 14:10:33
-7,200
7e1c11008e9442b149d6287b7e8e724080cf8878
Fix macpong project
[ { "change_type": "MODIFY", "old_path": "SConscript", "new_path": "SConscript", "diff": "@@ -98,7 +98,10 @@ if env['toolchain'] == 'mspgcc':\n# compiler\nenv.Replace(CC='msp430-gcc')\nenv.Append(CCFLAGS='-Wstrict-prototypes')\n+ env.Append(CCFLAGS='-ffunction-sections')\n+ env.Append(CCFLAGS='-fdata-...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-867. Fix macpong project
491,587
25.06.2020 14:15:16
-7,200
1fe511fd35eb54a566a44fea4a0ebfe47fac5338
Set default config.h file Disable everything, otherwise macpong will not compile
[ { "change_type": "MODIFY", "old_path": "inc/config.h", "new_path": "inc/config.h", "diff": "*\n*/\n-#define OPENWSN_CJOIN_C\n+// #define OPENWSN_CJOIN_C\n// ======================= OpenWeb configuration =======================\n*\n*/\n-#define OPENWSN_COAP_C\n+// #define OPENWSN_COAP_C\n// =========...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-867. Set default config.h file Disable everything, otherwise macpong will not compile
491,587
25.06.2020 14:30:49
-7,200
ae4dc091318e39cf9b214e38ababf67855ea174a
Update header guards
[ { "change_type": "MODIFY", "old_path": "openstack/cross-layers/openrandom.h", "new_path": "openstack/cross-layers/openrandom.h", "diff": "-#ifndef __OPENRANDOM_H\n-#define __OPENRANDOM_H\n+#ifndef OPENWSN_OPENRANDOM_H\n+#define OPENWSN_OPENRANDOM_H\n/**\n\\addtogroup cross-layers\n@@ -33,4 +33,4 @@ ...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-867. Update header guards
491,587
25.06.2020 15:32:46
-7,200
71e96740eea57fedb67c58e90da8e873709ed7b3
Bug fix for opentimers (thanks to Francisco)
[ { "change_type": "MODIFY", "old_path": "drivers/common/opentimers.c", "new_path": "drivers/common/opentimers.c", "diff": "@@ -60,6 +60,7 @@ opentimers_id_t opentimers_create(uint8_t timer_id, uint8_t task_prio){\nopentimers_vars.timersBuf[timer_id].isUsed = TRUE;\n// the TSCH timer and inhibit timer...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-867. Bug fix for opentimers (thanks to Francisco)
491,587
25.06.2020 16:10:02
-7,200
ca4869ae9c6b5c1208e4688676e577d60c3ddb6b
Update log level names to prevent namespace collision
[ { "change_type": "MODIFY", "old_path": "drivers/common/openserial.c", "new_path": "drivers/common/openserial.c", "diff": "@@ -146,22 +146,22 @@ owerror_t openserial_printLog(\nchar severity;\nswitch (log_level) {\n- case VERBOSE:\n+ case L_VERBOSE:\nseverity = SERFRAME_MOTE2PC_VERBOSE;\nbreak;\n- ca...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-867. Update log level names to prevent namespace collision
491,587
25.06.2020 16:10:35
-7,200
540b52899519665dd7b6c70af45b4346d5c6b72b
Update board checks in check_config.h
[ { "change_type": "MODIFY", "old_path": "SConscript", "new_path": "SConscript", "diff": "@@ -52,8 +52,12 @@ elif env['board'] == 'agilefox':\nenv.Append(CPPDEFINES='AGILEFOX')\nelif env['board'] == 'iot-lab_M3':\nenv.Append(CPPDEFINES='IOTLAB_M3')\n+elif env['board'] == 'iot-lab_A8-M3':\n+ env.Append...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-867. Update board checks in check_config.h
491,587
25.06.2020 16:17:16
-7,200
7301a402b2158a53f423d2846a3e957a58548dea
Fix unterminated #if
[ { "change_type": "MODIFY", "old_path": "bsp/boards/iot-lab_A8-M3/board.c", "new_path": "bsp/boards/iot-lab_A8-M3/board.c", "diff": "@@ -101,7 +101,7 @@ void board_init(void){\n#if defined(BOARD_CRYPTOENGINE_ENABLED)\ncryptoengine_init();\n-#enabled\n+#endif\n}\nvoid board_sleep(void) {\n" }, { ...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-867. Fix unterminated #if
491,587
25.06.2020 16:24:13
-7,200
f8b74384d33fd6c5b32daf8d72d066de1aaedaff
Fix sniffer project
[ { "change_type": "MODIFY", "old_path": "projects/common/03oos_sniffer/03oos_sniffer.c", "new_path": "projects/common/03oos_sniffer/03oos_sniffer.c", "diff": "@@ -55,8 +55,11 @@ app_vars_t app_vars;\n//=========================== prototypes ======================================\nvoid cb_startFrame(P...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-867. Fix sniffer project
491,609
03.06.2020 10:40:05
-7,200
2bbe6dda7c77637382e0f04962c691792ffd4da0
Update OSCORE option name and number.
[ { "change_type": "MODIFY", "old_path": "openapps/cjoin/cjoin.c", "new_path": "openapps/cjoin/cjoin.c", "diff": "@@ -281,7 +281,7 @@ owerror_t cjoin_sendJoinRequest(open_addr_t *joinProxy) {\n// object security option\n// length and value are set by the CoAP library\n- options[2].type = COAP_OPTION_N...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-880. Update OSCORE option name and number.
491,609
03.06.2020 11:19:43
-7,200
c35d31227c5afc05e22ec7eabb76fde4ecc212c8
Update security context and its derivation.
[ { "change_type": "MODIFY", "old_path": "openapps/cjoin/cjoin.c", "new_path": "openapps/cjoin/cjoin.c", "diff": "@@ -112,6 +112,8 @@ void cjoin_init_security_context(void) {\nsizeof(senderID),\nrecipientID,\nsizeof(recipientID),\n+ NULL,\n+ 0,\njoinKey,\n16,\nNULL,\n" }, { "change_type": "MOD...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-880. Update security context and its derivation.
491,609
03.06.2020 11:40:18
-7,200
8a519e951fb8d3e95a4931cfbf63331c03abff7d
Update external AAD construct.
[ { "change_type": "MODIFY", "old_path": "openweb/opencoap/oscore.c", "new_path": "openweb/opencoap/oscore.c", "diff": "@@ -34,15 +34,13 @@ bool is_request(uint8_t code);\nuint8_t oscore_construct_aad(uint8_t *buffer,\nuint8_t version,\n- uint8_t code,\n- uint8_t *optionsSerialized,\n- uint8_t options...
C
BSD 3-Clause New or Revised License
openwsn-berkeley/openwsn-fw
FW-880. Update external AAD construct.