GEX core repository.
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
Ondřej Hruška 3d3d74f381
updated readme
hace 6 años
TinyFrame gex zero support, also nrf remapping based on platform and optional disable hace 6 años
USB clean up for porting - move platform specific stuff into outer project hace 6 años
comm clean up for porting - move platform specific stuff into outer project hace 6 años
framework clean up for porting - move platform specific stuff into outer project hace 6 años
platform clean up for porting - move platform specific stuff into outer project hace 6 años
tasks clean up for porting - move platform specific stuff into outer project hace 6 años
template clean up for porting - move platform specific stuff into outer project hace 6 años
utils fix 1wire bugginess with addressing hace 6 años
vfs added watchdog hace 6 años
FreeRTOSConfig.h clean up for porting - move platform specific stuff into outer project hace 6 años
LICENSE.txt version 0.1, added readme and license hace 6 años
README.md updated readme hace 6 años
cortex_handlers.c Removed timers use from 1wire, timers disabled, fixed overflow bug hace 6 años
debug.c some traps hace 6 años
debug.h everything is now documented hace 6 años
freertos.c Removed timers use from 1wire, timers disabled, fixed overflow bug hace 6 años
gex.mk clean up for porting - move platform specific stuff into outer project hace 6 años
gex_hooks.c nordic implemented, need testing and fixes hace 6 años
gex_hooks.h everything is now documented hace 6 años
stm32_assert.c almost finished DMA reception hace 6 años
stm32_assert.h everything is now documented hace 6 años
version.h bump version to 1.0.0 hace 6 años

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.