- Feb 01, 2015
-
-
Gregory Nutt authored
drivers/ramdisk.c and include/nuttx/fs/ramdisk.h: Add logic to dispose of the drvier and RAM buffer when the RAM disk has been unlinked and all open references to the RAM disk have been closed. Add new parameters to romdisk() to specify what should be done with the RAM/ROM buffer -- Should it be freed or not? Changed all calls to ramdisk() to use these new parameters.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Jan 31, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Jan 30, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
EFM32: Logic to unconditionally enable LE clocking. Even you don't use core clock LE as source for LFA or LFB, to read are write any register not clocked by HFPERCLK or HFCORECLK, HFCORECLKLE should be enabled. From Pierre-noel Bouteville.
-
- Jan 29, 2015
-
-
Gregory Nutt authored
ARM assembly language memcpy.S was not returning a value in R0 it is required to do. From David Sidrane
-
- Jan 28, 2015
-
-
Gregory Nutt authored
-
- Jan 27, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Tiva Ethernet: Move place where interrupts are disabled. It is probably not possible, but the logic looks like it could leave interrupts disabled
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Recent changes to stm32_rtcc.c do not compile with STM32L15XX configurations. From Jussi Kivilinna.
-
Gregory Nutt authored
Disabling any of EXTI 5-9 interrupts was disabling interrupts for all EXTI 5-9. Same issue with EXTI 10-15. From Jussi Kivilinna.
-
- Jan 26, 2015
-
-
jeditekunum authored
-
jeditekunum authored
-
Gregory Nutt authored
Get USART 2 & 3 working on lpc4357-evb. These changes are required to get USART 2 and 3 working on the Embest development board. From Toby Duckworth
-
- Jan 24, 2015
-
-
jeditekunum authored
First step at porting to MoteinoMEGA. LED shows assert failure at boot. Appears to be short double blink, short off (~1sec), followed by 250ms toggle cycles. Most of it derived from amber board.
-
Gregory Nutt authored
Remove CONFIG_DEBUG_STACK. Adding CONFIG_STACK_COLORATION makes this configuration option pointless
-
Gregory Nutt authored
Add CONFIG_STACK_COLORATION that does the same thing as CONFIG_DEBUG_STACK but without enabling debug. From David Sidrane
-
- Jan 23, 2015
-
-
Gregory Nutt authored
-
- Jan 22, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
Armv7-M: Remove Px4-only setting of stack to 0xff. This is incompatible with standard NuttX stack montitoring logic
-
Gregory Nutt authored
Armv7-M: Remove Px4-only setting of stack to 0xff. This is incompatible with standard NuttX stack montitoring logic
-
- Jan 21, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
All Ethernet drivers (again): Missed one place where arp_out() is called and neighber_out() needs to be called
-
- Jan 20, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
Networking: Modify all Ethernet drivers: Do neighbor look-up on all outgoing IPv6 packs in order to properly set the destination link layer address.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Jan 19, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
nuttx/arch/arm/src/stm32/stm32_serial.c: fix declaration and definition of up_receive() and up_dma_receive() to match fields of uart_ops_s from nuttx/include/nuttx/serial/serial.h
-
- Jan 18, 2015
-
-
Gregory Nutt authored
Tiva Ethernet: When calling into the stack from the worker thread, it is necessary to have the stack locked
-
Gregory Nutt authored
-
- Jan 17, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-