@@ -232,9 +232,6 @@ Kernel
232
232
Architectures
233
233
*************
234
234
235
- * ARC
236
-
237
-
238
235
* ARM
239
236
240
237
* AARCH32
@@ -255,8 +252,6 @@ Architectures
255
252
* Added Xen hypercall interface for ARM64
256
253
* Fixed race condition on SMP scheduling code.
257
254
258
- * x86
259
-
260
255
* Xtensa
261
256
262
257
* Introduced a mechanism to automatically figure out which scratch registers
@@ -415,9 +410,6 @@ Drivers and Sensors
415
410
* Added support for stm32u5 series
416
411
* stm32: Added shared IRQ support
417
412
418
- * Bluetooth
419
-
420
-
421
413
* CAN
422
414
423
415
* Renamed ``zephyr,can-primary `` chosen property to ``zephyr,canbus ``.
@@ -433,12 +425,6 @@ Drivers and Sensors
433
425
* Converted the emulated CAN loopback driver to be configured through
434
426
devicetree instead of Kconfig.
435
427
436
- * Clock Control
437
-
438
-
439
- * Console
440
-
441
-
442
428
* Counter
443
429
444
430
* stm32: Added timer based counter driver (stm32f4 only for now).
@@ -453,12 +439,6 @@ Drivers and Sensors
453
439
* stm32 sdmmc: Converted from polling to IT driven mode and added Hardware
454
440
Flow Control option
455
441
456
- * Display
457
-
458
-
459
- * Disk
460
-
461
-
462
442
* DMA
463
443
464
444
* Added support for suspending and resuming transfers
@@ -475,9 +455,6 @@ Drivers and Sensors
475
455
476
456
* Added support for stm32u5 series
477
457
478
- * ESPI
479
-
480
-
481
458
* Ethernet
482
459
483
460
* Added support for Synopsys DesignWare MAC driver with implementation
@@ -503,9 +480,6 @@ Drivers and Sensors
503
480
504
481
* Added driver for GigaDevice GD32 SoCs
505
482
506
- * Hardware Info
507
-
508
-
509
483
* I2C
510
484
511
485
* Added driver for GigaDevice GD32 SoCs
@@ -518,19 +492,11 @@ Drivers and Sensors
518
492
* mimxrt10xx: Added support for I2S
519
493
* mimxrt11xx: Added support for I2S
520
494
521
- * IEEE 802.15.4
522
-
523
-
524
495
* Interrupt Controller
525
496
526
497
* Added ECLIC driver for GigaDevice RISC-V GD32 SoCs
527
498
* Added EXTI driver for GigaDevice GD32 SoCs
528
499
529
- * LED
530
-
531
-
532
- * LoRa
533
-
534
500
* MBOX
535
501
536
502
* Added MBOX NRFX IPC driver
@@ -539,8 +505,6 @@ Drivers and Sensors
539
505
540
506
* Added support for stm32f7 series
541
507
542
- * Modem
543
-
544
508
* Pin control
545
509
546
510
* Introduced a new state-based pin control (``pinctrl ``) API inspired by the
@@ -606,46 +570,14 @@ Drivers and Sensors
606
570
* Added support for stm32u5 series (Independent and Window)
607
571
* mimxrt1170: Added support for watchdog on CM7
608
572
609
- * WiFi
610
-
611
573
612
574
Networking
613
575
**********
614
576
615
- * CoAP:
616
-
617
-
618
- * DHCPv4:
619
-
620
-
621
- * DNS:
622
-
623
-
624
- * HTTP:
625
-
626
-
627
- * IPv4:
628
-
629
-
630
- * LwM2M:
631
-
632
-
633
577
* Misc:
634
578
635
579
* gptp: clock sync ratio as double, not float
636
580
637
- * OpenThread:
638
-
639
-
640
- * Socket:
641
-
642
-
643
- * TCP:
644
-
645
-
646
- * TLS:
647
-
648
-
649
581
USB
650
582
***
651
583
@@ -682,17 +614,11 @@ Build and Infrastructure
682
614
Libraries / Subsystems
683
615
**********************
684
616
685
- * Disk
686
-
687
-
688
617
* Management
689
618
690
619
* Fixed the mcumgr SMP protocol over serial not adding the length of the CRC16 to packet length.
691
620
* Kconfig option OS_MGMT_TASKSTAT is now disabled by default.
692
621
693
- * CMSIS subsystem
694
-
695
-
696
622
* Power management
697
623
698
624
* Power management resources are now manually allocated by devices using
@@ -728,27 +654,11 @@ Libraries / Subsystems
728
654
* Proper multicore support. Devices are suspended only when the last
729
655
active CPU. A cpu parameter was added to Policy and SoC interfaces.
730
656
731
- * Logging
732
-
733
-
734
- * Shell
735
-
736
-
737
- * Storage
738
-
739
-
740
- * Task Watchdog
741
-
742
-
743
657
* Tracing
744
658
745
659
* Support all syscalls being traced using the python syscall generator to
746
660
introduce a tracing hook call.
747
661
748
- * Debug
749
-
750
- * OS
751
-
752
662
* IPC
753
663
754
664
* Added IPC service support and RPMsg with static VRINGs backend
0 commit comments