1
0
Fork 0
GEX core repository.
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
Ondřej Hruška 3d3d74f381
updated readme
vor 6 Jahren
TinyFrame gex zero support, also nrf remapping based on platform and optional disable vor 6 Jahren
USB clean up for porting - move platform specific stuff into outer project vor 6 Jahren
comm clean up for porting - move platform specific stuff into outer project vor 6 Jahren
framework clean up for porting - move platform specific stuff into outer project vor 6 Jahren
platform clean up for porting - move platform specific stuff into outer project vor 6 Jahren
tasks clean up for porting - move platform specific stuff into outer project vor 6 Jahren
template clean up for porting - move platform specific stuff into outer project vor 6 Jahren
utils fix 1wire bugginess with addressing vor 6 Jahren
vfs added watchdog vor 6 Jahren
FreeRTOSConfig.h clean up for porting - move platform specific stuff into outer project vor 6 Jahren
LICENSE.txt version 0.1, added readme and license vor 6 Jahren
README.md updated readme vor 6 Jahren
cortex_handlers.c Removed timers use from 1wire, timers disabled, fixed overflow bug vor 6 Jahren
debug.c some traps vor 6 Jahren
debug.h everything is now documented vor 6 Jahren
freertos.c Removed timers use from 1wire, timers disabled, fixed overflow bug vor 6 Jahren
gex.mk clean up for porting - move platform specific stuff into outer project vor 6 Jahren
gex_hooks.c nordic implemented, need testing and fixes vor 6 Jahren
gex_hooks.h everything is now documented vor 6 Jahren
stm32_assert.c almost finished DMA reception vor 6 Jahren
stm32_assert.h everything is now documented vor 6 Jahren
version.h bump version to 1.0.0 vor 6 Jahren

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.