1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
Go to file
Gilles DOFFE 4f0fd9cf95 cpu/stm32: add GPIO_PIN macro for stm32mp1 family
As stm32mp1 family accesses gpio pins with a different
offset than other stm32, create a specific macro.

Signed-off-by: Gilles DOFFE <gilles.doffe@savoirfairelinux.com>
2020-11-13 10:43:08 +01:00
.circleci
.github gh-actions: add direct link to circleci doc preview 2020-11-09 14:20:06 +01:00
boards Merge pull request #15070 from fjmolinas/pr_uwb_core 2020-11-12 14:04:51 +01:00
bootloaders/riotboot riotboot: add basic porting guide 2020-11-10 15:21:02 +01:00
core core/msg_bus: enhace documentation 2020-11-09 21:13:08 +01:00
cpu cpu/stm32: add GPIO_PIN macro for stm32mp1 family 2020-11-13 10:43:08 +01:00
dist tools/openocd: add stlink-dap adapter 2020-11-13 10:43:08 +01:00
doc Merge pull request #15154 from aabadie/pr/doc/cleanup_readme 2020-10-06 10:31:25 +02:00
drivers Merge pull request #15412 from bergzand/pr/flashpage/merge_raw 2020-11-12 22:32:21 +01:00
examples Merge pull request #15070 from fjmolinas/pr_uwb_core 2020-11-12 14:04:51 +01:00
fuzzing
kconfigs flashpage: Make pagewise API optional 2020-11-11 22:26:33 +01:00
makefiles tools/openocd: add stlink-dap adapter 2020-11-13 10:43:08 +01:00
pkg Merge pull request #15070 from fjmolinas/pr_uwb_core 2020-11-12 14:04:51 +01:00
sys Merge pull request #15412 from bergzand/pr/flashpage/merge_raw 2020-11-12 22:32:21 +01:00
tests tests/unittests: remove atomic-utils from unittests 2020-11-13 08:47:18 +01:00
.bandit
.drone.yml
.gitattributes
.gitignore .gitignore: ignore .elf files 2020-10-20 10:13:24 +02:00
.mailmap
.murdock murdock: test kconfig on peripheral tests for samr21-xpro 2020-11-06 15:58:00 +01:00
.travis.yml
CODE_OF_CONDUCT.md
CODEOWNERS codeowners: add to list 2020-11-10 23:03:08 +01:00
CODING_CONVENTIONS_C++.md
CODING_CONVENTIONS.md CODING_CONVENTIONS.md: fix typo 'seperate' -> 'separate' 2020-10-02 07:47:17 +02:00
CONTRIBUTING.md CONTRIBUTING: move 'general tips' under 'contributing code' 2020-10-20 20:18:14 +02:00
doc.txt doc: Describe interaction between DEVELHELP and assert 2020-10-25 23:27:51 +01:00
Kconfig kconfig: add ERROR symbol for conflicting modules 2020-10-09 18:04:17 +02:00
LICENSE
LOSTANDFOUND.md LOSTANDFOUND.md: Add sys/irq_handler 2020-11-05 09:16:54 +01:00
MAINTAINING.md
Makefile
Makefile.base makefile: add a check for real modules 2020-09-04 15:01:16 +02:00
Makefile.dep Makefile.dep: sort dependencies 2020-10-05 18:27:58 +02:00
Makefile.features
Makefile.include Makefile.include: discover object files in subpaths while linking 2020-11-03 17:25:33 +01:00
README.md README.md: remove tapsetup note 2020-10-03 16:03:20 +02:00
release-notes.txt release-notes.txt: add 2020.10 release notes 2020-10-30 17:19:18 +01:00
uncrustify-riot.cfg
Vagrantfile

Nightly CI status master GitHub release License API docs Wiki Stack Overflow questions Twitter IRC Matrix

                      ZZZZZZ
                    ZZZZZZZZZZZZ
                  ZZZZZZZZZZZZZZZZ
                 ZZZZZZZ     ZZZZZZ
                ZZZZZZ        ZZZZZ
                ZZZZZ          ZZZZ
                ZZZZ           ZZZZZ
                ZZZZ           ZZZZ
                ZZZZ          ZZZZZ
                ZZZZ        ZZZZZZ
                ZZZZ     ZZZZZZZZ       777        7777       7777777777
          ZZ    ZZZZ   ZZZZZZZZ         777      77777777    77777777777
      ZZZZZZZ   ZZZZ  ZZZZZZZ           777     7777  7777       777
    ZZZZZZZZZ   ZZZZ    Z               777     777    777       777
   ZZZZZZ       ZZZZ                    777     777    777       777
  ZZZZZ         ZZZZ                    777     777    777       777
 ZZZZZ          ZZZZZ    ZZZZ           777     777    777       777
 ZZZZ           ZZZZZ    ZZZZZ          777     777    777       777
 ZZZZ           ZZZZZ     ZZZZZ         777     777    777       777
 ZZZZ           ZZZZ       ZZZZZ        777     777    777       777
 ZZZZZ         ZZZZZ        ZZZZZ       777     777    777       777
  ZZZZZZ     ZZZZZZ          ZZZZZ      777     7777777777       777
   ZZZZZZZZZZZZZZZ            ZZZZ      777      77777777        777
     ZZZZZZZZZZZ               Z
        ZZZZZ

The friendly Operating System for IoT!

RIOT is a real-time multi-threading operating system that supports a range of devices that are typically found in the Internet of Things (IoT): 8-bit, 16-bit and 32-bit microcontrollers.

RIOT is based on the following design principles: energy-efficiency, real-time capabilities, small memory footprint, modularity, and uniform API access, independent of the underlying hardware (this API offers partial POSIX compliance).

RIOT is developed by an international open source community which is independent of specific vendors (e.g. similarly to the Linux community). RIOT is licensed with LGPLv2.1, a copyleft license which fosters indirect business models around the free open-source software platform provided by RIOT, e.g. it is possible to link closed-source code with the LGPL code.

FEATURES

RIOT is based on a microkernel architecture, and provides features including, but not limited to:

  • a preemptive, tickless scheduler with priorities
  • flexible memory management
  • high resolution, long-term timers
  • support 100+ boards based on AVR, MSP430, ESP8266, ESP32, MIPS, RISC-V, ARM7 and ARM Cortex-M
  • the native port allows to run RIOT as-is on Linux, BSD, and MacOS. Multiple instances of RIOT running on a single machine can also be interconnected via a simple virtual Ethernet bridge
  • IPv6
  • 6LoWPAN (RFC4944, RFC6282, and RFC6775)
  • UDP
  • RPL (storing mode, P2P mode)
  • CoAP
  • CCN-Lite
  • Sigfox
  • LoRaWAN

GETTING STARTED

  • You want to start the RIOT? Just follow our quickstart guide or try this tutorial. For specific toolchain installation, follow instructions in the getting started page.
  • The RIOT API itself can be built from the code using doxygen. The latest version of the documentation is uploaded daily to riot-os.org/api.

CONTRIBUTE

To contribute something to RIOT, please refer to our contributing document.

MAILING LISTS

LICENSE

  • Most of the code developed by the RIOT community is licensed under the GNU Lesser General Public License (LGPL) version 2.1 as published by the Free Software Foundation.
  • Some external sources, especially files developed by SICS are published under a separate license.

All code files contain licensing information.

For more information, see the RIOT website:

https://www.riot-os.org