Commit Graph

347 Commits (9c79ef729b9bb2ebf2c8e8fbb7483a40aad87dbb)

Author SHA1 Message Date
Joe Finney 9c79ef729b microbit: Added MicroBitFile Object Oriented API
7 years ago
Joe Finney 89987a265a microbit: Remove redundant code
7 years ago
Joe Finney 1484fce941 microbit: Minor improvmeents to reduce uneccessary erasures of FLASH pages
7 years ago
Joe Finney 052b6d206f microbit: correct initialisation of root directory
7 years ago
Joe Finney 2237c764d8 microbit: First clean compile for micro:bit
7 years ago
Joe Finney b71d1e37a1 microbit: Initial merge of file fystem codebase
7 years ago
Martin Woolley 3cf56b8f44 Merge pull request #209 from bluetooth-mdw/master
7 years ago
Martin Woolley b73be32eeb removed serial debug output
7 years ago
Martin Woolley 383b8b18b3 Added PWM Control characteristic to the IO Pin Service
7 years ago
James Devine 7c020d14bc Merge pull request #190 from stigbjorlykke/malloc-doc
7 years ago
Stig Bjørlykke e2ec58b434 microbit-dal: fix malloc documentation
7 years ago
Stig Bjørlykke 250780f1f5 microbit-dal: minor spelling corrections
7 years ago
Martin Woolley cfa662de1b Fixed indents
7 years ago
Martin Woolley 6e4dc2d2d9 Interrupt animation when text or pattern written to the BLE LED service
7 years ago
Joe Finney ff547977af microbit: Removed dependency on microbit target for MicroBitDisplay
7 years ago
Charles Hemming 4fd5b0b62e Protection from ISR added to queueDepth counter (#175 )
7 years ago
James Devine 862528bb93 microbit-dal: minor spelling corrections
7 years ago
James Devine 05c03b06fa microbit-dal: added validation to send [#151]
7 years ago
Joe Finney a962befe74 Merge pull request #159 from lancaster-university/bugfix-145-shake-hard-to-trigger
7 years ago
Joe Finney 00674e3457 microbit: Tuning and furhter debounce of SHAKE gesture
7 years ago
Joe Finney 07b6f7f6b6 microbit: CRC check bugfix to MicroBitRadio #150
7 years ago
Joe Finney 4cf48035d5 microbit: Added getDigitalValue overload for PullMode #156
7 years ago
James Devine 179b32fef4 microbit-dal: BUGFIX serial.redirect() [#149]
7 years ago
James Devine 64042e4a5e microbit-dal: BUGFIX cast in MicroBitSerial from int to char
7 years ago
James Devine ee2af2c489 microbit-dal: MicroBitSerial +1 to buffer sizes, to give usable buffer of the size requested
7 years ago
James Devine 158eb43b5b microbit-dal: MicroBitSerial.[eventOn, eventAfter] clarity
7 years ago
James Devine bf58aac76a microbit-dal: Added send modes to the UART service. [#146]
7 years ago
James Devine 94b4a29a7b microbit-dal: BUGFIX when using the nosd target
7 years ago
James Devine a3615605e3 microbit-dal: suppressed warning when the information service is disabled.
7 years ago
Joe Finney e53abf3091 microbit: Updates to shake gesture recogniser to increase sensitivity [issue #145]
7 years ago
James Devine 51138b3d54 microbit-dal: removed OpenDrain from MicroBitPin setPull [issue #144]
7 years ago
Brendan Moran 8468823e21 Convert add operator to a friend operator
7 years ago
Brendan Moran d8c083d49c Add missing const qualifier from add operator
7 years ago
James Devine ed95d8197d Merge pull request #137 from lancaster-university/pin-events
7 years ago
James Devine dc9b007895 microbit-dal: added comparison to MicroBitStorage to prevent overwriting with duplicate data. [issue #140]
7 years ago
James Devine deac034189 microbit-dal: panic now accepts codes in the range 0 - 999 [issue #129 ]
7 years ago
James Devine 3b587e14ae microbit-dal: serial SYNC_SLEEP / SYNC_SPINWAIT modes transmit all characters [issue #141]
7 years ago
James Devine e935380685 microbit-dal: All pins are now capable of becoming a "touch" input [issue #90]
7 years ago
Joe Finney eead32096b microbit: reuse variables in recalculatePitchRoll [issue #116]
7 years ago
Joe Finney ece079c75f microbit: FREEFALL gesture event is now damped
7 years ago
Joe Finney e0369cab6b microbit: Removed legacy isIdleCallbackNeeded() method. [issue #138]
7 years ago
Joe Finney d2319f6d30 microbit: Added support for freefall event
7 years ago
Joe Finney 682063dc7b microbit: Replaced BasicGestures enum with #define equivalent [issue #106]
7 years ago
Joe Finney b5846f065a microbit: Fixed unreachable High-G gesture events [issue #109]
7 years ago
Joe Finney 7443b78361 Fix typos
7 years ago
James Devine 4e71d61347 microbit-dal: Added setPull to MicroBitPin
7 years ago
James Devine 732971e758 microbit-dal: Added events to MicroBitPin
7 years ago
James Devine cc381fe8f4 microbit-dal: BUGFIX: no parenthesis in MicroBitMessageBus.cpp
7 years ago
Martin Williams 36d9130bd1 Fix button B characteristic declaration
7 years ago
James Devine 3923dffffc microbit-dal: increase granularity of the system wide timer
7 years ago