| .. |
|
up_allocateheap.c
|
Rename board_led_on to board_autoled_on
|
2015-11-01 09:07:06 -06:00 |
|
up_arch.h
|
Clean up and review of header files for conformance to standards
|
2015-06-12 19:00:52 -06:00 |
|
up_blocktask.c
|
Rename current_regs to g_current_regs; For ARM, g_current_regs needs to be an array to support multiple CPUs
|
2016-03-09 13:41:48 -06:00 |
|
up_copystate.c
|
Remove os_internal.h it has been replace by several new header files under sched/. There have been some sneak inclusion paths via os_internal.h, so expect a few compilation errors for some architectures
|
2014-08-08 18:39:28 -06:00 |
|
up_createstack.c
|
Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err()
|
2016-06-11 15:50:49 -06:00 |
|
up_doirq.c
|
Rename current_regs to g_current_regs; For ARM, g_current_regs needs to be an array to support multiple CPUs
|
2016-03-09 13:41:48 -06:00 |
|
up_exit.c
|
setvbuf: Add support for disabling I/O buffering. Initially cut; untested.
|
2017-02-09 09:24:44 -06:00 |
|
up_idle.c
|
Make some file section headers more consistent with standard
|
2015-04-08 08:04:12 -06:00 |
|
up_initialize.c
|
IOBs: Move from driver/iob to a better location in mm/iob
|
2017-05-09 07:35:30 -06:00 |
|
up_internal.h
|
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 |
|
up_interruptcontext.c
|
Rename current_regs to g_current_regs; For ARM, g_current_regs needs to be an array to support multiple CPUs
|
2016-03-09 13:41:48 -06:00 |
|
up_mdelay.c
|
Standard some naming if code sectino comments
|
2016-02-21 18:06:09 -06:00 |
|
up_modifyreg8.c
|
Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section()
|
2016-02-13 19:11:09 -06:00 |
|
up_modifyreg16.c
|
Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section()
|
2016-02-13 19:11:09 -06:00 |
|
up_modifyreg32.c
|
Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section()
|
2016-02-13 19:11:09 -06:00 |
|
up_puts.c
|
Make some file section headers more consistent with standard
|
2015-04-08 08:04:12 -06:00 |
|
up_releasepending.c
|
Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info().
|
2016-06-20 11:59:15 -06:00 |
|
up_releasestack.c
|
Standardize the width of all comment boxes in header files
|
2015-10-02 17:42:29 -06:00 |
|
up_reprioritizertr.c
|
Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info().
|
2016-06-20 11:59:15 -06:00 |
|
up_stackframe.c
|
Standardize the width of all comment boxes in header files
|
2015-10-02 17:42:29 -06:00 |
|
up_udelay.c
|
Correct mispelling
|
2017-04-22 17:03:34 -06:00 |
|
up_unblocktask.c
|
Rename current_regs to g_current_regs; For ARM, g_current_regs needs to be an array to support multiple CPUs
|
2016-03-09 13:41:48 -06:00 |
|
up_usestack.c
|
Standardize the width of all comment boxes in header files
|
2015-10-02 17:42:29 -06:00 |