forked from RIOT-OS/RIOT
-
Notifications
You must be signed in to change notification settings - Fork 0
About this fork
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).
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
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 |
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 | 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 | -- | --- |