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

Feature/doc v0 #143

Open
wants to merge 53 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
0fd84a8
Change interface of CAN and STS, also naming conventions in GPIO and PWM
Jun 7, 2023
c004ba8
Fix errors on MID_PWR
Jun 8, 2023
3563b2c
Update class diagrams for all arch
Jun 14, 2023
253efed
Changes on MID_COMM and APP_IFACE
Jun 15, 2023
9fe4dda
Update interface of HAL_GPIO
Jun 16, 2023
401e054
Update HAL_ADC
Jun 19, 2023
ba842f1
Update HAL_STS
Jun 19, 2023
ec48afc
Update HAL_WDG
Jun 19, 2023
8d5decc
Update HAL_CAN
Jun 19, 2023
7541333
Update HAL_TMR
Jun 19, 2023
67284a3
Update MID_REG
Jun 19, 2023
fbfdbe9
Update EPC_CONF & MID_DABS
Jun 19, 2023
88b7d95
Update MID_PWR
Jun 19, 2023
bec1760
Minor changes in MID_PWR
Jun 19, 2023
faecdeb
Update MID_PWR with mapping definitions
Jun 20, 2023
c11a8c4
Update HAL_SYS
Jun 20, 2023
135a840
Update MID_COMM
Jun 20, 2023
921750e
APP_CTRL added
Jun 20, 2023
93ebfe0
Add seq diagram
Jun 20, 2023
a49f35a
APP_CTRL updated
Jun 20, 2023
5bd06ea
APP_CtrlApplyNewMode activity diagram added
Jun 20, 2023
e479a5e
APP_CtrlUpdate action diagram added
Jun 21, 2023
6023819
APP_CtrlCheckErrors activity diagram added
Jun 21, 2023
83c6c57
Update registers of MID_REG
Jun 21, 2023
96899e4
Minor changes in constant
Jun 23, 2023
07d685e
Changes in MID_PWR
Jun 26, 2023
f1a013c
Added activity flow of HAL_PWM and STS
Jun 26, 2023
41b477c
Update Activity diagram HAL_STS, HAL_GPIO, HAL_CAN
Jun 26, 2023
cb86583
Update with activity diagram HAL_PWM
Jun 26, 2023
e43bfd2
Electrical cad added
iuliaaan Jun 27, 2023
53a2778
Minor changes
Jun 28, 2023
d2491d2
Merge branch 'feature/doc_v0' of github.com:WattRex/Regenerative-Batt…
Jun 28, 2023
e58be57
Update activity flow
Jun 30, 2023
55faedc
Update activity diagram HAL_ADC
Jun 30, 2023
7265039
Update activity flow HAL_SYS
Jun 30, 2023
94b9f12
Update timing diagram
Jun 30, 2023
92ca276
Update timing diagram and changes in leds to follow the direction of …
Jul 10, 2023
fb926d1
Update activity diagram salg
Jul 10, 2023
e361212
Activity mid pwr
Jul 10, 2023
10a7b57
Activity mid dabs
Jul 10, 2023
8c2e86f
Updated with app_iface and mid_comm activity diagram
Jul 13, 2023
b0b75a4
change in leds for hs and ls volt error
Jul 13, 2023
e141d96
Update with hw_version registers and enums
Jul 21, 2023
5340050
Deleted hw version struct and added directly to epc conf info
Aug 7, 2023
bbb1d67
ignore wiki folder
mariuscrsn Aug 18, 2023
406849e
diagrams file name changed
Aug 23, 2023
0fb871d
Add stm imports
Aug 23, 2023
c7c5f6f
low level HAL STM correlations reviewed
Aug 24, 2023
2b55a59
connections added in components diagram
Aug 24, 2023
e4f9f1e
components diagram finished. Exported to svg
Aug 27, 2023
4cc6882
Hardware project files
iuliaaan Sep 15, 2023
49a0f9d
SYS_REQUIREMENTS
pastorpflores Sep 15, 2023
1e68ad9
Update documentation, app salg and iface where incomplete
Dec 1, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Created by https://www.toptal.com/developers/gitignore/api/eclipse,c
# Edit at https://www.toptal.com/developers/gitignore?templates=eclipse,c

### Github specific
wiki/

### Software IDEAS ###
*.simp.bak
*.simp.user
*.svg
*.png

### C ###
# Prerequisites
Expand Down
36,035 changes: 36,035 additions & 0 deletions doc/EPC/EPC.b#1

Large diffs are not rendered by default.

36,035 changes: 36,035 additions & 0 deletions doc/EPC/EPC.b#2

Large diffs are not rendered by default.

36,049 changes: 36,049 additions & 0 deletions doc/EPC/EPC.b#3

Large diffs are not rendered by default.

36,034 changes: 36,034 additions & 0 deletions doc/EPC/EPC.b#4

Large diffs are not rendered by default.

36,037 changes: 36,037 additions & 0 deletions doc/EPC/EPC.b#5

Large diffs are not rendered by default.

36,037 changes: 36,037 additions & 0 deletions doc/EPC/EPC.b#6

Large diffs are not rendered by default.

36,037 changes: 36,037 additions & 0 deletions doc/EPC/EPC.b#7

Large diffs are not rendered by default.

36,037 changes: 36,037 additions & 0 deletions doc/EPC/EPC.b#8

Large diffs are not rendered by default.

36,037 changes: 36,037 additions & 0 deletions doc/EPC/EPC.b#9

Large diffs are not rendered by default.

36,035 changes: 36,035 additions & 0 deletions doc/EPC/EPC.brd

Large diffs are not rendered by default.

Loading