You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2022/09/02 11:41:10 UTC

[GitHub] [mynewt-newt] andrzej-kaczmarek commented on pull request #486: syscfg: Write defs for packages included in build

andrzej-kaczmarek commented on PR #486:
URL: https://github.com/apache/mynewt-newt/pull/486#issuecomment-1235395464

   example:
   ```
   /*** Included packages */
   #define MYNEWT_PKG_apache_mynewt_core__util_rwlock 1
   #define MYNEWT_PKG_apache_mynewt_nimble__nimble_controller 1
   #define MYNEWT_PKG_apache_mynewt_nimble__nimble_transport_common_hci_h4 1
   #define MYNEWT_PKG_apache_mynewt_nimble__porting_npl_mynewt 1
   #define MYNEWT_PKG_apache_mynewt_core__sys_log 1
   #define MYNEWT_PKG_apache_mynewt_nimble__nimble_transport 1
   #define MYNEWT_PKG_apache_mynewt_core__util_mem 1
   #define MYNEWT_PKG_apache_mynewt_core__hw_drivers_uart_uart_hal 1
   #define MYNEWT_PKG_apache_mynewt_core__sys_console_stub 1
   #define MYNEWT_PKG_apache_mynewt_core__kernel_os 1
   #define MYNEWT_PKG_apache_mynewt_core__sys_defs 1
   #define MYNEWT_PKG_apache_mynewt_core__sys_log_modlog 1
   #define MYNEWT_PKG_targets_blabla_nrf52840 1
   #define MYNEWT_PKG_apache_mynewt_core__hw_cmsis_core 1
   #define MYNEWT_PKG_apache_mynewt_core__hw_drivers_uart 1
   #define MYNEWT_PKG_apache_mynewt_nimble__nimble_drivers_nrf52 1
   #define MYNEWT_PKG_apache_mynewt_core__sys_log_common 1
   #define MYNEWT_PKG_apache_mynewt_core__sys_sysinit 1
   #define MYNEWT_PKG_targets_blabla_config 1
   #define MYNEWT_PKG_apache_mynewt_core__sys_log_stub 1
   #define MYNEWT_PKG_apache_mynewt_nimble__nimble_transport_uart 1
   #define MYNEWT_PKG_apache_mynewt_nimble__apps_blehci 1
   #define MYNEWT_PKG_apache_mynewt_core__hw_mcu_nordic_nrf52xxx 1
   #define MYNEWT_PKG_apache_mynewt_core__libc_baselibc 1
   #define MYNEWT_PKG_apache_mynewt_core__sys_stats_full 1
   #define MYNEWT_PKG_apache_mynewt_core__sys_sysdown 1
   #define MYNEWT_PKG_apache_mynewt_core__sys_flash_map 1
   #define MYNEWT_PKG_apache_mynewt_core__hw_mcu_nordic 1
   #define MYNEWT_PKG_apache_mynewt_nimble__nimble 1
   #define MYNEWT_PKG_apache_mynewt_core__hw_bsp_nordic_pca10056 1
   #define MYNEWT_PKG_apache_mynewt_core__compiler_arm_none_eabi_m4 1
   #define MYNEWT_PKG_apache_mynewt_core__sys_console 1
   #define MYNEWT_PKG_apache_mynewt_core__sys_sys 1
   #define MYNEWT_PKG_apache_mynewt_core__hw_hal 1
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org