-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CTF-tracker] Kconfig: Configuration exposure list #12888
Comments
Instead of opening another issue I will piggyback off this one... I have a messy script to try to get an idea of what is out there: There are some things missing (specifically downloaded packages) but at least it is a start. #20437 might want to be aware of this... And finally, #20438 should contain some fixes or at least a pre-step in order to complete the config list. |
Description
This will issue will track the progress of the exposure of module's configurations to Kconfig.
For now the list contains the modules that have already identified their configurations by adding them to Doxygen's
config
group, but it will be extended. The idea on the first phase is to keep thedefault method of configuration as is (through header files and CFLAGS) and model that into Kconfig file for each module.
Drivers
ADCXX1C driver compile configurations(configurations are not actually for the driver but per device)mrf24j40 driver compile configuration(drivers/mrf24j40: Expose configurations to Kconfig #13314)WDT compile configurations(drivers/periph/wdt: Expose configurations to Kconfig #13377)HDC1000(drivers/hdc1000 : Expose Configurations to Kconfig #13870)ADS101X(drivers/ads101x : Expose Configurations to Kconfig #13881)CC110X(drivers/cc110x : Expose Configurations to Kconfig #13897)AT86RF215(drivers/at86rf215 : Expose Configurations to Kconfig #13885)DOSE(drivers/dose.h : Expose Configurations to Kconfig #13910)MMA8X5X( drivers/mma8x5x : Expose Configurations to Kconfig #13926)DC Motor(drivers/motor_driver : Expose Configurations to Kconfig #13927)MAG3110(drivers/mag3110 : Expose Configurations to Kconfig #13915)OPT3001(drivers/opt3001 : Expose Configurations to Kconfig #13934)PN532(drivers/pn532 : Expose Configurations to Kconfig #13951)System
USB peripheral compile time configurations(Kconfig: Expose USB configurations #12936)USBUS CDC ACM(usbus/cdc/acm: Expose configurations to Kconfig #13375)USBUS CDC ECM(usbus/cdc/ecm: Expose configurations to Kconfig #13839)USBUS(sys/usbus: Expose configurations to Kconfig #13374)Networking
GNRC 6LoWPAN compile configurations(Kconfig: Expose gnrc/sixlowpan configurations #13123)GNRC IPv6 NIB compile configurations (gnrc/ipv6/nib: Expose configurations to Kconfig #13626)GNRC IPv6 address blacklisting compile configurations(Kconfig: Expose gnrc/ipv6/blacklist configurations #12922)GNRC IPv6 address whitelisting compile configurations(Kconfig: Expose gnrc/ipv6/whitelist configurations #12893)GNRC IPv6 compile configurations(Kconfig: Expose gnrc/ipv6 configurations #13066)GNRC network interface configurations(Kconfig: Expose gnrc/netif configurations #13065)GNRC LoRaWAN configurations(Kconfig: Expose gnrc/lorawan configurations #12923)IPv6 extension header compile configurations(Kconfig: Expose gnrc/ipv6/ext/frag configurations #12958)Gcoap compile configurations(Kconfig: Expose Gcoap configurations #12887)CoAP compile configurations(net/coap: Expose configurations to Kconfig #13227)Nanocoap compile configurations(net/nanocoap: Expose configurations to Kconfig #13243)IEEE802.15.4 compile configurations(ieee802154: Expose configurations to Kconfig #13315)SOCK utility functions compile configurations(Kconfig: Expose net/sock/util configurations #12944)CPUs
Packages
Tinydtls compile time configuration(Kconfig: Expose pkg/tinydtls configurations #12992)Wakaama LwM2M Client configuration(Kconfig: Expose pkg/wakaama configurations #12974)Wakaama LwM2M platform adaption(Kconfig: Expose pkg/wakaama configurations #12974)Useful links
Documented configurations
Tracker for identified configurations #10566
The text was updated successfully, but these errors were encountered: