Commit graph

  • 01252c2b6b tests: net: socket: getaddrinfo: fix resource leak Guðni Már Gilbert 2021-03-11 01:02:56 +00:00
  • 9b84921340 hal_ti: update to use k_ms_to_ticks_ceil32 Anas Nashif 2021-03-15 13:59:23 -04:00
  • c076d94eec kernel: remove tickless idle Anas Nashif 2021-03-12 13:13:22 -05:00
  • c5d6bdb404 clock: remove unused z_ms_to_ticks Anas Nashif 2021-03-13 08:23:57 -05:00
  • a518f48796 clock: renmae z_timeout_end_calc -> sys_clock_timeout_end_calc Anas Nashif 2021-03-13 08:22:38 -05:00
  • fe0872c0ab clocks: rename z_tick_get -> sys_clock_tick_get Anas Nashif 2021-03-13 08:21:21 -05:00
  • 5c90ceb105 clock: rename z_tick_get_32 -> sys_clock_tick_get_32 Anas Nashif 2021-03-13 08:19:53 -05:00
  • a387221f3c clock: rename z_clock_hw_cycles_per_sec_runtime_get Anas Nashif 2021-03-13 08:16:53 -05:00
  • 59c7ecb2b4 sys_lock: extra 'needed' removed Anas Nashif 2021-03-13 08:05:09 -05:00
  • ffd01833d3 clock: z_clock_device_ctrl -> sys_clock_device_ctrl Anas Nashif 2021-03-13 08:03:11 -05:00
  • 771cc9705c clock: z_clock_isr -> sys_clock_isr Anas Nashif 2021-03-13 08:02:16 -05:00
  • 38eca45b32 drivers: arcv2_timer0: fix comment Anas Nashif 2021-03-12 13:51:00 -05:00
  • 12b53d121e clock: rename z_timer_cycle_get_32 -> sys_clock_cycle_get_32 Anas Nashif 2021-03-12 12:46:52 -05:00
  • 11779e3faf doc: clocks: link clock APIs from doxygen Anas Nashif 2021-02-25 15:39:26 -05:00
  • 9c1efe6b4b clock: remove z_ from semi-public APIs Anas Nashif 2021-02-25 15:33:15 -05:00
  • f943a5581d modbus: rework RS-485 transceiver DE,RE GPIO configuration Johann Fischer 2021-03-17 16:58:05 +01:00
  • dcbadd24c2 samples: rtu_server: rework LED configuration Johann Fischer 2021-03-17 10:23:17 +01:00
  • b5c761373f doc: modbus: update description and add TCP sample references Johann Fischer 2021-03-11 15:41:15 +01:00
  • fc7ffab2cd samples: modbus: add TCP to serial line gateway Johann Fischer 2021-03-11 00:44:34 +01:00
  • e6d4b28592 samples: add MODBUS TCP server sample Johann Fischer 2021-03-11 00:44:02 +01:00
  • 570a2f0839 tests: modbus: add raw ADU support test Johann Fischer 2021-03-11 00:43:06 +01:00
  • 6394298960 modbus: add raw ADU support Johann Fischer 2021-03-11 00:42:21 +01:00
  • 4ff616b647 modbus: rework interface configuration Johann Fischer 2021-03-10 19:19:12 +01:00
  • 55204d504e modbus: document return values of internal functions Johann Fischer 2021-03-10 18:41:26 +01:00
  • 144a3a5ba2 modbus: return ETIMEDOUT on timeout instead of EIO Johann Fischer 2021-03-10 18:40:20 +01:00
  • 0bf4916efd modbus: move some RX/TX ADU related code to the core Johann Fischer 2021-03-09 12:00:32 +01:00
  • e3c630d25f modbus: rename internal designations and do few minor fixups Johann Fischer 2021-03-03 15:34:43 +01:00
  • 669d3e9e91 modbus: make MODBUS support over serial line optional Johann Fischer 2021-03-03 17:55:14 +01:00
  • b132ab556c modbus: move serial line config outside context Johann Fischer 2021-03-03 14:58:39 +01:00
  • 3ddb47cc43 modbus: move MODBUS over serial line code to own file Johann Fischer 2021-03-03 13:43:48 +01:00
  • 19d0b474c1 modbus: use enum for MODBUS mode Johann Fischer 2021-03-01 14:36:35 +01:00
  • 5319c7b042 tests: modbus: remove _rtu_ from modbus test Johann Fischer 2021-03-02 21:59:29 +01:00
  • 9792a6c43e modbus: rename mb_rtu_ to modbus_ Johann Fischer 2021-03-02 19:35:09 +01:00
  • 699b2cdf9b modbus: remove RTU from configuration and headers Johann Fischer 2021-03-02 19:26:04 +01:00
  • ed0629f623 modbus: rename MODBUS RTU API to common MODBUS API Johann Fischer 2021-03-02 18:48:30 +01:00
  • ac487727df modbus: reset buffer after reception Johann Fischer 2021-02-10 15:00:44 +01:00
  • a9690e0862 modbus: fix ASCII frame reception and add test for ASCII mode Johann Fischer 2020-12-28 17:03:38 +01:00
  • b0518d6100 modbus: get interface index according to interface name Johann Fischer 2020-12-28 16:19:19 +01:00
  • d0ff35b88d modbus: add DE/nRE gpios properties to samples and test Johann Fischer 2020-12-22 23:59:43 +01:00
  • c96aeff785 modbus: add control for DE/nRE RS-485 transceiver signals Johann Fischer 2020-12-22 16:49:57 +01:00
  • 92b11e2645 doc: add Modbus RTU documentation Johann Fischer 2020-06-21 01:09:15 +02:00
  • fef70aa494 samples: add Modbus RTU client sample Johann Fischer 2020-08-27 14:30:51 +02:00
  • 48d1b4b697 samples: add Modbus RTU server sample Johann Fischer 2020-08-17 16:24:54 +02:00
  • 3e3966aa1f tests: add test for MODBUS RTU subsystem Johann Fischer 2020-06-24 18:45:10 +02:00
  • 46f53332f8 CODEOWNERS: add codeowner for modbus Johann Fischer 2021-03-15 15:31:07 +01:00
  • 07ab652c6c modbus: add MODBUS RTU subsystem Johann Fischer 2020-05-29 16:45:25 +02:00
  • 4682cf12bb tests: lib: time: add test for time() function Marcin Niestroj 2021-03-18 23:27:05 +01:00
  • 064c6ef830 libc: minimal: implement time() API Marcin Niestroj 2021-03-15 23:16:42 +01:00
  • 524853ecfa runners: nrfjprog: workaround for multi-core hex files Martí Bolívar 2020-12-03 13:21:40 -08:00
  • 795d0577c9 disk: sdhc: Set LSB of command to 1 as end bit Rich Barlow 2021-03-18 16:27:51 +00:00
  • 5ebb4214c9 samples: hid: set boot interface Protocol Code Johann Fischer 2021-03-15 13:44:07 +01:00
  • 91ddb8c9fe usb: hid: allow boot interface Protocol Code to be set per device Johann Fischer 2021-03-15 13:28:57 +01:00
  • a942697d7b usb: remove const qualifier in struct usb_cfg_data() Johann Fischer 2021-03-18 14:30:28 +01:00
  • e2b51da6f5 drivers: dma: paxdma: increase bd buffers. Raveendra Padasalagi 2021-02-19 14:59:14 +05:30
  • 9adbc5a616 drivers: dma: paxdma: Sync payload as separate packet Raveendra Padasalagi 2021-02-19 14:56:45 +05:30
  • 32d62972ce drivers: dma: paxdma: Use uncached sync bufer Raveendra Padasalagi 2021-02-19 14:53:30 +05:30
  • 023491e683 doc: bluetooth: Fix a typo in the nRF5340 note. Michał Grochala 2021-03-18 10:39:18 +01:00
  • 40a2aed778 Bluetooth: Mesh: Friendship BabbleSim tests Trond Einar Snekvik 2021-03-09 08:12:11 +01:00
  • 607469616d counters: Remove deprecated APIs Kumar Gala 2021-03-17 10:28:12 -05:00
  • f3d11cccf4 aarch64: userspace: Enable userspace Carlo Caione 2020-11-26 13:22:08 +01:00
  • 2936998591 aarch64: GCC10: Add -mno-outline-atomics Carlo Caione 2020-12-04 10:54:23 +01:00
  • ff14bb5027 tests: userspace: Increase mem pool size for AArch64 Carlo Caione 2020-11-24 17:15:56 +01:00
  • 6fb42bb316 tests: userspace: Fix test for AArch64 Carlo Caione 2020-11-19 12:43:16 +01:00
  • 5941713e4d tests: userspace: Add AArch64 case Carlo Caione 2020-11-19 12:28:38 +01:00
  • 8cbd9c7d8e aarch64: userspace: Add missing entries in vector table Carlo Caione 2020-11-26 16:08:22 +01:00
  • 1347fdbca7 aarch64: userspace: Increase KOBJECT_TEXT_AREA Carlo Caione 2020-11-19 14:05:22 +01:00
  • 2b5b054b0b aarch64: userspace: bump the global number of available page tables Nicolas Pitre 2021-02-14 23:29:48 -05:00
  • b52f769908 aarch64: mmu: Fix MMU permissions for zephyr code and data Carlo Caione 2020-11-26 12:59:24 +01:00
  • a74f378cdc aarch64: mmu: apply domain switching on all CPUs if SMP Nicolas Pitre 2021-03-16 17:09:02 -04:00
  • ec70b2bc7a aarch64: userspace: Add support for page tables swapping Carlo Caione 2020-11-26 12:57:36 +01:00
  • b1eefc0c26 lib/os/heap: straighten up our type usage Nicolas Pitre 2021-03-17 21:53:25 -04:00
  • e919bb2d16 lib/os/heap: abstract conversion from chunk size to usable bytes Nicolas Pitre 2021-03-17 22:21:14 -04:00
  • f4e1611692 lib/os/heap: no need to over-mask Nicolas Pitre 2021-03-17 22:31:59 -04:00
  • a54e101a1e lib/os/heap: rename struct z_heap.len to struct z_heap.end_chunk Nicolas Pitre 2021-03-17 21:05:49 -04:00
  • e8910f629d lib/os/heap: document the reason behind the header field ordering Nicolas Pitre 2021-03-17 20:44:20 -04:00
  • a61708377d lib: os: cbprintf: Fix static packaging for sparc Krzysztof Chruscinski 2021-03-18 13:58:00 +01:00
  • beb62d2946 lib: os: cbprintf: Minor fixes Krzysztof Chruscinski 2021-03-18 13:55:09 +01:00
  • 93ff119afc boards: nucleo_l552ze_q: Leverage consolidated TFM signing code Yestin Sun 2021-02-26 16:03:43 -08:00
  • 46cab056bc boards: stm32l562e_dk: Enable TF-M IPC application Yestin Sun 2021-01-05 15:27:12 -08:00
  • fd4e51754f boards: stm32l562e_dk: Avoid GPIO pinctrl for non secure target Yestin Sun 2021-01-05 21:51:11 -08:00
  • 19d397d88e boards: stm32l562e_dk: Add non secure target Yestin Sun 2021-01-05 15:08:05 -08:00
  • 4215955e84 modules: trusted-firmware-m: Allow to adjust hex file base address Yestin Sun 2021-02-26 15:29:37 -08:00
  • dde796a1c9 drivers: gpio: mchp: Fix pin configure after disconnect Scott Worley 2021-03-17 14:24:00 -04:00
  • 477f4d4e2b tests: kernel: pipe: second part of testcases to improve pipes coverage Shihao Shen 2021-03-18 13:52:51 +08:00
  • 0f93d58994 net: dhcpv4: switch to new work API Peter Bigot 2021-03-16 10:00:43 -05:00
  • 184f0e29a2 kernel: rbtree: test rbtree minmax api Ningx Zhao 2020-12-28 16:53:40 +08:00
  • 7f727ac322 Bluetooth: controller: Fix regression in ctrl tx queue handling Vinayak Kariappa Chettimada 2021-03-13 10:16:40 +05:30
  • 7d35a8c93d kernel: remove arch_mem_domain_destroy Kumar Gala 2021-03-17 13:48:23 -05:00
  • 14f541325a tests: kernel: mem_protect: add Ronoth Lodev to supported boards Dean Weiten 2021-03-03 08:29:33 -06:00
  • d0f93941e1 tests: drivers: dac: add Ronoth Lodev to supported boards Dean Weiten 2021-03-03 08:29:17 -06:00
  • 1e10bc3180 tests: drivers: adc: add Ronoth Lodev to supported boards Dean Weiten 2021-03-03 08:28:39 -06:00
  • 567afc0371 samples: drivers: dac: add Ronoth Lodev to supported boards Dean Weiten 2021-03-03 08:28:12 -06:00
  • 5e82563601 board: arm: ronoth_lodev: add Ronoth LoDev board support Dean Weiten 2021-03-03 08:15:34 -06:00
  • ed1b220ba5 dts: arm: s76s: add AcSIP S76S SiP support Dean Weiten 2021-01-27 22:54:09 -06:00
  • bc782cf11b Bluetooth: controller: Remove redundant connection initiated check Vinayak Kariappa Chettimada 2021-03-12 14:52:06 +05:30
  • 39a3b3c71e drivers: entropy: stm32: fix discarding of false negative rng values Giancarlo Stasi 2020-11-16 19:47:56 +01:00
  • 41ca34a752 drivers: stm32: rtc: Add option to keep rtc value Shlomi Vaknin 2021-03-12 11:24:24 +02:00
  • d4316cc483 shell: Fix llvm-clang coverage without backend. Jeremy Bettis 2021-03-17 11:20:26 -06:00
  • 62e5db70ef Bluetooth: controller: Fix channel identifier for Periodic Adv/Sync Vinayak Kariappa Chettimada 2021-03-08 12:25:46 +05:30
  • 545332db98 Bluetooth: controller: Use channel identifier function Vinayak Kariappa Chettimada 2021-03-08 12:22:53 +05:30