nuttx/arch/arm/include/kinetis
Nathan Hartman 120de788d4 kinetis: Fix typos
arch/arm/include/kinetis/kinetis_pmc.h:

    * Fix several typos in comments.
    * Rewrap some comment lines.
    * Fix define KINETIS_PMC_VERSION_UKN: Put -1 in
      parenthesis for safety.
    * Fix nxstyle complaint regarding long line.
2020-04-16 14:43:54 -06:00
..
chip.h In the current implementation we only use very high priority interrupts (levels 0, 0x10 and 0x20 in CORTEX-M speak) but that means there are loads of lower priority ones that are effectively unused. I have *not* changed the semantics of these levels but have 'shifted' them to be based around the midpoint of the available interrupts (0x80) rather than at the top end....that allows for interrupts to be defined above (or, indeed, below) them as needed by the application. This should have no functional effect on existing code but adds in a clean capability to define higher priority interrupts. 2018-12-03 17:41:59 -06:00
irq.h arch: Fix included directed -> included directly 2020-04-05 22:31:15 +01:00
kinetis_dma.h Squashed commit of the following: 2018-08-10 08:03:50 -06:00
kinetis_dmamux.h Squashed commit of the following: 2018-08-10 08:03:50 -06:00
kinetis_k20irq.h arch: Fix included directed -> included directly 2020-04-05 22:31:15 +01:00
kinetis_k28irq.h arch: Fix included directed -> included directly 2020-04-05 22:31:15 +01:00
kinetis_k40irq.h arch: Fix included directed -> included directly 2020-04-05 22:31:15 +01:00
kinetis_k60irq.h arch: Fix included directed -> included directly 2020-04-05 22:31:15 +01:00
kinetis_k64irq.h arch: Fix included directed -> included directly 2020-04-05 22:31:15 +01:00
kinetis_k66irq.h arch: Fix included directed -> included directly 2020-04-05 22:31:15 +01:00
kinetis_lpuart.h And additional change that is needed with the previous commit. 2018-05-03 15:23:38 -06:00
kinetis_mcg.h Squashed commit of the following: 2018-05-04 12:04:08 -06:00
kinetis_pmc.h kinetis: Fix typos 2020-04-16 14:43:54 -06:00
kinetis_sim.h Merged in dagar/nuttx/pr-kinetic_minor_fix (pull request #820) 2019-01-19 15:39:46 +00:00