GEX core repository.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
Ondřej Hruška 3d3d74f381
updated readme
il y a 6 ans
TinyFrame gex zero support, also nrf remapping based on platform and optional disable il y a 6 ans
USB clean up for porting - move platform specific stuff into outer project il y a 6 ans
comm clean up for porting - move platform specific stuff into outer project il y a 6 ans
framework clean up for porting - move platform specific stuff into outer project il y a 6 ans
platform clean up for porting - move platform specific stuff into outer project il y a 6 ans
tasks clean up for porting - move platform specific stuff into outer project il y a 6 ans
template clean up for porting - move platform specific stuff into outer project il y a 6 ans
utils fix 1wire bugginess with addressing il y a 6 ans
vfs added watchdog il y a 6 ans
FreeRTOSConfig.h clean up for porting - move platform specific stuff into outer project il y a 6 ans
LICENSE.txt version 0.1, added readme and license il y a 6 ans
README.md updated readme il y a 6 ans
cortex_handlers.c Removed timers use from 1wire, timers disabled, fixed overflow bug il y a 6 ans
debug.c some traps il y a 6 ans
debug.h everything is now documented il y a 6 ans
freertos.c Removed timers use from 1wire, timers disabled, fixed overflow bug il y a 6 ans
gex.mk clean up for porting - move platform specific stuff into outer project il y a 6 ans
gex_hooks.c nordic implemented, need testing and fixes il y a 6 ans
gex_hooks.h everything is now documented il y a 6 ans
stm32_assert.c almost finished DMA reception il y a 6 ans
stm32_assert.h everything is now documented il y a 6 ans
version.h bump version to 1.0.0 il y a 6 ans

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.