Fix Bob's name in as many places as possible; Make sure that Bob is an author in as many files as I can think of (might be missing a few)
This commit is contained in:
parent
aa63cafa8e
commit
465bfcb4cf
12
ChangeLog
12
ChangeLog
@ -7229,17 +7229,17 @@
|
|||||||
from Bob Doiron needed to support PDC-based HSMCI DMA transfers
|
from Bob Doiron needed to support PDC-based HSMCI DMA transfers
|
||||||
(2014-4-21).
|
(2014-4-21).
|
||||||
* configs/sam4s-xplained-pro: Support for the SAM4S Xplained Pro
|
* configs/sam4s-xplained-pro: Support for the SAM4S Xplained Pro
|
||||||
board from Bob Doison (2014-4-21).
|
board from Bob Doiron (2014-4-21).
|
||||||
* configs/sam4s-xplained-pro: Added card detect (kind of broken
|
* configs/sam4s-xplained-pro: Added card detect (kind of broken
|
||||||
still); added proc/vfat mounting during init to save some typing.
|
still); added proc/vfat mounting during init to save some typing.
|
||||||
From Bob Doison (2014-4-21).
|
From Bob Doiron (2014-4-21).
|
||||||
* configs/sam4s-xplained-pro: Boost PLLA to 240MHz to allow USB. From
|
* configs/sam4s-xplained-pro: Boost PLLA to 240MHz to allow USB. From
|
||||||
Bob Doison (2014-4-21).
|
Bob Doiron (2014-4-21).
|
||||||
* arch/arm/src/sam34/sam_wdt.c/.h: Add watchdog driver. From Bob
|
* arch/arm/src/sam34/sam_wdt.c/.h: Add watchdog driver. From Bob
|
||||||
Doison (2014-4-21).
|
Doiron (2014-4-21).
|
||||||
* nuttx/configs/sam4s-xplained-pro: Add board-specific watchdog
|
* nuttx/configs/sam4s-xplained-pro: Add board-specific watchdog
|
||||||
timer support. From Bob Doison (2014-4-21).
|
timer support. From Bob Doiron (2014-4-21).
|
||||||
* drivers/timer.c and include/nuttx/timer.h: Timer "upper half"
|
* drivers/timer.c and include/nuttx/timer.h: Timer "upper half"
|
||||||
driver and lower half interface definition from Bob Doison
|
driver and lower half interface definition from Bob Doiron
|
||||||
(2014-40-22).
|
(2014-40-22).
|
||||||
|
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
* arch/arm/src/sam34/sam_rtc.c
|
* arch/arm/src/sam34/sam_rtc.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
|
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* Authors: Gregory Nutt <gnutt@nuttx.org>
|
||||||
|
* Bob Doiron
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
* arch/arm/src/sam34/sam_rtc.h
|
* arch/arm/src/sam34/sam_rtc.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
|
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* Authors: Gregory Nutt <gnutt@nuttx.org>
|
||||||
|
* Bob Doiron
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -2,7 +2,8 @@
|
|||||||
* arch/arm/src/sam34/sam_tc.h
|
* arch/arm/src/sam34/sam_tc.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
|
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* Authors: Gregory Nutt <gnutt@nuttx.org>
|
||||||
|
* Bob Doiron
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
* arch/arm/src/sam34/sam_wdt.c
|
* arch/arm/src/sam34/sam_wdt.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
|
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* Authors: Gregory Nutt <gnutt@nuttx.org>
|
||||||
|
* Bob Doiron
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
* arch/arm/src/sam34/sam_wdt.h
|
* arch/arm/src/sam34/sam_wdt.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2012 Gregory Nutt. All rights reserved.
|
* Copyright (C) 2012 Gregory Nutt. All rights reserved.
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* Authors: Gregory Nutt <gnutt@nuttx.org>
|
||||||
|
* Bob Doiron
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
* configs/sam4s-xplained-pro/include/board.h
|
* configs/sam4s-xplained-pro/include/board.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
|
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* Authors: Gregory Nutt <gnutt@nuttx.org>
|
||||||
|
* Bob Doiron
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
* configs/sam4s-xplained-pro/src/sam4s-xplained-pro.h
|
* configs/sam4s-xplained-pro/src/sam4s-xplained-pro.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
|
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* Authors: Gregory Nutt <gnutt@nuttx.org>
|
||||||
|
* Bob Doiron
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
* configs/sam4s-xplained-pro/src/sam_autoleds.c
|
* configs/sam4s-xplained-pro/src/sam_autoleds.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
|
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* Authors: Gregory Nutt <gnutt@nuttx.org>
|
||||||
|
* Bob Doiron
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
* configs/sam4s-xplained-pro/src/sam_buttons.c
|
* configs/sam4s-xplained-pro/src/sam_buttons.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
|
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* Authors: Gregory Nutt <gnutt@nuttx.org>
|
||||||
|
* Bob Doiron
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
* config/sam4s-xplained-pro/src/sam_hsmci.c
|
* config/sam4s-xplained-pro/src/sam_hsmci.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
|
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* Authors: Gregory Nutt <gnutt@nuttx.org>
|
||||||
|
* Bob Doiron
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
*
|
*
|
||||||
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
|
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||||
|
* Bob Doiron
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
*
|
*
|
||||||
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
|
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||||
|
* Bob Doiron
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
* configs/sam4s-xplained-pro/src/sam_udp.c
|
* configs/sam4s-xplained-pro/src/sam_udp.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
|
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* Authors: Gregory Nutt <gnutt@nuttx.org>
|
||||||
|
* Bob Doiron
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
* configs/sam4s-xplained-pro/src/sam_userleds.c
|
* configs/sam4s-xplained-pro/src/sam_userleds.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
|
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* Authors: Gregory Nutt <gnutt@nuttx.org>
|
||||||
|
* Bob Doiron
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
* configs/sam4s-xplained-pro/src/up_watchdog.c
|
* configs/sam4s-xplained-pro/src/up_watchdog.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
|
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* Authors: Gregory Nutt <gnutt@nuttx.org>
|
||||||
|
* Bob Doiron
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
* drivers/timer.c
|
* drivers/timer.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
|
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* Authors: Gregory Nutt <gnutt@nuttx.org>
|
||||||
|
* Bob Doiron
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
* include/nuttx/timer.h
|
* include/nuttx/timer.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
|
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* Authors: Gregory Nutt <gnutt@nuttx.org>
|
||||||
|
* Bob Doiron
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
Loading…
Reference in New Issue
Block a user