Gregory Nutt
|
6b900ec05c
|
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.
|
2015-01-30 07:44:49 -06:00 |
|
Gregory Nutt
|
b6d51ef26d
|
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.
|
2015-01-30 07:44:49 -06:00 |
|
Gregory Nutt
|
56200909a0
|
ARM assembly language memcpy.S was not returning a value in R0 it is required to do. From David Sidrane
|
2015-01-29 06:36:53 -06:00 |
|
Gregory Nutt
|
0c47dbe92d
|
ARM assembly language memcpy.S was not returning a value in R0 it is required to do. From David Sidrane
|
2015-01-29 06:36:53 -06:00 |
|
Gregory Nutt
|
a2efa2fed8
|
Unix domain: More fixes. With these changes, apps/examples/ustream works
|
2015-01-28 08:39:48 -06:00 |
|
Gregory Nutt
|
cba78c7349
|
Unix domain: More fixes. With these changes, apps/examples/ustream works
|
2015-01-28 08:39:48 -06:00 |
|
Gregory Nutt
|
5a0ac60538
|
Merge remote-tracking branch 'origin/master' into afunix
|
2015-01-27 16:44:42 -06:00 |
|
Gregory Nutt
|
645f9da57b
|
Merge remote-tracking branch 'origin/master' into afunix
|
2015-01-27 16:44:42 -06:00 |
|
Gregory Nutt
|
944b34e31f
|
Unix domain: A few fixes from early integration
|
2015-01-27 16:39:30 -06:00 |
|
Gregory Nutt
|
ca2102febb
|
Unix domain: A few fixes from early integration
|
2015-01-27 16:39:30 -06:00 |
|
Gregory Nutt
|
ce80d90e6d
|
Tiva Ethernet: Move place where interrupts are disabled. It is probably not possible, but the logic looks like it could leave interrupts disabled
|
2015-01-27 14:59:31 -06:00 |
|
Gregory Nutt
|
80cfc0bdd3
|
Tiva Ethernet: Move place where interrupts are disabled. It is probably not possible, but the logic looks like it could leave interrupts disabled
|
2015-01-27 14:59:31 -06:00 |
|
Gregory Nutt
|
af612f6fad
|
Unix domain: More fixed to build without Ethernet or Slip
|
2015-01-27 14:26:10 -06:00 |
|
Gregory Nutt
|
c250c97186
|
Unix domain: More fixed to build without Ethernet or Slip
|
2015-01-27 14:26:10 -06:00 |
|
Gregory Nutt
|
9b5fe1e446
|
Various fixes to get Unix domain sockets to build on the simulator without Ethernet
|
2015-01-27 14:11:46 -06:00 |
|
Gregory Nutt
|
cbf0608513
|
Various fixes to get Unix domain sockets to build on the simulator without Ethernet
|
2015-01-27 14:11:46 -06:00 |
|
Gregory Nutt
|
523b12c624
|
Recent changes to stm32_rtcc.c do not compile with STM32L15XX configurations. From Jussi Kivilinna.
|
2015-01-27 09:20:42 -06:00 |
|
Gregory Nutt
|
4146fdbe8f
|
Recent changes to stm32_rtcc.c do not compile with STM32L15XX configurations. From Jussi Kivilinna.
|
2015-01-27 09:20:42 -06:00 |
|
Gregory Nutt
|
2ce16c8fda
|
Disabling any of EXTI 5-9 interrupts was disabling interrupts for all EXTI 5-9. Same issue with EXTI 10-15. From Jussi Kivilinna.
|
2015-01-27 09:15:43 -06:00 |
|
Gregory Nutt
|
c74aaafc72
|
Disabling any of EXTI 5-9 interrupts was disabling interrupts for all EXTI 5-9. Same issue with EXTI 10-15. From Jussi Kivilinna.
|
2015-01-27 09:15:43 -06:00 |
|
jeditekunum
|
9da75dc4f7
|
Interrupt vectors for ATMEGA1284P.
|
2015-01-26 14:10:46 -06:00 |
|
jeditekunum
|
0bca55de20
|
Interrupt vectors for ATMEGA1284P.
|
2015-01-26 14:10:46 -06:00 |
|
jeditekunum
|
96d06d7a70
|
Fix typos.
|
2015-01-26 13:55:26 -06:00 |
|
jeditekunum
|
262ae0eb76
|
Fix typos.
|
2015-01-26 13:55:26 -06:00 |
|
Gregory Nutt
|
d78464404a
|
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
|
2015-01-26 07:33:22 -06:00 |
|
Gregory Nutt
|
c16abdcd47
|
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
|
2015-01-26 07:33:22 -06:00 |
|
jeditekunum
|
6d361911f1
|
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.
|
2015-01-24 14:31:35 -06:00 |
|
jeditekunum
|
b050703849
|
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.
|
2015-01-24 14:31:35 -06:00 |
|
Gregory Nutt
|
30b141e2c8
|
Remove CONFIG_DEBUG_STACK. Adding CONFIG_STACK_COLORATION makes this configuration option pointless
|
2015-01-24 06:49:51 -06:00 |
|
Gregory Nutt
|
7e46e94546
|
Remove CONFIG_DEBUG_STACK. Adding CONFIG_STACK_COLORATION makes this configuration option pointless
|
2015-01-24 06:49:51 -06:00 |
|
Gregory Nutt
|
e8f266001d
|
Add CONFIG_STACK_COLORATION that does the same thing as CONFIG_DEBUG_STACK but without enabling debug. From David Sidrane
|
2015-01-24 06:03:39 -06:00 |
|
Gregory Nutt
|
05c5c8c337
|
Add CONFIG_STACK_COLORATION that does the same thing as CONFIG_DEBUG_STACK but without enabling debug. From David Sidrane
|
2015-01-24 06:03:39 -06:00 |
|
Gregory Nutt
|
16f72b3470
|
Add support for the EFM32 reset management unit (RMU). From Pierre-noel Bouteville
|
2015-01-23 15:25:10 -06:00 |
|
Gregory Nutt
|
2f3fb08869
|
Add support for the EFM32 reset management unit (RMU). From Pierre-noel Bouteville
|
2015-01-23 15:25:10 -06:00 |
|
Gregory Nutt
|
639fe6c297
|
Armv7-M: Remove Px4-only setting of stack to 0xff. This is incompatible with standard NuttX stack montitoring logic
|
2015-01-22 10:09:10 -06:00 |
|
Gregory Nutt
|
7106469191
|
Armv7-M: Remove Px4-only setting of stack to 0xff. This is incompatible with standard NuttX stack montitoring logic
|
2015-01-22 10:09:10 -06:00 |
|
Gregory Nutt
|
b3db229b77
|
STM32 Ethernet: Port IPv6 address filtering from the Tiva TM4C driver
|
2015-01-21 15:04:39 -06:00 |
|
Gregory Nutt
|
1dd722f836
|
STM32 Ethernet: Port IPv6 address filtering from the Tiva TM4C driver
|
2015-01-21 15:04:39 -06:00 |
|
Gregory Nutt
|
9588b0e7a7
|
All Ethernet drivers (again): Missed one place where arp_out() is called and neighber_out() needs to be called
|
2015-01-21 11:36:33 -06:00 |
|
Gregory Nutt
|
32d2a4c548
|
All Ethernet drivers (again): Missed one place where arp_out() is called and neighber_out() needs to be called
|
2015-01-21 11:36:33 -06:00 |
|
Gregory Nutt
|
8a48b3890f
|
SourceForge Ticket #38. Stray character in arch/avr/src/at90usb/at90usb_serial.c
|
2015-01-20 16:38:18 -06:00 |
|
Gregory Nutt
|
cb1536499a
|
SourceForge Ticket #38. Stray character in arch/avr/src/at90usb/at90usb_serial.c
|
2015-01-20 16:38:18 -06:00 |
|
Gregory Nutt
|
723b7fc430
|
Networking: Modify all Ethernet drivers: Do neighbor look-up on all outgoing IPv6 packs in order to properly set the destination link layer address.
|
2015-01-20 15:52:25 -06:00 |
|
Gregory Nutt
|
1ad73c52b1
|
Networking: Modify all Ethernet drivers: Do neighbor look-up on all outgoing IPv6 packs in order to properly set the destination link layer address.
|
2015-01-20 15:52:25 -06:00 |
|
Gregory Nutt
|
f6063c3896
|
Networking: Add missing raw/packet socket support to all Ethernet drivers
|
2015-01-20 15:14:29 -06:00 |
|
Gregory Nutt
|
a53ae59284
|
Networking: Add missing raw/packet socket support to all Ethernet drivers
|
2015-01-20 15:14:29 -06:00 |
|
Gregory Nutt
|
07132f462f
|
Ethernet drivers: Use IFF_IS_IPv4 macro. Cannot rely on the EtherType being set correctly.
|
2015-01-20 06:26:14 -06:00 |
|
Gregory Nutt
|
92f440c20c
|
Ethernet drivers: Use IFF_IS_IPv4 macro. Cannot rely on the EtherType being set correctly.
|
2015-01-20 06:26:14 -06:00 |
|
Gregory Nutt
|
19a71b395c
|
TM4C Ethernet: Fix the ICMPv6 multicast address
|
2015-01-19 14:56:43 -06:00 |
|
Gregory Nutt
|
8c74fb427e
|
TM4C Ethernet: Fix the ICMPv6 multicast address
|
2015-01-19 14:56:43 -06:00 |
|