This website requires JavaScript.
Explore
Help
Sign in
Aksal
/
nuttx
Watch
3
Star
1
Fork
You've already forked nuttx
1
mirror of
https://github.com/apache/nuttx.git
synced
2026-08-07 05:27:17 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
2
2c8eb5b240
nuttx
/
arch
/
misoc
/
src
History
Download ZIP
Download TAR.GZ
Gregory Nutt
7cf88d7dbd
Make sure that labeling is used consistently in all function headers.
2018-02-01 10:00:02 -06:00
..
common
The existence of the network driver ioctl() method should depend on CONFIG_NETDEV_IOCTL rather than CONFIG_NETDEV_PHY_IOCTL. The former enables the method, the later enables a subset of possible driver IOCTLs. This change should be basically a no-operation. The affected ioctl methods only support those subset of driver IOCTLs selected by CONFIG_NETDEV_PHY_IOCTL and the network logic will tolerate a nul ioctl method.
2018-01-22 08:17:45 -06:00
lm32
Make sure that labeling is used consistently in all function headers.
2018-02-01 10:00:02 -06:00
.gitignore
LM32: Fix various compilation errors that I introduced.
2016-11-04 17:37:10 -06:00
Makefile
Misoc/LM32: Changes to get a clean compilation after initial review and commit
2016-11-02 12:07:52 -06:00