Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port TensorFlow Lite Motion Kit project #658

Merged
merged 24 commits into from
Jun 21, 2021
Merged

Port TensorFlow Lite Motion Kit project #658

merged 24 commits into from
Jun 21, 2021

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
2 participants