nuttx/arch/x86/src/common
Xiang Xiao d6827cab60 arch: up_assert shouldn't call exit directly
since exit will be only callable from userspace and change
the 1st argument from "const uint8_t *" to "const char *"

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Change-Id: I86487d57210ab63109148232da71dbc4d60a563b
2020-07-19 01:21:36 +01:00
..
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_assert.c arch: up_assert shouldn't call exit directly 2020-07-19 01:21:36 +01:00
up_blocktask.c sched/sched/sched.h: Make naming of all internal names consistent: 2020-05-09 16:58:42 -03:00
up_copystate.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
up_exit.c arch: Rename _exit to up_exit to follow the naming convention 2020-06-04 22:20:45 +01:00
up_initialize.c Fix nxstyle warnings 2020-07-13 00:46:55 -05:00
up_internal.h arch: refine up_serialinit/up_earlyserialinit/rpmsg_serialinit 2020-02-23 09:11:57 -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 sched/sched/sched.h: Make naming of all internal names consistent: 2020-05-09 16:58:42 -03:00
up_reprioritizertr.c sched/sched/sched.h: Make naming of all internal names consistent: 2020-05-09 16:58:42 -03:00
up_udelay.c Correct mispelling 2017-04-22 17:03:34 -06:00
up_unblocktask.c sched/sched/sched.h: Make naming of all internal names consistent: 2020-05-09 16:58:42 -03:00