Merge branch 'master' of ssh://g.hz.netease.com:22222/IoT/midware

This commit is contained in:
lupeng 2018-09-26 10:35:50 +08:00
commit 2182d1cead
2 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@ define Package/$(PKG_NAME)/install
$(INSTALL_DIR) $(1)/etc/ssl/certs
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/$(PKG_NAME)/$(PKG_NAME) $(1)/usr/sbin/
# $(INSTALL_BIN) $(PKG_BUILD_DIR)/src/$(PKG_NAME)/modules/hardware/mcu_leds/mcu_ota $(TOPDIR)/prebuilt/r16/
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/$(PKG_NAME)/modules/hardware/mcu_leds/mcu_ota $(TOPDIR)/prebuilt/r311/
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/$(PKG_NAME)/nembd/evdev/bin/netease_keytest $(1)/usr/sbin/
$(INSTALL_DATA) mcu/* $(1)/usr/share/golang/mcu/
$(INSTALL_DATA) vol_adc.config $(1)/usr/share/golang/

View File

@ -24,7 +24,7 @@ var ledMap = embd.LEDMap{
}
var pins = embd.PinMap{
&embd.PinDesc{ID: "PD21", Aliases: []string{"117", "GPIO_RESET", "Caps: LCD_D21"}, Caps: embd.CapDigital, DigitalLogical: 117},
&embd.PinDesc{ID: "PL3", Aliases: []string{"355", "GPIO_RESET", "Caps: LCD_D21"}, Caps: embd.CapDigital, DigitalLogical: 355},
&embd.PinDesc{ID: "PH8", Aliases: []string{"232", "MUTE", "Caps: TIMER4"}, Caps: embd.CapDigital, DigitalLogical: 232},
&embd.PinDesc{ID: "PL2", Aliases: []string{"354", "GPIO_AT_STATE", "GPL2_HOLD_OUTPUT"}, Caps: embd.CapDigital, DigitalLogical: 354},
}