A few more changes due to the libopencm3 merge
This commit is contained in:
@ -29,7 +29,7 @@
|
|||||||
#BOARD ?= JELLYBEAN
|
#BOARD ?= JELLYBEAN
|
||||||
BOARD ?= JAWBREAKER
|
BOARD ?= JAWBREAKER
|
||||||
|
|
||||||
HACKRF_OPTS = -D$(BOARD) -DLPC43XX
|
HACKRF_OPTS = -D$(BOARD) -DLPC43XX -DLPC43XX_M4
|
||||||
|
|
||||||
# comment to disable RF transmission
|
# comment to disable RF transmission
|
||||||
HACKRF_OPTS += -DTX_ENABLE
|
HACKRF_OPTS += -DTX_ENABLE
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
#include <libopencm3/lpc43xx/cgu.h>
|
#include <libopencm3/lpc43xx/cgu.h>
|
||||||
#include <libopencm3/lpc43xx/gpio.h>
|
#include <libopencm3/lpc43xx/gpio.h>
|
||||||
#include <libopencm3/lpc43xx/nvic.h>
|
#include <libopencm3/lpc43xx/m4/nvic.h>
|
||||||
#include <libopencm3/lpc43xx/sgpio.h>
|
#include <libopencm3/lpc43xx/sgpio.h>
|
||||||
|
|
||||||
#include <hackrf_core.h>
|
#include <hackrf_core.h>
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
#include "usb_standard_request.h"
|
#include "usb_standard_request.h"
|
||||||
|
|
||||||
#include <libopencm3/lpc43xx/creg.h>
|
#include <libopencm3/lpc43xx/creg.h>
|
||||||
#include <libopencm3/lpc43xx/nvic.h>
|
#include <libopencm3/lpc43xx/m4/nvic.h>
|
||||||
#include <libopencm3/lpc43xx/rgu.h>
|
#include <libopencm3/lpc43xx/rgu.h>
|
||||||
#include <libopencm3/lpc43xx/usb.h>
|
#include <libopencm3/lpc43xx/usb.h>
|
||||||
|
|
||||||
|
Submodule firmware/libopencm3 updated: 59474cf648...7d095fe5f4
Reference in New Issue
Block a user