1
0
Fork 0
GEX core repository.
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
Ondřej Hruška 3d3d74f381
updated readme
6 anos atrás
TinyFrame gex zero support, also nrf remapping based on platform and optional disable 6 anos atrás
USB clean up for porting - move platform specific stuff into outer project 6 anos atrás
comm clean up for porting - move platform specific stuff into outer project 6 anos atrás
framework clean up for porting - move platform specific stuff into outer project 6 anos atrás
platform clean up for porting - move platform specific stuff into outer project 6 anos atrás
tasks clean up for porting - move platform specific stuff into outer project 6 anos atrás
template clean up for porting - move platform specific stuff into outer project 6 anos atrás
utils fix 1wire bugginess with addressing 6 anos atrás
vfs added watchdog 6 anos atrás
FreeRTOSConfig.h clean up for porting - move platform specific stuff into outer project 6 anos atrás
LICENSE.txt version 0.1, added readme and license 6 anos atrás
README.md updated readme 6 anos atrás
cortex_handlers.c Removed timers use from 1wire, timers disabled, fixed overflow bug 6 anos atrás
debug.c some traps 6 anos atrás
debug.h everything is now documented 6 anos atrás
freertos.c Removed timers use from 1wire, timers disabled, fixed overflow bug 6 anos atrás
gex.mk clean up for porting - move platform specific stuff into outer project 6 anos atrás
gex_hooks.c nordic implemented, need testing and fixes 6 anos atrás
gex_hooks.h everything is now documented 6 anos atrás
stm32_assert.c almost finished DMA reception 6 anos atrás
stm32_assert.h everything is now documented 6 anos atrás
version.h bump version to 1.0.0 6 anos atrás

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.