You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by gi...@git.apache.org on 2017/08/28 23:47:10 UTC

[GitHub] mkiiskila opened a new pull request #507: boot_serial; access uart driver directly instead of going through console.

mkiiskila opened a new pull request #507: boot_serial; access uart driver directly instead of going through console.
URL: https://github.com/apache/mynewt-core/pull/507
 
 
   This is for space savings. Before the change:
   objsize
      text	   data	    bss	    dec	    hex	filename
     16248	     84	   5352	  21684	   54b4	/Users/marko/src2/incubator-mynewt-blinky/bin/targets/boot_nrf52_serial/app/apps/boot/boot.elf
   
   After the change:
      text	   data	    bss	    dec	    hex	filename
     14816	     76	   4996	  19888	   4db0	/Users/marko/src2/incubator-mynewt-blinky/bin/targets/boot_nrf52_serial/app/apps/boot/boot.elf
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services