1.0.2
Changelog
afbfff4 BHY libraries: update version to 1.0.2
506f6e1 README: Add link to bhy-controller executables
ec4ddae Merge pull request #32 from arduino/bsec+examples
f3b1090 Add SensorBSEC class and the corresponding parser function
dec99ab bhy-controller: add parser and plotting for the new BSEC format (SID=115)
fa57762 Fix: Category field in library.properties accepts only 1 value
57c8f1b Merge pull request #36 from per1234/ci
607520e Add missing entries in library.properties files to fix Arduino Lint errors
f065c61 Report changes in memory usage that would result from merging a PR
f2af731 Add "smoke test" examples compilation CI workflow
4b4dee9 Add CI workflow to do Arduino project-specific linting
c3d669f Add link to docs website (#37)
276fa4f Release version 1.0.1
7f6758e Add LICENSE.txt files to each library
d5d8c9d Add urls and descriptions to library.properties files
3534821 Add README.md to each library
a00251b Merge pull request #31 from per1234/lib-mirror-workflow
f40e1db Add workflow for updating library mirror repos
fc4bf84 Merge pull request #35 from arduino/rename_host_lib
0b23e69 Rename BHY2_HOST to BHY2Host
cac4432 Rename Arduino_BHY2_HOST to Arduino_BHY2Host
99f02a7 Merge pull request #34 from arduino/improve_sensor_config
2b4b063 Use begin()/end() functions with default params
c360ab3 Merge pull request #33 from arduino/selective_begin
acfd704 Check that Wire.endTransmission succeeded or eventually repeat the transfer
f7dc7b6 Fix signature check with memmem
f184a19 Add Nicla configuration selection from begin() function
cab8de6 Merge pull request #30 from bstbud/fea_example_enrich
65e82e7 Remove commented piece of code
ff9d428 README: Change links to public ones
9a70a9c add sketch examples: BHYFirmwareUpdate + ShowSensorList - BHYFirmwareUpdate: a sketch to update the FW for the BHI260AP - ShowSensorList: a sketch to show the available virtual sensors on the board
6f5591e Merge pull request #28 from bstbud/imp_optimize_ram_bhy
73ca284 introduce the option to optimize the RAM size usage especially from the BHY2 API, - when BHY2_CFG_DELEGATE_FIFO_PARSE_CB_INFO_MGMT is defined as 1, the overall ram size is reduced by 2056 bytes - when BHY2_CFG_DELEGATE_FIFO_PARSE_CB_INFO_MGMT is defined as 0, the optimization is turned off
a2e9c70 Merge pull request #23 from bcmi-labs/umbynos/release_go_wf
6ed0068 Merge pull request #25 from bstbud/bf_scale
3e2fe64 Merge branch 'rev2' into bf_scale
3809a0c Add plots for BSEC sensor (171)
602c400 add parser support for BSEC (SensorID=171)
c17a3c9 add MLP-2.0 license
b19a81e Merge pull request #27 from bcmi-labs/fullmerge
03ecbec Merge branch 'WebAppDisplayAllSensors' into fullmerge
0dd5069 Flush Wire before starting DFU
3eb6e1a corrected resolution errors with sensors: temperature, light sensor, quaternions improved scale resolution with sensors: barometers, euler orientation
6798bb8 Add visual indication of DFU status
9fd5f44 WebApp: Make chart slide when more than 200 samples are collected
4e4957b WebApp: add graphic data visualization for xyz data
5dff38c WebApp: add graphic data visualization with charts for linear data
104e556 fix checksum formatting for macos
6876082 forgot to apply template to gon.config.hcl
3db7954 Add CI workflow to publish releases
5272a39 Do not used abbreviations for main sensors
ee320b4 WebApp: show main sensors + add individual enable buttons
cee3b58 Add synchronization with Eslov Int pin also for sensor readings
99d0dac Add NICLA_AS_SHIELD configuration instruction on top of the sketches
3a49b54 Extend timeout to disable LDO to 2 min
8c5e82d Fix NiclaIotBridge sketch to work on MKR with Nicla as Shield
3e808cc Use more explicit enum NICLA_AS_SHIELD
76d3af3 Add niclaAsShield function to select right INT pin for I2C
f9eddc7 TEMP: add proper mbed tag to fix automatic builds
9795e6a Try booting after failed failsafe
db9c8da Fix some warnings ans speedup boot
96ebabf Allow turning LDO on without DEBUG being set
b80e84d Make LEDs less violent
659b8db Add Nicla_IoT_Bridge example for Host boards
392668e Fixes to use Portenta as host
3f076fd Go tool: fixes to handle all available sensors
f796020 WebBLE app: rework sensor handling to support all the available sensors
f97fb36 Add support for EVENT sensor types
b88101f Add support for Activity Sensor
3fbe04e Rework sensor APIs to handle all kind of data formats
1073687 Merge pull request #22 from bcmi-labs/speedUpBLE
e91fbdf Remove not needed comments
9683402 BL: erase BHI flash only if BHI fw update file is valid
962c613 Fixes to let Eslov DFU work also with DEBUG only on Nicla
51a9298 Increase DFU pack size to 235 bytes
7367b48 Clean up
60fb804 DFU speed-up: remove DFU Ack in BLE and rethink it in Eslov
74c8b59 Update documentation
18bb958 Merge pull request #21 from bcmi-labs/fixStackOv+sensorRefactor
342d679 Sensor refactor: add ack/nack procedure + set Eslov Int pin
26e7f98 Clear Eslov Int pin once Eslov communication is successfully started
3f5be18 Turn MKR Led ON during Eslov DFU
7c2d7ad Add ack/nack procedure to sensor configuration via Eslov
f04f42f Call closeDFU() to reset the board also after dfu via BLE completed
2882d8f Move eslov int pin assertion before first dfu packet transmission
f1c7c9f Set _transferPending = false only after last Ack is sent
e207807 Turn BLE off during dfu via Eslov and viceversa
70c643e Merge pull request #19 from bcmi-labs/sensor_refactor
f8960f5 Set default factors for bhy sensors
4d4d053 Add temperature sensore
fe40b56 Clean-up sensors
a160170 B_HOST: refactor sensors
3a0ee52 B_HOST: remove ble handler - not used
57b444d Clean-up standalone example
2ba56c9 Wrap bhy sensors id
26a9cc5 Require sensor ID in constructor
6548206 BHY2: Expose bosch sensor IDs
9184d91 BHY2: Add quaternion sensor class
2186e4d BHY2: Refactor sensors
0a61267 Use Wire1 instead of mbed::I2C
a293240 Use namespace nicla for functions from Nicla_System lib
b6fa18a Use Wire instead of Wire1 as external I2C
621d401 Merge pull request #18 from bcmi-labs/pow
aa54d91 BHY2_HOST: indicates the presence of eslov
7188129 Enable LDO in library begin
ad0e6ea Specify eslov int pin pull
e8b59f0 Enable eslov only if needed
88fe6da Add setLDOTimeout() function to set the time after which LDO is disabled
1d72b60 Add timeout on Eslov INT pin to eventually disable LDO
45687ad BL: enable LDO only in debug mode
2646465 Avoid name clashes with Nicla_System library
56aacc0 BHY2: insert delay function
5c1c8e6 BHY2: overload update to add delay
9c03246 Close fail safe file before reopening it to avoid memmem failure
2a2378c Fix regret error reporting
0fa4a06 BL: Set 5s time for button reset
5c6cac1 BL: Set CD pin HIGH to enter Ship Mode
1a14a38 BL: Adjust PMIC register writes for Ship Mode
2db1101 BL: If still enabled, disable Reset pin from UICR register
3f0875c BL: unmount FS and unitialize SPIF before running application
c911a47 Return -1 when bhi fw update fails
7148c80 Merge pull request #17 from bcmi-labs/fixes
73935d7 Update supported architectures
5049333 BHY2: ping i2c0 implicitly
c602881 Examples: remove swo pin config
172b2e5 Fix begin funcs returning bool
2bf018b BHY2: Add API for sensor presence
02027a8 BHY2: Introduce print present sensor func
62719cd BHY2: Remove unused var
6099532 Let begin() functions return bool instead of void
d183c20 Use DEBUG_PRINTF macro to print debug messages
3df6533 Merge pull request #16 from bcmi-labs/refactor-tool
dc96205 Do not show progress bar in verbose mode
a522728 tool - Update go sum
e50d18a tool: handle last packet read
891d679 tool - enable debug log again
605b8e1 tool - Refactor sensor config
41836b2 tool - Refactor dfu
9f1274e Use GPREGRET2 to store error bits
1add7ca Add sketch to flash Fail Safe binary in SPIFlash
d0c66af Use Anna RESETN as normal GPIO
c04009d Add missing Go modules
c7529d2 Adjust debug messages
3ee7178 Re-organize functions for button taps handling
45cc335 Perform different operations according to number of button taps
5160996 Better artifact upload
5c830df Fix artifacts upload
c6f968e Fix dist permissions and linux binaries extension
0ed5257 Add missing gon configuration
efeb8ce Fix notarizations secrets handling
240a05a Fix workflow build.yml notarization step
bbdbfef Fix workflow build.yml
41201cd Go tool: Add progress bar for DFU
f81476c Set Eslov clock to 500MHz
9219312 Merge pull request #15 from bcmi-labs/scerza/tool-build
8755b0b Add gon config file
60b1902 Add workflow to build and notarize binary for OS X
43abc46 Add missing go.sum and .gitignore
a5e7f1d Triplicate data size (192 bytes) in web app
8b3a4e0 Go tool: Add dfu debug option
a8da7c6 Increase I2C clock frequency to 1MHz
271cabf Triplicate data size (192 bytes)
cfe1d1e Rename unisense to nicla
a30ce4b Set PG as voltage shifted push-button (input MR)
2778fc9 Update Standalone sketch for new revision
2f5d7eb Use just one MKR board to do both Serial and Eslov Passthrough
2f2211a Periodically ping i2c0: millis() solution
a09e3a9 Wrap debug messages in if(_debug)
672793a Ignore also case len_bhy = -1
cd37011 Add new sensors to json scheme
d456f15 Fix variable name error + add parse instruction for uint32
af57b35 Delete BHY fw update from SPIFlash after it has been written to BHY Flash
cd0a38a Do not call bhy2_boot_from_flash() from bootloader since is done in the App
5bc32bd Arduino_BHY2: Print present sensors at startup
4a503a9 Enable PMIC LDO and add instructions to enter Ship Mode
00616ef Button reset handling is not implemented yet: avoid waiting for pressure
2fb0fc4 Boot from Flash: add missing bhy function calls in BHY.begin()
4b53cdb Add settings to properly configure SWO (RESET_BHI) pin
a63b718 Debug: check boot_status
cdc2a74 BHI_HOSTBOOT is always 0
20c9074 Use getUpdateFileSize() function to get the fw length
68390e0 Set SPI frequency to 16MHz
0675ae9 Fix CRC error in Web app
16c98f6 tools: adapt serial read for use on Windows
a28a8dc Merge pull request #14 from bcmi-labs/refactor
0a43d1b Clean comments
9f00a4d BHY2: change sensor data replacement policy
dc8bed8 Clean old define - only unisense is supported now
65cdedb Add visual indication that fw update completed
3149534 BHY2: Add debug print for firmware update
e7fb1c4 BHY2: Add debug capabilities
ade5dce BHY2: Prevent execution of other tasks while updating firmware
a9f9564 Refactor reboot after fw upload
5b013fd Use valid byte of uint16 opcode
2051649 bhy-controller go tool: Fix CRC generation
307323b Fix reboot error: let previous BLE/Wire operations complete
92965fa Update console log messages
b0b115d DFU: Check acknowledgment before rebooting unisense
b232e31 Create documentation
133690c tools: use meaningful names for dfu target selection
fbbfd77 Merge pull request #13 from bcmi-labs/cleaning
31abccf Overload configureSensor - allow to pass configuration parameters directly
e296e9f Change configureSensor argument - from pointer to reference - for consistency
3a74dc6 Refactor BHY2_HOST examples
577b221 Update BHY2 examples
adbc414 Remove old test sketches
f863cb6 Remove old host sketch - replaced with BHY2_HOST library
cce9ace Remove old tools already integrated in the new go tool
1e696e5 Arduino_BHY2 - clean comments
ada8844 go tool: remove file path debug print
ac4adc2 webserver: add real-time BLE connection status label
cefbb16 webserver: resize sensor data table
c2c0a8d Merge pull request #12 from bcmi-labs/data-interpretation
3a2a8c2 Merge branch 'arduino' into data-interpretation
f3eb696 Enhanced data parser capabilities
d562f7f tools: complete data parsing functions
beec9a6 refactor parse-scheme structure
7e7bf47 tools: add simple index html
8ab3e4a tools - print both sensor id and name after parsing sensor data
2666a97 go tool - import same json files of webserver
5f58dda Move webserver in go project - add cli command for starting it
f30c319 Merge pull request #11 from bcmi-labs/bhi-firmware-update
8b2c5af go tool: introduce flag for real-time data read -> live-read
1e0733c webpage: show sensor name instead of its id
0657908 go tool: parse data according to json scheme
8001ef2 Arduino_BHY2_HOST: introduce accelerometer example
ce6898a Arduino_BHY2: update interpreter example using new parse functions
a1ba76d Parse sensor data using DataParser class
e38740a Fix webpage undefined variable error
0c683e3 EslovHandler - Initialize _debug to NULL
e89e386 Arduino_BHY2_HOST - Introduced example to control UNISENSE board through eslov
27aafb2 Arduino_BHY2_HOST - Introduced passthrough example
a307da0 Arduino_BHY2_HOST - library for controlling unisense from another arduino board
7e9b574 Increase sensor data size - from uint64 to uint8_t[10]
da60fe4 WebApp: Parse data according to parsing schemes in JSON files
f885ef3 Add some trial json files to generalize virtual sensors
803fd0e WebApp: introduce script to start a local server
1527a0a Introduce example for data parsing
7d967a8 Saturate sensor data size, uint64_t is the max
a073cbc Fix sensor data copy bug
4f33519 Reboot after last pack is received and ack sent
ebaf90f Create FileUtils class and use those functions for both updates
5bc9089 Add BHY file update check + use correct length
502ea01 Add CRC check to BHY fw
f75ff73 Store file-related functions in file_utils.h
377537e Use coherent bhi firmware path
4bf1466 Merge pull request #9 from bcmi-labs/BLEintegration
a9a885e Merge branch 'arduino' into BLEintegration
645f2ce rename index.html to dfu.html
3d092f0 WebApp: enable selection of dfu target - anna or bhi
3db3f9a WebApp: change dfu html layout
f37bf01 Adjust console messages + show them only in debug mode
1b45bbc Add progress bar
0874e2b WebApp: clean dfu page code
ee7ea90 Generate 8-bit CRC + append it to last packet
415865f Use variable to enable/disable debug messages
ab0f460 WebApp: reshape html layout
1152df5 WebApp: retrieve sensor data
4bfe0d2 WebApp: implement sensor configuration
32116d6 BLEHandler: set configuration characteristic write callback
375b36e WebApp: fix spare bytes array
e38c726 WebApp: fix number of iterations
2c7bad0 WebApp: transfer dfu packets without being subscribed to ack characteristic
fc035a2 Refactor bleHandler - write dfu acknowledgment function
fa64da5 BLEHandler prints debug statements through a static member
d784563 [FIX] write value ack characteristic
ebec7d9 Merge pull request #8 from bcmi-labs/go-bhy-controller
9ffd8cd bhy go tool: split read function
d55e67c bhy go tool: extract hardcoded parameters into constants
e473255 bhy go tool - defer port close
6917c93 BHY2 example - remove initial configuration of sensors
77d0ba4 Add debug print for sensor data and configuration transfer validation
353e2d1 host-fw: fix write configuration - sizeof wrongly used
f433b1e Fix debug write - use print method instead of write
5b22a28 [WIP] - Choose binary file and try write-ack protocol
058043c bhy go tool: type alignment - use float32 instead of float64
9d3e009 host-fw: introduce sketch for MKR to bridge PC-ANNA
a6e6bb0 bhy-controller go tool: implement sensor configuration
7705710 bhy-controller go tool: implement sensor data read
2148df8 Handle ack reception
d3c1973 Make code more readable
0a2caf4 [WIP] Web app to perform FW upload
dca9b6c Latest changes: BLE communication protocol working
4a81fe3 Use Serial1.print instead of Serial1.write
2267052 bhy-controller go tool: refactor command parser
9f92d3d bhy-controller go tool: Add command to retrieve available serial ports
a9cb789 bhy-controller go tool: Import dfu function from fwUpdaterUnisense
00ccfd5 bhy-controller go tool: implement command line parser
78b94c5 Add BLE Acknowledge characteristic
3c51d73 [WIP] - Try fw upload via BLE
0923640 My modifications
3632a23 Add debug capability also for BLE
fd8b73f Merge pull request #7 from bcmi-labs/bhy2-app-integration
5d67056 bootloader: bhy upload - enable debug, state and wake up meta events
8335b15 example app: retrieve real sensor data instead of injecting mock data
d93a8d4 Parser: substitute printf with debug stream prints
cdec47e Sensortec - implement logic using real bhy functions
4a1ac03 Sensortec - poll bhy interrupt pin
a11f88f Implement BoschParser helper class for parsing bhy events and data
a652716 Refactor dfu manager debug stream
adf89b0 Add debug stream to bosch sensortec
c05c511 Add bhy low level layer - common apis
d4882c5 Fix CRC computation error for long binaries
ae7e1e5 Add user messages + use debug flag for prints
be41f0b [WIP] Add ble dfu host sketch
87fb122 Add sketch for uploading bhy firmware to spiflash
0acc511 bootloader: move source files in src folder
e52021a bootloader: upload bhy firmware from spif to bhy ram
2c32ea0 Add RGB Blink sketch
fc4757f Fix CRC generation
5ca0603 Fix colours
6de81ea Merge pull request #6 from bcmi-labs/fwUpdate+bringup
166013a Remove random seed to avoid unisense pinmap error
b51e2fc Use Serial for debug + add missing include path
bacce94 Add debug messages for file system mounting
cd64b57 Add delay btw Wire write and requestFrom
b184964 Fix wrong file pointer update
c042eb2 Remove erroneous state change
585d42d Delete app folder
562c45e Do not use led loop in bootloader
4d0b64f Fix fw-upload receiving loop
6a77431 Remove ESLOV_DEBUG
bd13ab5 Fix EslovHandler receiver - stack overflow
d9903b2 Change Wire into Wire1
557039f Define TARGET_ANNA + do not use Serial for Unisense
efb354e fwUpload: do not set stopBit btw Wire write and read
cdd183d Fix typo
7823d8c Fix index print in Go tool
2650e69 Add debug capability to DFUmanager
4c5ff78 fw-upload: upload via USB(Serial) and debug via Serial1 + remove writeStateChange function
a1b6420 Restructure EslovHandler::receiveEvent + update _state=ESLOV_DFU_ACK_STATE from here
8f9609e Add more debug messages
f8b09f1 Set debug before BHY2 begin
2c458c1 Fix file system path of updated firmware for consistency
6f6981d [WIP] Use SPIF block device instead of flash when using ANNA
e40a7d2 fw updater GO - change endianness
cf6b69c [FIX-ME] fw upload - fix delays
aaffe9c DFUManager - add logic to write firmware into flash upon packet reception
c0834f2 Update go tool to send 64-byte packets
d458267 host-fw updater - fix delays
2882928 Change DFU chunk size to 64 bytes
d8823d5 Insert eslov debug structure in host-fw upload
717ca76 Set data buf size to 8
c79c65e Display bytes more clearly
2d7b3dd Adjust sketch to run full test with fwUpdater Go tool
3e4eebb Fix errors in Go tool
e311ad8 [WIP] Test DFU procedure with chunks of 8 byte
a54a9ae Set global variables Ack/Nack outside main
4e1a688 Implement host firmware for DFU test
2605e82 DFU Manager handles acknowledgment
133f6a4 Go tool for Unisense fw update through MKR - Initial commit
3b93e5d Properly initilize external flash
dbe4697 stub: test bosch sensor
77017f4 some fixes for button shared with SWO
624e6cb backup
713bc21 bootloader: Remove BUILD folder
f8c196f Merge pull request #5 from bcmi-labs/library-refactor
fa3fbb0 Delete print and recompile
4363d96 Add delay because same button is used for multiple features
161ee63 Add example for Fail safe sketch
b381b03 Implement debug method to allow dumps via serial port
07932f4 Rename channel in SPIChannel for more clarity
37ea5ff Rename DFUChannel in DFUManager for more clarity
6edcabb Remove SensorChannel. BoschSensortec is used directly
206644d Fix initializer list compilation warning
7d33f1a Arduino_BHY2 - Encapsulate code in a library
9d9c925 Fix ble - add sensor data characteristic
9bb9070 Merge pull request #4 from bcmi-labs/eslov-integration
628e359 Integrate host firmware for retrieving sensor data
9c7da32 Update eslov examples - used for debugging Wire
43d21f9 Implement Eslov receive and request logic
aceb292 Merge pull request #3 from bcmi-labs/sensortec-integration
b9ae3d6 Handle sensor data in a circular buffer
862750a Bypass SensorChannel by using Sensortec directly
a1c04d0 Implement sensor data retrieval from BLE
4c015e5 Implement sensor data read from Sensortec class
124bfc5 Sensortec retrieve sensor data from bhy2 fifo
1dc6f07 Move sensor data structures into a dedicated header
9fbb91f Refactor syntax
0920006 Edit Sensortec into a singleton class
bf65c00 Merge pull request #2 from bcmi-labs/sensor-channel
ee42b90 Move ble logic into BLE Handler class
ab54471 Move eslov logic into EslovHandler class
bbb5c4f Link BLE receiver to Sensor Channel
3bede77 Link ESLOV receiver to Sensor Channel
8a6a547 Introduce Sensor Channel class
317858a Merge pull request #1 from bcmi-labs/dfu-receiver
76e17f0 Link ESLOV receiver to DFU channel
e85427c Add DFU channel class to handle DFU packets
2070930 Recompile
3b078f4 Initialize and deinitialize filesystem in main()
82bb0c0 Use check_signature function
1f472bf In fail safe mode, upload FAIL_SAFE.BIN from SPIFlash
bb76878 Recompile
cf8d582 Rename a variable and remove cumbersome print
98ae51a Add UNISENSE signature check
73b7c40 Integrate bhy source code
c956a8e Introduce sensortec wrap class
7a3967a Recompile
56473e8 Move bootloader files into new folder
9668865 Merge remote-tracking branch 'bootloader/unisense' into arduino
06d4b6f Check UNISENSE signature
f0cbbb0 Add intial wire slave
ef0d119 Recompile
fdd31ca Separate code into functions + add fail safe mode with button at start
7ea95fb Add initial DFU test
2b4e421 Restructure app example
9de57e4 init test sketches
c63d5c9 Read file by chunks of 256 bytes + spare ones
87ad795 Add fail safe: if incorrect CRC, push button for 5 sec to recover
6c02513 Add script to append 1-byte CRC to fw binary
067fe2a Recompile bootloader
ac907c8 Add CRC check and flash the fw only if check passed
86f3c38 Add Blink_flashed_unisense example
c74ce8d Initial
b513629 Merge pull request #142 from ARMmbed/development
d0e6f9b Updating mbed-os to mbed-os-6.5.0
24ae914 Merge pull request #140 from ARMmbed/development
a6c3cc5 Updating mbed-os to mbed-os-6.4.0
b79d7d5 Update issue templates
868c646 Remove old issue template
44ec89b Merge pull request #139 from ARMmbed/development
cf8c1cc Updating mbed-os to mbed-os-6.3.0
c078dcc Merge pull request #138 from ARMmbed/development
4adb60f Updating mbed-os to mbed-os-6.2.1
47d2bd9 Merge pull request #136 from ARMmbed/development
e234229 Updating mbed-os to mbed-os-6.2.0
705bd40 Merge pull request #135 from ARMmbed/development
9a2d111 Updating mbed-os to mbed-os-6.1.0
353a055 Merge pull request #132 from gpsimenos/gp-badge-4
80d0391 Add official example badge
b85bbd4 Updating mbed-os to mbed-os-6.0.0
7dd6a93 Updating mbed-os to mbed-os-6.0.0-rc2
4f2670e Updating mbed-os to mbed-os-6.0.0-rc1
3fbac5a Merge pull request #125 from amq/patch-1
1a3c246 Fix a compiler warning
445eb45 Merge pull request #112 from ARMmbed/mbed-os-5.12
6a04f71 Updating mbed-os to mbed-os-5.12.3
4150849 Updating mbed-os to mbed-os-5.12.2
a775be5 add contributing file + license
c6edde1 Updating mbed-os to mbed-os-5.12.1
0643b20 Merge pull request #107 from ARMmbed/release-candidate
9ba3bf6 Updating mbed-os to mbed-os-5.12.0-rc4
0b6135c Merge pull request #105 from ARMmbed/release-candidate
565f220 Updating mbed-os to mbed-os-5.12.0-rc3
068f5cc Merge pull request #104 from ARMmbed/release-candidate
2f6905c Updating mbed-os to mbed-os-5.12.0-rc2
a864eaf Updating mbed-os to mbed-os-5.11.5
bcf5867 Updating mbed-os to mbed-os-5.11.4
02f1cbb Updating mbed-os to mbed-os-5.11.3
c6e8803 Updating mbed-os to mbed-os-5.11.2
ef8282f Updating mbed-os to mbed-os-5.11.1
2502b9c example should now work with SD component
8fb8b8b Updating mbed-os to mbed-os-5.11.0
77b6db2 Updating mbed-os to mbed-os-5.10.4
2457de9 Updating mbed-os to mbed-os-5.10.3
64f876e Updating mbed-os to mbed-os-5.10.2
cd79ebd Updating mbed-os to mbed-os-5.10.1
889c6c2 Add a templates from mbed-os
1142e72 Updating mbed-os to mbed-os-5.10.0
44d6ba2 Updating mbed-os to mbed-os-5.9.7
4a9feaf Fix linker errors due to a duplicate SD driver
52e1589 Updating mbed-os to mbed-os-5.9.6
e4d9067 Updating mbed-os to mbed-os-5.9.5
4fecb42 Updating mbed-os to mbed-os-5.9.4
caacfaa Updating mbed-os to mbed-os-5.9.3
5bd0be5 Updating mbed-os to mbed-os-5.9.2
13aef1e Updating mbed-os to mbed-os-5.9.1
5c5bc8a Updating mbed-os to mbed-os-5.9.0
5308004 Add note about online compiler
365ac50 Readme improvements
7125580 Updating mbed-os to mbed-os-5.8.6
e7f6fd2 Updating mbed-os to mbed-os-5.8.5
aed9f5c Updating mbed-os to mbed-os-5.8.4
6a0be45 Updating mbed-os to mbed-os-5.8.3
35ff5d3 Updating mbed-os to mbed-os-5.8.2
b923100 Updating mbed-os to mbed-os-5.8.1 (#59)
c33e867 Updating mbed-os to mbed-os-5.8.0
e35c63d Updating mbed-os to mbed-os-5.7.7
78a018d Updating mbed-os to mbed-os-5.7.6
da9b078 Updating mbed-os to mbed-os-5.7.5
c74394c Updating mbed-os to mbed-os-5.7.4
509692f Updating mbed-os to mbed-os-5.7.3
13b3b0a Updating mbed-os to mbed-os-5.7.2
5edf8fb remove unused parameters from printf call.
ee063d3 Updating mbed-os to mbed-os-5.7.1
973aa94 Merge Mbed OS 5.7.0 oob (#49)
a0d0e53 Error if restrict_size is not set in json
bd140a1 Updating mbed-os to mbed-os-5.6.6
5bf0282 Updating mbed-os to mbed-os-5.6.5
be0fa16 Updating mbed-os to mbed-os-5.6.5
417b118 Updating mbed-os to mbed-os-5.6.4
26f5f5a Updating mbed-os to mbed-os-5.6.3
7009009 Updating mbed-os to mbed-os-5.6.2
4a6fa37 Print percent done to increase speed
a06ea4b Updating mbed-os to mbed-os-5.6.1
ccc9281 Updating mbed-os to mbed-os-5.6.0
6f012de Merge pull request #33 from janjongboom/patch-1
06704c6 Updating mbed-os to mbed-os-5.5.7
3329be1 Updating mbed-os to mbed-os-5.5.6
a84a306 Add some feedback on stdout when flashing new binary
86f4bba Updating mbed-os to mbed-os-5.5.5
aef29ad Updating mbed-os to mbed-os-5.5.4
9b6ff42 Updating mbed-os to mbed-os-5.5.3
fdb8b6b Updating mbed-os to mbed-os-5.5.2
e6e1827 Merge pull request #26 from adbridge/master
27cec25 Updating mbed-os to mbed-os-5.5.1
1a15858 Merge pull request #24 from adbridge/master
daea20f Merge pull request #25 from bridadan/fix_config
0c5c9d3 Fixing rebase issue in config
7240164 Distinguish app and bootloader binaries. Use app config.
1beca18 Updating mbed-os to mbed-os-5.5.0
be5a961 Merge pull request #20 from ARMmbed/increase-size
8190464 Increase the size of the bootloader
83d3826 Updating mbed-os to mbed-os-5.4.7
4cc990b Merge pull request #9 from 0xc0170/fix_config_update_file
eb8507b Updating mbed-os to mbed-os-5.4.6
f4b8212 Updating mbed-os to mbed-os-5.4.5
f49ed14 Updating mbed-os to mbed-os-5.4.4
a0a6b94 Updating mbed-os to mbed-os-5.4.3
2ccfa72 Updating mbed-os to mbed-os-5.4.2
0f98e53 Config used for update file path
8b9e08b Merge pull request #8 from 0xc0170/fix_readme_blinky
af4d9f7 Readme: remove blinky app reference
71b40ec Merge pull request #7 from ARMmbed/AnotherButler-patch-1
e6f720b Make minor grammar edits to README.me
aab0043 Merge pull request #6 from 0xc0170/dev_readme_bootloader_app
bc72152 Readme: remove blinky references, build any app with bootloader
42344cf Merge pull request #5 from 0xc0170/dev_docs_fixes
db94cd2 Readme: add SD card binary location
6d3ded2 Readme: replace Nucleo target references by <TARGET_NAME>
90cf840 Readme: add bootloader tutorial reference
100a6b4 Readme: add note about two binaries produced
229e58a Readme: fix import example name
cdc7338 Updating mbed-os to mbed-os-5.4.1
9bde3b7 Update mbed-os to mbed-os-5.4.0-rc2
508bb09 Initial commit