[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [paparazzi/paparazzi] b66709: changed LED ordering o
From: |
GitHub |
Subject: |
[paparazzi-commits] [paparazzi/paparazzi] b66709: changed LED ordering on Lisa/M 2.0 |
Date: |
Tue, 08 May 2012 10:51:32 -0700 |
Branch: refs/heads/dev
Home: https://github.com/paparazzi/paparazzi
Commit: b66709a43d72eaa5c1ac68793ce8d29d76971392
https://github.com/paparazzi/paparazzi/commit/b66709a43d72eaa5c1ac68793ce8d29d76971392
Author: Felix Ruess <address@hidden>
Date: 2012-05-06 (Sun, 06 May 2012)
Changed paths:
M sw/airborne/boards/lisa_m_2.0.h
Log Message:
-----------
changed LED ordering on Lisa/M 2.0
consecutively numbered from 1 to 5 starting near the Vin led
red, green, green, red, green
PC12 is now called LED12, but what about PC10 that was LED5 before?
also see issue #189
Commit: 5268d36ae2e69d6442dffa57a31638a4f7fc9b42
https://github.com/paparazzi/paparazzi/commit/5268d36ae2e69d6442dffa57a31638a4f7fc9b42
Author: Felix Ruess <address@hidden>
Date: 2012-05-06 (Sun, 06 May 2012)
Changed paths:
M sw/airborne/boards/lisa_m_2.0.h
Log Message:
-----------
lisa_m_2.0 added LED6-8 defines for the unpopulated leds on ADC1-3
Commit: a672a4b79fa6af2ae9b4df970d847b7994dac004
https://github.com/paparazzi/paparazzi/commit/a672a4b79fa6af2ae9b4df970d847b7994dac004
Author: Felix Ruess <address@hidden>
Date: 2012-05-06 (Sun, 06 May 2012)
Changed paths:
M sw/airborne/boards/lisa_m_2.0.h
Log Message:
-----------
removed LED11 define for PC10 (was avialable on lisa/m 1.0 on GPIO connector,
but is now UART3_TX)
Commit: 299dc202f0551f53d79f43a29a27c5d90569be00
https://github.com/paparazzi/paparazzi/commit/299dc202f0551f53d79f43a29a27c5d90569be00
Author: Felix Ruess <address@hidden>
Date: 2012-05-08 (Tue, 08 May 2012)
Changed paths:
M sw/airborne/boards/lisa_m_2.0.h
Log Message:
-----------
Merge pull request #191 from paparazzi/lisa_m_2_leds
LEDs on lisa/m 2.0 are now consecutively numbered from 1 to 5 starting near the
Vin led
colors of LED 1-5: red, green, green, red, green
added LED6-8 defines for the unpopulated leds on ADC1-3
Compare: https://github.com/paparazzi/paparazzi/compare/e479d47...299dc20