You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ondřej Hruška
3d3d74f381
|
6 years ago | |
---|---|---|
TinyFrame | 7 years ago | |
USB | 6 years ago | |
comm | 6 years ago | |
framework | 6 years ago | |
platform | 6 years ago | |
tasks | 6 years ago | |
template | 6 years ago | |
utils | 7 years ago | |
vfs | 7 years ago | |
FreeRTOSConfig.h | 6 years ago | |
LICENSE.txt | 7 years ago | |
README.md | 6 years ago | |
cortex_handlers.c | 7 years ago | |
debug.c | 7 years ago | |
debug.h | 7 years ago | |
freertos.c | 7 years ago | |
gex.mk | 6 years ago | |
gex_hooks.c | 7 years ago | |
gex_hooks.h | 7 years ago | |
stm32_assert.c | 7 years ago | |
stm32_assert.h | 7 years ago | |
version.h | 7 years ago |
README.md
GEX core
This is the (mostly) independent core of the GEX platform. To port GEX to a new STM32 microcontroller, add this as a submodule and implement platform specific configuration by following the example of another existing port. Some examples are in the template folder.
License
- Original GEX source code is provided under the Mozilla Public License v2.0.
- The VFS driver is adapted from the DAPLink project and remains licensed under the Apache license v2.0.
- STM32 device drivers etc. provided by ST Microelectronics are licensed under the 3-clause BSD license.