px4-firmware/nuttx-configs/px4io-v2
David Sidrane 6ef2ae2999 Reduce USART1 tx buffer by 8 bytes to fix aligment issue
The recent changes to the timers increased memory by 8 bytes.
   and should have ONLY added 8 bytes
   was  20000dc0	40	20000E00
   is:  20000dc8	40	20000E08
   s/b  20000E08       1f3      next symbol

   But for some unknown reason the linker skipped to the next alignment
   of 256 and wasted 246 bytes.

   20000F00     1f3     next symbol

   Even with .align 8 in the .S file and . = ALIGN(4); in the linker
   script I could not move the allocation back only up to the next
   512 alighment.

   So this is a hack to shift things back 8 bytes.
2017-04-07 07:30:30 +02:00
..
include Changes to px4io-v2 for upstream Nuttx 2016-12-21 08:34:21 +01:00
nsh Reduce USART1 tx buffer by 8 bytes to fix aligment issue 2017-04-07 07:30:30 +02:00
scripts Changes to px4io-v2 for upstream Nuttx 2016-12-21 08:34:21 +01:00
src Changes to px4io-v2 for upstream Nuttx 2016-12-21 08:34:21 +01:00