GEX core repository.
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
Ondřej Hruška 3d3d74f381
updated readme
pirms 6 gadiem
TinyFrame gex zero support, also nrf remapping based on platform and optional disable pirms 6 gadiem
USB clean up for porting - move platform specific stuff into outer project pirms 6 gadiem
comm clean up for porting - move platform specific stuff into outer project pirms 6 gadiem
framework clean up for porting - move platform specific stuff into outer project pirms 6 gadiem
platform clean up for porting - move platform specific stuff into outer project pirms 6 gadiem
tasks clean up for porting - move platform specific stuff into outer project pirms 6 gadiem
template clean up for porting - move platform specific stuff into outer project pirms 6 gadiem
utils fix 1wire bugginess with addressing pirms 6 gadiem
vfs added watchdog pirms 6 gadiem
FreeRTOSConfig.h clean up for porting - move platform specific stuff into outer project pirms 6 gadiem
LICENSE.txt version 0.1, added readme and license pirms 6 gadiem
README.md updated readme pirms 6 gadiem
cortex_handlers.c Removed timers use from 1wire, timers disabled, fixed overflow bug pirms 6 gadiem
debug.c some traps pirms 6 gadiem
debug.h everything is now documented pirms 6 gadiem
freertos.c Removed timers use from 1wire, timers disabled, fixed overflow bug pirms 6 gadiem
gex.mk clean up for porting - move platform specific stuff into outer project pirms 6 gadiem
gex_hooks.c nordic implemented, need testing and fixes pirms 6 gadiem
gex_hooks.h everything is now documented pirms 6 gadiem
stm32_assert.c almost finished DMA reception pirms 6 gadiem
stm32_assert.h everything is now documented pirms 6 gadiem
version.h bump version to 1.0.0 pirms 6 gadiem

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.