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
ef45af84f6
nuttx
/
arch
/
arm
/
include
/
samd2l2
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
irq.h
arch: Fix included directed -> included directly
2020-04-05 22:31:15 +01:00
sam_adc.h
arch/arm/include/samd2l2/sam_adc.h: I was wrong... this header file does belong in the samd2l2 include directory. It contains IOCTL definitions that are needed by applications. Usage of a chip-specific header file is, however, not really a good portable design because it requires that the application know that it is running on a specific chip. But still, if we are going to do that, the include directory is where the header file belongs. My apologies for the bad judgement.
2019-12-16 03:53:05 -06:00
samd20_irq.h
arch: Fix included directed -> included directly
2020-04-05 22:31:15 +01:00
samd21_irq.h
arch: Fix included directed -> included directly
2020-04-05 22:31:15 +01:00
saml21_irq.h
arch: Fix included directed -> included directly
2020-04-05 22:31:15 +01:00