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-05 06:10:27 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
2
eee029eec1
nuttx
/
arch
/
sim
History
Download ZIP
Download TAR.GZ
Gregory Nutt
62a1f6f110
up_timer_initialize() is named incorrectly. The prefix should be the architecture name, not up_ since it is private to the architecture. up_timerisr() is similarly misnamed and should also be private since it is used only with the xyz_timerisr.c files. Also updat TODO list.
2017-02-07 10:35:04 -06:00
..
include
Implement deferred IRQ locking. Adds support for simulator.
2016-12-23 11:28:43 -06:00
src
up_timer_initialize() is named incorrectly. The prefix should be the architecture name, not up_ since it is private to the architecture. up_timerisr() is similarly misnamed and should also be private since it is used only with the xyz_timerisr.c files. Also updat TODO list.
2017-02-07 10:35:04 -06:00
Kconfig
Add configuration support for builds with Ubuntu under Windows 10
2017-01-01 15:34:23 -06:00