GEX core repository.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
Ondřej Hruška 3d3d74f381
updated readme
6 yıl önce
TinyFrame gex zero support, also nrf remapping based on platform and optional disable 6 yıl önce
USB clean up for porting - move platform specific stuff into outer project 6 yıl önce
comm clean up for porting - move platform specific stuff into outer project 6 yıl önce
framework clean up for porting - move platform specific stuff into outer project 6 yıl önce
platform clean up for porting - move platform specific stuff into outer project 6 yıl önce
tasks clean up for porting - move platform specific stuff into outer project 6 yıl önce
template clean up for porting - move platform specific stuff into outer project 6 yıl önce
utils fix 1wire bugginess with addressing 6 yıl önce
vfs added watchdog 6 yıl önce
FreeRTOSConfig.h clean up for porting - move platform specific stuff into outer project 6 yıl önce
LICENSE.txt version 0.1, added readme and license 6 yıl önce
README.md updated readme 6 yıl önce
cortex_handlers.c Removed timers use from 1wire, timers disabled, fixed overflow bug 6 yıl önce
debug.c some traps 6 yıl önce
debug.h everything is now documented 6 yıl önce
freertos.c Removed timers use from 1wire, timers disabled, fixed overflow bug 6 yıl önce
gex.mk clean up for porting - move platform specific stuff into outer project 6 yıl önce
gex_hooks.c nordic implemented, need testing and fixes 6 yıl önce
gex_hooks.h everything is now documented 6 yıl önce
stm32_assert.c almost finished DMA reception 6 yıl önce
stm32_assert.h everything is now documented 6 yıl önce
version.h bump version to 1.0.0 6 yıl önce

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.