4fe0ceec61
* rusefi_halconf * h7 gpt * don't redefine that * maybe this was necessary * format * no usb in cypress * flags for bl * cypress * maybe bootloader * no smart build for cypress/kinetis * no smart build * no really, disable smart build * don't need to clean that env var * cypress * format |
||
---|---|---|
.. | ||
common | ||
hal/ports/KINETIS | ||
readme.md |
readme.md
Standard NXP headers firmware/config/boards/kinetis/OS/os/common/ext/CMSIS/KINETIS
To address Kinetis #e10536 errata we need to sleep 100 cycles to make watchdog happy.
This is taken care by
firmware/config/boards/kinetis/OS/os/common/startup/ARMCMx/compilers/GCC/startup_ke1xf.S
which is executed prior to the default firmware/ChibiOS/os/common/startup/ARMCMx/compilers/GCC/crt0_v7m.S
Linker script for 512K ROM firmware/config/boards/kinetis/OS/os/common/startup/ARMCMx/compilers/GCC/ld/MKE1xF512.ld
flash1a & flash1b is some hardware configuration magic _bca is flash1a via .bcaconfig _cfm is flash1b via .cfmconfig
firmware/config/boards/kinetis/OS/os/hal/ports/KINETIS/KE1xF/fsl contains Kinetis SDK files with modifications:
- include hal.h in the beginning
- firmware/config/boards/kinetis/OS/os/hal/ports/KINETIS/KE1xF/fsl/fsl_lpuart.c has UART patch (see AndreiKA tag)