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 |
Gregory Nutt
|
3ed091376c
|
In all implementations of _exit(), use enter_critical_section() vs. disabling local interrupts.
|
2017-01-13 11:08:24 -06:00 |
Paul A. Patience
|
912fe06a86
|
Add architecture-specific inttypes.h
|
2016-10-27 16:01:38 -04:00 |
Gregory Nutt
|
5aaba42b0d
|
Update Renesas REAMDE files
|
2016-08-06 15:43:27 -06:00 |
Gregory Nutt
|
f43ded46e6
|
Rename arch/sh to arch/renesas, cont'd
|
2016-08-06 14:03:38 -06:00 |
Gregory Nutt
|
8ee155da3d
|
Rename arch/sh to arch/renesas
|
2016-08-06 13:33:41 -06:00 |