Commit graph

  • 9fcfe937ae Added listener_deletion_callback member to EventModel James Devine 2018-08-26 22:45:03 -0700
  • 84cc68903c corrected bad indentation James Devine 2018-08-26 19:29:33 -0700
  • 00689525a0 Change MicroBitMemoryMap::findHashes() to set MakeCode startAddress Martin Williams 2018-08-26 18:27:39 +0100
  • 9f5d5802ed Fix MicroBitPartialFlashingService blockPacketCount increment. If the 5th packet goes missing, the recovery code would have set packetCount based on the wrong blockPacketCount, expecting the same packet numbers again. Martin Williams 2018-08-26 18:10:41 +0100
  • f385db52d5 Error 050: Accelerometer unavailable; 051: Magnetometer unavailable Sam Kent 2018-08-20 11:32:05 +0100
  • f7f4887285 Even better logo Sam Kent 2018-08-08 12:04:41 +0100
  • 27c5654db2 Fix BT Logo Sam Kent 2018-08-08 11:52:05 +0100
  • dd449ade48
    Update README.md Mark 2018-08-08 08:38:09 +0100
  • 4ac7a3b861 Always read from the serial to clear the RX interrupt Philipp Henkel 2018-07-15 18:38:45 +0200
  • 5d40fcf479
    Merge pull request #362 from Taylor-Woodcock/dal-integration Joe Finney 2018-07-24 15:31:07 +0100
  • 679801153a Fixed issue with sample period lookup not being multiplied by 1000 in the MAG3110 and MMA8653 drivers, and set the default compass sample rate back to 10Hz. Taylor-Woodcock 2018-07-24 15:10:44 +0100
  • e3188e315a Add SoftDevice values for S130v1 Jonny Austin 2018-03-17 02:37:09 +0000
  • 52e308658f Merge branch 'partial-flashing' into dal-integration Joe Finney 2018-07-06 17:42:09 +0100
  • e13d31c27a Fix whitespace Sam Kent 2018-07-06 16:57:59 +0100
  • 28dec2ca9b Update module version to identify dal-integration branch Joe Finney 2018-07-06 16:56:40 +0100
  • 36dff6e73f Fix GATT Table. Replace CortexContextSwitch.s Sam Kent 2018-07-06 16:43:14 +0100
  • 82a91852d0 Bump version to v2.1.0-rc2 Joe Finney 2018-07-06 16:35:47 +0100
  • ec180b70f4 Merge remote-tracking branch 'upstream/microbit1.4' into microbit1.5 v2.1.0-rc2 Joe Finney 2018-07-06 04:43:06 +0100
  • 13459857a5 Disable DEBUG, pending beta release Joe Finney 2018-07-06 04:28:13 +0100
  • 57e2485861 Introduce optional persistent storage functionality into MicroBitCompassCalibrator Joe Finney 2018-07-06 04:18:34 +0100
  • 5d4c397311 Remove redundant Matrix4 Class. Joe Finney 2018-07-06 03:39:02 +0100
  • 81b85e1335 Backward compatibility for ::updateSample() methods in sensors. Joe Finney 2018-07-06 03:32:08 +0100
  • 2d46e9dabd Remove reduntant code in MicroBitAccelerometer Joe Finney 2018-07-06 03:19:42 +0100
  • e770f34636 Add Backward Compatibility for CompassSample type. Joe Finney 2018-07-06 03:17:03 +0100
  • d58396aa12 Updates to Compass Calibration and Compass Heading Calculation Joe Finney 2018-07-06 03:08:06 +0100
  • bbf56210ed Introduce Updates to Compass Calibration Algorithm and UX Joe Finney 2018-07-05 23:48:41 +0100
  • e79284d797 Introduce accelerometer/magnetometer autodetection Joe Finney 2018-06-15 18:39:56 +0100
  • 3890f223af Tag release 2.1.0-rc1 v2.1.0-rc1 microbit-carlos 2018-06-14 08:52:29 +0000
  • 289c4b85d7 Removed packetNum < packetCount check Sam Kent 2018-06-13 17:55:56 +0100
  • ac14383c28 packetCount: 0 index; no longer stuck after 256 packets Sam Kent 2018-06-13 11:05:57 +0100
  • f8ee57bd26 Use correct WHO_AM_I value for LSM303 magnetometer sensor Joe Finney 2018-06-07 17:37:53 +0100
  • a4b803d3e7 Updates to configure for FXOS8700 driver on microbit v1.5 Joe Finney 2018-06-07 17:27:34 +0100
  • 040f63b01f
    Changes from code review with Joe F (#10) Sam Kent 2018-06-04 16:13:20 +0100
  • f6bee0940e minor fixes after testing Joe Finney 2018-05-31 17:54:33 +0100
  • ff29f2133e Refactor Accelerometer/Magnetometer code to enable new drivers Joe Finney 2018-05-29 18:09:48 +0100
  • 3413d5487d
    Added Partial Flashing Service (#9) Sam Kent 2018-04-16 17:27:14 +0100
  • 6515942542
    Reset the radio module after frequency change Sebastian Pauka 2018-01-09 17:04:34 +1100
  • 2cff906f01
    Merge pull request #325 from dpgeorge/image-remove-atoi Joe Finney 2017-12-19 15:13:07 +0000
  • 6fa716f779
    Merge pull request #326 from dpgeorge/heapallocator-remove-throw Joe Finney 2017-12-19 15:05:23 +0000
  • 0fe61146ec
    Merge pull request #324 from microbit-sam/flash_write_bug Joe Finney 2017-12-19 15:03:24 +0000
  • ed65d39246 CortexContextSwitch.s disappeared Sam Kent 2017-11-16 09:40:43 +0000
  • 1e7b0a76d3 Erase scratch page when overwriting Sam Kent 2017-11-16 09:33:34 +0000
  • d883f33c5b Remove "throw" exception specifications because they are deprecated. Damien George 2017-11-16 11:04:40 +1100
  • fbfee4930a Rewrite MicroBitImage parsing code so it doesn't depend on atoi() Damien George 2017-11-16 10:35:20 +1100
  • 19a51d0f21 Neater if statement Sam Kent 2017-11-15 16:55:48 +0000
  • edb8f16f1d CortexContextSwitch.s Sam Kent 2017-11-15 16:50:03 +0000
  • f0ea4ad7e1 Added flash_write default scratchAddr Sam Kent 2017-11-15 16:48:23 +0000
  • e0f8b005fe Merge pull request #312 from smartyw/master Joe Finney 2017-09-11 11:28:32 +0100
  • b7af033351 Simplified code wrt MICROBIT_BLE_ADVERTISING_INTERVAL since it's guaranteed to be defined Martin Woolley 2017-08-31 10:59:17 +0100
  • dcb5398d36 Added MICROBIT_BLE_ADVERTISING_INTERVAL to MicroBitConfig.h Martin Woolley 2017-08-31 09:04:12 +0100
  • d03ebf7056 Exposed Bluetooth advertising interval as config.json property and set default to 50ms Martin Woolley 2017-08-16 12:13:13 +0100
  • 002272e048 Exposed Bluetooth advertising interval as config.json property Martin Woolley 2017-08-16 12:05:32 +0100
  • 7f70e588df Merge pull request #303 from smartyw/master Joe Finney 2017-07-23 18:59:54 +0100
  • ce70039cb5 added support for Write Without Response to Client Event characteristic Martin Woolley 2017-07-23 16:18:35 +0100
  • f90ef0030d Merge pull request #296 from smartyw/master Joe Finney 2017-07-18 11:14:13 +0100
  • 4c1950e007 commented out statements removed Martin Woolley 2017-07-18 11:12:07 +0100
  • 5980f9015e Refactored to use only one event handler Martin Woolley 2017-07-10 09:13:14 +0100
  • 5746eb94a8 Merge pull request #299 from lancaster-university/IssuesResolving Joe Finney 2017-06-14 10:26:21 +0100
  • aacba5f36e Quick Clean up, added MIT Licence to some files and a spelling mistake corrected. Issues #269 & #287 resolved. alennie1993 2017-06-14 10:03:51 +0100
  • e098364e5f Adding MIT Licence Aidan Lennie 2017-06-13 17:19:32 +0100
  • 66fd96b098 Added magnetometer calibration characteristic to the Bluetooth Magnetometer Service Martin Woolley 2017-06-06 07:50:03 +0100
  • 621e328df1 Added new Magnetometer Calibration characteristic to Magnetometer Service Martin Woolley 2017-05-30 10:17:08 +0100
  • b84f89d27c Merge pull request #292 from lancaster-university/bugfix_289 v2.0.0-rc10 Joe Finney 2017-05-27 14:27:48 +0100
  • e19594c73e Update comment for accuracy Joe Finney 2017-05-27 14:26:50 +0100
  • 89294e4637 Merge pull request #293 from lancaster-university/bugfix-286 Joe Finney 2017-05-27 11:09:19 +0100
  • 66d6fb3f81 Erase scratch pages after use [#286] Joe Finney 2017-05-27 10:57:21 +0100
  • c0995137f0 Cleanup internal method names Joe Finney 2017-05-25 23:41:37 +0100
  • 2fe103f70b Fix MicroBitIOPinService 8bit AnalogInput bug #289 Joe Finney 2017-05-25 16:12:24 +0100
  • 0aaedaa5d9 Remove repeated code in MicroBitIOPinService Joe Finney 2017-05-25 13:38:40 +0100
  • ac5a750757 Remove redundant code in MicroBitIOPinService Joe Finney 2017-05-25 13:25:50 +0100
  • d5ee7d99b6 microbit-dal: Corrected bad validation in MicroBitImage.printImage James Devine 2017-04-23 00:53:16 +0100
  • 58f8f0f22e microbit-dal: ManagedString heap error James Devine 2017-04-22 23:57:36 +0100
  • 74fa06c8d0 Bump to microbit-dal v2.0.0-rc9 v2.0.0-rc9 Joe Finney 2017-04-21 16:20:53 +0100
  • 20cfd2bc3b microbit: Ensure MicroBitFileSystem status flags are always initialized. Joe Finney 2017-04-21 00:23:20 +0100
  • a85d014382 Merge pull request #247 from sh1boot/squash James Devine 2017-04-07 10:13:47 +0100
  • c1626c208c Remove sentinel pinNC from QDEC; use NULL instead. Simon Hosie 2017-04-06 22:26:33 -0700
  • e2ec932480 Use better quadrature decoder flag names. Simon Hosie 2017-04-06 21:56:10 -0700
  • 3fd457c2b8 Quadrature decoder hardware driver. Simon Hosie 2016-11-07 10:53:04 -0800
  • 2f32db3e14 microbit: Ensure LED matrix display is cleared when brightness is set to '0' (#281) Joe Finney 2017-03-24 16:27:36 +0000
  • fe3a3dd1f4 Update target version for mbed-classic and ble-nrf51822 v2.0.0-rc8 Joe Finney 2017-03-01 17:51:51 +0000
  • 1f4893d1ff Bump Revision to microbit-dal-rc8 Joe Finney 2017-03-01 17:44:44 +0000
  • 9adafccbf6 Merge pull request #276 from lancaster-university/sd-safe-storage Joe Finney 2017-03-01 17:43:55 +0000
  • 4b3520daa6 Update to MicrobitBLEManager to allow safe storage of BLE bond information Joe Finney 2017-03-01 17:41:28 +0000
  • 564e7d700c Set default FS Cache size to zero. Joe Finney 2017-03-01 16:48:57 +0000
  • c25ac4a79f Update to use NRF Event to detect end of FLASH write/erase transaction Joe Finney 2017-03-01 16:48:24 +0000
  • 73d51d8731 Add Support for Flash Erase / Write operations with BLE Enabled Joe Finney 2017-03-01 02:48:45 +0000
  • 96549fb657 Merge pull request #264 from lancaster-university/pwm-patch Joe Finney 2017-02-28 09:50:33 +0000
  • b90c21de1c microbit-dal: DynamicPWM now has a static period member variable James Devine 2017-02-24 10:22:51 +0000
  • 15194f2ed2 microbit-dal: swapped pwm implementation for a more stable one James Devine 2017-02-01 19:22:59 +0000
  • 350aad7a90 microbit-dal: revised capability mapping for the MicroBitPin abstraction. James Devine 2017-01-31 11:52:20 +0000
  • f569f5f6d1 Merge pull request #253 from kartben/fix-uart-read Joe Finney 2017-01-06 17:09:04 +0000
  • aa1dab73d1 Merge pull request #255 from bluetooth-mdw/master Joe Finney 2016-12-21 11:31:00 +0000
  • 673c16c0ef Moved fiber_remove_idle_component inside condition which delays BLE disconnect Martin Woolley 2016-12-20 17:31:40 +0000
  • 404c46251b Delayed disconnecting after pairing complete by 500ms Martin Woolley 2016-12-20 13:30:37 +0000
  • ddbcec094e Delayed disconnecting after pairing complete by 500ms Martin Woolley 2016-12-20 13:28:10 +0000
  • 192c9664b2 update condition to avoid reading an extra character after len characters have been read Benjamin Cabé 2016-12-20 10:15:50 +0100
  • 5ba5ccb712 fix for issue #252: bug in MicroBitUARTService#read when buffer contains NULL character Benjamin Cabé 2016-12-19 17:18:27 +0100
  • 12bf127ae2 microbit-dal: moved to v2.0.0-rc7 v2.0.0-rc7 James Devine 2016-11-30 11:27:56 +0000
  • 10ce2b9f7a microbit-dal: removed ManagedString APIs for Eddystone Uid James Devine 2016-11-30 11:22:54 +0000
  • 95346586ab microbit-dal: Revisions to MicroBitEddystone. James Devine 2016-11-30 10:43:53 +0000