Masayuki Ishikawa
16436a7fb6
Revert "arch: armv7-a: Fix the pause handler for SMP"
...
This reverts commit 1978dcc9a9
.
2020-11-25 00:02:37 +01:00
Masayuki Ishikawa
3ba840aa27
Revert "arch: lc823450: Fix the pause handler for SMP"
...
This reverts commit 42dea9edf9
.
2020-11-25 00:02:37 +01:00
Masayuki Ishikawa
37dad5dd04
Revert "arch: k210: Fix the pause handler for SMP"
...
This reverts commit a500bd0238
.
2020-11-25 00:02:37 +01:00
Masayuki Ishikawa
b237748f50
Revert "arch: xtensa: Fix the pause handler for SMP"
...
This reverts commit 1914aac05f
.
2020-11-25 00:02:37 +01:00
Masayuki Ishikawa
6b767c6856
Revert "Update TODO regarding SMP"
...
This reverts commit 96c29e75b7
.
2020-11-25 00:02:37 +01:00
Matias N
c91939b5c0
Documentation: improve debugging section
2020-11-24 22:02:49 +01:00
Alin Jerpelea
9f6a43d0b0
libs: audio: libsamplerate: drop local patches
...
The needed patches were accepted upstream and now there is no need to
carry local patches.
Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
2020-11-24 10:54:57 -08:00
dongjiuzhu
148afd9548
driver/sensors: support custom type of sensor.
...
For examples, the custom sensor could define:
struct custem_event_s
{
uint64_t timestamp;
int16_t adc[8];
};
struct sensor_lowerhalf_s g_lower =
{
.buffer_size = 1024,
};
sensor_custom_register(lower, "/dev/sensor/custom0", sizeof(struct custem_event_s));
Signed-off-by: dongjiuzhu <dongjiuzhu1@xiaomi.com>
2020-11-24 13:23:15 -03:00
Nathan Hartman
4ce935f711
stm32/stm32_can.c: Fix nxstyle errors
...
arch/arm/src/stm32/stm32_can.c:
* Fix nxstyle errors.
2020-11-23 20:09:57 +01:00
Juha Niskanen
ed7380d863
arch/arm/src/stm32/stm32_serial.c: for flowcontrol use common idiom for enabling/disabling RX interrupts
...
stm32f7, stm32h7, stm32l4 and stm32f0l0g0 do it this way and there is no
reason for classic stm32 to differ. Also manipulation of priv->ie was not
atomic with respect to interrupts.
Signed-off-by: Juha Niskanen <juha.niskanen@haltian.com>
2020-11-23 10:59:19 -08:00
YAMAMOTO Takashi
ee1c914277
net/tcp/tcp_input.c: Fix syslog formats
2020-11-23 05:00:10 -08:00
YAMAMOTO Takashi
bfff9e5691
net/igmp/igmp_poll.c: Fix syslog formats
...
The following nxstyle errors are known.
They are a part of the copyright notice.
net/igmp/igmp_poll.c:22:82: error: Long line found
net/igmp/igmp_poll.c:29:82: error: Long line found
2020-11-23 05:00:10 -08:00
YAMAMOTO Takashi
79d2a4b82b
net/igmp/igmp_mcastmac.c: Fix syslog formats
...
The following nxstyle errors are known.
They are a part of the copyright notice.
net/igmp/igmp_mcastmac.c:22:82: error: Long line found
net/igmp/igmp_mcastmac.c:29:82: error: Long line found
2020-11-23 05:00:10 -08:00
YAMAMOTO Takashi
a403e6eec2
net/igmp/igmp_join.c: Fix a syslog format
2020-11-23 05:00:10 -08:00
YAMAMOTO Takashi
ffe29f9025
net/igmp/igmp_join.c: Appease nxstyle
...
The following nxstyle errors are intentionally left
because they are a part of the copyright notice.
net/igmp/igmp_join.c:22:82: error: Long line found
net/igmp/igmp_join.c:29:82: error: Long line found
2020-11-23 05:00:10 -08:00
YAMAMOTO Takashi
d6e87d7f40
net/igmp/igmp_input.c: Fix a syslog format
2020-11-23 05:00:10 -08:00
YAMAMOTO Takashi
70a964bdcb
net/igmp/igmp_group.c: Fix syslog formats
2020-11-23 05:00:10 -08:00
YAMAMOTO Takashi
ec8a46b2fa
arch/arm/src/stm32h7/stm32_ethernet.c: Fix syslog formats
2020-11-23 05:00:10 -08:00
YAMAMOTO Takashi
5566d9ad03
libs/libc/netdb/lib_dnsquery.c: Fix a syslog format
2020-11-23 05:00:10 -08:00
YAMAMOTO Takashi
86c16667f8
drivers/net/loopback.c: Fix a syslog format
2020-11-23 05:00:10 -08:00
YAMAMOTO Takashi
b7be6047bb
net/sixlowpan/sixlowpan_send.c: Fix a syslog format
2020-11-23 05:00:10 -08:00
YAMAMOTO Takashi
dcfe08d227
net/sixlowpan/sixlowpan_tcpsend.c: Fix syslog formats
2020-11-23 05:00:10 -08:00
YAMAMOTO Takashi
d4b5684eba
net/sixlowpan/sixlowpan_framelist.c: Fix syslog formats
2020-11-23 05:00:10 -08:00
YAMAMOTO Takashi
d5a5b6979d
net/sixlowpan/sixlowpan_framelist.c: Appease nxstyle
2020-11-23 05:00:10 -08:00
YAMAMOTO Takashi
5c5fc00fc4
drivers/net/telnet.c: Fix syslog formats
2020-11-23 05:00:10 -08:00
YAMAMOTO Takashi
05127a2a33
wireless/bluetooth/bt_ioctl.c: Fix a syslog format
2020-11-23 05:00:10 -08:00
YAMAMOTO Takashi
e8ae56d9ea
wireless/bluetooth/bt_att.c: Fix a syslog format
2020-11-23 05:00:10 -08:00
YAMAMOTO Takashi
46c52132c4
wireless/bluetooth/bt_buf.c: Fix syslog formats
2020-11-23 05:00:10 -08:00
YAMAMOTO Takashi
3ed096cc08
net/bluetooth/bluetooth_sendto.c: Fix a syslog format
2020-11-23 05:00:10 -08:00
YAMAMOTO Takashi
d851cd9322
net/bluetooth/bluetooth_sockif.c: Fix syslog formats
2020-11-23 05:00:10 -08:00
YAMAMOTO Takashi
8e73a3ed4c
drivers/rwbuffer.c: Fix syslog formats
2020-11-23 05:00:10 -08:00
YAMAMOTO Takashi
7f32cfa720
drivers/mtd/mtd_rwbuffer.c: Fix a syslog format
2020-11-23 05:00:10 -08:00
YAMAMOTO Takashi
5b25cf8e47
drivers/mtd/mtd_rwbuffer.c: Appease nxstyle
2020-11-23 05:00:10 -08:00
YAMAMOTO Takashi
28fda4e5bb
net/tcp/tcp_send_unbuffered.c: Fix syslog formats
2020-11-23 05:00:10 -08:00
YAMAMOTO Takashi
c1f8e270eb
drivers/rc/dummy.c: Fix a syslog format
2020-11-23 05:00:10 -08:00
Brennan Ashton
3ebcd045b5
usb: Do not try to print verbose trace when disabled
...
Right now if usb tracing is enabled but verbose is disabled
a debug assert will be triggered when ever a verbose trace point
is hit. Instead of trying to print the NULL message, just return
early.
Signed-off-by: Brennan Ashton <bashton@brennanashton.com>
2020-11-22 21:24:59 -08:00
Huang Qi
0a2873a37f
spi/qspi.h: Fix data type of buflen
...
Summary:
- This patch change the data type of buflen in qspi_meminfo_s
- from uint16_t to uint32_t to allow data size greater than 64KB.
Impact:
- QSPI & some flash like s25fl1 etc
Testing:
- Tested with rm69330 oled controller on custom board
Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
2020-11-22 19:02:11 -08:00
YAMAMOTO Takashi
ce228e5de5
drivers/mtd/smart.c: Fix syslog formats
2020-11-22 19:01:05 -08:00
YAMAMOTO Takashi
2aaee783c9
drivers/mtd/sst25xx.c: Fix syslog formats
2020-11-22 19:01:05 -08:00
YAMAMOTO Takashi
3ca8e3ff37
drivers/mtd/sst25xx.c: Appease nxstyle
2020-11-22 19:01:05 -08:00
YAMAMOTO Takashi
5d7af56982
boards/arm/stm32/stm32butterfly2/src/stm32_spi.c: Fix syslog formats
2020-11-22 19:01:05 -08:00
YAMAMOTO Takashi
99c416eedf
boards/arm/stm32/stm32butterfly2/src/stm32_spi.c: Appease nxstyle
2020-11-22 19:01:05 -08:00
YAMAMOTO Takashi
4d18ec194e
arch/arm/src/stm32/stm32_adc.c: Fix syslog formats
2020-11-22 19:01:05 -08:00
YAMAMOTO Takashi
4b7557e278
arch/arm/src/stm32/stm32_otgfshost.c: Fix syslog formats
2020-11-22 19:01:05 -08:00
YAMAMOTO Takashi
c8958586a7
drivers/mmcsd/mmcsd_spi.c: Fix syslog formats
2020-11-22 19:01:05 -08:00
YAMAMOTO Takashi
fbbc455c8d
arch/arm/src/stm32f7/stm32_adc.c: Fix syslog formats
2020-11-22 19:01:05 -08:00
YAMAMOTO Takashi
c51499584d
arch/arm/src/stm32f7/stm32_adc.c: Appease nxstyle
2020-11-22 19:01:05 -08:00
YAMAMOTO Takashi
bebd972ab0
arch/arm/src/stm32f7/stm32_otgdev.c: Fix syslog formats
2020-11-22 19:01:05 -08:00
YAMAMOTO Takashi
c557e26d81
arch/arm/src/stm32f7/stm32_otgdev.c: Appease nxstyle
2020-11-22 19:01:05 -08:00
YAMAMOTO Takashi
505d7a5728
arch/arm/src/stm32f7/stm32_sdmmc.c: Fix syslog formats
2020-11-22 19:01:05 -08:00