- Jan 22, 2016
-
-
Andrew Webster authored
-
Andrew Webster authored
This patch manages the packet buffer used by the upper layers by making sure it is always set to a valid transmit buffer that can be used by the MAC-NET core. The only exception to this is when the upper layer re-uses a receive buffer to send a response. In this case, the updated receive buffer is swapped with an empty transmit buffer. If there is no empty transmit buffer available, the packet will be dropped. Signed-off-by: Andrew Webster <awebster@arcx.com> Kinetis enet: add support for DBSWP Signed-off-by: Andrew Webster <awebster@arcx.com>
-
Andrew Webster authored
-
Andrew Webster authored
-
Andrew Webster authored
Kinetis enet: leave the write buffer wrap bit alone. The wrap buffer bit is initialized when the buffers are set up and should not be changed later
-
Andrew Webster authored
-
Andrew Webster authored
-
Andrew Webster authored
-
Andrew Webster authored
Kinetis enet: support multiple transmits between interrupts. Accounts for the unlikely event that more than one packet has been transmitted before the tx done is processed
-
Andrew Webster authored
Kinetis enet: use rounded up MTU size for buffers. The buffers must be evenly divisible by 16, so round up the MTU size and use that for the buffer sizes
-
Andrew Webster authored
-
Andrew Webster authored
-
- Jan 21, 2016
-
-
Gregory Nutt authored
-
- Jan 20, 2016
-
-
Stefan Kolb authored
-
- Jan 19, 2016
-
-
Gregory Nutt authored
STM32 TIM: Fix comment
-
Paul A. Patience authored
-
Gregory Nutt authored
STM32 QEncoder: Fix typo
-
Paul A. Patience authored
-
Gregory Nutt authored
STM32 TIM: Fix typos and add forgotten bit
-
Paul A. Patience authored
-
Gregory Nutt authored
-
- Jan 18, 2016
-
-
Frank Benkert authored
-
Gregory Nutt authored
-
Gregory Nutt authored
STM32 QEncoder: Fix some typos
-
Paul A. Patience authored
-
- Jan 16, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Jan 15, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Master
-
Lok Tep authored
-
- Jan 14, 2016
-
-
Gregory Nutt authored
-
- Jan 11, 2016
-
-
Juha Niskanen authored
-
- Jan 10, 2016
-
-
Gregory Nutt authored
-
- Jan 09, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
debug macros for AVR (take #2): Introduce debug macro hooks for AVR
-
Dimitry Kloper authored
When AVR_HAS_MEMX_PTR is enabled provide dbg macro hooks that place the format strings in program memory releasing RAM for other tasks.
-