Commit graph

  • a02a678f81 Allow radio max packet size configuration v2.2.0-rc8 Schoumi 2022-12-09 09:40:55 +0100
  • 8761fb3162 fix warning in ble v2.2.0-rc7 Schoumi 2022-07-07 13:10:05 +0200
  • d5727decf3 fix warning thanks to adbb9fb9bd Schoumi 2022-07-07 13:05:10 +0200
  • 457c572570 Change repository path in order to make some change Schoumi 2022-03-28 17:25:12 +0200
  • 2443bebace Align MICROBIT_PIN_EVENT_ON_* with codal v2.2.0-rc6 Michal Moskal 2020-06-08 10:33:03 -0700
  • 673228f89a Align print() semantics with previous versions v2.2.0-rc5 Joe Finney 2020-04-24 21:33:17 +0100
  • 3bccdd6c8e Ensure consistent behaviour of MicroBitDisplay::print() operations v2.2.0-rc4 Joe Finney 2020-04-21 19:03:31 +0100
  • 0fd4a8018c Correctly initialise animation timer for printChar() Fix #463 Joe Finney 2020-04-21 16:35:27 +0100
  • dd339a7f4c Honour delay parameter in MicroBitDisplay::print(MicroBitImage) v2.2.0-rc3 Joe Finney 2020-04-01 16:58:07 +0100
  • f96a390366 Use schedule() not fiber_sleep(0) in MicroBitSerial.cpp (Fix #461) v2.2.0-rc2 Joe Finney 2020-04-01 14:54:51 +0100
  • 76538ef6cb Re-enumerate component ID values to align with CODAL v2.2.0-rc1 v2.2.0-rc0 Joe Finney 2020-03-25 17:06:50 +0000
  • 3ed3674fe1 Add CONFIG flag to indicate use of get_fiber_list() API Joe Finney 2020-03-25 16:45:36 +0000
  • 219feb8511 Remove list_fibers API Joe Finney 2020-03-25 16:28:20 +0000
  • c42776ced5 Merge branch 'pxtgc' into js-event-semantics Joe Finney 2020-03-25 16:03:45 +0000
  • d823d4b4a6 Rename list pointers in MicroBitFiber.h Joe Finney 2020-03-25 15:36:27 +0000
  • 15ebed2ad5 Add fiber_user_data to yotta mappings; fix some errors Michal Moskal 2019-01-20 18:29:29 +0000
  • 415e5ebed2 Compilation fixes Michal Moskal 2019-01-20 18:03:47 +0000
  • 92d0ceebc7 Allow overriding of the heap allocator and getting heap sizes Michal Moskal 2019-01-20 17:59:10 +0000
  • 25e1e10d63 Add Fiber->user_data and list_fiber() Michal Moskal 2019-01-20 17:58:10 +0000
  • 8075eab349 .gitignore vscode metadata Joe Finney 2020-03-24 15:21:28 +0000
  • 8a3dba4cfb Merge branch 'radio-changes' into pxtgc-radio pxtgc-radio0 James Devine 2019-11-03 23:07:03 +0000
  • e73bcfbb2c Add packet dropped event James Devine 2019-11-03 13:19:50 +0000
  • 63e63d4f95 Add config option for rx queue size James Devine 2019-11-03 13:14:48 +0000
  • 602153e919
    Merge pull request #452 from nealmcb/patch-1 master James Devine 2019-10-01 10:36:08 +0100
  • b07a17ad92
    Clarify what dal stands for Neal McBurnett 2019-09-30 11:43:02 -0600
  • c04b1fd36e Merge branch 'js-event-semantics' of https://www.github.com/lancaster-university/microbit-dal into js-event-semantics Joe Finney 2019-05-08 11:50:53 +0100
  • 77d679c87f Ensure MicroBitDisplay::waitForFreeDisplay() is free of race conditions Joe Finney 2019-02-27 22:04:51 +0000
  • b28dba41df MicroBitMessageBus::process() updated to pass events by value Joe Finney 2019-02-27 21:59:41 +0000
  • c9c98beffe Update string print() method to avoid unecessary delays Joe Finney 2019-02-27 19:39:25 +0000
  • 741335200d Introduce optional javascript semantics for event handling Joe Finney 2018-09-27 17:51:17 +0100
  • 92c6cc64b4 Allow overriding of the heap allocator and getting heap sizes Joe Finney 2019-05-08 11:19:10 +0100
  • 226bf9cead Replace FiberTable with a list of all fibers to save memory Joe Finney 2019-05-08 10:53:46 +0100
  • b9816a49ec Reintroduce validation test in fiber_sleep() Joe Finney 2019-05-07 17:22:08 +0100
  • b71334ee4e Add user define limit to size of FiberPool Joe Finney 2019-05-07 16:58:27 +0100
  • 07f07fba17 Ensure Fiber stack allocation happens in the context of that Fiber Joe Finney 2019-05-07 15:38:02 +0100
  • 461fb33b0f Integrate optional fiber meta-data contributed in #424 Joe Finney 2019-05-07 15:29:23 +0100
  • 1c1426ffe4 Introduce FiberTable stucture Joe Finney 2019-05-03 18:52:06 +0100
  • 60d423ec36 Ignore .vscode metadata Joe Finney 2019-05-03 17:08:13 +0100
  • 31fea820d6 Change Fiber lists to be singly-linked Joe Finney 2019-05-03 17:06:33 +0100
  • ca43746e20 Ensure MicroBitDisplay::waitForFreeDisplay() is free of race conditions Joe Finney 2019-02-27 22:04:51 +0000
  • 6112d7472c MicroBitMessageBus::process() updated to pass events by value Joe Finney 2019-02-27 21:59:41 +0000
  • b1cb51901f Simplify implementation of fiber_wake_on_event() Joe Finney 2019-02-27 21:53:43 +0000
  • 69bf72e8b5 Update string print() method to avoid unecessary delays Joe Finney 2019-02-27 19:39:25 +0000
  • 6e9b1d5890 Add fiber_user_data to yotta mappings; fix some errors pxtgc-rc0 pxtgc-0 Michal Moskal 2019-01-20 18:29:29 +0000
  • 517f2ea0ac Compilation fixes Michal Moskal 2019-01-20 18:03:47 +0000
  • 6275437300 Allow overriding of the heap allocator and getting heap sizes Michal Moskal 2019-01-20 17:59:10 +0000
  • 530072491a Add Fiber->user_data and list_fiber() Michal Moskal 2019-01-20 17:58:10 +0000
  • 8c2403e964
    Merge pull request #410 from microbit-sam/changelog-2.1.1 Sam Kent 2018-12-19 15:25:36 +0000
  • 484c15f878 Update CHANGELOG Sam Kent 2018-11-28 14:10:00 +0000
  • 51011d32e3 Bump to v2.1.1 v2.1.1 Joe Finney 2018-11-23 14:13:37 +0000
  • 1003cdefbf
    Merge pull request #408 from microbit-sam/remove-int-io Joe Finney 2018-11-23 13:58:19 +0000
  • 521381d276 Remove int1,2,3 Sam Kent 2018-11-22 14:00:07 +0000
  • 3b3848a4c3
    Merge pull request #401 from microbit-sam/050 Joe Finney 2018-11-08 09:44:59 +0000
  • 96126fd23f Delay microbit_panic Sam Kent 2018-10-24 10:04:43 +0100
  • 11c8205754
    Merge pull request #391 from lancaster-university/print-heap Joe Finney 2018-10-02 17:21:48 +0100
  • 3e37cc9c4e Make microbit_heap_print() available externally Jonathan Austin 2018-10-02 17:10:44 +0100
  • 94fa768a8f
    Merge pull request #389 from microbit-sam/radio-patch Joe Finney 2018-09-28 16:14:00 +0100
  • 9dedea4df2 Introduce optional javascript semantics for event handling Joe Finney 2018-09-27 17:51:17 +0100
  • 01d6d4f39a Added Yotta Glue Sam Kent 2018-09-27 12:12:01 +0100
  • 7aedfab59a Add defines for radio upper/lower freq Sam Kent 2018-09-24 18:26:48 +0100
  • 54a99d6361 Use setTransmitPower() Sam Kent 2018-09-24 15:53:24 +0100
  • 3898c0ddc7 Fix CHANGELOG layout Joe Finney 2018-09-19 20:09:14 -0700
  • fffda0b1e8 Add CHANGLEOG and update for v2.1.0 Joe Finney 2018-09-19 20:06:33 -0700
  • 74d39eab26
    Merge pull request #386 from aureliano2nd/patch-1 Joe Finney 2018-09-18 14:24:20 -0700
  • b60953b196
    Update MicroBitFont.cpp aureliano2nd 2018-09-18 22:26:16 +0200
  • 9164922a51 version 2.1.0 v2.1.0 Joe Finney 2018-09-17 10:38:57 -0700
  • 54f7284bc4 Bump to dal-integration-6 dal-integration-6 Joe Finney 2018-09-13 17:43:04 +0100
  • 50bb8d9458 Prevent mirroring of compass heading across North/South axis Joe Finney 2018-09-13 14:51:50 +0100
  • d3d64283a7 Fixes to LSM303 DATA_READY Signal detection and configuration Joe Finney 2018-09-13 12:58:28 +0100
  • 129726e669 Bump version to dal-integration-5 dal-integration-5 Joe Finney 2018-09-08 18:05:10 +0100
  • ccd55f198d Ensure display brightness is visible during compass calibration Joe Finney 2018-09-08 18:04:22 +0100
  • ad764c780b Merge branch 'dal-integration' of https://www.github.com/lancaster-university/microbit-dal into dal-integration dal-integration-4 Joe Finney 2018-09-07 18:48:20 +0100
  • 471abe95b0 Bump to dal-integration-4 Joe Finney 2018-09-07 18:47:42 +0100
  • da620c0f3f
    Merge pull request #380 from lancaster-university/messagebus-patch Joe Finney 2018-09-07 18:35:20 +0100
  • b2f56b97ed
    Merge pull request #383 from microbit-sam/ble-memory-fixes Joe Finney 2018-09-07 18:25:40 +0100
  • 34e46f04e4
    Merge pull request #382 from microbit-sam/pf-yt-toggle Joe Finney 2018-09-07 17:55:41 +0100
  • 0c746140a3 Merge branch 'single-heap' into dal-integration Joe Finney 2018-09-07 17:44:37 +0100
  • 1a4d5abd7b Introduce CONFIG option to enable/disable microbit heap allocator Joe Finney 2018-09-07 17:41:49 +0100
  • 8aff0eaf4d Added fiber flag. Shifted image to flash Sam Kent 2018-09-07 17:06:51 +0100
  • 4dda6ef298 Disable DEBUG information Joe Finney 2018-09-07 14:51:26 +0100
  • 6c9b3e7d1c Remove diagnostic information Joe Finney 2018-09-07 14:48:41 +0100
  • e08535a647 if def for entire PF service Sam Kent 2018-09-07 13:33:16 +0100
  • aba1a2c2ab Add diagnostic information Joe Finney 2018-09-06 20:54:58 +0100
  • 76755540cf Bump to dal-integration-3 dal-integration-3 Joe Finney 2018-09-06 16:47:43 +0100
  • c3beca20c6 First compiling build of overriding heap allocator Joe Finney 2018-09-06 16:03:00 +0100
  • 83e1795945 Add config.json glue logic for MICROBIT_FULL_RANGE_PITCH_CALCULATION Joe Finney 2018-09-06 14:35:32 +0100
  • 75661b0603 Bump version to dal-integration-2 dal-integration-2 Joe Finney 2018-09-05 17:23:06 +0100
  • 7e04b4646b Merge branch 'fix-bt-logo' of git://github.com/microbit-sam/microbit-dal into dal-integration Joe Finney 2018-09-05 10:32:03 +0100
  • 14f4c0e64e Merge branch 'hardware-unavailable' of git://github.com/microbit-sam/microbit-dal into dal-integration Joe Finney 2018-09-05 10:31:13 +0100
  • c512bcd785 Merge branch 'flashData' of git://github.com/martinwork/microbit-dal into dal-integration Joe Finney 2018-09-05 10:29:09 +0100
  • 0d86640b80 Merge branch 'findhashes' of git://github.com/martinwork/microbit-dal into dal-integration Joe Finney 2018-09-05 10:24:08 +0100
  • 8e8dbd668d Merge branch 'shake_last_gesture' of git://github.com/microbit-carlos/microbit-dal into dal-integration Joe Finney 2018-09-05 09:59:47 +0100
  • 2a12ea23c1 Merge branch 'nrf_radio_channel_change' of git://github.com/spauka/microbit-dal into dal-integration Joe Finney 2018-09-05 09:56:19 +0100
  • 97382b8fb0 Merge remote-tracking branch 'origin/s130-config' into dal-integration Joe Finney 2018-09-05 09:51:38 +0100
  • 24d27a1ea4 Merge branch 'fix-serial-hang' of git://github.com/philipphenkel/microbit-dal into dal-integration Joe Finney 2018-09-05 09:48:29 +0100
  • a994388ef5 Merge branch 'patch-1' of git://github.com/microbit-mark/microbit-dal into dal-integration Joe Finney 2018-09-05 09:43:12 +0100
  • 95c1fc7f05 Fix Calculation of Pitch/Roll. Fixes #371 Joe Finney 2018-09-04 23:43:32 +0100
  • ab9e6fc550 When updateGesture() creates a SHAKE event also register it as the last gesture detected microbit-carlos 2018-08-31 17:16:00 +0000
  • 26d7b6d420 Partial Flashing disabled by default. Enabled for MakeCode builds Sam Kent 2018-08-29 19:14:08 +0100
  • 74a7f7e63b add the ability to add / ignore based on the cb_arg James Devine 2018-08-26 22:51:09 -0700