mbed-os/tools/export/gnuarmeclipse
Leszek Rusinowicz 9b1db83eaa Added required changes outside of TARGET_Cypress tree:
1. In drivers/Timer.cpp make sure that hardware timer is initialized outside of critical section.
   This is because on PSoC 6 hardware resources are shared between both cores
   and we have to make sure that the other core is not already using a particular resource.
   This mechanism is based on interprocessor communication taht cannot be handled iside of
   critical section.
2. Added support for post-binary hook function for PSoC 6 targets, so the hex image for M0+ CPU core
   can be merged with M4 core image for the final image.
3. Added possibility to use hook function from exportes, so the M0+ hex image could be included
   in the generated project.
4. Included hex images in the build dependency list, so the update of image is catched by the
   build process.
2018-11-01 20:19:21 +01:00
..
.cproject.tmpl Updated to include user defined static lib files in the Linker object files path. 2018-08-13 09:19:47 +01:00
.project.tmpl Remove reference to "mBed" 2018-08-28 13:05:07 -05:00
NOTES.md all options parsed, build functional 2017-01-18 01:54:04 +02:00
__init__.py Added required changes outside of TARGET_Cypress tree: 2018-11-01 20:19:21 +01:00
makefile.targets.tmpl gnuarmeclipse exporter uses mBed instead of proper casing 2018-02-15 12:24:01 +08:00
mbedignore.tmpl Generate GNU ARM Eclipse's .mbedignore with Jinja2 2017-04-11 14:11:44 -05:00