Skip to content

Conversation

@hathach
Copy link
Member

@hathach hathach commented Jun 9, 2021

This PR port Tiny Motion Trainer https://experiments.withgoogle.com/tiny-motion-trainer. Changes is quite a lots

  • Update CMSIS from 5.4.0 to 5.7.0 to build with latest TensorFlowLite v2.4.0
  • Enable dsp libmath to build with latest TensorFlowLite v2.4.0 (close adding in support for DSP functionality, #626)
  • Implent BLEUuid to allow initialize Characteristic and Service following ArduinoBLE style
  • Implement Server/Characteristic constructor
    BLECharacteristic(BLEUuid bleuuid, uint8_t properties);
    BLECharacteristic(BLEUuid bleuuid, uint8_t properties, int max_len, bool fixed_len = false);

PR failed to build since it requires

@hathach hathach requested a review from ladyada June 9, 2021 17:33
@hathach hathach changed the title Port Tiny Motion Trainer project Port TensorFlow Lite Motion Kit project Jun 14, 2021
@hathach hathach merged commit 16fb459 into master Jun 21, 2021
@hathach hathach deleted the motion-trainer branch June 21, 2021 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

add support for CMSIS arm_math math hardware accelerator on nRF52 chips

3 participants