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:39:56 UTC

[GitHub] [mynewt-newt] andrzej-kaczmarek opened a new pull request, #486: syscfg: Write defs for packages included in build

andrzej-kaczmarek opened a new pull request, #486:
URL: https://github.com/apache/mynewt-newt/pull/486

   This adds symbols in syscfg.h for each package included in build. The
   symbol name has "MYNEWT_PKG_" prefix followed with sanitized package's
   full name, i.e. repo designator has "@" stripped and is separated with
   "__" from package name, then all illegal characters in resulting name
   are replaced with "_".


-- 
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


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

Posted by GitBox <gi...@apache.org>.
kasjer commented on PR #486:
URL: https://github.com/apache/mynewt-newt/pull/486#issuecomment-1237077598

   It seems that with this change while syscfg.h do have new defines
   newt build always rebuilds everything as if syscfg.h was different from the one in previous build


-- 
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


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

Posted by GitBox <gi...@apache.org>.
andrzej-kaczmarek merged PR #486:
URL: https://github.com/apache/mynewt-newt/pull/486


-- 
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


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

Posted by GitBox <gi...@apache.org>.
andrzej-kaczmarek commented on PR #486:
URL: https://github.com/apache/mynewt-newt/pull/486#issuecomment-1237430806

   @kasjer should be fixed now


-- 
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


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

Posted by GitBox <gi...@apache.org>.
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