GEX core repository.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
Ondřej Hruška 3d3d74f381
updated readme
před 6 roky
TinyFrame gex zero support, also nrf remapping based on platform and optional disable před 6 roky
USB clean up for porting - move platform specific stuff into outer project před 6 roky
comm clean up for porting - move platform specific stuff into outer project před 6 roky
framework clean up for porting - move platform specific stuff into outer project před 6 roky
platform clean up for porting - move platform specific stuff into outer project před 6 roky
tasks clean up for porting - move platform specific stuff into outer project před 6 roky
template clean up for porting - move platform specific stuff into outer project před 6 roky
utils fix 1wire bugginess with addressing před 6 roky
vfs added watchdog před 6 roky
FreeRTOSConfig.h clean up for porting - move platform specific stuff into outer project před 6 roky
LICENSE.txt version 0.1, added readme and license před 6 roky
README.md updated readme před 6 roky
cortex_handlers.c Removed timers use from 1wire, timers disabled, fixed overflow bug před 6 roky
debug.c some traps před 6 roky
debug.h everything is now documented před 6 roky
freertos.c Removed timers use from 1wire, timers disabled, fixed overflow bug před 6 roky
gex.mk clean up for porting - move platform specific stuff into outer project před 6 roky
gex_hooks.c nordic implemented, need testing and fixes před 6 roky
gex_hooks.h everything is now documented před 6 roky
stm32_assert.c almost finished DMA reception před 6 roky
stm32_assert.h everything is now documented před 6 roky
version.h bump version to 1.0.0 před 6 roky

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.