This repository was archived by the owner on Feb 21, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Remove CMSIS sources, package CMSIS 4.5.0 from arduino will be uses as dependency. Remove static library. Remove FatFs. Signed-off-by: Frederic.Pillon <[email protected]>
HAL and CMSIS device. Signed-off-by: Frederic.Pillon <[email protected]>
Signed-off-by: Frederic.Pillon <[email protected]>
Signed-off-by: Frederic.Pillon <[email protected]>
Signed-off-by: Frederic.Pillon <[email protected]>
Signed-off-by: Frederic.Pillon <[email protected]>
Signed-off-by: Frederic.Pillon <[email protected]>
Signed-off-by: Frederic.Pillon <[email protected]>
Signed-off-by: Frederic.Pillon <[email protected]>
I found some issue:
|
Signed-off-by: Frederic.Pillon <[email protected]>
Moreover it seems there is a pin numbering misalignement between the schematic and the printed one on the connector. Connector start at 22 while shcematics start a 23 (no 22 on the schematics) Possible enhancement: D77 could be removed and #define LCD_BL D77 could be set to D22 Signed-off-by: Frederic.Pillon <[email protected]>
Signed-off-by: Carlo.Parata <[email protected]>
Signed-off-by: Carlo.Parata <[email protected]>
2 examples - Player - recorder Signed-off-by: Frederic.Pillon <[email protected]>
Signed-off-by: Carlo.Parata <[email protected]>
Signed-off-by: Frederic.Pillon <[email protected]>
There was an issue when I add commit from Carlo, that's why PWM is not working. Now it is corrected. |
Get the correct timer freq depending on timer clock source. Signed-off-by: Frederic.Pillon <[email protected]>
…sent Signed-off-by: fpr <[email protected]>
Signed-off-by: Frederic.Pillon <[email protected]>
Signed-off-by: fpr <[email protected]>
Signed-off-by: fpr <[email protected]>
Signed-off-by: Frederic.Pillon <[email protected]>
Signed-off-by: Frederic.Pillon <[email protected]>
Signed-off-by: Frederic.Pillon <[email protected]>
To be inline with https://www.arduino.cc/en/Reference/SPITransfer "In case of buffer transfers the received data is stored in the buffer in-place (the old data is replaced with the data received)." Signed-off-by: Frederic.Pillon <[email protected]>
PULLDOWN or PULLUP the SCK pin according the polarity used. Fix bcmi-labs#24 Signed-off-by: Carlo.Parata <[email protected]>
Issue was due to the fact that sometimes the code remained blocked inside the timer callback after the closure of the USB serial port. In order to avoid that, some checks inside the timer callbeck and the CDC_Flush API have been added. Improving the calculation of the period and prescaler of the timer. Signed-off-by: Carlo.Parata <[email protected]>
Signed-off-by: Frederic.Pillon <[email protected]>
analogRead(A0) == analogRead(0) analogWrite(A0) != analogWrite(0) == analogWrite(D0) All pins available in PinMap_ADC are available with Ax alias Move pin functions to pins_arduino.c to avoid duplicated code. Pin functions naming alignement. Move init() function to pins_arduino.c to avoid duplicated code and define it as weak. Minor clean of unused code. Remove usb flags for variants w/o usb. Serialx under switch.Disable by default Now, variant files only contain source which differ for each variants. Signed-off-by: Frederic Pillon <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Ciao Francesco,
Here the full HAL porting.
Audio is
missing but will be available soon.availableDFU is
notimplemented. (thanks @cparata)Tested with Arduino 1.8.2.
You will need to install CMSIS 4.5.0 package.