nuttx/arch/arm/src
chao an 82520c0006 arm/itm_syslog: remove invaild select config
1. CONFIG_SYSLOG has been removed by Nutt on below commit:

| commit c5ac473bc0
| Author: Gregory Nutt <gnutt@nuttx.org>
| Date:   Tue Jun 21 07:58:42 2016 -0600
|
|     SYSLOG: Remove an obsolete, unused configuration item from Kconfig file

2. Fix comile warning

| armv7-m/arm_itm_syslog.c: In function 'itm_syslog_initialize':
| armv7-m/arm_itm_syslog.c:183:18: warning: passing argument 1 of 'syslog_channel' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|   183 |   syslog_channel(&g_itm_channel);
|       |                  ^~~~~~~~~~~~~~
| In file included from armv7-m/arm_itm_syslog.c:29:
| nuttx/syslog/syslog.h:155:49: note: expected 'struct syslog_channel_s *' but argument is of type 'const struct syslog_channel_s *'
|   155 | int syslog_channel(FAR struct syslog_channel_s *channel);
|       |

Signed-off-by: chao an <anchao@xiaomi.com>
2023-01-29 19:54:55 +08:00
..
a1x Fixed non-UTF8 characters. 2022-09-28 09:38:55 +08:00
am335x use SEM_INITIALIZER inside of NXSEM_INITIALIZER 2022-10-22 14:50:48 +08:00
arm arch/arm: move hard code macro to kconfig 2023-01-16 13:31:04 +08:00
armv6-m arch:change tcbinfo regs num 2023-01-05 23:36:12 +08:00
armv7-a arch/addrenv: Change group_addrenv_t to arch_addrenv_t 2023-01-27 23:17:01 +08:00
armv7-m arm/itm_syslog: remove invaild select config 2023-01-29 19:54:55 +08:00
armv7-r arch/ARCH_KERNEL_STACK: Fix signal handling with kernel stack 2023-01-26 20:41:42 +08:00
armv8-m arm/itm_syslog: remove invaild select config 2023-01-29 19:54:55 +08:00
c5471 net/arp: Remove nuttx/net/arp.h 2022-12-16 22:10:59 +02:00
common backtrace: use CURRENT_REGS when in interrupt context 2023-01-29 02:48:00 -08:00
cxd56xx assert: switch from ASSERT(0/false) to PANIC 2023-01-26 10:15:34 +08:00
dm320 arch: Change the linker generated symbols from uint32_t to uint8_t * 2022-09-24 21:26:56 +02:00
efm32 Fix the coding style and typo issue 2022-11-14 09:34:04 +09:00
eoss3 arch/arm: Replace xxx_[bus|usage]fault with arm_[bus|usage]fault 2022-10-30 16:03:35 +01:00
gd32f4 nuttx: use TABs instead of spaces in Kconfig files 2023-01-26 10:26:09 +08:00
imx1 Fix the coding style and typo issue 2022-11-14 09:34:04 +09:00
imx6 net/arp: Remove nuttx/net/arp.h 2022-12-16 22:10:59 +02:00
imxrt assert: switch from ASSERT(0/false) to PANIC 2023-01-26 10:15:34 +08:00
kinetis Remove the unnecessary NULL fields in global instance definition of file_operations 2023-01-04 00:32:13 +02:00
kl Fix the coding style and typo issue 2022-11-14 09:34:04 +09:00
lc823450 arch/arm: fix typos in start files 2022-12-17 13:56:17 +08:00
lpc17xx_40xx LPC17_40 CAN driver SocketCAN enforce TX fifo behaviour 2022-12-22 11:55:59 +08:00
lpc31xx arch: Initialize usbhost_connection_s directly 2022-11-14 09:34:04 +09:00
lpc43xx nuttx: unify MIN, MAX and ABS macro definition across the code 2022-12-21 09:31:28 +08:00
lpc54xx Remove the unnecessary NULL fields in global instance definition of file_operations 2023-01-04 00:32:13 +02:00
lpc214x Remove the unnecessary "return;" at the end of function 2022-11-27 22:23:50 +01:00
lpc2378 Remove the unnecessary "return;" at the end of function 2022-11-27 22:23:50 +01:00
max326xx arch/addrenv: Change group_addrenv_t to arch_addrenv_t 2023-01-27 23:17:01 +08:00
moxart arch: move non arm g_current_regs defintion to common place 2022-09-21 22:23:11 +02:00
nrf52 assert: switch from ASSERT(0/false) to PANIC 2023-01-26 10:15:34 +08:00
nrf53 arch/arm: Replace xxx_[bus|usage]fault with arm_[bus|usage]fault 2022-10-30 16:03:35 +01:00
nuc1xx Fix Error: chip/nuc_timerisr.c:105:20: error: unused function 'nuc_unlock' [-Werror,-Wunused-function] 2022-11-13 22:35:19 +08:00
phy62xx Remove the unnecessary NULL fields in global instance definition of file_operations 2023-01-04 00:32:13 +02:00
rp2040 Remove the unnecessary "return;" at the end of function 2022-11-27 22:23:50 +01:00
rtl8720c nuttx: unify MIN, MAX and ABS macro definition across the code 2022-12-21 09:31:28 +08:00
s32k1xx s32k1xx:serial Do not use TC use TDRE & TIE 2023-01-24 06:47:21 +08:00
s32k3xx S32K3XX Progmem fixes and size config 2022-12-29 22:12:19 +02:00
sam34 nuttx: unify MIN, MAX and ABS macro definition across the code 2022-12-21 09:31:28 +08:00
sama5 assert: switch from ASSERT(0/false) to PANIC 2023-01-26 10:15:34 +08:00
samd2l2 nuttx: unify MIN, MAX and ABS macro definition across the code 2022-12-21 09:31:28 +08:00
samd5e5 nuttx: unify MIN, MAX and ABS macro definition across the code 2022-12-21 09:31:28 +08:00
samv7 arch/arm/samv7: fix issue when AFEC1 driver failed to open second time 2023-01-26 01:26:41 +08:00
stm32 nuttx: use TABs instead of spaces in Kconfig files 2023-01-26 10:26:09 +08:00
stm32f0l0g0 Revert "arch: Don't free the context if the reference doesn't equal zero" 2023-01-15 19:52:05 +08:00
stm32f7 arch/arm/src/stm32f7/stm32_i2c.c: Round up stm32_i2c_toticks return value 2023-01-28 12:11:33 -03:00
stm32h7 stm32h7: add lower half timer driver 2023-01-27 13:29:10 +08:00
stm32l4 Revert "arch: Don't free the context if the reference doesn't equal zero" 2023-01-15 19:52:05 +08:00
stm32l5 arch/stm32: Initialize up_perf after system boot 2023-01-06 13:32:12 +08:00
stm32u5 arch/stm32: Initialize up_perf after system boot 2023-01-06 13:32:12 +08:00
stm32wb stm32wb: add i2c driver 2023-01-09 09:27:17 +08:00
stm32wl5 arch/stm32: Initialize up_perf after system boot 2023-01-06 13:32:12 +08:00
str71x arch: move non arm g_current_regs defintion to common place 2022-09-21 22:23:11 +02:00
tiva arch/arm/tiva: simplify TIVA_CAN option usage 2023-01-26 10:26:09 +08:00
tlsr82 arm/tlsr82: Fix warning: "IC_TAG_CACHE_ADDR_EQU_EN" is not defined 2023-01-28 11:30:33 -03:00
tms570 arch: move non arm g_current_regs defintion to common place 2022-09-21 22:23:11 +02:00
xmc4 nuttx: unify MIN, MAX and ABS macro definition across the code 2022-12-21 09:31:28 +08:00
.gitignore
Makefile arch/EXTRA_LIBS: link all staging library 2023-01-27 01:08:26 +02:00