| .. |
|
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
|
Refine the preprocessor conditional guard style (#190)
|
2020-01-31 19:07:39 +01:00 |
|
up_createstack.c
|
arch/mips/*: Run nxstyle on the arch/mips directory.
|
2019-12-08 08:09:11 -06:00 |
|
up_etherstub.c
|
Add CONFIG_NETDEV_LATEINIT that can be used to suppress calls to up_netinitialize() from early initialization
|
2015-07-17 07:20:16 -06:00 |
|
up_exit.c
|
Fix wait loop and void cast (#24)
|
2020-01-02 10:54:43 -06:00 |
|
up_idle.c
|
arch/mips: When a CPU implements an External Interrupt Controller,
|
2020-02-10 12:40:41 -06:00 |
|
up_initialize.c
|
ramlog: Remove g_ramlog_syslog_channel since it's same as g_default_channel
|
2020-02-18 13:04:45 -06:00 |
|
up_internal.h
|
arch: refine up_serialinit/up_earlyserialinit/rpmsg_serialinit
|
2020-02-23 09:11:57 -06:00 |
|
up_interruptcontext.c
|
arch/mips/src/Common and mips32: Access g_current_regs through the macro CURRENT_REGS.
|
2020-01-30 19:01:47 -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_releasestack.c
|
pthreads: Add support static pthread stack. Add standard pthread_attr_setstack() and pthread_attr_getstack(). In all cases where the stack is released, add check to see which allocator must be used to free the stack: The user or the kernel allocator.
|
2018-08-23 09:49:20 -06:00 |
|
up_stackframe.c
|
Remove exra whitespace from files (#189)
|
2020-01-31 09:24:49 -06:00 |
|
up_udelay.c
|
arch/mips/*: Run nxstyle on the arch/mips directory.
|
2019-12-08 08:09:11 -06:00 |
|
up_usestack.c
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |