Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed Jun 6, 2019
2 parents 9abd152 + 2fdd5c5 commit 4f66d41
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,21 @@

# 0.11.0

- Rework USB driver using Adafruit_TinyUSB library
- Rework USB driver to support Adafruit_TinyUSB library (support HID and MSC)
- Added Metro nRF52840 Express
- Update bootloader binaries to 0.2.11
- Rework Filesystem
- Seperate LittleFS and InternalFS into `Adafruit_LittleFS` and `InternalFileSystem`
- Remove ExternalFS in favor of using Adafruit_QSPI and Adafruit_SPIFlash library
- Update nrfx to 1.6.2
- Fixed #250 wrong values for g_ADigitalPinMap, thanks to @henrygab
- Fixed interrupts for device with multiple I/O Port, thanks to MacGyverNL PR #261
- Update adc_vbat.ino sketch to work with nrf52840, thanks to @pyro9
- Extend SoftwareTimer with option to make it non-repeating, add reset function & ISR-safe functions, thanks to @MacGyverNL PR #260
- Fixed connection handle in BLEHidAdafruit single connection api, thanks to @ogatatsu PR #267
- Fixed spelling & Add Environmental Sensing GATT Service and UV Index GATT Characteristics UUID, thanks to @sayanee
- Fixed #276 rename macro FILE_READ/WRITE to enum FILE_O_READ/WRITE
- Upgrade compiler toolchain from gcc 5.2 2015q2 to gcc 7 2017q4

# 0.10.1

Expand Down
2 changes: 1 addition & 1 deletion platform.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ compiler.warning_flags.default=
compiler.warning_flags.more=-Wall
compiler.warning_flags.all=-Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wno-pointer-arith

compiler.path={runtime.tools.gcc-arm-none-eabi-5_2-2015q4.path}/bin/
compiler.path={runtime.tools.arm-none-eabi-gcc.path}/bin/
compiler.c.cmd=arm-none-eabi-gcc
compiler.c.flags=-mcpu={build.mcu} -mthumb -c -g {compiler.warning_flags} {build.float_flags} -std=gnu11 -ffunction-sections -fdata-sections -nostdlib --param max-inline-insns-single=500 -MMD
compiler.c.elf.cmd=arm-none-eabi-gcc
Expand Down

0 comments on commit 4f66d41

Please sign in to comment.