GEX core repository.
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
Ondřej Hruška 3d3d74f381
updated readme
6 лет назад
TinyFrame gex zero support, also nrf remapping based on platform and optional disable 6 лет назад
USB clean up for porting - move platform specific stuff into outer project 6 лет назад
comm clean up for porting - move platform specific stuff into outer project 6 лет назад
framework clean up for porting - move platform specific stuff into outer project 6 лет назад
platform clean up for porting - move platform specific stuff into outer project 6 лет назад
tasks clean up for porting - move platform specific stuff into outer project 6 лет назад
template clean up for porting - move platform specific stuff into outer project 6 лет назад
utils fix 1wire bugginess with addressing 6 лет назад
vfs added watchdog 6 лет назад
FreeRTOSConfig.h clean up for porting - move platform specific stuff into outer project 6 лет назад
LICENSE.txt version 0.1, added readme and license 6 лет назад
README.md updated readme 6 лет назад
cortex_handlers.c Removed timers use from 1wire, timers disabled, fixed overflow bug 6 лет назад
debug.c some traps 6 лет назад
debug.h everything is now documented 6 лет назад
freertos.c Removed timers use from 1wire, timers disabled, fixed overflow bug 6 лет назад
gex.mk clean up for porting - move platform specific stuff into outer project 6 лет назад
gex_hooks.c nordic implemented, need testing and fixes 6 лет назад
gex_hooks.h everything is now documented 6 лет назад
stm32_assert.c almost finished DMA reception 6 лет назад
stm32_assert.h everything is now documented 6 лет назад
version.h bump version to 1.0.0 6 лет назад

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.