mirror of
https://github.com/anklimov/lighthub
synced 2025-12-10 05:39:51 +03:00
First sucsessfull working build on NRF52840+Wiznet5500
This commit is contained in:
@@ -21,13 +21,14 @@ env_default =
|
||||
; due-5500
|
||||
; controllino
|
||||
; stm32
|
||||
; nrf52840
|
||||
nrf52840
|
||||
|
||||
;build_dir = /tmp/pioenvs
|
||||
;libdeps_dir = /tmp/piolibdeps
|
||||
[env:nrf52840]
|
||||
platform = nordicnrf52
|
||||
board = nrf52840_dk
|
||||
;board_build.variant = breakout
|
||||
;upload_protocol = mbed
|
||||
;upload_port = /dev/cu.SLAB_USBtoUART
|
||||
framework = arduino
|
||||
@@ -57,11 +58,12 @@ lib_ignore =
|
||||
;Adafruit_Sensor
|
||||
ClosedCube HDC1080
|
||||
SparkFun CCS811 Arduino Library
|
||||
ESP8266HTTPClient
|
||||
lib_deps =
|
||||
https://github.com/anklimov/Arduino-Temperature-Control-Library.git
|
||||
https://github.com/anklimov/DS2482_OneWire
|
||||
https://github.com/anklimov/Ethernet2
|
||||
ESP8266HTTPClient
|
||||
ArduinoHttpClient
|
||||
https://github.com/anklimov/aJson
|
||||
https://github.com/anklimov/CmdArduino
|
||||
https://github.com/anklimov/ModbusMaster
|
||||
|
||||
Reference in New Issue
Block a user