- Jan 22, 2016
-
-
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.
-
- Jan 08, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
All AVR toolchain configuration names must end with _TOOLCHAIN to work properly with nuttx/tools/testbuilds.sh
-
Gregory Nutt authored
SAMV7: Add logic to check if multiple banks are busy in TXINI interrupt processing. This logic is probably necessary, but currently commented out because it is untested
-
- Jan 07, 2016
-
-
Dimitry Kloper authored
-