Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
### Releases v1.2.0

1. Add better debug feature.
2. Optimize code and examples to reduce RAM usage
3. Add Table of Contents
  • Loading branch information
khoih-prog authored Jan 11, 2021
1 parent 0d56d8a commit f9a8100
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 8 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
* [Use Arduino Library Manager](#use-arduino-library-manager)
* [Manual Install](#manual-install)
* [VS Code & PlatformIO](#vs-code--platformio)
* [Packages' Patches](#packages-patches)
* [1. For Adafruit nRF52840 and nRF52832 boards](#1-for-adafruit-nRF52840-and-nRF52832-boards)
* [Libraries' Patches](#libraries-patches)
* [1. For application requiring 2K+ HTML page](#1-for-application-requiring-2k-html-page)
* [2. For Ethernet library](#2-for-ethernet-library)
Expand Down
2 changes: 1 addition & 1 deletion src/NRF52_MBED_ISR_Timer.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#error This code is designed to run on nRF52-based Nano-33-BLE boards using mbed-RTOS platform! Please check your Tools->Board setting.
#endif

#ifndef NRF52_TIMER_INTERRUPT_VERSION
#ifndef NRF52_MBED_TIMER_INTERRUPT_VERSION
#define NRF52_MBED_TIMER_INTERRUPT_VERSION "NRF52_MBED_TimerInterrupt v1.2.0"
#endif

Expand Down
2 changes: 1 addition & 1 deletion src/NRF52_MBED_TimerInterrupt.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
// It's better to replace with the new one later. But be careful not to chain break anything
#include "hal/nrf_timer.h"

#ifndef NRF52_TIMER_INTERRUPT_VERSION
#ifndef NRF52_MBED_TIMER_INTERRUPT_VERSION
#define NRF52_MBED_TIMER_INTERRUPT_VERSION "NRF52_MBED_TimerInterrupt v1.2.0"
#endif

Expand Down
2 changes: 1 addition & 1 deletion src_cpp/NRF52_MBED_ISR_Timer.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#error This code is designed to run on nRF52-based Nano-33-BLE boards using mbed-RTOS platform! Please check your Tools->Board setting.
#endif

#ifndef NRF52_TIMER_INTERRUPT_VERSION
#ifndef NRF52_MBED_TIMER_INTERRUPT_VERSION
#define NRF52_MBED_TIMER_INTERRUPT_VERSION "NRF52_MBED_TimerInterrupt v1.2.0"
#endif

Expand Down
2 changes: 1 addition & 1 deletion src_cpp/NRF52_MBED_TimerInterrupt.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
// It's better to replace with the new one later. But be careful not to chain break anything
#include "hal/nrf_timer.h"

#ifndef NRF52_TIMER_INTERRUPT_VERSION
#ifndef NRF52_MBED_TIMER_INTERRUPT_VERSION
#define NRF52_MBED_TIMER_INTERRUPT_VERSION "NRF52_MBED_TimerInterrupt v1.2.0"
#endif

Expand Down
2 changes: 1 addition & 1 deletion src_h/NRF52_MBED_ISR_Timer.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#error This code is designed to run on nRF52-based Nano-33-BLE boards using mbed-RTOS platform! Please check your Tools->Board setting.
#endif

#ifndef NRF52_TIMER_INTERRUPT_VERSION
#ifndef NRF52_MBED_TIMER_INTERRUPT_VERSION
#define NRF52_MBED_TIMER_INTERRUPT_VERSION "NRF52_MBED_TimerInterrupt v1.2.0"
#endif

Expand Down
2 changes: 1 addition & 1 deletion src_h/NRF52_MBED_TimerInterrupt.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
// It's better to replace with the new one later. But be careful not to chain break anything
#include "hal/nrf_timer.h"

#ifndef NRF52_TIMER_INTERRUPT_VERSION
#ifndef NRF52_MBED_TIMER_INTERRUPT_VERSION
#define NRF52_MBED_TIMER_INTERRUPT_VERSION "NRF52_MBED_TimerInterrupt v1.2.0"
#endif

Expand Down

0 comments on commit f9a8100

Please sign in to comment.