Skip to content

Commit

Permalink
doc: changelog updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoquesada committed Feb 10, 2020
1 parent e292623 commit a440afd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.firmware.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.5.3] - 2020-02-??
## [0.5.3] - 2020-02-09
### Added
- Firmware: Nintendo Switch: Original Nintendo Switch Pro works.
- Firmware: Nintendo Switch: LEDs are being set.
- Firmware: Nintendo Switch Pro: Original Nintendo Switch Pro works.
- Firmware: Nintendo Switch Pro: LEDs are being set.
- Firmware: DualShock 4: LEDs are being set. Uses HID report type 0x11 by default.

### Changed
Expand Down
7 changes: 0 additions & 7 deletions firmware/tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ VPATH += ${BTSTACK_ROOT}/chipset/csr
CFLAGS += $(shell pkg-config libusb-1.0 --cflags) -I../main
LDFLAGS += $(shell pkg-config libusb-1.0 --libs)

EXAMPLES += csr_set_bd_addr

csr_set_bd_addr: ${CORE_OBJ} ${COMMON_OBJ} btstack_chipset_csr.o csr_set_bd_addr.o
${CC} $^ ${CFLAGS} ${LDFLAGS} -o $@


# use pkg-config for portaudio
# CFLAGS += $(shell pkg-config portaudio-2.0 --cflags) -DHAVE_PORTAUDIO
Expand All @@ -54,8 +49,6 @@ clean_src:
clean:
rm -rf ../main/*.o

#all: ${EXAMPLES}

unijoysticle: ${CORE_OBJ} ${COMMON_OBJ} ${CLASSIC_OBJ} ${SDP_CLIENT} btstack_ring_buffer.o btstack_hid_parser.o \
../main/uni_main.o ../main/uni_bluetooth.o ../main/uni_hid_device.o ../main/uni_hid_parser.o ../main/uni_gamepad.o \
../main/uni_hid_parser_android.o ../main/uni_hid_parser_icade.o ../main/uni_hid_parser_ouya.o \
Expand Down

0 comments on commit a440afd

Please sign in to comment.