| .. |
|
Kconfig
|
Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation
|
2015-06-28 08:08:57 -06:00 |
|
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_assert.c
|
Replaces last three commits. Does the same thing, but does it in a way that does not change the usage model.
|
2016-06-21 05:26:08 -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_elf.c
|
arch/x86/: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition.
|
2016-06-14 09:16:34 -06:00 |
|
up_exit.c
|
Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info().
|
2016-06-20 11:59:15 -06:00 |
|
up_initialize.c
|
Move driver related prototypes out of include/nuttx/fs/fs.h and into new include/drivers/drivers.h
|
2016-07-20 13:15:37 -06:00 |
|
up_internal.h
|
Remove all traces of CONFIG_SYSLOG
|
2016-06-19 13:59:43 -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_lowputs.c
|
Make sure that there is one space between while and condition
|
2014-04-12 13:09: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 sure that there is one space between while and condition
|
2014-04-12 13:09:48 -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_reprioritizertr.c
|
Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info().
|
2016-06-20 11:59:15 -06:00 |
|
up_udelay.c
|
Standard some naming if code sectino comments
|
2016-02-21 18:06:09 -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 |