This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
3bb9a42c6b
nuttx
/
arch
/
arm
/
include
/
sam34
History
Nathan Hartman
679b4fbee2
arch: Fix included directed -> included directly
...
This typo had been copied and pasted into numerous irq and syscall headers.
2020-04-05 22:31:15 +01: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
sam3u_irq.h
arch: Fix included directed -> included directly
2020-04-05 22:31:15 +01:00
sam3x_irq.h
arch: Fix included directed -> included directly
2020-04-05 22:31:15 +01:00
sam4cm_irq.h
arch: Fix included directed -> included directly
2020-04-05 22:31:15 +01:00
sam4e_irq.h
arch: Fix included directed -> included directly
2020-04-05 22:31:15 +01:00
sam4l_irq.h
arch: Fix included directed -> included directly
2020-04-05 22:31:15 +01:00
sam4s_irq.h
arch: Fix included directed -> included directly
2020-04-05 22:31:15 +01:00