Skip to content
Raul Fuentes edited this page Jul 4, 2018 · 4 revisions

Welcome to the (rfuentess') RIOT wiki!

This is my testbed for RIOT OS (Mostly dtls related stuff for now).

Branches status

Names

Actually, this a memo for myself for avoiding my typical chaos with branches names

  • beta/* - A branch that will not necessary to be a PR. Not warning before deleting or rebasing.
  • fix/* - [deprecated] A branch that will be a PR fixing something minor.
  • module - [deprecated] A branch that will be a PR that integrates a full new module for RIOT
  • pr/fix/* - Equivalent to /fix
  • pr/module - Equivalent to /module

Current PRs

Branches PRs Description
fix/ftdi/usb_hardware_add PR #8442 Improving /fdi/usb with ftdi_location
module/tlsman PR #9066 TLSMAN
module/tlsman-poc-async PR #9446 TLSMAN + Sock_async
module/sock_secure/beta PR #9450 TLSMAN + Sock_secure

Legacy branches

Branches PRs Description
Module_DTLS PR #7177 (Rejected) GDTLS module. Legacy branch for now
Thesis_Tests -- To preserve, this is the commit used for my PhD Thesis
ota_updates_dtls_beta_1 -- To Preserve. This is never going to be a PR. It's an ad-hoc adaptation of the PR 7177 (GDTLS) and the OTA module (Still in PR)

Branches to be deleted

Branches PRs Description
beta/poc/sock_secure -- It was to be the PR, however has an screwed experiment with gcoap and sock_async on the commit. I dropped it in favor module/sock_secure/beta
alpha/sock/secure -- ---
Clone this wiki locally